UNPKG

sf-agent-framework

Version:

AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction

18 lines (11 loc) 618 B
# DevOps Center Deployment Task This task deploys changes through a DevOps Center pipeline. ## Parameters - **branch-name**: The name of the pipeline stage's branch to deploy from. - **devops-center-project-name**: The name of your DevOps Center project. - **devops-center-username**: The username for the org where DevOps Center is installed. ## Execution This task will execute the `sf project deploy pipeline start` command with the provided parameters. ```bash sf project deploy pipeline start --branch-name <branch-name> --devops-center-project-name "<project-name>" --devops-center-username <username> ```