Add a VCS provider
add_vcs_providerConnect a Git repository to Hostman for application deployment by adding a VCS provider. Supports GitHub, GitLab, Bitbucket, and custom Git repositories, including private ones.
Instructions
Adds a new VCS provider to connect Git repositories to Hostman
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Repository URL in HTTPS format. Example: https://github.com/username/repo.git. AUTOMATICALLY read it from .git/config when not provided explicitly | |
| login | No | LOGIN FOR REPOSITORY ACCESS. 🔒 REQUIRED for private repositories! If an authorization error occurs while adding the provider: • Ask the user for login and password/token • On authorization error - REQUEST new credentials again | |
| password | No | PASSWORD OR TOKEN FOR REPOSITORY ACCESS. 🔒 REQUIRED for private repositories! Options: • Personal Access Token (recommended) • Account password If an authorization error occurs while adding the provider: • Ask the user for token/password • On authorization error - REQUEST new credentials again | |
| provider_type | Yes | VCS provider type |