Documentation
¶
Index ¶
- Variables
- func ExitError(message string, params ...any)
- func ExitWarning(message string, params ...any)
- func OutputObject(value map[string]any, serviceName, templateContent string, ...)
- func Outputf(message string, params ...any)
- func RenderConfigTable(cfg *ini.File)
- func RenderTable(values []map[string]any, columnsToDisplay []string, outputFormat *OutputFormat)
- func RunGenericChoicePicker(question string, choices map[string]string, overrideHeight int) (string, string, error)
- func RunLoginInput(customEndpoint bool) map[string]string
- func RunLoginPicker(question string, choices []string) string
- type OutputFormat
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ResultError error ResultString string )
Functions ¶
func ExitWarning ¶
func OutputObject ¶
func OutputObject(value map[string]any, serviceName, templateContent string, outputFormat *OutputFormat)
func RenderConfigTable ¶
func RenderTable ¶
func RenderTable(values []map[string]any, columnsToDisplay []string, outputFormat *OutputFormat)
func RunGenericChoicePicker ¶
func RunLoginInput ¶
func RunLoginPicker ¶
Types ¶
type OutputFormat ¶
// Common flags used by all subcommands to control output format (json, yaml)
Click to show internal directories.
Click to hide internal directories.