What problem does it solve?
This Skill streamlines Salesforce DevOps workflows, eliminating the need for multiple tools and reducing context switching, improving productivity and reducing human error.
Core Features & Use Cases
- Unified Access: Access all Salesforce DevOps tools from a single terminal CLI.
- Authentication: Handle authentication with Salesforce, Copado Actions API, and CRT PAK.
- CI/CD Operations: Manage user stories, commit metadata changes, promote stories, and deploy to production.
- Robotic Testing: Trigger and manage Copado Robotic Testing jobs.
- AI Agents: Invoke specialized AI agents for planning, building, testing, releasing, and operating.
- MCP Server: Expose all tools via the Model Context Protocol for AI agent discovery.
- Use Case: A developer wants to promote a user story to production. They can use
copado-hx promote --env PROD to trigger a promotion workflow, including a safety gate for human approval.
Quick Start
Use the copado-hx skill to authenticate and promote a user story to production. Run copado-hx auth login to authenticate, then copado-hx promote --env PROD to trigger the promotion workflow.