commands

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CLIName is the name of the CLI
	CLIName = "taskerexec"
)

Variables

View Source
var (
	// GlobalArgs hold global CLI flags
	GlobalArgs globalFlags
)
View Source
var RootCmd = &cobra.Command{
	Use:   CLIName,
	Short: "taskerexec is the executor sidecar to workflow containers",
	Run: func(cmd *cobra.Command, args []string) {
		cmd.HelpFunc()(cmd, args)
	},
}

RootCmd is the kubeTasker root level command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL