✨ New Features
Added --no-stack-generate
support in stack run
and stack output
, allowing users to disable automatic stack regeneration before executing commands. This provides greater control over stack operations by allowing commands to use the existing .terragrunt-stack
directory, improving efficiency and avoiding unnecessary updates.
What's Changed
- feat: Added
--no-stack-generate
cli flag to skip stack generation by @denis256 in #4039 - chroe: Stack tests improvements by @denis256 in #4033
- chrore: Adding
.cursor
to.gitignore
by @yhakbar in #4040 - docs: Adding docs for
--all
and--graph
by @yhakbar in #4036 - docs: Move
info
to a better location by @yhakbar in #4037
Full Changelog: v0.76.1...v0.76.2