airshipctl/docs/source/cli/airshipctl_config_get-management-config.md
Alexander Hughes 15d2684c50 Adding/updating documentation
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>
2020-06-25 12:22:15 -04:00

1013 B

airshipctl config get-management-config

View a management config or all management configs defined in the airshipctl config

Synopsis

View a management config or all management configs defined in the airshipctl config

airshipctl config get-management-config [NAME] [flags]

Examples


# View all defined management configurations
airshipctl config get-management-configs

# View a specific management configuration named "default"
airshipctl config get-management-config default

Options

  -h, --help   help for get-management-config

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