Skip to content

Usage:

Terminal
$ vlt help [<command>]

Print the full help output for the CLI, or help for a specific command.

If no command is specified, shows general CLI help. If a command name is provided, shows help for that specific command (equivalent to running vlt <command> --help).

Examples

Show general CLI help:

Terminal
$ vlt help

Show help for the install command:

Terminal
$ vlt help install

Show help for the run command:

Terminal
$ vlt help run

Aliases

h, ?