register_project
Register a new sub-project in a project space by specifying name, type, and stage. Supports types like development, testing, ops, and stages from design to deployment.
Instructions
Register a new sub-project in the given project space.
type: development | testing | ops | infra | shared | ... stage: design | development | testing | deployment | upgrade
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| project_space_id | Yes | ||
| stage | No | design |