Boundary
config
Command: boundary config
The config
command groups subcommands for operators to interact with
Boundary's configuration files.
Examples
The following command encrypts sensitive values in a configuration file:
$ boundary config encrypt config.hcl
The following command decrypts sensitive values in a configuration file:
$ boundary config decrypt config.hcl
The following command reads a stored token's output.
$ boundary config get-token
Usage
Usage: boundary config <subcommand> [options] [args]
# ...
Subcommands:
autocomplete Install or uninstall autocompletion for Boundary's CLI
decrypt Decrypt sensitive values in Boundary's configuration file
encrypt Encrypt sensitive values in Boundary's configuration file
get-token Get the stored token, or its properties
For more information, examples, and usage, click on the name of the subcommand in the sidebar or one of the links below: