Add SCM Token Mode
Overview
npx mobbdev@latest add-scm-token --helpOutput
cli.mjs add-scm-token
Add your SCM (Github, Gitlab, Azure DevOps) token to Mobb to enable automated fixes.
Options:
--scm-type SCM type [required] [choices: "GitHub", "GitLab", "Ado", "Bitbucket"]
--url URL of the repository (used in GitHub, GitLab, Ado, Bitbucket) [string] [required]
--token SCM API token [string] [required]
--organization Organization name in SCM (used in Azure DevOps) [string]
--refresh-token SCM refresh token (used in GitLab) [string]
--api-key Mobb authentication api-key [string]
--ci Run in CI mode, prompts and browser will not be opened [boolean] [default: false]
--help Show help [boolean]Parameters:
Last updated