You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(appflow): remove appflow from @ionic/cli (#4777)
BREAKING CHANGE:
The `package` commands and the `deploy build` command have been removed. Developers should migrate to the Ionic Cloud CLI instead.
- Using `deploy build`? Migrate to ionic-cloud build web and if you used the -channel option, also use ionic-cloud deploy web.
- Using `package` commands? Migrate to ionic-cloud build and ionic-cloud deploy.
See https://ionic.io/docs/appflow/cli/overview for more information on the Ionic Cloud CLI.
summary: 'Adds Ionic Live Updates plugin to the project',
17
17
description: `
18
-
This command adds the Appflow Deploy plugin (${input('cordova-plugin-ionic')}) for both Capacitor and Cordova projects.
18
+
This command adds the Ionic Live Updates plugin (${input('cordova-plugin-ionic')}) for both Capacitor and Cordova projects.
19
19
20
20
For Capacitor projects it runs all the steps necessary to install the plugin, sync with the native projects and add the configuration to the proper iOS and Android configuration files.
21
21
@@ -74,7 +74,7 @@ For Cordova projects it just takes care of running the proper Cordova CLI comman
0 commit comments