Documentation
¶
Index ¶
Constants ¶
View Source
const ( InstructionKubectl = "For instructions on how to install kubectl see: https://kubernetes.io/docs/tasks/tools/" InstructionAz = "For instructions on how to install the Azure CLI see: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli" InstructionKubelogin = "For instructions on how to install kubelogin see: https://azure.github.io/kubelogin/install.html" InstructionTerraform = "For instructions on how to install Terraform see: https://learn.hashicorp.com/tutorials/terraform/install-cli" InstructionTerragrunt = "For instructions on how to install Terragrunt see: https://terragrunt.gruntwork.io/docs/getting-started/install/" InstructionAws = "" /* 129-byte string literal not displayed */ InstructionGit = "For instructions on how to install Git see: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git" InstructionGh = "For instructions on how to install the GitHub CLI see: https://github.com/cli/cli#installation" )
Variables ¶
View Source
var ( Instructions = map[string]string{ "kubectl": InstructionKubectl, "az": InstructionAz, "kubelogin": InstructionKubelogin, "terraform": InstructionTerraform, "terragrunt": InstructionTerragrunt, "aws": InstructionAws, "git": InstructionGit, "gh": InstructionGh, } )
Functions ¶
func GracefulGetPath ¶
func IsInteractive ¶
func IsInteractive() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.