auth
jira workitem
jira project

acli auth login

Authenticate with an Atlassian host.

1
2
acli auth login [flags]

Examples

1
2
# 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"

Options

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

SEE ALSO

  • acli auth - Authenticate acli with Atlassian.

Rate this page: