Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "bundle-to-yaml", Short: "Transforms a bundle into a YAML file", RunE: func(cmd *cobra.Command, args []string) error { if strings.TrimSpace(string(output)) == "" && dryRun == false { return errors.New("required flag(s) \"output\" not set") } return bundle.ProxyBundle2YAMLFile(string(input), string(output), bool(dryRun)) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.