mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 14:53:47 +02:00
stripe: apply suggestions (#3989)
This commit is contained in:
parent
1f1c9e0357
commit
ead6c88196
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# stripe
|
# stripe
|
||||||
|
|
||||||
> Interact with your Stripe account.
|
> Interact with a Stripe account.
|
||||||
> More information: <https://github.com/stripe/stripe-cli>.
|
> More information: <https://github.com/stripe/stripe-cli>.
|
||||||
|
|
||||||
- Log all activity on your account:
|
- Follow the logs of activity on the account:
|
||||||
|
|
||||||
`stripe logs tail`
|
`stripe logs tail`
|
||||||
|
|
||||||
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
`stripe customers create --email="{{test@example.com}}" --name="{{Jenny Rosen}}"`
|
`stripe customers create --email="{{test@example.com}}" --name="{{Jenny Rosen}}"`
|
||||||
|
|
||||||
- Print to JSON and use `jq` to parse events:
|
- Print to JSON:
|
||||||
|
|
||||||
`stripe listen --print-json | jq .type`
|
`stripe listen --print-json`
|
||||||
|
|
Loading…
Add table
Reference in a new issue