CLI Redesign: disabled by default? #4014
Unanswered
JulesClaussen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @JulesClaussen , could you reconfirm on the latest version of Terragrunt? If the problem persists, please open a bug. You should not get a warning on any behavior that requires using an experimental flag. Those should be purely opt-in. You should be able to use flags like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
Following some warnings that we have in our CIs like those ones:
I tried to migrate, and none of the new flags work? Am I missing something?
I have tried running a simple
TG_NON_INTERACTIVE=true terragrunt plan
and it still asks me for inputs if one is missing. I have tried theterragrunt --queue-exclude-dir=0__manual run-all init
, it fails withTerraform has no command named "". To see all of Terraform's top-level commands, run: terraform -help
I have terraform v1.11.2, and terragrunt v0.71.5.
Do I need to enable the experiment mode for the CLI Redesign?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions