Add Components to Change Set
sf_add_to_change_setAdds metadata components like ApexClass or CustomObject to an existing outbound change set by name.
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 |