You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't this complicate the understanding and implementation of CLI?
If we introduce -e it will create a matrix of possibilities: CLI argument vs ENV var.
ENV
CLI
Result
not set
not set
Apply default: development, unless running tests (default is test)
set
not set
Apply given ENV var
not set
set
Apply given CLI arg, but also force HANAMI_ENV value to propagate the choice
set
set
Who's gonna win?
This will be complicated to communicate and let people wrap their heads around.
No description provided.
The text was updated successfully, but these errors were encountered: