| help | Open the CLI's documentation in your web browser | 
| info | Displays version information about the NativeScript CLI, core modules, and runtimes | 
| update | Updates the project with the latest versions of platform runtimes, cross-platform modules and webpack | 
| package-manager | Prints the value of the current package manager | 
| doctor | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly for the specified platform, if configured | 
| migrate | Migrates the app dependencies to a form compatible with NativeScript 6.0 | 
| usage-reporting | 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 | 
| error-reporting | Configures anonymous error 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 | 
| proxy | Displays the current proxy settings of the NativeScript CLI | 
| create | Create a new Nativescript project. Press Enter for an interactive walkthrough | 
| clean | Clean your Nativescript project | 
| preview | Produces a QR code which can be used to preview the app on a device | 
| platform | Lists all platforms that the project currently targets. You can build and deploy your project only for these target platforms | 
| run | Runs your project on all connected devices or in native emulators for the selected platform | 
| debug | Initiates a debugging session for your project on a connected device or native emulator | 
| test | Runs unit tests on the selected mobile platform | 
| plugin | Manage the plugins for your project | 
| resources | Manage the plugins for your project | 
| prepare | Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories | 
| build | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on a device | 
| deploy | Prepares, builds and deploys the project to a connected device or native emulator. You must specify the target platform on which you want to deploy. It will deploy the app on all connected devices targeting the selected platform | 
| install | Installs all dependencies described in a valid package.json or installs a selected NativeScript development module as a dev dependency | 
| appstore | Lists all application records in iTunes Connect. The list contains name, version and bundle ID for each application record | 
| device, devices | Lists all recognized connected Android or iOS devices with serial number and index, grouped by platform |