✨ New Features
Stack clean
command
Added a new clean
sub-command to the terragrunt stack
command, enabling users to remove generated stack files.
To try it out, make sure you enable the stacks experiment.
Read the docs to learn more.
What's Changed
- feat: Added
stack clean
command to clean stack generated files by @denis256 in #3871 - fix: Fixing CLI option for
--queue-include-unit-reading
by @yhakbar in #3869 - fix: TestStacksGenerateRemote by @denis256 in #3865
- feat: Redesign CLI help by @levkohimins in #3870
- docs: Adjusting icons for Terragrunt
.hcl
configs and OpenTofu.tf
configs in the FileTree component by @yhakbar in #3868
Full Changelog: v0.73.0...v0.73.1