Tags: jev001/stripe-cli
Tags
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
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
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
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
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]>
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
PreviousNext