Rest
...args: any[]Private
Readonly
loggerPrivate
Readonly
metadataPrivate
Readonly
salesforcePrivate
deployzip file, buffer or stream to deploy
Optional
options: DeployOptionsadditional deploy options
Optional
progress: DeploymentProgressOptional
token: CancellationTokenDeploy the specified SalesforcePackage into the target org
Optional
options: DeployOptionsOptional deployment options to use
Optional
progress: DeploymentProgressOptional
token: CancellationTokenA cancellation token to stop the process
Private
getOptional
options: { Optional
apiOptional
checkOptional
cancellationToken: CancellationTokenRetrieve metadata specified in the Manifest from the currently connected org.
Manifest to retrieve
Optional
options: RetrieveManifestOptionsRetrieve options
Private
splitSplit 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.