CLI Overview¶
nsx is the primary interface for the NSX app lifecycle.
Current top-level commands:
commandscreate-appnewdoctorconfigurebuildflashviewcleanmodule
Typical Lifecycle¶
- run
doctorif the local toolchain or SEGGER environment looks suspect - create an app
- configure the app
- build the app
- flash and view output
- add or remove modules as needed
Agent-Friendly Discovery¶
For LLM and agent workflows, prefer the CLI discovery surfaces over scraping table output or general help text:
nsx commands --jsonfor the command tree, arguments, and workflow hintsnsx module list --jsonfor catalog discoverynsx module describe <module> --jsonfor per-module metadata
Use the task-oriented pages in User Guide when you want workflow help. Use this section when you want exact command syntax.