Skip to content

Commit b228300

Browse files
committed
docs(exec): add exec command to AGENTS.md
1 parent 59d40c5 commit b228300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎packages/cli/AGENTS.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This project is using Vite+, a modern toolchain built on top of Vite, Rolldown,
1818
- lib - Build library
1919
- migrate - Migrate an existing project to Vite+
2020
- 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`)
2122
- run - Run tasks from `package.json` scripts
2223

2324
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

Comments
 (0)