-
-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Copy-paste path from install through first activation. Requires a Nushell binary on PATH for init, activate, and related commands.
# Install (pick one)
cargo install numan-cli
# or: download a release archive from GitHub Releases and add numan to PATH
# or: brew tap tonythethompson/numan && brew install numan
numan init
numan registry sync
numan search hooks
numan install owner/package-name
numan activate
numan doctorInstall is inert. Nothing is registered with Nu until you run numan activate.
After Nu upgrades, refresh cached paths and activation identity:
numan init --refreshOptional: install shell completions. See Shell Completions.
Probe your local Nu installation and create Numan state under the default root (or --root):
numan initnuman init configures the official registry automatically and prints a numbered checklist when setup is incomplete.
numan registry syncUpdates local index caches and verifies Ed25519 signatures.
numan search hooks
numan info owner/package-name
numan install owner/package-name
numan listThe install transaction: resolve → download → verify (SHA256) → extract → lockfile write. No Nu interaction.
numan activate # activate all inactive packages
numan activate owner/package-name # activate specific packages
numan activate --list # show activation status
numan activate --check # verify activation integrity (read-only)For modules:
numan deactivate owner/module-nameActivation is scoped to a Nu identity (executable hash, version, and registry paths). If those drift after a Nu upgrade, run numan init --refresh then re-activate.
numan update --check # see available upgrades
numan update # apply upgrades
numan remove owner/package-name
numan gc --dry-run # preview orphaned payload dirs
numan gc # delete unreferenced payloadsNuman snapshots activation state before update, remove, activate, and deactivate:
numan snapshot list
numan snapshot inspect <id>
numan snapshot rollback <id>numan doctor # report-only diagnosis
numan doctor --fix --yes # apply safe automated repairsSee Doctor and the full CLI Reference.
Numan wiki for tonythethompson/numan · v0.1.4 · MIT