Reference
CLI reference
Reference for the NZT CLI commands: install, uninstall, status, verify and the interactive menu, with their --provider and --dry-run options explained.
The NZT installer is a CLI. With arguments, it does not open the menu or ask for confirmation.
Commands
| Command | What it does |
|---|---|
nzt |
Interactive menu: install, uninstall, verify the content and see the status. |
nzt install --provider <claude-code|codex|all> [--dry-run] |
Installs (or simulates) into the chosen provider. |
nzt uninstall --provider <claude-code|codex|all> [--dry-run] |
Removes only what the CLI installed, according to its manifest. |
nzt status |
Version, paths, installed files and local edits per provider. |
nzt verify |
Validates the embedded skill set. |
Interactive menu
With no arguments, nzt opens a menu. Navigate it with ↑ ↓ and Enter.
From source
If you run the CLI from the repository, every command is equivalent to dotnet run --project installer/src/Nzt.Cli -- …. For example:
dotnet run --project installer/src/Nzt.Cli -- status