cordova-cli
cordova-cli copied to clipboard
Apache Cordova CLI
One very interesting thing to know would be the platforms and plugins being used/installed (including version). This would enable much better decisions on how to handle platform and plugin updates,...
Hi, When I add a plugin from local using --link as the documentation mentions, I notice that the plugins folder in the application base folder is a symlink. That is...
I've a plugin which defines engine `apple-osx` but when installing such plugin for 2 platforms (iOS and OSX) I receive following error Failed to install 'cordova-plugin-local-notification': TypeError: Invalid Version: undefined...
Currently only the command, subcommand and execution status are tracked. This unfortunately looses a lot of important information about the parameter usage: `--device` vs `--emulator`, `--debug` vs. `--release` in the...
# Feature Request ## Motivation Behind Feature The debug output* from the command-line build process (e.g. with the `--verbose` option) outputs the exit code of commands that are run. When...
Take this example from `cordova prepare ios --verbose`: ``` λ cordova prepare ios --verbose No scripts found for hook "before_prepare". Checking config.xml and package.json for saved platforms that haven't been...
``` λ cordova prepare ios --verbose ... Config.xml and package.json platforms are the same. No pkg.json modification. Package.json and config.xml platforms are different. Updating config.xml with most current list of...
We should add a suite of tests that test the different use cases of the CLI. Currently this is only done implicitly via things like paramedic (which is used by...
### Platforms affected android, ios, browser ### What does this PR do? just update readme to clarify that have `~` can realate to `HOME` path enviroment variable ### What testing...
Don't know if it is a limitation or a lack of dependency tracking but: ```bash cordova create plugtestapp-a com.test.plugtestapp PlugTestApp \ && cd plugtestapp-a/ \ && cordova platform add [email protected]...