DeepSourceCorp/cli

Flag to authenticate by passing token from standard input

Closed this issue · 1 comments

In order to make sure that the CLI authentication works in CI systems where device auth flow can't be used since no browser can be opened, we can add a flag --token or --with-token through which the user can pass the value of the generated PAT. The CLI authenticates the user through the passed PAT value.

Closed by #101. 🚀