Javascript await error from sfdx force:data:bulk:upsert --serial
#3112
Labels
investigating
We're actively investigating this issue
validated
Version information for this issue has been validated
Summary
As per https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_mig_bulk_data.htm we are continuing to use the
sfdx
commands to upsert file serially.Running
sfdx force:data:bulk:upsert --file $1 --sobject $2 --external-id ExternalId__c --target-org $targetOrg --serial --wait 60
- this command now gives the javascript error belowThis is running in the latest container version of
docker.io/salesforce/cli:2.68.0-full
but seems to have been introduced in the2.66.5
version as the2.66.4
version does not error.Steps To Reproduce
Run
sfdx force:data:bulk:upsert --file $file --sobject $sobject --external-id $external_id --target-org $target_org --serial --wait 60
in the Salesforce cli containerdocker.io/salesforce/cli:2.68.0-full
Expected result
sfdx cli should have uploaded a file serially to Salesforce
Actual result
Javascript errored on a unsettled await command
System Information
The text was updated successfully, but these errors were encountered: