docs: add nuxi upgrade channel flag (#30184)

This commit is contained in:
Bobbie Goede 2024-12-06 17:57:21 +01:00 committed by Daniel Roe
parent dcf8bda04d
commit 95e19be6b1
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

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")