Today the @ionicframework Twitter account tweeted this “Ionic - CLI v2 to CLI v3 - Command Cheat Sheet”:
https://docs.google.com/document/d/1r8nTAaJ5hLIJ1DCwBozU-JGV480Du0xCMIg2dj3JRQo/edit
To summarize the content of the mapping, v3 basically moves everything that is done by Cordova in the background to ionic cordova
while it was historically directly under ionic
- makes total sense.
What confuses me a bit is this sentence:
Commands removed in CLI v3:
setup, share, lib, io, security, push, package, config, service, add, remove, list, hooks, state
share, io, security, push
and package
are all commands for Ionic Services (formerly known as Ionic Cloud).
Does this mean Ionic Services won’t be supported at all in CLI v3?
Are Ionic Services supported at all in the future or are they to be considered endangered species?
Or is this document only worded a bit unfortunately and this is only targeted at the next v3 CLI beta and these will be added in before the final release?