Admin and team
grid admin
Section titled “grid admin”Admin operations on the active grid. Most subcommands require the admin role.
| Subcommand | Usage | Description |
|---|---|---|
invite |
grid admin invite <emails> |
Invite one or more emails to the grid. |
invitations |
grid admin invitations |
List pending/accepted invitations. |
revoke |
grid admin revoke <id-or-email> |
Revoke a pending invitation. |
members |
grid admin members |
List grid members. |
member-role |
grid admin member-role <email> <role> |
Change a member’s role. |
remove |
grid admin remove <email> |
Remove a member from the grid. |
Options for invite: --role <role> (default: member), --space <slug>
(also add to a space).
Options for invitations: --status <status> — filter by pending or
accepted.
Options for members: --role <role> — filter by role.
grid admin invite alice@example.com --role developergrid admin membersgrid admin member-role alice@example.com admingrid admin remove bob@example.comgrid admin brain
Section titled “grid admin brain”Refresh an entity’s Grid Brain metadata (the auto-generated description, tags, and diagram) or manage the banned-tag list.
grid admin brain refresh <slug> # re-classify an entitygrid admin brain banned-list show # show banned tagsgrid admin brain banned-list add <word> # ban a word from auto-tagginggrid admin brain banned-list remove <word> # re-permit a wordOptions for refresh: --wait (poll until the refresh completes, up to 60s),
--json.
Options for banned-list commands: --scope <scope> (system, org, or
effective), --reason <text> (add only), --yes (skip confirmation).
grid admin telemetry
Section titled “grid admin telemetry”Inspect CLI telemetry events.
grid admin telemetry list [--type error|success|feedback] [--user-email <email>] [--since <duration>]grid admin errors is a shortcut for grid admin telemetry list --type error.