install

package
v0.10.0 Latest Latest
Warning

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

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

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()
)

by default, we install aws and docker. We also have --infrastructure flag to take user input

Functions

func NewCommand

func NewCommand() *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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