383cffed4d
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>
11 lines
457 B
Plaintext
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)
|
|
|