44b610de4f
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>
20 lines
450 B
Plaintext
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
|