Skip to content

Admin and team

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.

Terminal window
grid admin invite alice@example.com --role developer
grid admin members
grid admin member-role alice@example.com admin
grid admin remove bob@example.com

Refresh an entity’s Grid Brain metadata (the auto-generated description, tags, and diagram) or manage the banned-tag list.

Terminal window
grid admin brain refresh <slug> # re-classify an entity
grid admin brain banned-list show # show banned tags
grid admin brain banned-list add <word> # ban a word from auto-tagging
grid admin brain banned-list remove <word> # re-permit a word

Options 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).

Inspect CLI telemetry events.

Terminal window
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.