hanami / cli

Hanami command line
MIT License
26 stars 24 forks source link

Add `db version` command #156

Closed timriley closed 3 weeks ago

timriley commented 1 month ago
$ bundle exec hanami db version # Prints all database versions
$ bundle exec hanami db version --app # Prints app database version
$ bundle exec hanami db version --slice=billing # Prints "billing" slice database version

Note: this already exists as a command, but it has been disabled for a while. It just needs to be reactivated, and updated for the per-slice behaviour.