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

> Shares or unshares applications with a workspace on Square Cloud.

Controls which applications are visible to a workspace's members. Both subcommands take the workspace ID and the application ID as positional arguments.

```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.
```

Use `squarecloud workspace app --help` for more information about this command.
