Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
timriley opened this issue Jul 20, 2024 · 3 comments · Fixed by #246
Closed

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

timriley opened this issue Jul 20, 2024 · 3 comments · Fixed by #246
Assignees

Comments

@timriley
Copy link
Member

timriley commented Jul 20, 2024

This:

hanami blah -e test

Feels a lot nicer than this:

HANAMI_ENV=test hanami blah

Let's make it so.

@solnic
Copy link
Member

solnic commented Aug 3, 2024

I actually thought we already had that 😅

@timriley
Copy link
Member Author

timriley commented Aug 3, 2024

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

@solnic
Copy link
Member

solnic commented Aug 4, 2024

@timriley yeah most likely :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants