Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = make([]*cli.Command, 0)
Any cli command can be appended to this during init() so apps can just add all of the available commands as sub-commands.
View Source
var FluxCmd = &cli.Command{ Name: "flux", Aliases: []string{}, Usage: "utility to manage Kubernetes CD pipelines with GitOps", Description: `utility to manage Kubernetes CD pipelines with GitOps`, ArgsUsage: "", Action: FluxMain, }
View Source
var HelmCmd = &cli.Command{ Name: "helm", Aliases: []string{}, Usage: "Kubernetes package manager", Description: `Kubernetes package manager`, ArgsUsage: "", Action: HelmMain, }
View Source
var KubectlCmd = &cli.Command{ Name: "kubectl", Aliases: []string{}, Usage: "controls the Kubernetes cluster manager", Description: `controls the Kubernetes cluster manager`, ArgsUsage: "", Action: KubectlMain, }
View Source
var VERSION = "v0.0.0-beta"
Functions ¶
func KubectlMain ¶
func KubectlMain(c *cli.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.