Skip to content

Resource management

A kubectl-style family for listing and managing resources. Each accepts --json and -o <format>.

List resources.

Terminal window
grid get grids # grids you belong to
grid get entities # entities in the active grid
grid get spaces # spaces in the active grid

Create a new grid. You become its admin.

Terminal window
grid create grid <slug>

Show resource details.

Terminal window
grid describe grid <slug> # role, members, spaces, tier, TLS state
grid describe entity [slug] # status, URL, recent deploys

Delete a resource.

Terminal window
grid delete grid <slug> # delete a grid (must be empty; must be the owner)
grid delete entity <slug> # archive an inspiration