List, inspect, create, and delete BioLM workspaces on the platform.
Workspaces scope projects, data access, and protocol runs for teams and organizations.
Usage
bash
biolm workspace [OPTIONS] COMMAND [ARGS]...
biolm workspace create
Create a new workspace with the given name for organizing projects and protocol runs.
Usage
bash
biolm workspace create [OPTIONS] NAME
Arguments
- NAME
Required argument
biolm workspace delete
Delete a workspace by ID. This permanently removes the workspace and its resources.
Usage
bash
biolm workspace delete [OPTIONS] WORKSPACE_ID
Arguments
- WORKSPACE_ID
Required argument
biolm workspace list
List workspaces you can access, including names, IDs, and basic metadata.
Usage
bash
biolm workspace list [OPTIONS]
biolm workspace show
Show details for a workspace by ID, or for the current workspace when no ID is given.
Usage
bash
biolm workspace show [OPTIONS] [WORKSPACE_ID]
Arguments
- WORKSPACE_ID
Optional argument