Skip to content

vlt exec-cache

Usage:

Terminal
$ 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.

Terminal
$ vlt exec-cache ls

delete

Delete previously installed packages used for vlt exec. If no keys are provided, then all entries will be deleted.

Terminal
$ vlt exec-cache delete [<key>...]

info

Show extended information about a given vlt exec installation.

Terminal
$ 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.

Terminal
$ vlt exec-cache install <spec>...

Examples

Show all the keys for the installations in the vlt exec cache:

Terminal
$ vlt exec-cache ls

Delete all versions of typescript installed for vlt exec:

Terminal
$ vlt exec-cache delete typescript

Show extended info about a specific version of typescript:

Terminal
$ vlt exec-cache info typescript-695bf962