haops_git_get_remote_url
Retrieve the SSH remote URL, default branch, and ready-to-use setup commands for pushing to HAOps Git. Supports multi-repo projects with an optional repository name.
Instructions
Get SSH remote URL and setup instructions for pushing to HAOps Git. Returns the SSH URL, default branch, and copy-pasteable setup commands. Supports multi-repo projects via repositoryName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectSlug | Yes | The project slug (URL identifier) | |
| repositoryName | No | Repository name for multi-repo projects (default: first/main repo) |