Skip to content

Tags: jev001/stripe-cli

Tags

v1.8.6

Toggle v1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
plugin fixes for windows and root level flags (stripe#849)

* enforce .exe extension when running plugin child on windows

* parse flags for cli plugin run cmd but pass raw args to plugin child

* repair plugin_cmds flags test

* fix plugin tests on windows

* make binary extension a public utility

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add sdi eevents (stripe#847)

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
do not parse flags separately from args in plugin cmd (stripe#846)

* do not parse flags separately from args in plugin cmd

* remove print from plugin cmd test

* goimports-ed with -local

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update cli with new terminal operations (stripe#845)

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Suz stripe/plugins refactor (stripe#844)

* support awareness of installed plugins

* suppress telemetry for plugin commands

plugins will handle sending their own telemetry for now

* trace install reqs; don't set opaque URL on redirect

* improve plugin install outputs

* lint

* lint: the sequel

* SyncConfig back to pkg level public method

* migrate installed plugins getter to profile

* migrate IsPluginCommand to plugins pkg

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Early plugin bug fixes (stripe#839)

* fix plugin error logging and localdev bugs

* ensure proper plugin teardown and error logging

* update plugin tests to pass

* document CleanupAllClients

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add phase 1 plugin support (stripe#827)

* add phase 1 of plugin support

Co-authored-by: gracegoo-stripe <[email protected]>
Co-authored-by: estai-stripe <[email protected]>

* linting

* export plugin subcommands

* update command sruct refs

* document exported command structs

* add temporary path override

* add new template formatted docs for rpc

* annotate plugin fields so we can pluralize them

* init config earlier

* repair utilities test

* additional test repairs for utilities

* temporarily remove env var for dev run

* linting

Co-authored-by: gracegoo-stripe <[email protected]>
Co-authored-by: estai-stripe <[email protected]>

1.7.13

Toggle 1.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace exec package (stripe#820)

v1.7.13

Toggle v1.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace exec package (stripe#820)

v1.7.12

Toggle v1.7.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
grpc service to create new webhook endpoint (stripe#819)

* grpc service to create new webhook endpoint

* use merchant default api version to create webhook endpoint

* remove api version to use merchant default