native-updater
v1.0.6
Published
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/updater.svg)](https://www.npmjs.com/package/native-updater) [![Downloads/week](https://img.shields.io/npm/dw/updater.svg)](https:
Downloads
4
Readme
updater
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