code-push-itspar 1.0.2 → 1.0.3

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.
package/README.md CHANGED
@@ -9,21 +9,25 @@ The **CodePush CLI** is a Node.js application that allows users to deploy and ma
9
9
 
10
10
  ## Installation & Usage
11
11
 
12
- ### Global Installation
12
+ ### Global Installation (recommended)
13
13
  ```bash
14
14
  npm install -g code-push-itspar
15
15
  ```
16
16
 
17
- Or using yarn:
17
+ After global installation, you can use the CLI directly:
18
18
  ```bash
19
- yarn global add code-push-itspar
19
+ code-push-itspar <command>
20
20
  ```
21
21
 
22
- After global installation, you can use the CLI directly:
22
+ ### Yarn Global Installation (optional)
23
23
  ```bash
24
- code-push-itspar <command>
24
+ yarn global add code-push-itspar
25
25
  ```
26
26
 
27
+ If `code-push-itspar` is not found after a yarn global install, your shell PATH
28
+ does not include Yarn’s global bin. Use npm global install (recommended) or add
29
+ Yarn’s global bin to PATH.
30
+
27
31
  **Troubleshooting:** If you get a "permission denied" error on macOS/Linux, run:
28
32
  ```bash
29
33
  chmod +x $(npm root -g)/code-push-itspar/bin/script/cli.js
package/bsdiff/bsdiff43 CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-push-itspar",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Management CLI for CodePush - deploy mobile app updates over-the-air",
5
5
  "main": "./script/cli.js",
6
6
  "scripts": {
@@ -21,7 +21,6 @@
21
21
  "local:link": "npm run build && npm link"
22
22
  },
23
23
  "bin": {
24
- "codepush": "./bin/script/cli.js",
25
24
  "code-push-itspar": "./bin/script/cli.js"
26
25
  },
27
26
  "files": [