Passing Variables via CLI

I’m trying to use framework7-cli to add a cordova plugin for customurlscheme and it requires a variable to be passed like:
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=mycoolapp

But, when I prefix the “framework7” in front of it, the CLI complains "error: unknown option --variable". I presume this is because “framework7” is trying to take in the argument instead of passing it along to cordova. How do I force it to ignore it and pass it along?

I think you can just cd into the “cordova” folder and run “cordova plugin add …” as usual. As I understand the documentation, “frameworm7 cordova” is just a convience wrapper which doest the same.

Да, есть такое. С переменными нужно работать из папки cordova.