
The `update-golden` make target generates updated documentation for each command, but has not been run for recently merged changesets. This leads to out of date documentation, and requires remediation in two steps: 1. (This patch) update documentation 2. Update gates to determine if commands have changed that warrants new documentation, and prevent patches from being merged without running `make update-golden` first. This can be added to tools/git_diff_check Change-Id: Ide31f24caf8818e811d15397616805ed79bdea10 Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
## airshipctl config set-management-config
|
|
|
|
Modify an out-of-band management configuration
|
|
|
|
### Synopsis
|
|
|
|
Modify an out-of-band management configuration
|
|
|
|
```
|
|
airshipctl config set-management-config NAME [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-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)
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl config](airshipctl_config.md) - Manage the airshipctl config file
|
|
|