> ## 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

> Square Cloud 上の workspace の詳細情報を表示します。

workspace ID、名前、オーナー、作成日を表示し、続けてメンバーの表（名前、メンバー ID、グループ、参加日）と、共有されているアプリケーションがあればその表（名前、app ID、言語、メモリ）を表示します。workspace ID は必須です。

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

```bash theme={null}
squarecloud workspace info <workspaceID> --json
# Prints the raw workspace object as JSON.
```

このコマンドの詳細については `squarecloud workspace info --help` を使用してください。
