7
Allow Environment variables as command line params to inso cli
Source: Kong/insomnia#3699 · opened by @abbasc52
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
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
No pledges yet. Be the first to back this.
Comments
Similar requests
Redesign the environment variables
1 vote · 0 comments
Collection Specific Environment Variables Superseding Active Environment Variables
2 votes · 0 comments
support for command line environment variables
7 votes · 0 comments
JSONPath/XPath access to Environment Variables
1 vote · 0 comments
Right Click Set Environment Variables
2 votes · 0 comments
No comments yet.