cli icon indicating copy to clipboard operation
cli copied to clipboard

Hanami command line

Results 61 cli issues
Sort by recently updated
recently updated
newest added

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...

### Description - Return `SystemCall::Result` objects from guard checks at database util class methods instead of primitive `true` values. This removes the need for checking the object of the returned....

👋 Hiya! > [!CAUTION] > This PR is draft, I'm looking for feedback on this and only the `hanami new` command has been tested so far, some output in other...

Follow up https://github.com/hanami/cli/pull/319 As Tim [said](https://github.com/hanami/cli/pull/319#discussion_r2372421674) and I agree: > All these tests for file conflict handling, spread across each generator, get pretty repetitious. [...] I think my preference would...

Hey 👋 , We're hoping to setup Rubocop again on this repository and ensure we resolve issues and then install a CI check for the repo for this gem. The...

good first issue
help wanted