Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrKubectlPresent = errors.New("kubectl is already present at default(/usr/local/bin/kubectl) location or user specifed location")
ErrGitPresent = errors.New("git is already installed")
ErrArgoCDPresent = errors.New("argocd is already present at default(/usr/local/bin/argocd) location or user specifed location")
ErrKubectlFail = errors.New("error installing kubectl")
ErrArgoCDFail = errors.New("error installing argocd")
ErrCurlMissing = errors.New("please install curl and set it in path")
Yellow = color.New(color.FgHiYellow).SprintFunc()
Green = color.New(color.FgGreen).SprintFunc()
Red = color.New(color.FgRed).SprintFunc()
)
Functions ¶
func NewCommand ¶
func NewCommand() *cobra.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.