1
0
Fork 0
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:
Starbeamrainbowlabs 2020-04-16 04:19:45 +01:00 committed by GitHub
parent 1f1c9e0357
commit ead6c88196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`