Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PromptUserForInput ¶
func PromptUserForInput(prompt string, terragruntOptions options.TerragruntOptions) (string, error)
Prompt the user for text in the CLI. Returns the text entered by the user.
func PromptUserForYesNo ¶
func PromptUserForYesNo(prompt string, terragruntOptions options.TerragruntOptions) (bool, error)
Prompt the user for a yes/no response and return true if they entered yes.
func RunShellCommand ¶
Run the specified shell command with the specified arguments. Connect the command's stdin, stdout, and stderr to the currently running app.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.