nmp-cli
Installation
SKILL.md
NeMo Platform CLI Development
The CLI provides a command-line interface for NeMo Platform, implemented using Typer in packages/nemo_platform_ext/src/nemo_platform_ext/cli/.
Command Categories
| Category | Location | Description | Editable? |
|---|---|---|---|
| API | commands/api/ |
Auto-generated from SDK | ❌ Never edit |
| Configuration | commands/config.py, commands/configure.py |
Config management | ✅ Yes |
| Use-case | commands/use_cases/ |
High-level commands (e.g., chat) |
✅ Yes |
| Quickstart | commands/quickstart/ |
Local deployment | ✅ Yes |