tns help
Description
Opens the command reference for all commands in your browser or shows information about the selected command in the browser.
To list all commands available in the console, run
$ tns -h
. To print information about a selected
command in the console, run
$ tns <Command> -h
.
Commands
Usage | Synopsis |
---|---|
General | $ tns help [<Command>] |
Arguments
-
<Command>
is any of the available commands as listed by$ tns help
or$ tns -h
Related Commands
Command | Description |
---|---|
usage-reporting | Configures anonymous usage reporting for the NativeScript CLI. |
error-reporting | Configures anonymous error reporting for the NativeScript CLI. |
autocomplete | Prints your current command-line completion settings. If disabled, prompts you to enable it. |
doctor | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly. |
info | Displays version information about the NativeScript CLI, core modules, and runtimes. |
proxy | Displays proxy settings. |
proxy clear | Clears proxy settings. |
proxy set | Sets proxy settings. |