Documentation ¶
Index ¶
Constants ¶
View Source
const ( Bold = 1 FgBlack = 30 FgRed = 31 FgGreen = 32 FgYellow = 33 FgBlue = 34 FgMagenta = 35 FgCyan = 36 FgWhite = 37 FgDefault = 39 )
ANSI escape codes
View Source
const ( ArgoServiceAccount = "argo" ArgoClusterRole = "argo-cluster-role" )
Constants used by Argo
View Source
const (
// CLIName is the name of the CLI
CLIName = "argo"
)
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: CLIName, Short: "argo is the command line interface to Argo", Run: func(cmd *cobra.Command, args []string) { cmd.HelpFunc()(cmd, args) }, }
RootCmd is the argo root level command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.