mantl / consul-cli

Command line interface to Consul HTTP API
Apache License 2.0
251 stars 67 forks source link

No more --version? #14

Closed wstaples closed 8 years ago

wstaples commented 8 years ago

On consul-cli version 1 I was able to use consul-cli --version to see the version number. I just upgraded to 2 on windows and there does not seem to be a --version option any more. I tried -v --version -version and just version. Is this no longer a valid option?

ChrisAubuchon commented 8 years ago

Ack! I changed command line handlers and didn't notice that --version had been removed. I've pushed a fix for it. It will be consul-cli version. Commit https://github.com/CiscoCloud/consul-cli/commit/296125f4ce3c6fd28cdd6163f64fce9c7c1374b0

wstaples commented 8 years ago

Great work on this by the way. Curl on windows has some subtle differences that make it a real PITA to try and remember all of the commands. This is much easier.