Privatedeployzip file, buffer or stream to deploy
Optionaloptions: DeployOptionsadditional deploy options
Optionalprogress: DeploymentProgressProgress reporter for deployment status
Optionaltoken: CancellationTokenDeploy the specified SalesforcePackage into the target org
Salesforce package to deploy
Optionaloptions: DeployOptionsOptional deployment options to use
Optionalprogress: DeploymentProgressOptionaltoken: CancellationTokenA cancellation token to stop the process
PrivategetOptionaloptions: { apiVersion?: string; checkInterval?: number }Retrieve metadata specified in the Manifest from the currently connected org.
Manifest to retrieve
Optionaloptions: RetrieveManifestOptionsRetrieve options
PrivatesplitSplit the manifest into chunks of metadata types that can be retrieved in parallel; when a metadata type has child metadata types, all child metadata types are retrieved in the same chunk as the parent. All other metadata types are retrieved in separate chunks.
Manifest to split
Number of metadata types to retrieve in a single chunk
Array of manifests that can be retrieved in parallel
Deploy a package file, buffer or stream to Salesforce async and returns once the deployment is completed.