common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
956 stars 90 forks source link

Revert breaking change to 'granted login' with additional prompt for SSO scopes #618

Closed chrnorm closed 4 months ago

chrnorm commented 4 months ago

This fixes an issue where 'granted login' would trigger an interactive prompt if --sso-scopes were not provided. This was an unintentional breaking change caused by #616.

This is an issue if you have written shell scripts that call granted login, because unless --sso-scopes is provided, the command will now hang and wait for user input.