Hello!
I’m trying to use the Auth0 Deploy CLI tool and saw that we’re able to pass environment variables when calling a0deploy import
with either --env
or -e
flags but wasn’t sure what the format for that was? I tried things like
-e process.env.AUTH0_DOMAIN=<domain>
-e AUTH0_DOMAIN=<domain>
but those didn’t work.
Does anyone know how to pass environment variables through the command line?
Thanks!
-Shawn