Workspace
geni workspace list
List every workspace your account belongs to.
geni workspace list [flags]Every workspace the signed-in account is an active member of. The active one is marked with * and rendered in cyan. The server is the source of truth for both the list and the marker.
| Flag | Notes |
|---|---|
--json | Emit { active: <slug>, workspaces: [...] }. Each entry carries membershipId, organizationId, slug, name, role, isActive, and featureFlags. |
Output
SLUG NAME ROLE
* acme Acme Inc. Owner
personal Personal Owner
client-co ClientCo (consulting) MemberSwitch with geni workspace switch <slug>. Bare geni workspace runs this list, without flags.