Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplicationCmd = &cobra.Command{ Use: "app", Short: "Manages your applications", Example: ` # Get last 10 commits for an application gitops app <app-name> get commits # Add an application to gitops from local git repository gitops app add . --name <app-name> # Remove an application from gitops gitops app remove <app-name> # Status an application under gitops control gitops app status <app-name> # List applications under gitops control gitops app list # Pause gitops automation gitops app pause <app-name> # Unpause gitops automation gitops app unpause <app-name>`, Args: cobra.MinimumNArgs(3), RunE: runCmd, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.