@stripe/cli-linux-x64 0.0.1 → 1.42.4
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 +3 -1
- package/bin/stripe +0 -0
- 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
|
|
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
|