@stripe/cli-win32-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.
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.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stripe/cli-win32-x64",
3
- "version": "0.0.1",
3
+ "version": "1.42.5",
4
4
  "description": "The Stripe CLI Windows x64 binary",
5
5
  "homepage": "https://stripe.com/docs/stripe-cli",
6
6
  "license": "MIT",