_delimit_release_impl
Manage release lifecycle: plan, validate, monitor status, rollback, view history, and sync configurations for staging and production environments.
Instructions
Manage releases: plan, validate, status, rollback, history, sync (Pro for plan/status/sync).
Actions: plan, validate, status, rollback, history, sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Which release operation to perform. | status |
| environment | No | Target environment staging/production. | production |
| version | No | Release version (auto-detected if empty, for plan/validate/rollback). | |
| repository | No | Repository path (for action='plan'). | . |
| services | No | Optional service list (for action='plan'). | |
| to_version | No | Version to rollback to (for action='rollback'). | |
| limit | No | Number of releases to return (for action='history'). | |
| sync_action | No | Sub-action audit/config (for action='sync'). | audit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||