airshipctl/cmd/config/testdata/TestConfigSetManagementConfigurationCmdGoldenOutput/config-cmd-set-management-config-excess-args.golden
Drew Walters 383cffed4d Add set-management-configuration command
This change adds a set-management-configuration command that allows the
user, typically CI, to change management configuration settings
imperatively.

Change-Id: I7a106a46f57fef0ea2a8c5dd8c8786d8a103305c
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-05-28 21:59:44 +00:00

11 lines
457 B
Plaintext

Error: accepts 1 arg(s), received 2
Usage:
set-management-config NAME [flags]
Flags:
-h, --help help for set-management-config
--insecure Ignore SSL certificate verification on out-of-band management requests
--management-type string Set the out-of-band management type (default "redfish")
--use-proxy Use the proxy configuration specified in the local environment (default true)