CLI
The AeThex CLI is the command-line interface for developers, operators, and maintainers who need repeatable local workflows.
Role in the ecosystem
The CLI should make common AeThex workflows scriptable without replacing the API or dashboard.
Use the CLI for tasks that benefit from automation: project setup, authentication checks, local configuration, deployment helpers, API inspection, and operational diagnostics.
Expected workflows
- Authenticate with AeThex using Authentication.
- Select an organization, team, or project context.
- Inspect API resources from Api-Reference.
- Generate local config for SDKs.
- Run checks for permissions, tokens, or integration health.
Command design principles
- Commands should be explicit and safe by default.
- Destructive commands should ask for confirmation unless run in CI-safe mode.
- Output should support both human-readable and JSON modes.
- Errors should include next-step guidance and links back to docs.
Note
Document actual commands here as the CLI stabilizes. Avoid inventing command syntax before implementation exists.