-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Add option to disable -no-color
flag
#264
Comments
Would be interested in a |
Interesting. What is your use case for this? |
We are building a custom infrastructure tool which integrates terraform-exec. So for nicer usability and look and feel, we would like colored Terraform output in this tool. |
@kmoe we are building a tool which wraps https://github.com/terrarium-tf/cli so a colored output just makes things a little bit more "native" |
bump - would love this feature. |
+1 I don't understand why the --no-color is hardcoded there, it should be an option. |
the PR was ready months ago... |
Can we resolve this asap? |
Any reason why the PR is not merged yet? |
Hi guys,
we were wondering if it is possible to enable colored output for the Terraform commands.
We are interested in a colored output of the Terraform plan (in
ShowPlanFileRaw
). However, the showCmd function automatically adds the-no-color
flag. It would be nice if the-no-color
flag could be optionally disabled, resulting in colored command output.Thanks in advance!
The text was updated successfully, but these errors were encountered: