nativescript
Version:
Command-line interface for building NativeScript projects
27 lines (18 loc) • 448 B
Markdown
<% if (isJekyll) { %>---
title: ns proxy clear
position: 12
---<% } %>
# ns proxy clear
### Description
Clears the currently configured proxy settings of the NativeScript CLI.
### Commands
Usage | Synopsis
------|-------
General | `$ ns proxy clear`
<% if(isHtml) { %>
### Related Commands
Command | Description
----------|----------
[proxy](proxy.html) | Displays proxy settings.
[proxy set](proxy-set.html) | Sets proxy settings.
<% } %>