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
@@ -31,11 +31,16 @@ CodePush is a cloud service that enables Cordova and React Native developers to
31
31
[[Chinese version 中文版]](./README-cn.md)
32
32
33
33
<!-- CLI Catalog -->
34
+
## About This Fork
35
+
This fork is for open source [code-push-server](https://github.com/shm-open/code-push-server). Since the original `code-push-cli` is deprecated and `appcenter-cli` cannot work with self hosted `code-push-server`. We create this fork to:
36
+
- work with open source `code-push-server`
37
+
- port necessary new features from `appcenter-cli`, such as React Native Hermes support
38
+
- keep dependencies up-to-date
34
39
35
40
## Installation
36
41
37
42
* Install [Node.js](https://nodejs.org/)
38
-
* Install the CodePush CLI: `npm install -g code-push-cli`
43
+
* Install the CodePush CLI: `npm install -g @shm-open/code-push-cli`
39
44
40
45
## Getting Started
41
46
@@ -220,7 +225,7 @@ code-push collaborator ls <appName>
220
225
The update to version 2.0.0.0 saw the removal of the `app transfer` command. You may still transfer ownership of your applications by managing the transfer through an organization. This requires that you visit [Mobile Center](https://mobile.azure.com) and execute a few steps.
221
226
222
227
1. Go to to [https://mobile.azure.com](https://mobile.azure.com) and create a new organization.
223
-
2. Invite the person you to whom you wish to transfer the app to the organization. Once they have accepted the invitation change their access permissions to "Admin".
228
+
2. Invite the person you to whom you wish to transfer the app to the organization. Once they have accepted the invitation change their access permissions to "Admin".
224
229
3. Navigate to your app and click on the "Manage App" button (top right when on the "Getting Started" page for the app). Hit the Transfer button there to transfer the app to the org. Note that currently this operation cannot be reversed, although this will change in the future.
225
230
4. Once your invitee has accepted, select the organization that you created and remove yourself from it.
226
231
@@ -894,7 +899,7 @@ At the end of release command, the cli computes the bundle's content hash and pl
894
899
895
900
If you are planning to use this feature you need to do the following:
896
901
897
-
1. Produce new binary update including
902
+
1. Produce new binary update including
898
903
* updated codepush plugin supporting Code Signing
899
904
* configure your code-push sdk to use your public key (please, refer relevent React Native SDK ([iOS](https://github.com/Microsoft/react-native-code-push/blob/master/docs/setup-ios.md#code-signing-setup), [Android](https://github.com/Microsoft/react-native-code-push/blob/master/docs/setup-android.md#code-signing-setup)) or [Cordova SDK](https://github.com/Microsoft/cordova-plugin-code-push#getting-started) sections for details)
900
905
2. Produce a new CodePush update that targets the new binary version and specifies a `--privateKeyPath` (or simply `-k`) parameter value
0 commit comments