List, inspect, create, and switch BioLM platform workspaces.
A workspace is an account and environment pair, addressed as account/environment.
Usage
bash
biolm workspace [OPTIONS] COMMAND [ARGS]...
biolm workspace create
Create a workspace environment named NAME.
Usage
bash
biolm workspace create [OPTIONS] NAME
Options
- --account <account_slug>
Account slug in which to create the environment.
- --format <output_format>
Output format.
- Default:
'table'- Options:
table | json
Arguments
- NAME
Required argument
biolm workspace list
List workspaces available to the authenticated user.
Usage
bash
biolm workspace list [OPTIONS]
Options
- --format <output_format>
Output format.
- Default:
'table'- Options:
table | json
biolm workspace show
Show the current workspace, or resolve an exact workspace PATH.
Usage
bash
biolm workspace show [OPTIONS] [PATH]
Options
- --format <output_format>
Output format.
- Default:
'table'- Options:
table | json
Arguments
- PATH
Optional argument
biolm workspace switch
Switch the active account and environment to workspace PATH.
Usage
bash
biolm workspace switch [OPTIONS] PATH
Options
- --format <output_format>
Output format.
- Default:
'table'- Options:
table | json
Arguments
- PATH
Required argument