docs: remove deprecated command migration documentation
Some checks failed
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Successful in 4s
CI / Build All Platforms (push) Successful in 45s

- Remove 'Command Migration' section showing old commands
- Users must now use modern subcommand structure
- Clean up migration guide to focus on actual changes
This commit is contained in:
2025-10-20 12:57:48 +00:00
parent 1e98181e71
commit 73bc271c59

View File

@@ -684,17 +684,6 @@ curl -sSL https://code.foss.global/serve.zone/nupst/raw/branch/main/install.sh |
| **Commands** | Flat (`nupst add`) | Subcommands (`nupst ups add`) | | **Commands** | Flat (`nupst add`) | Subcommands (`nupst ups add`) |
| **Configuration** | UPS-level thresholds | Action-based thresholds | | **Configuration** | UPS-level thresholds | Action-based thresholds |
### Command Migration
Old v3.x commands still work with deprecation warnings:
| v3.x | v4.x | Still Works? |
|------|------|--------------|
| `nupst add` | `nupst ups add` | ✓ (with warning) |
| `nupst list` | `nupst ups list` | ✓ (with warning) |
| `nupst enable` | `nupst service enable` | ✓ (with warning) |
| `nupst status` | `nupst service status` | ✓ (with warning) |
### Configuration Compatibility ### Configuration Compatibility
Your v3.x configuration is **fully compatible**. The migration system automatically converts: Your v3.x configuration is **fully compatible**. The migration system automatically converts: