Adding db-info CLI command. (#4231)

This adds a basic db-show CLI command, to display
the information related to a database.
This commit is contained in:
louib
2020-01-26 23:44:31 -05:00
committed by Jonathan White
parent 04be724614
commit b78ca924fd
14 changed files with 166 additions and 15 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2.6 (unreleased)
### Added
- Added CLI db-info command [#4231]
### Changed
- Renamed CLI create command to db-create [#4231]
## 2.5.3 (2020-01-19)
### Fixed