Skip to content

docs: update proxy docs #5025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ The <code>--insecure</code> flag allows you to perform insecure SSL connections
#### Limitations

* You can provide the `<Username>` and `<Password>` attributes only on Windows systems.
* Proxy settings for the npm and the Android Gradle need to be configured separately. For more information, see the following articles:
* Proxy settings for the npm, the Android Gradle and (optional) Docker need to be configured separately. For more information, see the following articles:
* [Configure the npm proxy](https://docs.npmjs.com/misc/config#https-proxy)
* [Configure the Android Gradle proxy](https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy)
* [Configure the Docker proxy](https://docs.docker.com/network/proxy/)

### Display Current Proxy Settings

Expand Down
3 changes: 2 additions & 1 deletion docs/man_pages/general/proxy-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ General | `$ tns proxy set [<Url> <% if(isWindows) {%>[<Username> [<Password>]]<
### Command Limitations

* You can set credentials only on Windows systems.
* Proxy settings for npm and (Android) Gradle need to be set separately.
* Proxy settings for npm, (Android) Gradle and (optional) Docker need to be set separately.
* configuring `npm` proxy - https://docs.npmjs.com/misc/config#https-proxy
* (Android) configuring Gradle proxy - set global configuration in the user directory - _<USER_HOME>/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy
* configuring Docker proxy - https://docs.docker.com/network/proxy/

### Related Commands

Expand Down