Skip to content

Tags: egantz/stripe-cli

Tags

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

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add command to quickly open stripe pages (stripe#126)

* Add command to quickly open stripe pages

* Make sure open path is defined

* Fix linter

* Print out list of shortcut urls and sort the list

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix API request commands (stripe#113)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Document API request commands (stripe#112)

v0.4.5

Toggle v0.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 a flag to skip certificate verification (stripe#109)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix color support for Windows 10 (stripe#107)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix json param casing (stripe#106)

v0.4.2

Toggle v0.4.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update docker container to allow https connections (stripe#104)

Alpine is only provided with a restrained set of useful packages which didn't contains `ca-certificates` that handle certificate checking. Thus preventing stripe-cli to connect to stripe API.