CLI reference
Every adj command, generated from the live command tree. Commands are split into the Admin surface (cluster bootstrap, source connections, catalog curation, member management) and the Developer surface (everyday self-service: login, catalog browse, clone lifecycle).
Admin
- adj cluster — Manage data-plane clusters
- adj import — Run source→golden imports (admin)
- adj invite — Invite developers to the org (admin)
- adj org — Org-wide usage and audit (admin)
- adj pool — Manage pre-warmed clone pools (admin)
- adj source — Register and inspect source connections
- adj users — Manage org members (admin)
- adj catalog delete — Delete a golden snapshot (blocks if it has running clones; --force cascades) (admin-only)
- adj catalog register — Register a ready golden snapshot version (admin-only)
- adj catalog share — Share a golden org-wide so developers can clone it (admin) (admin-only)
- adj quota set — Set instance caps (admin) (admin-only)
Developer
- adj account — View and manage your own profile
- adj catalog — List golden snapshots you can clone from
- adj clone — Create an instance as a copy-on-write clone of a golden snapshot
- adj config — Manage CLI configuration + contexts
- adj creds — Fetch an instance's connection credentials (never persisted)
- adj destroy — Destroy an instance and reclaim its storage
- adj extend — Extend an instance's TTL so it is reaped later
- adj get — Show an instance's details
- adj init — Guided onboarding: org, cluster, and AWS data plane
- adj join — Accept an org invite and log in
- adj kubeconfig — Print the data-plane kubeconfig path for the active context
- adj login — Authenticate to an adj server and store a context
- adj logout — Revoke the session and clear stored tokens
- adj ls — List instances
- adj quota — Show or set the org's instance caps
- adj refresh — Refresh an instance from a newer or different golden snapshot
- adj reset — Reset an instance to a fresh clone, discarding its changes
- adj signup — Create a new org (you become its admin) and log in
- adj whoami — Show the identity of the active context (from the stored token)
Note: adj catalog (browse) and adj quota get are developer-visible even though adj catalog register/share/delete and adj quota set are admin-only.