yep i found that somewhere that the command has changed, and not in documentation but on some stackoverflow post, i think ionic team needs a ionic native 2.x<>ionic 3.x and ionic framework 2.x <> ionic framework 3.x mapping for dummies documentation and exactly what one must do. The documentation is all over the place and not very clear what version of ionic native/framework it is for.
for example, here is how it states to add the calendar
this does not work, and one must run the SECOND command on that page first, then ionic cordova:plugin add cordova-plugin-calendar
I understand that it’s all confusing, but to be fair that documentation is written for the current stable version of the CLI, and Ionic CLI 3 is clearly marked as beta.
In my mind it wouldn’t make sense to update all the plugin documentation for a beta CLI at the moment, since they’re counting on you to know what you’re doing if you’re using a beta version.
i guess as a new beta tester of the new cli i did not have the right info or right places to look at, hell for the longest time today i thought both cli and framework were prod v3
It has both of those things: this describes native 3 and this describes framework 3, with additional explicit mention of changes in native 3.
You are dealing with CLI 3, which is prerelease software. IMHO it does not make sense to waste limited resources on additional handholding documentation for it at this point.