CLI: Cleanup create options (#4313)

* Add ability to create database with an empty password
* Add password repeat check
* Standardize process between `db-create` and `import` commands
* Improve db-create tests with new password repeat

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
louib
2020-03-18 21:51:36 -04:00
committed by GitHub
parent b045160e4f
commit e6c2c7ed93
8 changed files with 171 additions and 54 deletions

View File

@@ -7,6 +7,8 @@
### Changed
- Renamed CLI create command to db-create [#4231]
- Added --set-password option for CLI db-create command
- Added --set-key-file option for CLI db-create command (replacing --key-file option)
## 2.5.3 (2020-01-19)