Documentation
¶
Index ¶
- func FlagValidation(inputFilePath string, inputPipe bool, templatePath string, templatePipe bool, ...) error
- func GetIncludes(inputFiles []interface{}) (map[string]interface{}, error)
- func GetInput(file string, pipeFlag bool, printInputFlag bool) (map[string]interface{}, error)
- func GetPipedContent() (string, error)
- func GetTemplate(file string, pipeFlag bool) (string, error)
- func GetYamlContentFromFile(file string) (map[string]interface{}, error)
- func GetYamlContentFromString(content string) (map[string]interface{}, error)
- func MergeMaps(a, b map[string]interface{}) map[string]interface{}
- func PasswordPrompt(label string) string
- func RenderInput(input map[string]interface{}) (string, map[string]interface{}, error)
- func RenderTemplate(template string, input map[string]any) (string, error)
- func UNUSED(x ...interface{})
- func UnmarshalAllYamlDocs(in []byte, out *[]map[string]interface{}) error
- func YesNoPrompt(label string, def bool) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlagValidation ¶
func GetIncludes ¶
func GetPipedContent ¶
func GetYamlContentFromFile ¶
func PasswordPrompt ¶
func RenderInput ¶ added in v0.0.5
func UnmarshalAllYamlDocs ¶
func YesNoPrompt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.