Resource management
A kubectl-style family for listing and managing resources. Each accepts --json
and -o <format>.
grid get
Section titled “grid get”List resources.
grid get grids # grids you belong togrid get entities # entities in the active gridgrid get spaces # spaces in the active gridgrid create
Section titled “grid create”Create a new grid. You become its admin.
grid create grid <slug>grid describe
Section titled “grid describe”Show resource details.
grid describe grid <slug> # role, members, spaces, tier, TLS stategrid describe entity [slug] # status, URL, recent deploysgrid delete
Section titled “grid delete”Delete a resource.
grid delete grid <slug> # delete a grid (must be empty; must be the owner)grid delete entity <slug> # archive an inspiration