Add Components to Change Set
sf_add_to_change_setAdd metadata components (objects, Apex classes, flows) to an existing outbound change set, preparing them for deployment.
Instructions
Adds one or more metadata components to an existing Outbound Change Set by change set name. Supports all metadata types: CustomObject, CustomField, ApexClass, ApexTrigger, Flow, ValidationRule, PermissionSet, etc. Use after creating a change set to add the metadata you want to deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | Components to add | |
| changeSetName | Yes | Name of the existing outbound change set |