hanami / cli

Hanami command line
MIT License
27 stars 28 forks source link

App CLI commands should accept `--env`/`-e` option to set the HANAMI_ENV #214

Closed timriley closed 2 weeks ago

timriley commented 3 months ago

This:

hanami blah -e test

Feels a lot nicer than this:

HANAMI_ENV=test hanami blah

Let's make it so.

solnic commented 3 months ago

I actually thought we already had that 😅

timriley commented 3 months ago

@solnic so did I! I tried it and was surprised to discover it wasn't there. Maybe back in snowpack?

solnic commented 3 months ago

@timriley yeah most likely :)