Space Commands

View as Markdown

Create and manage spaces and their mounted environment.

Output formatting flags (--json, --jq, and --template) are documented once in Output Formatting and are omitted from the tables below.

bctrl space list

List spaces

$bctrl space list [flags]
FlagDescription
--subaccount <id>Filter by subaccount id
-L, --limit <number>Maximum number of results to return
--cursor <cursor>Pagination cursor

bctrl space get

View a space

$bctrl space get <spaceId>

bctrl space create

Create a space

$bctrl space create [flags]
FlagDescription
--name <name>Space name
--subaccount-id <id>Subaccount id

bctrl space patch

Edit a space

$bctrl space patch <spaceId> [flags]
FlagDescription
--name <name>Space name

bctrl space delete

Delete a space

$bctrl space delete <spaceId> [flags]
FlagDescription
-y, --yesConfirm deletion