NeMo Platform CLI
The NeMo Platform CLI (nemo) is a command-line tool for interacting with NeMo Platform. It provides a unified interface for managing models, running jobs, deploying inference endpoints, and working with a local setup.
Key Capabilities
- API Operations - Manage models, jobs, workspaces, and other resources
- Local Setup - Configure local services, providers, and SDK context with a single command
- Multiple Output Formats - Table, JSON, YAML, CSV, and Markdown for integration with other tools
- Context Management - Switch between multiple environments (dev, staging, prod) seamlessly
- Shell Completion - Tab completion for Bash, Zsh, and Fish
Installation
This package downloads and installs additional third-party open-source software projects. Review the license terms of these open-source projects before use.
If you previously installed the nemo-microservices package, uninstall it first to avoid conflicts:
Install in a Virtual Environment
Or with uv:
When installed in a virtual environment, the nemo command is only available when the environment is activated.
Verify Installation
If you see Unknown command: nemo, see the troubleshooting page.
Getting Started
1. Configure the CLI
Set up your connection:
2. Verify Your Connection
This command outputs a list of available workspaces. If the connection fails, see troubleshooting for common issues and solutions.
Command Structure
The CLI follows a consistent pattern:
Global options apply to all commands:
Commands are organized into categories:
Common Workflows
Exploring Commands
Use --help on any command to see available options and subcommands:
Local Setup
Integrating with Other Tools
The CLI outputs JSON with -f json, making it easy to integrate with tools like jq, shell scripts, and CI/CD pipelines.
Filtering with jq
CSV Export
Next Steps
- configuration - Contexts, authentication, environment variables, and shell completion
- working-with-resources - Output formats, pagination, and input methods
- troubleshooting - Common issues and solutions
- reference - Full command reference