Authenticate with an Atlassian host.
1 2acli jira auth login [flags]
1 2# Authenticate using web browser (OAuth) $ acli jira auth login --web # Authenticate with your email, site and API token without scopes $ acli jira auth login --site "mysite.atlassian.net" --email "user@atlassian.com" --token < token.txt OR $ echo <token> | acli jira auth login --site "mysite.atlassian.net" --email "user@atlassian.com" --token
1 2-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: