gk provider add
Add a provider token. Available providers: azure, bitbucket, github, github_enterprise, gitlab, gitlab_self_hosted, jira, linear
Synopsis
Add a provider token. Available providers: azure, bitbucket, github, github_enterprise, gitlab, gitlab_self_hosted, jira, linear
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>
Options
--email string Email address you use to log in to the provider
-h, --help help for add
--jira-organization string Jira organization name
-t, --token string PAT token
--url string Instance URL for self-managed providers
SEE ALSO
- gk provider - Add or remove provider tokens