vlt / docs

  • PricingBenchmarks (opens in new window)Community (opens in new window)Feedback
  • Overview
  • bugs
  • build
  • cache
  • config
  • create
  • docs
  • exec-cache
  • exec-local
  • exec
  • help
  • init
  • install
  • list
  • login
  • logout
  • pack
  • ping
  • pkg
  • publish
  • query
  • registry
  • repo
  • run-exec
  • run
  • setup
  • token
  • uninstall
  • version
  • whoami
  • Aliases
  • Subcommands
  • ls
  • delete
  • info
  • install
  • Examples
  1. Client
  2. /
  3. Commands
  4. /
  5. exec-cache

vlt exec-cache

Usage:

Terminal
$ vlt exec-cache <command> [flags]

Work with vlt exec-cache folders

Aliases

Text
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

PreviousdocsNextexec-local

On this page

  • Aliases
  • Subcommands
  • ls
  • delete
  • info
  • install
  • Examples
Edit this page

Deploy your package on vlt.io

Publish scoped and private packages, manage organizations and access, and give every developer and CI environment a consistent source for public and private JavaScript dependencies.

Publish now