How to override an environment variable via the CLI? #773
daniel-woodhead
started this conversation in
General
Replies: 1 comment 5 replies
-
@daniel-woodhead Can't you use environment files? Not really sure what your use case is about. Which variable do you want to override? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a
.httpyac.js
file:And a
test.http
file:How can I use the
dev
environment but override one or more variables?This does not seem to work:
Beta Was this translation helpful? Give feedback.
All reactions