sonar_remedy_configure_project
Configure project SonarQube and repository settings non-interactively, with the SONAR_TOKEN supplied separately. Prepares projects for automated technical debt recovery.
Instructions
Save a project's Sonar/repo config non-interactively. The token is NOT stored here — the user sets SONAR_TOKEN separately (masked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| provider | No | ||
| repo_url | Yes | ||
| sonar_url | Yes | ||
| allow_http | No | ||
| local_path | Yes | ||
| main_branch | No | ||
| project_key | Yes | ||
| worktree_root | Yes |