airshipctl/cmd/config/testdata/TestGetManagementConfigCmdGoldenOutput/get-management-config-with-help.golden
Drew Walters 44b610de4f Add get-management-config command
This change adds a get-management-config command that allows the user to
view defined management configurations on stdout.

Change-Id: I9c49016bbedcc3a4609d1b17631ecc9e1f4be104
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-06-11 06:26:15 +00:00

20 lines
450 B
Plaintext

View a management config or all management configs defined in the airshipctl config
Usage:
get-management-config [NAME] [flags]
Aliases:
get-management-config, get-management-configs
Examples:
# View all defined management configurations
airshipctl config get-management-configs
# View a specific management configuration named "default"
airshipctl config get-management-config default
Flags:
-h, --help help for get-management-config