1.0.3 • Published 7 years ago
cordova-update-config v1.0.3
cordova-update-config
A node command line tool to update cordova's config.xml, useful in continuous integration build environments.
Install
npm i -g cordova-update-configSynopsis
cordova-update-config --appname org.company.app --appversion 5.3.223 ...
cordova-update-config --helpOptions
| Alias | Argument | Description |
|---|---|---|
| -h | --help | Display this usage guide. |
| -v | --version | Display the version of this command |
| -n | --appname string | The application name to update config.xml |
| -a | --appversion string | The application version to update config.xml |
| -i | --appid string | The application id to update config.xml |
| -r | --root | Absolute path to folder containing config.xml (optional) |