Closed samm-git closed 5 years ago
This was an error whereby options with defaults that also had values in the config file were appending the config file values rather than overwriting them. Fix in 0.2.7, just released. Thanks for the continued reports!
I found that if i am setting hostname in the
~/.tfh/tfhrc
it is not working as intended:./tfh/bin/tfh workspace list -org test
will give a curl call to thehttps://app.terraform.ioexample.com/api/v2/organizations/test/workspaces
However, if i am setting it using-hostname
it is working as intended.