NAEOS provides 35+ CLI commands for every stage of the engineering pipeline.
Core Commands
| Command | Description |
|---|
naeos run | Execute full pipeline |
naeos validate | Validate specification |
naeos compile | Compile to AI instruction sets |
naeos context | Generate AI context bundle |
naeos test | Run tests for generated code |
naeos docgen | Generate documentation |
Project Commands
| Command | Description |
|---|
naeos init | Initialize configuration |
naeos create | Create project |
naeos scaffold | Generate scaffold |
naeos export | Export artifacts |
naeos audit | Audit specification |
naeos diff | Compare specifications |
naeos repair | Repair specification |
Management Commands
| Command | Description |
|---|
naeos mcp | Start MCP server |
naeos marketplace | Browse marketplace |
naeos profile | Manage industry profiles |
naeos plugin | Manage plugins |
naeos template | Manage templates |
naeos workspace | Manage workspace |
naeos artifacts | Manage artifact store |
naeos migrate | Schema migration |
naeos rollback | Rollback changes |
Monitoring Commands
| Command | Description |
|---|
naeos status | Pipeline status |
naeos doctor | System health check |
naeos watch | Watch for changes |
naeos kernel | Inspect kernel |
naeos dashboard | Start web dashboard |
naeos api | Start API server |
Utility Commands
| Command | Description |
|---|
naeos version | Version info |
naeos ai | AI assistance |
naeos docs | Documentation |
naeos completion | Shell completion |
naeos lock | Lock dependencies |
For detailed usage of each command, run naeos <command> --help.
Download