Usage:
$ 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:
$ vlt help
Show help for the install command:
$ vlt help install
Show help for the run command:
$ vlt help run
Aliases
h, ?