Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CLIName is the name of the CLI
CLIName = "argoexec"
)
Variables ¶
View Source
var (
// Global CLI flags
GlobalArgs globalFlags
)
View Source
var RootCmd = &cobra.Command{ Use: CLIName, Short: "argoexec is the executor sidecar to workflow containers", 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.