Blame
|
1 | # CLI |
||||||
| 2 | ||||||||
|
3 | The AeThex CLI is intended for developer and operator workflows. |
||||||
|
4 | |||||||
|
5 | --- |
||||||
|
6 | |||||||
|
7 | ## Common CLI Tasks |
||||||
| 8 | ||||||||
| 9 | - Authenticate as a developer. |
|||||||
| 10 | - Create or inspect projects. |
|||||||
| 11 | - Configure environment variables. |
|||||||
| 12 | - Run local integration checks. |
|||||||
| 13 | - Deploy or sync docs/tools. |
|||||||
| 14 | - Validate webhooks. |
|||||||
| 15 | - Generate starter templates. |
|||||||
| 16 | ||||||||
| 17 | --- |
|||||||
| 18 | ||||||||
| 19 | ## Example Commands |
|||||||
| 20 | ||||||||
| 21 | ```bash |
|||||||
| 22 | aethex auth login |
|||||||
| 23 | aethex projects list |
|||||||
| 24 | aethex init game |
|||||||
| 25 | aethex webhooks test |
|||||||
| 26 | ``` |
|||||||
| 27 | ||||||||
| 28 | --- |
|||||||
| 29 | ||||||||
| 30 | ## Related |
|||||||
| 31 | ||||||||
| 32 | - [[Developer-Overview]] |
|||||||
| 33 | - [[API-Reference]] |
|||||||
| 34 | - [[SDKs]] |
|||||||