Authenticate with an Atlassian host.
1
acli auth login [flags]
1 2 3 4 5 6 7 8
# Interactive mode $ acli auth login # Authenticate using web browser (OAuth) $ acli auth login --web # Authenticate using token, email and site $ acli auth login --site "mysite.atlassian.net" --email "user@atlassian.com" --token "token"
1 2 3 4 5
-e, --email string User email is required for authentication -h, --help Show help for command -s, --site string Site of the Atlassian instance is required for authentication --token Read token from standard input -w, --web Authenticate using web browser
Rate this page: