1.0.3 • Published 6 years ago

cordova-update-config v1.0.3

Weekly downloads
280
License
-
Repository
github
Last release
6 years ago

cordova-update-config

npm version

A node command line tool to update cordova's config.xml, useful in continuous integration build environments.

Install

  npm i -g cordova-update-config

Synopsis

  cordova-update-config --appname org.company.app --appversion 5.3.223 ...
  cordova-update-config --help

Options

AliasArgumentDescription
-h--helpDisplay this usage guide.
-v--versionDisplay the version of this command
-n--appname stringThe application name to update config.xml
-a--appversion stringThe application version to update config.xml
-i--appid stringThe application id to update config.xml
-r--rootAbsolute path to folder containing config.xml (optional)