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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
I created the ConfigProfiles.load method when the "auth login" command was updated to use team config. We needed a way to load profile info, which didn't exist yet.
After the profile info API is created (#556), it should do everything that ConfigProfiles.load does, and much more. We may want to remove the method if it is no longer necessary.
The text was updated successfully, but these errors were encountered:
Refactoring the "auth login" handler to use the new ProfileInfo API could be an opportunity to test the ProfileInfo API and better define its behavior for handling tokens.
I created the
ConfigProfiles.load
method when the "auth login" command was updated to use team config. We needed a way to load profile info, which didn't exist yet.After the profile info API is created (#556), it should do everything that
ConfigProfiles.load
does, and much more. We may want to remove the method if it is no longer necessary.The text was updated successfully, but these errors were encountered: