cmd

package
v0.0.0-demo Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

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 FluxMain

func FluxMain(c *cli.Context) error

func HelmMain

func HelmMain(c *cli.Context) error

func KubectlMain

func KubectlMain(c *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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