@salesforce/plugin-data 3.0.10 → 3.0.11
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/README.md +16 -16
- package/oclif.lock +8 -8
- package/oclif.manifest.json +155 -155
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ EXAMPLES
|
|
|
146
146
|
TracedEntityId=01p17000000R6bLAAS"
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
149
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/create/record.ts)_
|
|
150
150
|
|
|
151
151
|
## `sf data delete bulk`
|
|
152
152
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
194
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/delete/bulk.ts)_
|
|
195
195
|
|
|
196
196
|
## `sf data delete record`
|
|
197
197
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
253
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/delete/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete resume`
|
|
256
256
|
|
|
@@ -287,7 +287,7 @@ EXAMPLES
|
|
|
287
287
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
290
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/delete/resume.ts)_
|
|
291
291
|
|
|
292
292
|
## `sf data export tree`
|
|
293
293
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
my-scratch
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
348
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/export/tree.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf data get record`
|
|
351
351
|
|
|
@@ -407,7 +407,7 @@ EXAMPLES
|
|
|
407
407
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
410
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/get/record.ts)_
|
|
411
411
|
|
|
412
412
|
## `sf data import tree`
|
|
413
413
|
|
|
@@ -458,7 +458,7 @@ EXAMPLES
|
|
|
458
458
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
461
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/import/tree.ts)_
|
|
462
462
|
|
|
463
463
|
## `sf data query`
|
|
464
464
|
|
|
@@ -521,7 +521,7 @@ EXAMPLES
|
|
|
521
521
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
524
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/query.ts)_
|
|
525
525
|
|
|
526
526
|
## `sf data query resume`
|
|
527
527
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
560
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/query/resume.ts)_
|
|
561
561
|
|
|
562
562
|
## `sf data resume`
|
|
563
563
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
596
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/resume.ts)_
|
|
597
597
|
|
|
598
598
|
## `sf data update record`
|
|
599
599
|
|
|
@@ -654,7 +654,7 @@ EXAMPLES
|
|
|
654
654
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
657
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/update/record.ts)_
|
|
658
658
|
|
|
659
659
|
## `sf data upsert bulk`
|
|
660
660
|
|
|
@@ -706,7 +706,7 @@ EXAMPLES
|
|
|
706
706
|
my-scratch
|
|
707
707
|
```
|
|
708
708
|
|
|
709
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
709
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/upsert/bulk.ts)_
|
|
710
710
|
|
|
711
711
|
## `sf data upsert resume`
|
|
712
712
|
|
|
@@ -743,7 +743,7 @@ EXAMPLES
|
|
|
743
743
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
744
744
|
```
|
|
745
745
|
|
|
746
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
746
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/data/upsert/resume.ts)_
|
|
747
747
|
|
|
748
748
|
## `sf force data bulk delete`
|
|
749
749
|
|
|
@@ -788,7 +788,7 @@ EXAMPLES
|
|
|
788
788
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
791
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/force/data/bulk/delete.ts)_
|
|
792
792
|
|
|
793
793
|
## `sf force data bulk status`
|
|
794
794
|
|
|
@@ -824,7 +824,7 @@ EXAMPLES
|
|
|
824
824
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
827
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/force/data/bulk/status.ts)_
|
|
828
828
|
|
|
829
829
|
## `sf force data bulk upsert`
|
|
830
830
|
|
|
@@ -881,6 +881,6 @@ EXAMPLES
|
|
|
881
881
|
--target-org my-scratch
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
884
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.11/src/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
771
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
772
772
|
version "3.15.1"
|
|
773
773
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
774
774
|
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
semver "^7.5.4"
|
|
989
989
|
ts-retry-promise "^0.7.1"
|
|
990
990
|
|
|
991
|
-
"@salesforce/core@^6.
|
|
991
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
|
992
992
|
version "6.4.1"
|
|
993
993
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
|
|
994
994
|
integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
|
|
@@ -1081,13 +1081,13 @@
|
|
|
1081
1081
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1082
1082
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1083
1083
|
|
|
1084
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1085
|
-
version "5.0.
|
|
1086
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1087
|
-
integrity sha512-
|
|
1084
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1085
|
+
version "5.0.12"
|
|
1086
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
|
1087
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
|
1088
1088
|
dependencies:
|
|
1089
|
-
"@oclif/core" "^3.
|
|
1090
|
-
"@salesforce/core" "^6.
|
|
1089
|
+
"@oclif/core" "^3.15.0"
|
|
1090
|
+
"@salesforce/core" "^6.4.1"
|
|
1091
1091
|
"@salesforce/kit" "^3.0.15"
|
|
1092
1092
|
"@salesforce/ts-types" "^2.0.9"
|
|
1093
1093
|
"@types/inquirer" "^8.2.3"
|
package/oclif.manifest.json
CHANGED
|
@@ -314,6 +314,160 @@
|
|
|
314
314
|
"resume:data"
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
|
+
"data:create:record": {
|
|
318
|
+
"aliases": [
|
|
319
|
+
"force:data:record:create"
|
|
320
|
+
],
|
|
321
|
+
"args": {},
|
|
322
|
+
"deprecateAliases": true,
|
|
323
|
+
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
324
|
+
"examples": [
|
|
325
|
+
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
326
|
+
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
327
|
+
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
328
|
+
],
|
|
329
|
+
"flags": {
|
|
330
|
+
"json": {
|
|
331
|
+
"description": "Format output as json.",
|
|
332
|
+
"helpGroup": "GLOBAL",
|
|
333
|
+
"name": "json",
|
|
334
|
+
"allowNo": false,
|
|
335
|
+
"type": "boolean"
|
|
336
|
+
},
|
|
337
|
+
"target-org": {
|
|
338
|
+
"aliases": [
|
|
339
|
+
"targetusername",
|
|
340
|
+
"u"
|
|
341
|
+
],
|
|
342
|
+
"char": "o",
|
|
343
|
+
"deprecateAliases": true,
|
|
344
|
+
"name": "target-org",
|
|
345
|
+
"noCacheDefault": true,
|
|
346
|
+
"required": true,
|
|
347
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
348
|
+
"hasDynamicHelp": true,
|
|
349
|
+
"multiple": false,
|
|
350
|
+
"type": "option"
|
|
351
|
+
},
|
|
352
|
+
"api-version": {
|
|
353
|
+
"aliases": [
|
|
354
|
+
"apiversion"
|
|
355
|
+
],
|
|
356
|
+
"deprecateAliases": true,
|
|
357
|
+
"description": "Override the api version used for api requests made by this command",
|
|
358
|
+
"name": "api-version",
|
|
359
|
+
"hasDynamicHelp": false,
|
|
360
|
+
"multiple": false,
|
|
361
|
+
"type": "option"
|
|
362
|
+
},
|
|
363
|
+
"loglevel": {
|
|
364
|
+
"deprecated": {
|
|
365
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
366
|
+
},
|
|
367
|
+
"hidden": true,
|
|
368
|
+
"name": "loglevel",
|
|
369
|
+
"hasDynamicHelp": false,
|
|
370
|
+
"multiple": false,
|
|
371
|
+
"type": "option"
|
|
372
|
+
},
|
|
373
|
+
"sobject": {
|
|
374
|
+
"aliases": [
|
|
375
|
+
"sobjecttype"
|
|
376
|
+
],
|
|
377
|
+
"char": "s",
|
|
378
|
+
"deprecateAliases": true,
|
|
379
|
+
"name": "sobject",
|
|
380
|
+
"required": true,
|
|
381
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
382
|
+
"hasDynamicHelp": false,
|
|
383
|
+
"multiple": false,
|
|
384
|
+
"type": "option"
|
|
385
|
+
},
|
|
386
|
+
"values": {
|
|
387
|
+
"char": "v",
|
|
388
|
+
"name": "values",
|
|
389
|
+
"required": true,
|
|
390
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
391
|
+
"hasDynamicHelp": false,
|
|
392
|
+
"multiple": false,
|
|
393
|
+
"type": "option"
|
|
394
|
+
},
|
|
395
|
+
"use-tooling-api": {
|
|
396
|
+
"aliases": [
|
|
397
|
+
"usetoolingapi"
|
|
398
|
+
],
|
|
399
|
+
"char": "t",
|
|
400
|
+
"deprecateAliases": true,
|
|
401
|
+
"name": "use-tooling-api",
|
|
402
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
403
|
+
"allowNo": false,
|
|
404
|
+
"type": "boolean"
|
|
405
|
+
},
|
|
406
|
+
"perflog": {
|
|
407
|
+
"deprecated": {
|
|
408
|
+
"version": "57"
|
|
409
|
+
},
|
|
410
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
411
|
+
"hidden": true,
|
|
412
|
+
"name": "perflog",
|
|
413
|
+
"summary": "Get API performance data.",
|
|
414
|
+
"allowNo": false,
|
|
415
|
+
"type": "boolean"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"hasDynamicHelp": true,
|
|
419
|
+
"hiddenAliases": [],
|
|
420
|
+
"id": "data:create:record",
|
|
421
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
422
|
+
"pluginName": "@salesforce/plugin-data",
|
|
423
|
+
"pluginType": "core",
|
|
424
|
+
"strict": true,
|
|
425
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
426
|
+
"enableJsonFlag": true,
|
|
427
|
+
"SF_ENV": "SF_ENV",
|
|
428
|
+
"isESM": true,
|
|
429
|
+
"relativePath": [
|
|
430
|
+
"lib",
|
|
431
|
+
"commands",
|
|
432
|
+
"data",
|
|
433
|
+
"create",
|
|
434
|
+
"record.js"
|
|
435
|
+
],
|
|
436
|
+
"aliasPermutations": [
|
|
437
|
+
"force:data:record:create",
|
|
438
|
+
"data:force:record:create",
|
|
439
|
+
"data:record:force:create",
|
|
440
|
+
"data:record:create:force",
|
|
441
|
+
"force:record:data:create",
|
|
442
|
+
"record:force:data:create",
|
|
443
|
+
"record:data:force:create",
|
|
444
|
+
"record:data:create:force",
|
|
445
|
+
"force:record:create:data",
|
|
446
|
+
"record:force:create:data",
|
|
447
|
+
"record:create:force:data",
|
|
448
|
+
"record:create:data:force",
|
|
449
|
+
"force:data:create:record",
|
|
450
|
+
"data:force:create:record",
|
|
451
|
+
"data:create:force:record",
|
|
452
|
+
"data:create:record:force",
|
|
453
|
+
"force:create:data:record",
|
|
454
|
+
"create:force:data:record",
|
|
455
|
+
"create:data:force:record",
|
|
456
|
+
"create:data:record:force",
|
|
457
|
+
"force:create:record:data",
|
|
458
|
+
"create:force:record:data",
|
|
459
|
+
"create:record:force:data",
|
|
460
|
+
"create:record:data:force"
|
|
461
|
+
],
|
|
462
|
+
"permutations": [
|
|
463
|
+
"data:create:record",
|
|
464
|
+
"create:data:record",
|
|
465
|
+
"create:record:data",
|
|
466
|
+
"data:record:create",
|
|
467
|
+
"record:data:create",
|
|
468
|
+
"record:create:data"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
317
471
|
"data:delete:bulk": {
|
|
318
472
|
"aliases": [],
|
|
319
473
|
"args": {},
|
|
@@ -727,160 +881,6 @@
|
|
|
727
881
|
"resume:delete:data"
|
|
728
882
|
]
|
|
729
883
|
},
|
|
730
|
-
"data:create:record": {
|
|
731
|
-
"aliases": [
|
|
732
|
-
"force:data:record:create"
|
|
733
|
-
],
|
|
734
|
-
"args": {},
|
|
735
|
-
"deprecateAliases": true,
|
|
736
|
-
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
737
|
-
"examples": [
|
|
738
|
-
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
739
|
-
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
740
|
-
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
741
|
-
],
|
|
742
|
-
"flags": {
|
|
743
|
-
"json": {
|
|
744
|
-
"description": "Format output as json.",
|
|
745
|
-
"helpGroup": "GLOBAL",
|
|
746
|
-
"name": "json",
|
|
747
|
-
"allowNo": false,
|
|
748
|
-
"type": "boolean"
|
|
749
|
-
},
|
|
750
|
-
"target-org": {
|
|
751
|
-
"aliases": [
|
|
752
|
-
"targetusername",
|
|
753
|
-
"u"
|
|
754
|
-
],
|
|
755
|
-
"char": "o",
|
|
756
|
-
"deprecateAliases": true,
|
|
757
|
-
"name": "target-org",
|
|
758
|
-
"noCacheDefault": true,
|
|
759
|
-
"required": true,
|
|
760
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
761
|
-
"hasDynamicHelp": true,
|
|
762
|
-
"multiple": false,
|
|
763
|
-
"type": "option"
|
|
764
|
-
},
|
|
765
|
-
"api-version": {
|
|
766
|
-
"aliases": [
|
|
767
|
-
"apiversion"
|
|
768
|
-
],
|
|
769
|
-
"deprecateAliases": true,
|
|
770
|
-
"description": "Override the api version used for api requests made by this command",
|
|
771
|
-
"name": "api-version",
|
|
772
|
-
"hasDynamicHelp": false,
|
|
773
|
-
"multiple": false,
|
|
774
|
-
"type": "option"
|
|
775
|
-
},
|
|
776
|
-
"loglevel": {
|
|
777
|
-
"deprecated": {
|
|
778
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
779
|
-
},
|
|
780
|
-
"hidden": true,
|
|
781
|
-
"name": "loglevel",
|
|
782
|
-
"hasDynamicHelp": false,
|
|
783
|
-
"multiple": false,
|
|
784
|
-
"type": "option"
|
|
785
|
-
},
|
|
786
|
-
"sobject": {
|
|
787
|
-
"aliases": [
|
|
788
|
-
"sobjecttype"
|
|
789
|
-
],
|
|
790
|
-
"char": "s",
|
|
791
|
-
"deprecateAliases": true,
|
|
792
|
-
"name": "sobject",
|
|
793
|
-
"required": true,
|
|
794
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
795
|
-
"hasDynamicHelp": false,
|
|
796
|
-
"multiple": false,
|
|
797
|
-
"type": "option"
|
|
798
|
-
},
|
|
799
|
-
"values": {
|
|
800
|
-
"char": "v",
|
|
801
|
-
"name": "values",
|
|
802
|
-
"required": true,
|
|
803
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
804
|
-
"hasDynamicHelp": false,
|
|
805
|
-
"multiple": false,
|
|
806
|
-
"type": "option"
|
|
807
|
-
},
|
|
808
|
-
"use-tooling-api": {
|
|
809
|
-
"aliases": [
|
|
810
|
-
"usetoolingapi"
|
|
811
|
-
],
|
|
812
|
-
"char": "t",
|
|
813
|
-
"deprecateAliases": true,
|
|
814
|
-
"name": "use-tooling-api",
|
|
815
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
816
|
-
"allowNo": false,
|
|
817
|
-
"type": "boolean"
|
|
818
|
-
},
|
|
819
|
-
"perflog": {
|
|
820
|
-
"deprecated": {
|
|
821
|
-
"version": "57"
|
|
822
|
-
},
|
|
823
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
824
|
-
"hidden": true,
|
|
825
|
-
"name": "perflog",
|
|
826
|
-
"summary": "Get API performance data.",
|
|
827
|
-
"allowNo": false,
|
|
828
|
-
"type": "boolean"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"hasDynamicHelp": true,
|
|
832
|
-
"hiddenAliases": [],
|
|
833
|
-
"id": "data:create:record",
|
|
834
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
835
|
-
"pluginName": "@salesforce/plugin-data",
|
|
836
|
-
"pluginType": "core",
|
|
837
|
-
"strict": true,
|
|
838
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
839
|
-
"enableJsonFlag": true,
|
|
840
|
-
"SF_ENV": "SF_ENV",
|
|
841
|
-
"isESM": true,
|
|
842
|
-
"relativePath": [
|
|
843
|
-
"lib",
|
|
844
|
-
"commands",
|
|
845
|
-
"data",
|
|
846
|
-
"create",
|
|
847
|
-
"record.js"
|
|
848
|
-
],
|
|
849
|
-
"aliasPermutations": [
|
|
850
|
-
"force:data:record:create",
|
|
851
|
-
"data:force:record:create",
|
|
852
|
-
"data:record:force:create",
|
|
853
|
-
"data:record:create:force",
|
|
854
|
-
"force:record:data:create",
|
|
855
|
-
"record:force:data:create",
|
|
856
|
-
"record:data:force:create",
|
|
857
|
-
"record:data:create:force",
|
|
858
|
-
"force:record:create:data",
|
|
859
|
-
"record:force:create:data",
|
|
860
|
-
"record:create:force:data",
|
|
861
|
-
"record:create:data:force",
|
|
862
|
-
"force:data:create:record",
|
|
863
|
-
"data:force:create:record",
|
|
864
|
-
"data:create:force:record",
|
|
865
|
-
"data:create:record:force",
|
|
866
|
-
"force:create:data:record",
|
|
867
|
-
"create:force:data:record",
|
|
868
|
-
"create:data:force:record",
|
|
869
|
-
"create:data:record:force",
|
|
870
|
-
"force:create:record:data",
|
|
871
|
-
"create:force:record:data",
|
|
872
|
-
"create:record:force:data",
|
|
873
|
-
"create:record:data:force"
|
|
874
|
-
],
|
|
875
|
-
"permutations": [
|
|
876
|
-
"data:create:record",
|
|
877
|
-
"create:data:record",
|
|
878
|
-
"create:record:data",
|
|
879
|
-
"data:record:create",
|
|
880
|
-
"record:data:create",
|
|
881
|
-
"record:create:data"
|
|
882
|
-
]
|
|
883
|
-
},
|
|
884
884
|
"data:export:tree": {
|
|
885
885
|
"aliases": [
|
|
886
886
|
"force:data:tree:export"
|
|
@@ -2446,5 +2446,5 @@
|
|
|
2446
2446
|
]
|
|
2447
2447
|
}
|
|
2448
2448
|
},
|
|
2449
|
-
"version": "3.0.
|
|
2449
|
+
"version": "3.0.11"
|
|
2450
2450
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@oclif/core": "^3.15.1",
|
|
112
112
|
"@salesforce/core": "^6.4.1",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.3.0",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"exports": "./lib/index.js",
|
|
251
251
|
"type": "module",
|
|
252
252
|
"sfdx": {
|
|
253
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.11.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.11.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|