adj signup init

Guided onboarding: org, cluster, and AWS data plane

Interactive onboarding for a new Adjoint deployment.

Walks through:

  1. Account — sign up (creating your org; you become its admin) or log in.
  2. Cluster — register your data-plane cluster with the control plane.
  3. 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'.
  4. 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 signup 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