Adding version command.

This commit is contained in:
Renan DelValle 2018-10-23 15:24:29 -07:00
parent b2942d3314
commit 112f172c64
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 16 additions and 1 deletions

View file

@ -2,4 +2,5 @@
* Backup and snapshot commands have now been moved to under the force subcommand as these are expensive operations
and the subcommand should reflect that.
* Cobra library upgrade.
* Cobra library upgrade.
* Added version command.