Commit ac1231

2026-06-23 02:43:54 Anonymous: Build out AeThex documentation pages
cli.md ..
@@ 1,8 1,34 @@
# CLI
- This page is part of the AeThex documentation system.
+ The AeThex CLI is intended for developer and operator workflows.
- > [!NOTE]
- > This article is a placeholder and should be expanded.
+ ---
- {{PageIndex}}
+ ## Common CLI Tasks
+
+ - Authenticate as a developer.
+ - Create or inspect projects.
+ - Configure environment variables.
+ - Run local integration checks.
+ - Deploy or sync docs/tools.
+ - Validate webhooks.
+ - Generate starter templates.
+
+ ---
+
+ ## Example Commands
+
+ ```bash
+ aethex auth login
+ aethex projects list
+ aethex init game
+ aethex webhooks test
+ ```
+
+ ---
+
+ ## Related
+
+ - [[Developer-Overview]]
+ - [[API-Reference]]
+ - [[SDKs]]
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