Docs
Workspace

geni workspace switch

Change the active workspace.

geni workspace switch <slug>

Sets the active workspace to <slug>. Every subsequent command operates in that workspace until you switch again or override per-call with --workspace.

Output

✓ Active workspace: acme (Acme Inc.)

If you only need to operate in another workspace for one command, prefer the per-call override:

geni --workspace <slug> <command>

Find available slugs with geni workspace list.

On this page