Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: option for cloudflared access login to only output jwt (#1249)
Adds a -no-pretty flag to cloudflared access login: ```shell $ cloudflared access login -no-pretty $url <TOKEN> ``` This removes the need to parse the token from the output message, making it easier for external applications.
- Loading branch information