Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/vpx.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use `vpx`, `vp exec`, and `vp dlx` to run binaries without switching between loc

Use the other binary commands when you need stricter control:

- `vpx` resolves a package binary locally first and can download it when needed
- `vpx` resolves a package binary locally first and will download it if not found
Comment thread
connorshea marked this conversation as resolved.
Outdated
- `vp exec` runs a binary from the current project's `node_modules/.bin`
- `vp dlx` runs a package binary without adding it as a dependency

Expand All @@ -22,7 +22,7 @@ vpx <pkg[@version]> [args...]

### Options

- `-p, --package <name>` installs one or more packages before running the command
- `-p, --package <name>` installs one or more additional packages before running the command
Comment thread
cpojer marked this conversation as resolved.
- `-c, --shell-mode` executes the command inside a shell
- `-s, --silent` suppresses Vite+ output and only shows the command output

Expand Down
Loading