create_repository
Creates an empty code repository on Alibaba Cloud Codeup for version control. Configure name, path, visibility, and optional README or template.
Instructions
[Code Management] Create a new Codeup repository.
Creates an empty code repository that can then be pushed to via git.
Use Cases:
Create a new repository for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| name | Yes | Repository name, e.g. my-repo | |
| path | Yes | Repository path, e.g. my-repo | |
| description | No | Repository description, max 65535 characters | |
| namespaceId | No | Parent path ID (namespace). If empty, created under the organization root | |
| visibility | No | Repository visibility: private or internal | |
| avatarUrl | No | Repository avatar URL | |
| readMeType | No | Type of README to auto-create: EMPTY or USER_GUIDE | |
| templateProject | No | Create repository from template |