finan-code-push 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ finan-code-push release-react MyApp ios -d Staging
29
29
  finan-code-push login --accessKey YOUR_ACCESS_KEY
30
30
  ```
31
31
 
32
- Get your access key from the CodePush dashboard at https://cp-api.sobanhang.com
32
+ Get your access key from the CodePush dashboard at https://cp.sobanhang.com
33
33
 
34
34
  ### Check Current Session
35
35
 
@@ -292,7 +292,8 @@ Access key is stored at `~/.code-push.config`
292
292
 
293
293
  ## Server Configuration
294
294
 
295
- Default server: `https://cp-api.sobanhang.com`
295
+ - **Dashboard:** https://cp.sobanhang.com (web UI để quản lý apps, lấy access key)
296
+ - **API Server:** https://cp-api.sobanhang.com (CLI kết nối tới đây)
296
297
 
297
298
  To use a different server, set during login:
298
299
 
@@ -339,8 +340,9 @@ finan-code-push patch MyApp Production -r 100%
339
340
 
340
341
  ## Links
341
342
 
342
- - **CodePush Server Repository:** https://code.finan.one/finan-fe/code-push-server
343
+ - **CodePush Dashboard:** https://cp.sobanhang.com
343
344
  - **API Server:** https://cp-api.sobanhang.com
345
+ - **Source Repository:** https://code.finan.one/finan-fe/code-push-server
344
346
 
345
347
  ## License
346
348
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finan-code-push",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for Finan CodePush - Self-hosted OTA update service for React Native",
5
5
  "main": "./bin/script/cli.js",
6
6
  "scripts": {