NOTE! You are browsing legacy documentation. For latest visit docs.nativescript.org.

NativeScript Core

Not finding the help you need?

tns proxy set

Description

Sets the proxy settings of the NativeScript CLI.

Commands

Usage Synopsis
General $ tns proxy set [<Url> [<Username> [<Password>]]]

Options

  • --insecure - Allows insecure SSL connections and transfers to be performed. In case your proxy doesn't have a CA certificate or has an invalid one you need to use this flag.

Arguments

  • <Url> is the full url of the proxy. For example, http://127.0.0.1:8888. If you do not provide the url when running the command, the NativeScript CLI will prompt you to provide it.

  • <Username> and <Password> are your credentials for the proxy. These are not necessary, however, if you provide a <Username> you need to provide a <Password> too.

Command Limitations

Command Description
proxy Displays proxy settings.
proxy clear Clears proxy settings.