Skip to content

Spaces

Manage spaces within a grid. Spaces shape discovery — members see entities scoped to their spaces. See Grids, orgs, and spaces for the concept.

Subcommand Usage Description
list grid space list List spaces in the active grid.
create grid space create <name> Create a new space (admin only).
show grid space show <slug> Show space details.
members grid space members <slug> List space members.
invite grid space invite <slug> <email> Add a grid member to a space (admin only).
remove grid space remove <slug> <email> Remove a member from a space (admin only).
archive grid space archive <slug> Archive a space (admin only).

Options for create:

  • --name <name> — display name.
  • --description <text> — space description.
Terminal window
grid space list
grid space create dev-tools --name "Dev Tools"
grid space invite dev-tools alice@example.com
grid space archive dev-tools