We installed the ROVO Dev CLI using this version: curl -LO "https://acli.atlassian.com/windows/latest/acli_windows_amd64/acli.exe"
When we executed the command acli rovodev auth login it ask for email, but on email is not possible to use @.
Could you check this?
I had the same issue. Running the following command in Git Bash solved it for me—just make sure to replace APITOKEN
and EMAIL
with your own credentials:
echo 'APITOKEN' | ./acli rovodev auth login --email 'EMAIL' --token
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.