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

> Square Cloud 上の workspace とアプリケーションを共有、または共有解除します。

workspace のメンバーに表示されるアプリケーションを制御します。どちらのサブコマンドも、workspace ID とアプリケーション ID を位置引数として受け取ります。

```bash theme={null}
squarecloud workspace app add <workspaceID> <appID>
# Shares an application with the workspace.
```

```bash theme={null}
squarecloud workspace app remove <workspaceID> <appID>
# Stops sharing an application with the workspace.
```

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