Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "kustomization", Aliases: []string{}, SuggestFor: nil, Short: "The example's command short-description", Long: "The example's command long-description -- value should be in full sentences, and can span multiple lines.", Example: strings.Join([]string{ fmt.Sprintf(" %s", "# General command usage"), fmt.Sprintf(" %s", fmt.Sprintf("%s example --name \"test-value\"", constants.Name())), "", fmt.Sprintf(" %s", "# Extended usage demonstrating configuration of default(s)"), fmt.Sprintf(" %s", fmt.Sprintf("%s example --name \"test-value\" --output json", constants.Name())), "", fmt.Sprintf(" %s", "# Display help information and command usage"), fmt.Sprintf(" %s", fmt.Sprintf("%s example --help", constants.Name())), }, "\n"), ValidArgs: nil, ValidArgsFunction: nil, Args: nil, ArgAliases: nil, BashCompletionFunction: "", Deprecated: "", Annotations: nil, Version: "", SilenceErrors: true, TraverseChildren: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.