From 7166867735f177565cd519a88cc82e46e9564373 Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Fri, 6 Dec 2024 17:57:21 +0100 Subject: [PATCH] docs: add `nuxi upgrade` channel flag (#30184) --- docs/3.api/4.commands/upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/3.api/4.commands/upgrade.md b/docs/3.api/4.commands/upgrade.md index 23958ea72f..bb460cd062 100644 --- a/docs/3.api/4.commands/upgrade.md +++ b/docs/3.api/4.commands/upgrade.md @@ -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")