Skip to content

Allow specifying a Proxy Server #476

@martintoelk

Description

@martintoelk

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions