1.0.6 • Published 3 years ago

native-updater v1.0.6

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

updater

oclif Version Downloads/week License

Usage

$ npm install -g native-updater
$ native-updater COMMAND
running command...
$ native-updater (-v|--version|version)
native-updater/1.0.6 darwin-x64 node-v15.3.0
$ native-updater --help [COMMAND]
USAGE
  $ native-updater COMMAND
...

Commands

native-updater check

Outputs the current version from pbxproj and build.gradle

USAGE
  $ native-updater check

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ native-updater check

See code: src/commands/check.ts

native-updater help [COMMAND]

display help for native-updater

USAGE
  $ native-updater help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

native-updater update [SEMVER]

Updates the version number in pbxproj and build.gradle files according to provided semver

USAGE
  $ native-updater update [SEMVER]

ARGUMENTS
  SEMVER  (major|minor|patch|<Number>) semver

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ native-updater update major

See code: src/commands/update.ts