validate-config
The operator diagnose command should be used primarily before the configuration
is copied to the OpenBao nodes. For example on the operators Laptop and/or in
CI validations, if you manage your configuration with git.
You might also want to run it on the OpenBao node after updating the configuration
and before restarting the node.
In case your OpenBao nodes does not start, running bao operator disgnose
should be preferred.
Usage
The following flags are available in addition to the standard set of flags included on all commands.
Output options
-format
(string: "table")
- Print the output in the given format. Valid formats are "table" or "json". This can also be specified via theBAO_FORMAT
environment variable.
Command options
-config
(string; "")
- The path to the OpenBao configuration file used by the OpenBao server on startup.