cli
cli copied to clipboard
Hanami command line
It's hard to condense the distinction down to just a handful of words, so feel free to tweak. I also wonder if we should combine the commands somehow, since the...
## What I tried to do: ``` hanami g action accounts.show ``` ## What I expected to happen: It would not override the existing files matching those paths (`app/actions/accounts/show.rb` /...
### **Context:** Hi. I noticed this task in Hanami github projects: https://github.com/orgs/hanami/projects/2?pane=issue&itemId=37953496 Thought I give it a go, to get acquainted with dry-rb and hanami source code more, and maybe...
**Context:** The reason behind it is to improve developer experience, as right now when running a command like `hanami db reset` it will fail if the user has any other...
ruby 3.1.2 puma (6.2.2) hanami (2.0.3) hanami-cli (2.0.3) rack (2.2.7) Following shown is my Puma config file containing my custom changes: **config/puma.rb** ``` # frozen_string_literal: true max_threads_count = ENV.fetch("HANAMI_MAX_THREADS", 5)...
**Context:** The reason behind it is to improve developer experience, as right now when running a command like `hanami db reset` it will fail if the user has any other...
We only allow `hanami new` outside of existing Hanami projects, and only allow almost all the other commands inside a Hanami 2 project (`version` is rightfully allowed in both). For...
Addresses #202 Although, I ended up not using `slice.source_path`. I had an implementation working that just took a `Hanami::Slice` and used `.namespace` and `.source_path` but it proved hard to test....