terraform-exec icon indicating copy to clipboard operation
terraform-exec copied to clipboard

add colors flag

Open digitalkaoz opened this issue 3 years ago • 6 comments

if you want ANSI colors in your output simply enable it with:

tf, err := tfexec.NewTerraform(path, binary)
tf.SetColor(true)

the status quo is still uncolored.

fixes #264

digitalkaoz avatar Feb 22 '22 22:02 digitalkaoz

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Feb 22 '22 22:02 hashicorp-cla

@digitalkaoz - I think you got the stamps bro, just gotta resolve merge conflict. Using your fork in the meantime <3

stobias123 avatar Jun 16 '22 03:06 stobias123

@stobias123 i rebased my PR, dont think this will be merged. the whole project seems unmaintained to me

digitalkaoz avatar Jun 21 '22 08:06 digitalkaoz

Can this be merged? Why is this repo unmaintained?

breneckd avatar May 10 '24 07:05 breneckd