hanami / cli

Hanami command line
MIT License
26 stars 24 forks source link

Add `db structure load` command #155

Closed timriley closed 2 weeks ago

timriley commented 1 month ago
$ bundle exec hanami db structure load # Loads the structure for all databases
$ bundle exec hanami db structure load --app # Loads the structure for the app database
$ bundle exec hanami db structure load --slice=billing # Loads the structure for the "billing" slice database