create_repo
Create a new repository in Komodo by specifying name, Git provider, account, and repo URL. Optionally set branch and tags.
Instructions
Crea un nuevo repositorio en Komodo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nombre del repositorio | |
| git_provider | Yes | Proveedor de Git (github, gitlab, etc.) | |
| git_account | Yes | Cuenta de Git | |
| repo | Yes | URL o nombre del repositorio | |
| branch | No | Rama por defecto | main |
| tags | No | Tags para el repositorio |