Upgrading - nself-org/cli GitHub Wiki
Upgrade guides for moving between ɳSelf CLI versions.
| From | To | Guide |
|---|---|---|
| v1.0.11 | v1.0.12 | Upgrading-v1.0.12 |
| From | To | Guide |
|---|---|---|
| v1.0.x (Bash era) | v1.0.0+ (Go CLI) | Upgrading-from-v1 |
| v0.9.x | v1.0.9 | Upgrade-From-v0.9 |
For any patch upgrade within the same minor (e.g. v1.0.11 to v1.0.12):
# macOS (Homebrew)
brew upgrade nself-org/nself/nself
# Linux (direct install)
nself upgrade
# Verify
nself --versionAfter upgrading, rebuild and restart your project:
nself build
nself stop && nself start
nself doctorThe nself upgrade --rollback flag reverts the binary to the previous installed version (direct-install only). Homebrew users pin with brew install nself-org/nself/nself@<version>.