Forrest logo
back to context overview

nativescript

List of commands for nativescript:

  • nativescript:platform:add Configure your current NativeScript project to target the selected platform.
    $ ns platform add ${platform}
    try on your machine
  • nativescript:warp:0e265 Display version information about NativeScript.
    $ ns info
    try on your machine
    explain this command
  • nativescript:warp:0e647 Run unit tests on your NativeScript project.
    $ ns test ${platform}
    try on your machine
    explain this command
  • nativescript:warp:25538 List applications installed on a device using NativeScript CLI.
    $ ns device list-applications
    try on your machine
    explain this command
  • nativescript:warp:3bf33 Configure NativeScript command-line autocompletion.
    $ ns autocomplete ${command}
    try on your machine
    explain this command
  • nativescript:warp:4738f List all recognized connected devices using NativeScript CLI.
    $ ns device ${platform}
    try on your machine
    explain this command
  • nativescript:warp:4982f Update Nativescript dependencies to the latest version.
    $ ns update ${version}
    try on your machine
    explain this command
  • nativescript:warp:51a23 Lists all platforms that your NativeScript project currently targets.
    $ ns platform list
    try on your machine
    explain this command
  • nativescript:warp:52280 Configure NativeScript CLI usage reporting.
    $ ns usage-reporting
    try on your machine
    explain this command
  • nativescript:warp:57c85 Display proxy settings of the NativeScript CLI.
    $ ns proxy
    try on your machine
    explain this command
  • nativescript:warp:5cb4a Check Nativescript system's configuration.
    $ ns doctor ${platform}
    try on your machine
    explain this command
  • nativescript:warp:6a843 Remove the selected platform from your NativeScript project.
    $ ns platform remove ${platform}
    try on your machine
    explain this command
  • nativescript:warp:6b737 Generate platform's (iOS and/or Android) typings for your NativeScript project.
    $ ns typings ${platform}
    try on your machine
    explain this command
  • nativescript:warp:7248a List all application records in iTunes Connect using NativeScript CLI.
    $ ns appstore ${apple_id} ${password}
    try on your machine
    explain this command
  • nativescript:warp:74184 Configure NativeScript CLI error reporting.
    $ ns error-reporting
    try on your machine
    explain this command
  • nativescript:warp:74ce3 Install dependencies for your NativeScript project.
    $ ns install ${module}
    try on your machine
    explain this command
  • nativescript:warp:81b1a Clean your NativeScript project artifacts.
    $ ns clean
    try on your machine
    explain this command
  • nativescript:warp:8fa22 Build your NativeScript project for Android or iOS.
    $ ns build ${platform}
    try on your machine
    explain this command
  • nativescript:warp:97a13 Configures your NativeScript project for unit testing with a selected framework.
    $ ns test init ${framework}
    try on your machine
    explain this command
  • nativescript:warp:aed49 Open the device log stream using NativeScript CLI.
    $ ns device log
    try on your machine
    explain this command
  • nativescript:warp:bd66d Update the NativeScript runtime for the specified platform.
    $ ns platform update ${platform}
    try on your machine
    explain this command
  • nativescript:warp:bf36d Initiate a debugging session for your NativeScript project.
    $ ns debug ${platform}
    try on your machine
    explain this command
  • nativescript:warp:c0ea2 Manage Plugins in your NativeScript project.
    $ ns plugin ${command}
    try on your machine
    explain this command
  • nativescript:warp:cbba5 Upload NativeScript project to iTunes Connect.
    $ ns appstore upload ${apple_id} ${password} ${mobile_provisioning_profile_identifier} ${code_sign_identity}
    try on your machine
    explain this command
  • nativescript:warp:cc68e Show information about the NativeScript CLI commands in the browser.
    $ ns help ${command}
    try on your machine
    explain this command
  • nativescript:warp:ce87f Create a NativeScript app.
    $ ns create ${app_name}
    try on your machine
    explain this command
  • nativescript:warp:d55fc Generate all icons for Android and iOS platforms for your NativeScript project.
    $ ns resources generate icons ${path_to_image}
    try on your machine
    explain this command
  • nativescript:warp:de3d2 Run the selected NativeScript application on a connected device.
    $ ns run ${application_id}
    try on your machine
    explain this command
  • nativescript:warp:e93dd Show current package manager using NativeScript CLI.
    $ ns package-manager
    try on your machine
    explain this command
  • nativescript:warp:e9ef6 Prepare, build and deploy your NativeScript project to a connected device or native emulator.
    $ ns deploy ${platform}
    try on your machine
    explain this command
  • nativescript:warp:ef2e0 Update the App_Resources's folder structure in your NativeScript project.
    $ ns resources update ${platform}
    try on your machine
    explain this command
  • nativescript:warp:f2c9c Migrate Nativescript dependencies to the latest version.
    $ ns migrate
    try on your machine
    explain this command
  • nativescript:warp:f3dda Generate all splashscreens for Android and iOS platforms for your NativeScript project.
    $ ns resources generate splashes ${path_to_image}
    try on your machine
    explain this command
back to context overview