> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# squarecloud workspace info

> 显示一个 workspace 的详细信息。

显示 workspace ID、名称、拥有者和创建日期，随后是其成员表（姓名、成员 ID、权限组和加入日期），如果存在共享应用，还会显示共享应用表（名称、应用 ID、语言和内存）。workspace ID 为必填项。

```bash theme={null}
squarecloud workspace info <workspaceID>
```

```bash theme={null}
squarecloud workspace info <workspaceID> --json
# 以 JSON 格式打印原始 workspace 对象。
```

使用 `squarecloud workspace info --help` 获取有关此命令的更多信息。
