Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

Adding version command support to DCE-CLI #68

Closed drmmarsunited closed 4 years ago

drmmarsunited commented 4 years ago

Proposed changes

As described in issue https://github.com/Optum/dce-cli/issues/40, the current CLI does not support a command for observing version. In this change, code is introduced to allow for a version command to be run, that is based off of the current git tag.

Documentation for the new command was generated by Cobra as well. Happy to discuss a testing strategy for this command, if necessary, but I have not yet introduced one.

Types of changes

Checklist

joshmarsh commented 4 years ago

Thanks @drmmarsunited , this is great! I'm going through your PR now.