Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.59 KB

proxy-set.md

File metadata and controls

45 lines (31 loc) · 1.59 KB

<% if (isJekyll) { %>--- title: ns proxy set position: 13 ---<% } %>

ns proxy set

Description

Sets the proxy settings of the NativeScript CLI.

Commands

Usage Synopsis
General $ ns proxy set [<Url> <% if(isWindows) {%>[<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. <% if(isWindows) {%>
  • <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. <% } %>

<% if(isHtml) { %>

Command Limitations

Related Commands

Command Description
proxy Displays proxy settings.
proxy clear Clears proxy settings.
<% } %>