nsSpec top-level property

FigSpec nsSpec
final

Implementation

final FigSpec nsSpec = FigSpec(
  name: 'ns',
  description:
      'The NativeScript CLI lets you create, build, and deploy NativeScript based apps on iOS and Android devices',
  subcommands: [
    helpCommand,
    infoCommand,
    updateCommand,
    packageManagerCommand,
    doctorCommand,
    migrateCommand,
    usageReportingCommand,
    errorReportingCommand,
    proxyCommand,
    createCommand,
    cleanCommand,
    previewCommand,
    platformCommand,
    runCommand,
    debugCommand,
    testCommand,
    pluginCommand,
    resourcesCommand,
    prepareCommand,
    buildCommand,
    deployCommand,
    installCommand,
    appStoreCommand,
    deviceCommand,
  ],
  options: [
    FigOption(
      name: ['-v', '--version'],
      description: 'View your current Nativescript CLI version',
    ),
  ],
);