Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandName = "hclvalidate" ShowConfigPathFlagName = "terragrunt-hclvalidate-show-config-path" ShowConfigPathEnvVarName = "TERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH" JSONOutputFlagName = "terragrunt-hclvalidate-json" JSONOutputEnvVarName = "TERRAGRUNT_HCLVALIDATE_JSON" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(generalOpts *options.TerragruntOptions) *cli.Command
Types ¶
type Options ¶
type Options struct { *options.TerragruntOptions ShowConfigPath bool JSONOutput bool }
func NewOptions ¶
func NewOptions(general *options.TerragruntOptions) *Options
Click to show internal directories.
Click to hide internal directories.