NAEOS provides 35+ CLI commands for every stage of the engineering pipeline.

Core Commands

CommandDescription
naeos runExecute full pipeline
naeos validateValidate specification
naeos compileCompile to AI instruction sets
naeos contextGenerate AI context bundle
naeos testRun tests for generated code
naeos docgenGenerate documentation

Project Commands

CommandDescription
naeos initInitialize configuration
naeos createCreate project
naeos scaffoldGenerate scaffold
naeos exportExport artifacts
naeos auditAudit specification
naeos diffCompare specifications
naeos repairRepair specification

Management Commands

CommandDescription
naeos mcpStart MCP server
naeos marketplaceBrowse marketplace
naeos profileManage industry profiles
naeos pluginManage plugins
naeos templateManage templates
naeos workspaceManage workspace
naeos artifactsManage artifact store
naeos migrateSchema migration
naeos rollbackRollback changes

Monitoring Commands

CommandDescription
naeos statusPipeline status
naeos doctorSystem health check
naeos watchWatch for changes
naeos kernelInspect kernel
naeos dashboardStart web dashboard
naeos apiStart API server

Utility Commands

CommandDescription
naeos versionVersion info
naeos aiAI assistance
naeos docsDocumentation
naeos completionShell completion
naeos lockLock dependencies

For detailed usage of each command, run naeos <command> --help.

Download