Adding ability to use a config file in order to reduce command length.

This commit is contained in:
Renan DelValle 2018-10-23 23:32:28 -07:00
parent 88ca728041
commit 7a1251853b
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 57 additions and 14 deletions

View file

@ -3,4 +3,6 @@
* 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.
* Added version command.
* Added version command.
* Added ability to use config config file. By default this file will be located in /etc/aurora/australis.yml
* Changed insecureSkipVerify to skipCertVerification.