Replies: 3 comments
-
I've a similar problem. Running inso in a CI/CD pipeline I need to pass secrets to Insomnia Env Variables. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any solution to this already? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any way to update variables through cli? This would be helpful for automation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Environment Variable can hold some sensitive information such as client secret. We cannot check-in such secrets in repo which blocks us from running inso.
Describe the solution you'd like
Allow passing environment variables via command-line argument similar to how newman(postman cli) provides: -
--env-var "<environment-variable-name>=<environment-variable-value>" Allows the specification of environment variables via the command line, in a key=value format. Multiple CLI environment variables can be added by using --env-var multiple times, like so: --env-var "foo=bar" --env-var "alpha=beta".
Describe alternatives you've considered
Finding and replacing environment variables in CI
Beta Was this translation helpful? Give feedback.
All reactions