Documentation
¶
Index ¶
- Constants
- func FilterAndListComponents(stackFlag string, stacksMap map[string]any) (string, error)
- func FilterAndListStacks(stacksMap map[string]any, component string) (string, error)
- func FilterAndListWorkflows(fileFlag string, listConfig schema.ListConfig, format string, delimiter string) (string, error)
- func ValidateFormat(format string) error
Constants ¶
View Source
const ( FormatTable = "table" FormatJSON = "json" FormatCSV = "csv" )
Variables ¶
This section is empty.
Functions ¶
func FilterAndListComponents ¶
FilterAndListComponents filters and lists components based on the given stack
func FilterAndListStacks ¶
FilterAndListStacks filters stacks by the given component
func FilterAndListWorkflows ¶ added in v1.155.0
func FilterAndListWorkflows(fileFlag string, listConfig schema.ListConfig, format string, delimiter string) (string, error)
FilterAndListWorkflows filters and lists workflows based on the given file
func ValidateFormat ¶ added in v1.155.0
ValidateFormat checks if the given format is supported
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.