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

Skip to content

Tags: KristofVD/stripe-cli

Tags

v0.6.7

Toggle v0.6.7's commit message
Forward custom headers (stripe#188)

* initCommit

* sanitize input and check for empty values

* regex sanitization

* clean up code

* Update pkg/cmd/listen.go

Co-Authored-By: Olivier Bellone <[email protected]>

* Update pkg/cmd/listen.go

Co-Authored-By: Olivier Bellone <[email protected]>

* Update pkg/proxy/endpoint.go

Co-Authored-By: Olivier Bellone <[email protected]>

* trigger linter

* remove print statements

v0.6.6

Toggle v0.6.6's commit message
fix trailing null bytes issue in uname (stripe#183)

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ob-stripe Olivier Bellone
Fix .gitignore

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print login URL when failing to open browser (stripe#160)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable function length (stripe#155)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement fixtures functionality (stripe#140)

* Implement basic fixtures functionality

* Parse params into url variables

* Write env file from fixtures

* Add current time of fixture request

* Use a new template style

* Refactor fixtures slightly to control when specific actions happen

* Restructure NewFixture and have an exclude field for metadata

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --livemode flag to `listen` and `logs tail` commands (stripe#145)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a few samples bugs that happened after merging (stripe#139)

* Fix a few samples bugs that happened after merging

* Fix alias to existing publishable key

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix global api key and device name flags (stripe#137)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Write publishable key during login (stripe#133)

* Write publishable key during login

* Change where we set the config file

* Fix broken test now that we return an error

* Change global viper and reset it