Skip to main content

Module deploy

Module deploy 

Source
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.