resty-cli
resty-cli copied to clipboard
How to pass environment variables that os.getenv can get?
for example test.lua:
assert(os.getenv("FOO") == 'BAR')
and FOO=BAR resty test.lua will pass the test.