Closed ImJohnMDaniel closed 1 year ago
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
Summary
If I setup two or more connections, each with the same username, but to different
instanceUrl
's, the last connection authorized will overwrite the previous connection information.Steps To Reproduce
1) Authorize to an org with a username 2) Authorize to a second org with a different
instanceUrl
but the same username. 3) observe that the~/.sfdx/{username}.json
file is overwritten with the new credentialsExpected result
I should be able to authenticate to two or more orgs with same username but different instanceUrls
Actual result
Only the most recent connection remains
System Information
Shell: zsh
Additional information
n/a