Skip to content

Commit 35ce525

Browse files
authored
docs: Improve docs for core commands. (#1304)
I noticed `vp cache` was described incorrectly, `vp cache clean` is what was described there. `vp cache` isn't a command itself, so I figured it should just say `vp cache clean`? Also updated a few miscellaneous other things on the page.
1 parent 5ac585a commit 35ce525

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Vite+ can handle the entire local frontend development cycle from starting a pro
9494
### Execute
9595

9696
- [`vp run`](/guide/run) runs tasks across workspaces with caching.
97-
- [`vp cache`](/guide/cache) clears task cache entries.
98-
- [`vpx`](/guide/vpx) runs binaries globally.
97+
- [`vp cache clean`](/guide/cache) clears task cache entries.
98+
- [`vpx`](/guide/vpx) downloads and runs binaries globally.
9999
- [`vp exec`](/guide/vpx) runs local project binaries.
100-
- [`vp dlx`](/guide/vpx) runs package binaries without adding them as dependencies.
100+
- [`vp dlx`](/guide/vpx) downloads and runs package binaries without adding them as dependencies.
101101

102102
### Build
103103

@@ -116,7 +116,7 @@ Vite+ can handle the entire local frontend development cycle from starting a pro
116116
- [`vp implode`](/guide/implode) removes `vp` and related Vite+ data from your machine.
117117

118118
::: info
119-
Vite+ ships with many predefined commands such as `vp build`, `vp test`, and `vp dev`. These commands are built in and cannot be changed. If you want to run a command from your `package.json` scripts, use `vp run <command>`.
119+
Vite+ ships with many predefined commands such as `vp build`, `vp test`, and `vp dev`. These commands are built-in and cannot be changed. If you want to run a command from your `package.json` scripts, use `vp run <command>` or `vpr <command>`.
120120

121121
[Learn more about `vp run`.](/guide/run)
122122
:::

0 commit comments

Comments
 (0)