@salesforce/plugin-data 2.3.27 → 2.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/messages/bulkv2.upsert.md +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +3 -3
|
@@ -18,7 +18,7 @@ See "Prepare CSV Files" in the Bulk API Developer Guide for details on formattin
|
|
|
18
18
|
|
|
19
19
|
- Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:
|
|
20
20
|
|
|
21
|
-
<%= config.bin %> <%= command.id %> --sobject
|
|
21
|
+
<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch
|
|
22
22
|
|
|
23
23
|
# flags.externalid
|
|
24
24
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.3.
|
|
2
|
+
"version": "2.3.28",
|
|
3
3
|
"commands": {
|
|
4
4
|
"data:query": {
|
|
5
5
|
"id": "data:query",
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
"aliases": [],
|
|
1217
1217
|
"examples": [
|
|
1218
1218
|
"Bulk upsert records to the Contact object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Contact --file files/contacts.csv --external-id Id",
|
|
1219
|
-
"Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject
|
|
1219
|
+
"Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch"
|
|
1220
1220
|
],
|
|
1221
1221
|
"flags": {
|
|
1222
1222
|
"json": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.28",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
"sfdx": {
|
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.
|
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.
|
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.28.crt",
|
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.3.28.sig"
|
|
261
261
|
}
|
|
262
262
|
}
|