cli
cli copied to clipboard
Hanami command line
With Hanami 2.2.1, --env shows up twice for generate commands. ``` Options: --env=VALUE, -e VALUE # App environment (development, test, production) --slice=VALUE # Slice name --env=VALUE, -e VALUE # App...
Method checking for database existence is modeled as one returning a boolean. However, the reality is that at least three states might bi returned: exists, does not exists, we don't...
Recently, I forgot to include `--slice name` so it generated the files in `app/` when I was expecting them to be in a slice. Before users have any slices, we...
Right now, bumping hanami e.g. from 2.2.0 to 2.2.1 will require a hanami-assets 2.2.1 version to exist in npm as well. This coupling is unhelpful and gets in the way...
### Background I'm writing a Bulma support extension for hanami-cli. To make it possible, I need to duplicate some commands, generators and templates, most of which are ruby files that...