vlt exec-cache
Usage:
$ vlt exec-cache <command> [flags]
Work with vlt exec-cache folders
Aliases
xc
Subcommands
ls
Show previously installed packages used for vlt exec
. Key provided
can be either the package name, or the full key.
$ vlt exec-cache ls
delete
Delete previously installed packages used for vlt exec
. If no keys
are provided, then all entries will be deleted.
$ vlt exec-cache delete [<key>...]
info
Show extended information about a given vlt exec
installation.
$ vlt exec-cache info <key>
install
Install the specified package(s) in the vlt exec
central cache
location. Metadata info about each installation will be printed.
$ vlt exec-cache install <spec>...
Examples
Show all the keys for the installations in the vlt exec
cache:
$ vlt exec-cache ls
Delete all versions of typescript installed for vlt exec:
$ vlt exec-cache delete typescript
Show extended info about a specific version of typescript:
$ vlt exec-cache info typescript-695bf962