GetConfigCommand
Gets the root level command that can be added to any cobra-powered cli to get config* commands.
def GetConfigCommand() - > *cobra.Command
Gets the root level command that can be added to any cobra-powered cli to get config* commands.
Returns
| Type | Description |
|---|---|
*cobra.Command | The root level cobra command for configuration. |