docs/src/data/experiments/cli-redesign.mdx
Support for the new Terragrunt CLI design.
cli-redesign - What it doesEnabled features from the CLI Redesign RFC.
This experiment flag is no longer needed, as the CLI Redesign is now the default.
cli-redesign - How to provide feedbackNow that the CLI Redesign experiment is complete, please provide feedback in the form of standard GitHub issues.
cli-redesign - Criteria for stabilizationTo transition cli-redesign features to a stable the following have been completed:
run command.
run command (e.g., terragrunt run plan, terragrunt run -- plan -no-color).--all flag.--graph flag.exec command.--terragrunt- prefixed flags so that they no longer need the prefix.hcl command, replacing commands like hclfmt, hclvalidate and validate-inputs.backend command.render command.info command.dag command.find command.
find without flags.find with colorful output.find with --format=json flag.find with stdout redirection detection.find with --hidden flag.find with --sort=alpha flag.find with --sort=dag flag.find with the exclude block used to exclude units from the search.symlinks experiment to support finding units/stacks via symlinks.find with --sort=dag flag on all the fixtures in the test/fixtures directory.list command.
list without flags.list with colorful output.list with --format=tree flag.list with --format=long flag.list with stdout redirection detection.list with --hidden flag.list with --sort=alpha flag.list with --sort=dag flag.list with --group-by=fs flag.list with --group-by=dag flag.list with the exclude block used to exclude units from the search.symlinks experiment to support listing units/stacks via symlinks.list with --sort=dag flag on all the fixtures in the test/fixtures directory.