@stripe/cli-darwin-x64 0.0.1 → 1.42.5

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 (3) hide show
  1. package/README.md +3 -1
  2. package/bin/stripe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -20,12 +20,14 @@ Stripe CLI is available for macOS, Windows, and Linux for distros like Ubuntu, D
20
20
 
21
21
  ### npm (macOS, Linux, Windows)
22
22
 
23
- If you have Node.js >= 18 installed, you can install via npm or run directly with npx:
23
+ If you have Node.js >= 18 installed, you can install via `npm`:
24
24
 
25
25
  ```sh
26
26
  npm install -g @stripe/cli
27
27
  ```
28
28
 
29
+ You can also directly execute commands via `npx`, although this won't add `stripe` to your `PATH`:
30
+
29
31
  ```sh
30
32
  npx @stripe/cli login
31
33
  ```
package/bin/stripe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stripe/cli-darwin-x64",
3
- "version": "0.0.1",
3
+ "version": "1.42.5",
4
4
  "description": "The Stripe CLI macOS x64 binary",
5
5
  "homepage": "https://stripe.com/docs/stripe-cli",
6
6
  "license": "MIT",