E:\>acli rovodev authlogin --email "********@gmail.com" --token token.txt
✗ Error: To get started, authenticate your Atlassian account:
1. Create an API token without scopes: https://id.atlassian.com/manage-profile/security/api-tokens
2. Authenticate with: 'acli rovodev auth login'
3. Start using ‘acli rovodev run'
E:\>acli rovodev auth login --email "*******@gmail.com" --token token.txt
✗ Error: failed to read token from standard input
E:\>
@Naga Raj acli rovodev auth login doesn’t accept a token file. It only reads a token piped via stdin or entered interactively. Use: type token.txt | acli rovodev auth login
Also be sure the token is an Atlassian API token from your account, and that Rovo Dev is enabled for your org—otherwise authentication will always fail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.