Documentation
¶
Index ¶
- Constants
- func PrintBanner(version, provider string)
- func PrintError(msg string)
- func PrintHeader(msg string)
- func PrintInfo(msg string)
- func PrintProviderOption(number int, name string, cfg *config.Config, secrets map[string]string, ...)
- func PrintSection(msg string)
- func PrintSuccess(msg string)
- func PrintWarn(msg string)
- func Prompt(prompt string) string
- func PromptSecret(prompt string) (string, error)
- func PromptWithDefault(prompt, defaultVal string) string
Constants ¶
View Source
const ( Green = "\033[0;32m" Yellow = "\033[0;33m" Red = "\033[0;31m" Blue = "\033[0;34m" Bold = "\033[1m" Reset = "\033[0m" )
Variables ¶
This section is empty.
Functions ¶
func PrintBanner ¶
func PrintBanner(version, provider string)
func PrintError ¶
func PrintError(msg string)
func PrintHeader ¶
func PrintHeader(msg string)
func PrintProviderOption ¶
func PrintSection ¶
func PrintSection(msg string)
func PrintSuccess ¶
func PrintSuccess(msg string)
func PromptSecret ¶
func PromptWithDefault ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.