adj init
Guided onboarding: org, cluster, and AWS data plane
Interactive onboarding for a new Adjoint deployment.
Walks through:
- Account — sign up (creating your org; you become its admin) or log in.
- Cluster — register your data-plane cluster with the control plane.
- Provision — verify AWS credentials + IAM permissions, size the cluster for your team (tight defaults), then stand up EKS + FSx OpenZFS in YOUR AWS account. Runs in the background (~20-30 min); check with 'adj cluster status'.
- Next steps — connect a Postgres source, build the first golden snapshot, and invite your developers.
Every step is skipped automatically when already done, so 'adj init' is safe to re-run.
Usage
adj init
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |