stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

fix: remove all profile keys when logging into a new account #1078

Closed charliecruzan-stripe closed 1 year ago

charliecruzan-stripe commented 1 year ago

Reviewers

r? @vcheung-stripe cc @stripe/developer-products

Summary

https://jira.corp.stripe.com/browse/DX-8171

We want to clear the profile before writing to it, otherwise stale profile data can linger around. For example, if you login to a new account that doesn't have a business name set, your display name in the Stripe CLI will be innaccurate.

charliecruzan-stripe commented 1 year ago

@vcheung-stripe could i get another stamp? i wanted to add one more test case to make sure we're not deleting other profiles somehow