-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi PAC CLI Team,
most big coorporations requires usages of a proxy server. At the moment you have to manually touch the app.config located at:
C:\Users\{USERNAME}\.nuget\packages\microsoft.powerapps.cli\{PAC CLI Version}\tools\pac.exe.config
and add the following xml tag
<system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> </defaultProxy> </system.net>
This step has to be repeated for each new version. So it would be great, if we can directly configure the proxy via a pac cli statement
for example:
pac config proxy add -useDefaultCredentials "true"
BR
Martin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request