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
Most CLI tools that require signing in automatically open the browser instead of requiring the user to copy-paste a link.
Heroku:
> heroku login
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/cli/browser/xxxxxxxxxx
heroku: Waiting for login... ⣟
Crunchy Bridge:
> cb login
Press Enter to open a browser to login. (Ctrl+C to quit)
Or visit: https://crunchybridge.com/account/verify-cli/xxxxxxxxxx
Waiting for login... -
Why would it be useful?
This is a better DX than having to copy-paste a URL, especially given that Infisical periodically logs developers out. It's also how developers are used to modern CLI tools working.
The text was updated successfully, but these errors were encountered:
Feature description
Most CLI tools that require signing in automatically open the browser instead of requiring the user to copy-paste a link.
Heroku:
Crunchy Bridge:
Why would it be useful?
This is a better DX than having to copy-paste a URL, especially given that Infisical periodically logs developers out. It's also how developers are used to modern CLI tools working.
The text was updated successfully, but these errors were encountered: