<% if (isJekyll) { %>--- title: tns 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 | $ tns 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 | Configures anonymous error reporting for the NativeScript CLI. |
autocomplete | Enables command-line completion for bash and zsh shells. |
autocomplete-status | Prints the current status of your command-line completion settings. |
autocomplete-enable | Enables command-line completion for bash and zsh shells. |
autocomplete-disable | Disables command-line completion for bash and zsh shells. |
doctor | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly. |
proxy | Displays proxy settings. |
proxy clear | Clears proxy settings. |
proxy set | Sets proxy settings. |
update | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules. |
<% } %> |