Documentation
¶
Overview ¶
Package format recursively looks for hcl files in the directory tree starting at workingDir, and formats them based on the language style guides provided by Hashicorp. This is done using the official hcl2 library.
Index ¶
Constants ¶
View Source
const ( CommandName = "format" CommandNameAlias = "fmt" FileFlagName = "file" ExcludeDirFlagName = "exclude-dir" CheckFlagName = "check" DiffFlagName = "diff" StdinFlagName = "stdin" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.