name: cm-post-deploy-canary
description: "Use after deployment to run smoke tests and post-deploy canary checks via the browse daemon."
cm-post-deploy-canary — smoke + browse tail
CLI
cm canary --url https://app.example.com
cm canary --url https://app.example.com --browse-port 17395 --token "$CM_BROWSE_TOKEN"
Flow
- HTTP GET the URL (status < 400).
- Optionally pull browse daemon
/console for recent browser errors after deploy.
Next
- Wire into cm-safe-deploy as a final step.
- Add programmatic CWV (Lighthouse) when you need baselines per PR.