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
Copy file name to clipboardExpand all lines: packages/cli/AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This project is using Vite+, a modern toolchain built on top of Vite, Rolldown,
18
18
- lib - Build library
19
19
- migrate - Migrate an existing project to Vite+
20
20
- new - Create a new monorepo package (in-project) or a new project (global)
21
+
- exec - Execute a command in workspace packages (supports `--filter`, `-r`, `--parallel`)
21
22
- run - Run tasks from `package.json` scripts
22
23
23
24
These commands map to their corresponding tools. For example, `vp dev --port 3000` runs Vite's dev server and works the same as Vite. `vp test` runs JavaScript tests through the bundled Vitest. The version of all tools can be checked using `vp --version`. This is useful when researching documentation, features, and bugs.
0 commit comments