Skip to main content
Controls which applications are visible to a workspace’s members. Both subcommands take the workspace ID and the application ID as positional arguments.
squarecloud workspace app add <workspaceID> <appID>
# Shares an application with the workspace.
squarecloud workspace app remove <workspaceID> <appID>
# Stops sharing an application with the workspace.
Use squarecloud workspace app --help for more information about this command.