NVIDIA NGC CLI Keyboard Shortcuts

Complete NVIDIA NGC CLI keyboard shortcuts and commands reference — 14 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.

ngc is NVIDIA's command-line interface to the NGC registry - the catalog that serves GPU-optimized container images, models, and Helm charts. The 26 commands here are taken from the official NGC CLI commands reference and cover the workflows the CLI is actually reached for: authenticating once, then pulling and pushing artifacts.

Setup is a single command: ngc config set stores your API key and default org and team, and everything after that inherits the context. The two flags worth internalizing early are --format_type json, which turns any tabular output into something scriptable, and the org/[team/]name target format with * and ? wildcards - org/image:* lists every tag of an image, and version ranges like [1-5] work on charts.

The registry family does the heavy lifting. ngc registry image pull and push assume the latest tag when none is given; info takes --layers and --history for inspecting what a tag actually contains; and pull with --scan downloads the security scan report as CSV instead of the image itself - a detail that saves a large download when the report is all you need. If you run DGX systems, this CLI pairs naturally with nvidia-smi and dcgmi on the node side.

Configuration (4)

ShortcutActionDetails
ngc config setSet the configuration in the user settings fileUse optional arguments to choose what will be set; --api_key sets the API key non-interactively.
ngc config currentList the current configurationShows the org, team, and format currently in effect.
ngc config clearClear the configuration stored in the user settings fileRemoves saved settings.
ngc config clear-cacheClear cached valuesClears the CLI's cache.

Container Images (9)

ShortcutActionDetails
ngc registry image listList container images accessible by the userWildcards * and ? are allowed; use org/image:* to list all tags. --signed shows only signed images.
ngc registry image infoDisplay information about an image repository or tagged image--layers, --history, and --details expand the output; --scan shows scan details of a tagged image.
ngc registry image pullPull a container image from the NGC image registryIf no tag is provided, latest is assumed. --scan downloads the image scan report as a CSV instead of pulling.
ngc registry image pushPush a container image to the NGC image registryIf no tag is provided, latest is assumed. -y auto-confirms tagging.
ngc registry image createCreate a top-level metadata repository in the image registryMetadata such as --desc, --overview, and --logo can be set at creation.
ngc registry image removeRemove an image repository or a specific tagged imageWildcards * and ? are allowed; -y skips the confirmation prompt.
ngc registry image scanScan a container image from the NGC image registryTriggers a security scan for the targeted image tag.
ngc registry image set-latestSet the specified tag as the latest tag of the repositoryFormat: org/[team/]image:tag.
ngc registry image signHave the image cryptographically signed by NVIDIAngc registry image publickey returns the public key for local signature validation.

Models & Charts (7)

ShortcutActionDetails
ngc registry model listList models in the registrySame org/[team/]name targeting and wildcard rules as images.
ngc registry model infoDisplay information about a modelModel subcommands also include download-version, download-version-signature, upload-version, and commit-version.
ngc registry model download-versionDownload a model versionListed among the model subcommands alongside download-version-signature for signed models.
ngc registry chart listList Helm chartsTarget format: org/[team/]chart_name[:version]; name and version support * and ? wildcards and character ranges like [1-5].
ngc registry chart infoRetrieve metadata for a chart or chart version--files lists the files of a version in addition to details.
ngc registry chart pullDownload a chart versionIf no version is specified, the latest version is targeted. --dest sets the download directory.
ngc registry chart pushPush (upload) a chart--source points at the packaged chart directory; --dry-run lists file paths, total size, and count without uploading.

Collections & Global Options (6)

ShortcutActionDetails
ngc registry collection listDisplay available collections in the registryWildcards target org/[team/]collection_name namespaces.
ngc registry collection infoDisplay information about a collectionShows the artifacts the collection contains.
ngc registry collection findList collections containing a specified artifactArtifact types: MODEL, CHART, RESOURCE, IMAGE.
--format_type ascii|csv|jsonOutput format for any commandDefault ascii; only commands producing tabular data support csv.
--org <name> / --team <name>Set the org and team context for a command--org no-org and --team no-team override other sources; default comes from the current configuration.
--debugEnable debug modeAvailable on every NGC CLI command.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

How do I set up the NGC CLI?

Run ngc config set and supply your NGC API key, org, and team. The values are stored in the user settings file; ngc config current shows what is in effect, and ngc config clear removes it.

How do I pull a container image with the NGC CLI?

ngc registry image pull org/[team/]image:tag. If no tag is provided, latest is assumed. Use ngc registry image list org/image:* to see every available tag first.

How do I get machine-readable output from ngc commands?

Add --format_type json (or csv for tabular commands) to any command. The default is ascii tables; json is the reliable choice for scripting.

What is the difference between ngc registry image scan and pull --scan?

ngc registry image scan triggers a security scan for the targeted tag, while ngc registry image pull --scan downloads an existing scan report as a CSV file instead of pulling the image.

Related Shortcut Pages

nvidia-smi (GPU) NVIDIA DGX Slurm Mellanox / InfiniBand ipmitool

Search 13,500+ shortcuts across 268 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about NVIDIA NGC CLI shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok