wafle_system_release_deploy
Deploy a specific version of a component to production, starting the server-side deploy pipeline.
Instructions
Deploy a specific version of a component. Server-side this kicks off the deploy pipeline.
DESTRUCTIVE — touches production. Confirm with the user, run wafle_system_versions_list first, and prefer a staging deploy if available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Version string, e.g. '0.1.5'. | |
| component | Yes | e.g. 'api', 'dashboard', 'plugin'. |