# Packages
Package awsproviderpatch provides the `aws-provider-patch` command.
Package catalog provides the ability to interact with a catalog of OpenTofu/Terraform modules via the `terragrunt catalog` command.
Package common provides common code that are used by many commands.
Package exec provides the ability to execute a command using Terragrunt, via the `terragrunt exec -- command_name` command.
Package find provides the ability to find Terragrunt configurations in your codebase via the `terragrunt find` command.
Package graph provides the `graph` command for Terragrunt.
Package graphdependencies provides the command to print the terragrunt dependency graph to stdout.
Package hclfmt provides the hclfmt command for formatting HCL files.
Package hclvalidate provides the `hclvalidate` command for Terragrunt.
Package help represents the help CLI command that works the same as the `--help` flag.
Package info represents list of info commands that display various Terragrunt settings.
Package outputmodulegroups provides a command to output groups of modules ordered by command (apply or destroy) as a list of list in JSON (useful for CI use cases).
Package renderjson provides the command to render the final terragrunt config, with all variables, includes, and functions resolved, as json.
Package run provides Terragrunt command flags.
Package runall provides the `run-all` command that runs a terraform command against a 'stack' by running the specified command in each subfolder.
Package scaffold provides the command to scaffold a new Terragrunt module.
Package stack provides the command to stack.
Package terragruntinfo provides the command to emit limited terragrunt state on stdout and exits.
Package validateinputs provides the command to validate the inputs of a Terragrunt configuration file against the variables defined in OpenTofu/Terraform configuration files.
Package version represents the version CLI command that works the same as the `--version` flag.
# Functions
New returns the set of Terragrunt commands, grouped into categories.
No description provided by the author
No description provided by the author
# Constants
CatalogCommandsCategoryName represents commands for managing Terragrunt catalogs.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
The following commands are DEPRECATED.
ConfigurationCommandsCategoryName represents commands for managing Terragrunt configurations.
DiscoveryCommandsCategoryName represents commands for discovering Terragrunt configurations.
MainCommandsCategoryName represents primary Terragrunt operations like run, exec.
ShortcutsCommandsCategoryName represents OpenTofu-specific shortcut commands.