Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFly set-team fails silently when using `-c` with a bad config file #2904
Labels
Milestone
Comments
mhuangpivotal
pushed a commit
that referenced
this issue
Dec 3, 2018
This comment has been minimized.
This comment has been minimized.
Now getting a "cannot unmarshal yml" error, so I'll accept |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fly set-team
fails silently when using-c
with a bad config file.For example, if I have a config file
foo.txt
:and I do
fly -t dev set-team -n this-is-wrong -c foobar.txt
I get...nothing. I expected a message at least telling me that there was "nothing to do" or "bad config file"