You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: polish remaining vite → vp branding in local CLI output
- Rename usage line from `vite` to `vp` in help output
- Rename pack CLI name from `vite pack` to `vp pack`
- Rename migration message from `vite install` to `vp install`
- Show branded help on `vp` with no arguments (same as `vp -h`)
- Rename `Vite+ Commands` to `Core Commands`
- Align command order and descriptions with global vp binary
- Update RFC with Phase 3.3 documenting these changes
Copy file name to clipboardExpand all lines: rfcs/cli-output-polish.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,17 @@ After `bundleVitest()` copies vitest files to `dist/`, a `brandVitest()` step pa
311
311
312
312
The Rust NAPI binding injects `VITE_PLUS_VERSION` env var (same mechanism used for rolldown-vite build/dev/preview commands), so `vp test -h` shows `vp test/<vite-plus-version>`.
313
313
314
-
#### 3.2 Future: oxlint, oxfmt
314
+
#### 3.3 Remaining `vite` → `vp` branding in CLI output
315
+
316
+
Several user-visible strings still show `vite` instead of `vp`:
317
+
318
+
1.**Local CLI help usage line** (`packages/cli/binding/src/cli.rs`): `Usage: vite <COMMAND>` → `Usage: vp <COMMAND>`
0 commit comments