infacto opened a new issue #528:
URL: https://github.com/apache/cordova-cli/issues/528


   # Feature Request
   
   ## Motivation Behind Feature
   For a monorepo with single dependencies, a single config.xml I have to 
change the xml before build. 
   It would be better if there is an option to pass these parameters to the 
build or run command.
   To set the app id, name and version. Without changing the config.xml.
   All other settings (incl. plugins) are shared for all apps.
   
   ## Feature Description
   
   ```bash
   cordova build android --release --app-id="com.foo.bar" --app-name="Foo Bar" 
--app-version="1.2.3"
   cordova run android --app-id="com.test.me" --app-name="Test App" 
--app-version="0.0.0"
   ```
   
   ## Alternatives or Workarounds
   I have to update the config.xml with a xml parser. It's a custom 
implementation. I also don't want this git changes.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to