@@ -231,10 +231,11 @@ DVM supported the following commands:
231231| Command | Usage | Description |
232232| :-------:| :-----:| :------------|
233233| ` install ` | ` dvm install ` | Download and install the latest version or the version reading from ` .dvmrc ` file. |
234- | | ` dvm install <version> ` | Download and install the specified version from source . |
234+ | | ` dvm install <version \| prefix > ` | Download and install the specified version, or the latest version with the specified prefix . |
235235| | ` dvm install <version> --registry=<registry> ` | Download and install deno with the specified registry. |
236236| | ` dvm install <version> --skip-validation ` | Do not validate deno version before trying to download it. |
237237| | ` dvm install <version> --from-source ` | Build and install Deno from source code. |
238+ | | ` dvm install <version> --skip-download-cache ` | Download and install Deno without using downloaded cache. |
238239| ` uninstall ` | ` dvm uninstall <version> ` | Uninstall the specified version. |
239240| ` use ` | ` dvm use ` | Use the specified version read from .dvmrc. |
240241| | ` dvm use <version> ` | Use the specified version that passed by argument. |
@@ -250,7 +251,7 @@ DVM supported the following commands:
250251| ` which ` | ` dvm which ` | Display the path of the version that specified in .dvmrc. |
251252| | ` dvm which current ` | Display the path of the current version. |
252253| | ` dvm which <version> ` | Display the path of specified version. |
253- | ` clean ` | ` dvm clean ` | Remove all downloaded packages. |
254+ | ` clean ` | ` dvm clean ` | Remove all downloaded packages and the cached versions . |
254255| ` deactivate ` | ` dvm deactivate ` | Deactivate Deno on current shell. |
255256| ` doctor ` | ` dvm doctor ` | Find invalid / corrupted versions. |
256257| | ` dvm doctor --fix ` | Find and fix invalid / corrupted versions. |
0 commit comments