GitKraken CLI

gk provider add

Add a provider token. Available providers: github, github_enterprise, gitlab, gitlab_self_hosted, bitbucket, bitbucket_server, jira, jira_server, azure, linear, trello

Synopsis

Add a provider token. Available providers: github, github_enterprise, gitlab, gitlab_self_hosted, bitbucket, bitbucket_server, jira, jira_server, azure, linear, trello

gk provider add [flags]

Examples


  gk provider add <provider>
  gk provider add <provider> -t <PAT>
  gk provider add jira -t <API_TOKEN> --email <EMAIL> --jira-organization <JIRA_ORGANIZATION>
  gk provider add gitlab_self_hosted -t <PAT> --url <INSTANCE_URL>
  gk provider add jira_server -t <PAT> --url <INSTANCE_URL>
  gk provider add bitbucket_server -t <PAT> --url <INSTANCE_URL>
  gk provider add trello -t <USER_TOKEN> --key <API_KEY>

Options

      --additional                 Connect an additional account without replacing existing connections (paid feature)
      --email string               Email address you use to log in to the provider
  -h, --help                       help for add
      --jira-organization string   Jira organization name
      --key string                 Trello API key
  -t, --token string               PAT token
      --url string                 Instance URL for self-managed providers

Options inherited from parent commands

      --no-telemetry     Disable telemetry (OTel spans, Sentry) for this invocation
      --output string    Output format: text or json (default "text")
      --session string   (Optional) Isolate auth and cache under a named session

SEE ALSO

Auto generated by spf13/cobra on 23-Jul-2026

© 2023 Axosoft, LLC DBA GitKraken