Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: s2t2/stripe-cli

Tags

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update openapi spec (stripe#544)

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable update checking in stripe listen command (stripe#531)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Payout Reverse API and setup_intent.requires_action e…

…vent (stripe#514)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Undo goreleaser config change for homebrew (stripe#510)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CLI resource commands (stripe#492)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce a beta `playback` command (stripe#486)

`stripe playback` is a prototype feature for the Stripe CLI. It is still in beta. This project is inspired by the [VCR](https://github.com/vcr/vcr) approach to testing. This aims to make VCR-like testing for Stripe integrations easier and more accessible across our SDK languages, and provide a foundation for new Stripe-specific testing approaches in the future. 

The `stripe playback` command starts  Stripe API proxy server on your local machine. By pointing your API calls to this server when running tests, users can record all of their interactions with the Stripe API. These recordings are saved to a serialized format, and can be replayed on all subsequent runs of those same test. Playing back recordings yields faster, more consistent test suites, that don't need to talk to the `api.stripe.com`. This can be useful for CI environments.

Since `playback` runs as a separate HTTP proxy server on your machine, rather than a native library like VCR, it's harder to do configuration from inside tests. As part of our work, we're looking into ways to make this easier, such as providing wrapper packages for each SDK language.

More info on the current functionality is in `pkg/playback/README.md`.

v1.4.6

Toggle v1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't use animated spinner for non-terminal Writers (stripe#479)

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `--print-secret` flag to listen subcommand (stripe#478)

* Add `--print-secret` flag to listen subcommand

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update OpenAPI spec (stripe#473)

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refresh expired websocket sessions (stripe#468)