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
Copy file name to clipboardExpand all lines: README.md
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ The CodePush plugin helps get product improvements in front of your end users in
29
29
30
30
In order to ensure that your end users always have a functioning version of your app, the CodePush plugin maintains a copy of the previous update, so that in the event that you accidentally push an update which includes a crash, it can automatically roll back. This way, you can rest assured that your newfound release agility won't result in users becoming blocked before you have a chance to roll back on the server. It's a win-win-win!
31
31
32
-
> ⚠️ TODO test the rollback flow!
33
-
34
32
_To confuse you even more, have a diagram of the bits involved in this solution:_
nativescript-code-push release-nativescript <codepush-android-appname> android --targetBinaryVersion ~1.0.0 # release to users running any 1.x version (default: the exact version in AndroidManifest.xml)
195
193
```
196
194
197
-
## CodePush CLI tricks
198
-
Here are a few commands you may find useful:
195
+
## Rolling back an update
196
+
Roll back the latest release (of the `Staging` app, in this case):
0 commit comments