docs: add nuxi upgrade channel flag (#30184)

This commit is contained in:
Bobbie Goede 2024-12-06 17:57:21 +01:00 committed by GitHub
parent 876b874e7d
commit 7166867735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,3 +17,4 @@ The `upgrade` command upgrades Nuxt to the latest version.
Option | Default | Description
-------------------------|-----------------|------------------
`--force, -f` | `false` | Removes `node_modules` and lock files before upgrade.
`--channel, -ch` | `"stable"` | Specify a channel to install from ("nightly" or "stable")