How this command is triggered — by the user, by Claude, or both
Slash command
/buddy-cli:deployThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /buddy-cli:deploy Run a Buddy.works pipeline deployment. ## Usage ## Arguments - `pipeline-name-or-id-or-url` - Pipeline to run. Can be a name, numeric ID, or a Buddy.works URL (optional, will list available if omitted). If a URL is given, parse it per the `buddy-cli:url-parser` agent. - `--branch=<branch>` - Branch to deploy (optional, uses pipeline default) - `--wait` - Wait for completion and report result ## Instructions 1. **If no pipeline specified**: List available pipelines and ask which one to run 2. **Run the pipeline**: Execute with the specified options 3. **...
Run a Buddy.works pipeline deployment.
/buddy-cli:deploy [pipeline-name-or-id-or-url] [--branch=<branch>] [--wait]
pipeline-name-or-id-or-url - Pipeline to run. Can be a name, numeric ID, or a Buddy.works URL (optional, will list available if omitted). If a URL is given, parse it per the buddy-cli:url-parser agent.--branch=<branch> - Branch to deploy (optional, uses pipeline default)--wait - Wait for completion and report resultIf no pipeline specified: List available pipelines and ask which one to run
buddy pipelines:list
Run the pipeline: Execute with the specified options
buddy pipelines:run <id> [--branch=<branch>] [--wait]
Report status: Show execution ID and status
--wait was used, report final success/failureIf a Buddy.works URL is provided, parse it per the buddy-cli:url-parser agent.
User: /buddy-cli:deploy https://app.buddy.works/awesomemotive/lindris-frontend/pipelines/pipeline/506857 --wait
--> Parse URL, run: buddy pipelines:run 506857 -w awesomemotive -p lindris-frontend --wait
User: /buddy-cli:deploy
→ List pipelines, ask user to select, run selection
User: /buddy-cli:deploy production
→ Find pipeline matching "production", run it
User: /buddy-cli:deploy 12345 --branch=main --wait
→ Run pipeline 12345 on main branch, wait for completion
/buddy-cli:logs commandnpx claudepluginhub jtsternberg/buddy-cli --plugin buddy-cli/deployGenerates GitHub Actions workflow to build and deploy VitePress wiki site to GitHub Pages after checking for wiki directory and existing workflows.
/deployForwards to /portaljs-deploy for one minor release, then removed. Invoke /portaljs-deploy instead.
/deployDeploys app to staging/production/preview with pre/post checks. Auto-detects method (Vercel/Netlify/Docker/Kubernetes/SSH/GitHub Pages), tags deploys, verifies health, outputs status and rollback.
/deployDeploys current project to Vercel via CLI with preflight checks. Defaults to preview; pass 'prod' or 'production' for production with explicit confirmation.
/deployRuns pre-flight checks (env validation, migrations, bundle size, ship audit), deploys the project, and performs production health check.
/deployGuides deployment of Kotlin/Next.js services to Railway (default), AWS, or GCP with pre-flight checks, config templates, and step-by-step instructions.