Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add a cordova plugin with multiple params?

Luc BorsApr 23 2019 — edited Apr 23 2019

Hi,

I am trying to add a plugin to an Oracle JET application but I am struggling to make this happen.

According to the plugins doc (https://www.npmjs.com/package/cordova-fabric-plugin ), I should be able to do this:

cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx

With Oracle JET I need to invoke:

ojet add plugin cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx

Unfortunately this fails..... Looks like OJET cannot parse the 2 variables correctly.

Is there any way to make OJET work with this and add this plugin?

Thanks

This post has been answered by Luc Bors on Apr 23 2019
Jump to Answer
Comments
Post Details
Added on Apr 23 2019
1 comment
271 views