Expand description
Non-interactive deployment handlers for deploy preview and deploy run.
Wraps the existing DeployServiceTool (from the chat agent) as CLI commands
so AI coding agents (Claude Code, Cursor, etc.) can deploy via skills.
Functions§
- handle_
deploy_ preview - Handle
deploy preview— returns JSON recommendation without deploying. - handle_
deploy_ run - Handle
deploy run— triggers actual deployment.