Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/all-graph-flag' into feat/a…
Browse files Browse the repository at this point in the history
…ll-graph-flag
  • Loading branch information
levkohimins committed Feb 28, 2025
2 parents 3191fd4 + d5d6850 commit d835a9f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ Feedback is crucial for ensuring the feature meets real-world use cases. Please

To transition `cli-redesign` features to a stable release, the following must be addressed:

- [ ] Add support for `run` command.
- [x] Add support for `run` command.
- [x] Add support for basic usage of the `run` command (e.g., `terragrunt run plan`, `terragrunt run -- plan -no-color`).
- [ ] Add support for the `--all` flag.
- [ ] Add support for the `--graph` flag.
- [x] Add support for the `--all` flag.
- [x] Add support for the `--graph` flag.
- [x] Add support for `exec` command.
- [x] Rename legacy `--terragrunt-` prefixed flags so that they no longer need the prefix.
- [ ] Add the `hcl` command, replacing commands like `hclfmt`, `hclvalidate` and `validate-inputs`.
Expand Down

0 comments on commit d835a9f

Please sign in to comment.