We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9072c commit 24dd646Copy full SHA for 24dd646
README.md
@@ -126,6 +126,12 @@ $ npm install code-push-cli@latest -g
126
$ code-push login http://127.0.0.1:3000 #login in browser account:admin password:123456
127
```
128
129
+change admin password eg.
130
+
131
+```shell
132
+$ curl -X PATCH -H "Authorization: Bearer mytoken" -H "Accept: application/json" -H "Content-Type:application/json" -d '{"oldPassword":"123456","newPassword":"654321"}' http://127.0.0.1:3000/users/password
133
+```
134
135
## [react-native-code-push](https://github.com/Microsoft/react-native-code-push) for react-native
136
137
```shell
0 commit comments