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
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
We presently have things like
eval (yarn -s env)
to place environment variables for usage in downstream commands. This won't work on windows.Tasks:
STAGE=sandbox
)${AWS_REGION:-us-east-1}
)Some ideas:
cross-env
(but doesn't support default values)builder
(but kind of a pain since env support is all big json strings and you have to invokebuilder
CLIThe text was updated successfully, but these errors were encountered: