vlt config
Usage:
Work with vlt configuration
Aliases
Subcommands
get
Print the named config value
list
Print all configuration settings currently in effect
set
Set config values. By default, these are written to the project config file, vlt.json
in the root of the project. To set things for all projects, run with --config=user
del
Delete the named config fields. If no values remain in the config file, delete the file as well. By default, operates on the vlt.json
file in the root of the current project. To delete a config field from the user config file, specify --config=user
.
edit
Edit the configuration file
help
Get information about a config field, or show a list of known config field names.