Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "app", Aliases: []string{"apps"}, Short: "Show information about one or all of the applications under gitops control", Args: cobra.MaximumNArgs(1), SilenceUsage: true, SilenceErrors: true, Example: ` # Get all applications under gitops control gitops get apps # Get status of an application under gitops control gitops get app <app-name> `, RunE: runCmd, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.