nativescript
Version:
Command-line interface for building NativeScript projects
41 lines (31 loc) • 1.74 kB
Markdown
<% if (isJekyll) { %>---
title: ns usage-reporting
position: 17
---<% } %>
Configures anonymous usage reporting for the NativeScript CLI. All data gathered is used strictly for improving the product and will never be used to identify or contact you.
Usage | Synopsis
------|-------
General | `$ ns usage-reporting [<Command>]`
`<Command>` extends the `usage-reporting` command. You can set the following values for this attribute.
* `status` - Shows the current configuration for anonymous usage reporting for the NativeScript CLI.
* `enable` - Enables anonymous usage reporting.
* `disable` - Disables anonymous usage reporting.
<% if(isHtml) { %>
Command | Description
----------|----------
[ ](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
[ ](autocomplete.html) | Enables command-line completion for bash and zsh shells.
[ ](autocomplete-status.html) | Prints the current status of your command-line completion settings.
[ ](autocomplete-enable.html) | Enables command-line completion for bash and zsh shells.
[ ](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
[ ](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
[ ](proxy.html) | Displays proxy settings.
[ ](proxy-clear.html) | Clears proxy settings.
[ ](proxy-set.html) | Sets proxy settings.
[ ](update.html) | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules.
<% } %>