Ionic prepare v1.0.0

The option to run ionic cordova platform [rm | add] <platform> was removed. These commands are not suited to be run on a CI environment, and should be ran during development. Instead, ionic cordova prepare --no-build is called, which restores cordova platforms and plugins.
Added option to set ionic username and password.

Migration guide

Moving from v0 to v1
If platform rm or add is needed to be run during the build, add a script step before the ionic-prepare step for this functionality.

  1. If using ionic-archive step, update it to version 2
  2. Make sure to remove the input parameters readd_platform, cordova_ios_version, cordova_android_version.

This topic was automatically closed after 90 days. New replies are no longer allowed.