Spaces
grid space
Section titled “grid space”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.
grid space listgrid space create dev-tools --name "Dev Tools"grid space invite dev-tools alice@example.comgrid space archive dev-tools