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
You might be running into a 2FA prompt and the CLI doesn't handle that right now
Instead of fixing the existing login command, I'm actually interested in attempting an OAuth approach instead. Might spent some time on that during Future Friday today.
Sounds good! I don't have 2fa on that account if that matters.
What I wanted was to use this to login and get an access token and a user id in CI, so it might be useful to have a way to do this non-interactively, like artsy login --email [email protected] --password "bla wow a password" or something.
What I wanted was to use this to login and get an access token and a user id in CI, so it might be useful to have a way to do this non-interactively, like artsy login --email [email protected] --password "bla wow a password" or something
Ahh, that's a good point! We should be able to accommodate that as well 👍
I've seen some similar commands take in the password from stdin:
Maybe a problem with password escaping or something? I have spaces and stuff in the pass.
The text was updated successfully, but these errors were encountered: