You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the gocardless cli to enable automated tests of our payment logic in our ci pipeline.
Is your feature request related to a problem? Please describe.
Currently the only way to login with the cli is by using oauth (opening a browser link). This requires manual interaction or a unneccessarily complex browser automation to automatically open the oauth url via script.
Describe the solution you'd like
It would be nice to be able to alternatively authorize the cli by using an api key. Stripe e.g. does it like this:
I want to use the gocardless cli to enable automated tests of our payment logic in our ci pipeline.
Is your feature request related to a problem? Please describe.
Currently the only way to login with the cli is by using oauth (opening a browser link). This requires manual interaction or a unneccessarily complex browser automation to automatically open the oauth url via script.
Describe the solution you'd like
It would be nice to be able to alternatively authorize the cli by using an api key. Stripe e.g. does it like this:
The text was updated successfully, but these errors were encountered: