Deploy Tracking
Know what shipped
Track every deployment across all your services. Know what shipped, when, and who triggered it.
Recent Deploys
v2.4.1
api.yourapp.com • 10m ago
v2.4.0
web.yourapp.com • 2h ago
v2.3.9
api.yourapp.com • 1d ago (rolled back)
Complete deploy visibility
🚀
Track every deploy
Record deploys from CI/CD, manual releases, or any deployment process.
👤
Know who deployed
Track who triggered each deploy. Great for accountability and debugging.
✅
Status tracking
Track deploy status: in_progress, success, failure, or cancelled. Spot patterns.
🔗
Commit SHA linking
Link deploys to git commits. Know exactly what code is running.
📺
Display integration
Show recent deploys on your dashboards. Team stays informed.
🔔
Deploy notifications
Get notified when deploys happen. Great for distributed teams.
Easy CI/CD integration
Add one curl command to your deployment pipeline.
# At deploy start
curl -X POST https://cmdline.io/api/ingest/deploys \
-d '{"site": "site_abc", "commit_sha": "$SHA", "status": "in_progress"}'
# At deploy end
curl -X POST https://cmdline.io/api/ingest/deploys \
-d '{"site": "site_abc", "commit_sha": "$SHA", "status": "success"}'
Works with GitHub Actions, GitLab CI, CircleCI, Jenkins, and any CI/CD tool.