Jan Piotrowski
Jan Piotrowski
Moved to docs via https://github.com/apache/cordova-docs/pull/977
[Even with telemetry turned off](https://github.com/apache/cordova-cli/issues/405), our CLI seems a bit slow sometimes: ``` C:\Users\Jan>cordova -v | gnomon 1.1532s 8.1.2 ([email protected]) 0.0014s Total 1.1572s C:\Users\Jan>node -v | gnomon 0.0116s v10.15.1 0.0010s...
Currently: ``` λ cordova run --list --emulator Current working directory is not a Cordova-based project. ``` Is there a reason this shouldn't also work outside of a Cordova project?
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,...
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...
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...
... which is just `npm outdated` filtered down to only include platforms and plugins that are relevant to Cordova, not other Framework packages or similar. This enables us to tell...
Hey, Jan from Prisma Engineering here. Quick heads up that we will soon rename our `@prisma/sdk` package to `@prisma/internals` with Prisma 4, which we plan to release on June 28th...