diff --git a/packages/cli/binding/src/cli/help.rs b/packages/cli/binding/src/cli/help.rs index f2c81d6477..3739e1cd0c 100644 --- a/packages/cli/binding/src/cli/help.rs +++ b/packages/cli/binding/src/cli/help.rs @@ -181,6 +181,8 @@ pub(super) fn print_help() { "{header}{bold_underline}Usage:{reset} {bold}vp{reset} {bold_underline}Core Commands:{reset} + {bold}create{reset} Create a new project from a template + {bold}migrate{reset} Migrate an existing project to Vite+ {bold}dev{reset} Run the development server {bold}build{reset} Build for production {bold}test{reset} Run tests diff --git a/packages/cli/snap-tests/cli-helper-message/snap.txt b/packages/cli/snap-tests/cli-helper-message/snap.txt index 8bd058e340..6901ac4e78 100644 --- a/packages/cli/snap-tests/cli-helper-message/snap.txt +++ b/packages/cli/snap-tests/cli-helper-message/snap.txt @@ -2,6 +2,8 @@ Usage: vp Core Commands: + create Create a new project from a template + migrate Migrate an existing project to Vite+ dev Run the development server build Build for production test Run tests diff --git a/packages/cli/snap-tests/command-helper/snap.txt b/packages/cli/snap-tests/command-helper/snap.txt index 2c285c3218..8d85bfe3c6 100644 --- a/packages/cli/snap-tests/command-helper/snap.txt +++ b/packages/cli/snap-tests/command-helper/snap.txt @@ -2,6 +2,8 @@ Usage: vp Core Commands: + create Create a new project from a template + migrate Migrate an existing project to Vite+ dev Run the development server build Build for production test Run tests diff --git a/packages/cli/snap-tests/command-vp-alias/snap.txt b/packages/cli/snap-tests/command-vp-alias/snap.txt index dd4c6f0a84..a8216d4a49 100644 --- a/packages/cli/snap-tests/command-vp-alias/snap.txt +++ b/packages/cli/snap-tests/command-vp-alias/snap.txt @@ -2,6 +2,8 @@ Usage: vp Core Commands: + create Create a new project from a template + migrate Migrate an existing project to Vite+ dev Run the development server build Build for production test Run tests