Commit 82b3d5

2026-06-23 03:31:08 Anonymous: -/-
cli.md ..
@@ 1,8 1,35 @@
# CLI
- This page is part of the AeThex documentation system.
+ The AeThex CLI is the command-line interface for developers, operators, and maintainers who need repeatable local workflows.
- > [!NOTE]
- > This article is a placeholder and should be expanded.
+ <div class="docs-section-heading">
+ <h2>Role in the ecosystem</h2>
+ <p>The CLI should make common AeThex workflows scriptable without replacing the API or dashboard.</p>
+ </div>
+
+ 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.
- {{PageIndex}}
+ ## 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.
+
+ <div class="docs-grid">
+ <a class="docs-card" href="/Authentication">Authentication</a>
+ <a class="docs-card" href="/SDKs">SDKs</a>
+ <a class="docs-card" href="/Api-Reference">API Reference</a>
+ <a class="docs-card" href="/Projects">Projects</a>
+ </div>
+
+ > [!NOTE]
+ > Document actual commands here as the CLI stabilizes. Avoid inventing command syntax before implementation exists.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9