/stacklane:deploy-verify
Use the script entrypoint for release tracking and rollback-safe behavior.
Command
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/stacklane-deploy-verify.sh" --environment staging
Optional Flags
- •
--environment <staging|production> - •
--service <name> - •
--healthcheck-url <url> - •
--smoke-command "..." - •
--auto-rollback - •
--rollback-target <deployment-id> - •
--confirm-production I_UNDERSTAND_PRODUCTION(required for production) - •
--dry-run
Execution Rules
- •Require a healthcheck URL (
--healthcheck-urlor.stacklane.json healthcheck.url). - •Healthcheck URL must be an absolute
http://orhttps://URL. - •For production, require
--confirm-production I_UNDERSTAND_PRODUCTION. - •If verification fails:
- •without
--auto-rollback: report blocked release and rollback command - •with
--auto-rollback: execute rollback path and report outcome
- •without
- •Auto-rollback requires a configured
commands.rollbacktemplate. - •Return release report path in
.stacklane/releases/and final status (deployed,rolled-back, or failure).
Boundaries
- •Do not skip preflight validations.
- •Do not invent rollback commands outside configured templates.