DEPLOY UPGRADE - nself-org/cli GitHub Wiki
Version: Deprecated in v0.9.9
Status: nself deploy upgrade instead
This command is deprecated. Use the new consolidated command:
nself upgrade <subcommand>nself deploy upgrade <subcommand>| Old Command | New Command |
|---|---|
nself upgrade check |
nself deploy upgrade check |
nself upgrade perform |
nself deploy upgrade perform |
nself upgrade rolling |
nself deploy upgrade rolling |
nself upgrade status |
nself deploy upgrade status |
nself upgrade switch <color> |
nself deploy upgrade switch <color> |
nself upgrade rollback |
nself deploy upgrade rollback |
Part of v1.0 command consolidation (79 → 31 commands). All deployment-related commands moved under nself deploy.
The old command still works temporarily and automatically redirects:
$ nself upgrade check
⚠ The 'nself upgrade' command is deprecated.
Please use: nself deploy upgrade
# Automatically redirects to: nself deploy upgrade check- v0.9.9: Deprecation warning added
- v1.0.0: Command will be removed
# Check for updates
nself upgrade check
# Perform zero-downtime upgrade
nself upgrade perform
# Rollback if needed
nself upgrade rollback# Check for updates
nself deploy upgrade check
# Perform zero-downtime upgrade
nself deploy upgrade perform
# Rollback if needed
nself deploy upgrade rollback- deploy - Consolidated deployment management
- COMMAND-TREE-V1 - Full command structure
Removal Date: v1.0.0
Category: Deprecated Commands