You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Wiechmann edited this page Nov 24, 2020
·
2 revisions
Use the following parameters to configure a proxy for the APIM CLI
You can pass them either globally in env.properties, per stage (e.g. env.prod.properties) or individually as command-line parameters.
To use a proxy use the following parameters:
-httpProxyHost proxy.host -httpProxyPort 7878 -httpProxyUsername myProxyUser -httpProxyPassword myProxyPW
The intend is of course not to provide the proxy with every execution, instead configure that parameters with your stage (e.g. conf/env.prod.properties) or just global in conf/env.properties. Example: