@salesforce/cli 2.118.0 → 2.118.2
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 +40 -40
- package/npm-shrinkwrap.json +15 -14
- package/oclif.lock +13 -12
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.118.
|
|
28
|
+
@salesforce/cli/2.118.2 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
250
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/activate.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf agent create`
|
|
253
253
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
317
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/create.ts)_
|
|
318
318
|
|
|
319
319
|
## `sf agent deactivate`
|
|
320
320
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
357
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/deactivate.ts)_
|
|
358
358
|
|
|
359
359
|
## `sf agent generate agent-spec`
|
|
360
360
|
|
|
@@ -461,7 +461,7 @@ EXAMPLES
|
|
|
461
461
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
464
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/agent-spec.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf agent generate authoring-bundle`
|
|
467
467
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
other-package-dir/main/default --target-org my-dev-org
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
530
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/authoring-bundle.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf agent generate template`
|
|
533
533
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/template.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf agent generate test-spec`
|
|
581
581
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/test-spec.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent preview`
|
|
642
642
|
|
|
@@ -715,7 +715,7 @@ EXAMPLES
|
|
|
715
715
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
718
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/preview.ts)_
|
|
719
719
|
|
|
720
720
|
## `sf agent publish authoring-bundle`
|
|
721
721
|
|
|
@@ -762,7 +762,7 @@ EXAMPLES
|
|
|
762
762
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
765
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/publish/authoring-bundle.ts)_
|
|
766
766
|
|
|
767
767
|
## `sf agent test create`
|
|
768
768
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
820
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/create.ts)_
|
|
821
821
|
|
|
822
822
|
## `sf agent test list`
|
|
823
823
|
|
|
@@ -852,7 +852,7 @@ EXAMPLES
|
|
|
852
852
|
$ sf agent test list --target-org my-org
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
855
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/list.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf agent test results`
|
|
858
858
|
|
|
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
|
|
|
918
918
|
expression when using custom evaluations.
|
|
919
919
|
```
|
|
920
920
|
|
|
921
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
921
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/results.ts)_
|
|
922
922
|
|
|
923
923
|
## `sf agent test resume`
|
|
924
924
|
|
|
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
|
|
|
991
991
|
expression when using custom evaluations.
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
994
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/resume.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf agent test run`
|
|
997
997
|
|
|
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
|
|
|
1065
1065
|
expression when using custom evaluations.
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1068
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/run.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `sf agent validate authoring-bundle`
|
|
1071
1071
|
|
|
@@ -1112,7 +1112,7 @@ EXAMPLES
|
|
|
1112
1112
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1113
1113
|
```
|
|
1114
1114
|
|
|
1115
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1115
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1116
1116
|
|
|
1117
1117
|
## `sf alias list`
|
|
1118
1118
|
|
|
@@ -2267,7 +2267,7 @@ EXAMPLES
|
|
|
2267
2267
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2268
2268
|
```
|
|
2269
2269
|
|
|
2270
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2270
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/bulk/results.ts)_
|
|
2271
2271
|
|
|
2272
2272
|
## `sf data create file`
|
|
2273
2273
|
|
|
@@ -2316,7 +2316,7 @@ EXAMPLES
|
|
|
2316
2316
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2317
2317
|
```
|
|
2318
2318
|
|
|
2319
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2319
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/create/file.ts)_
|
|
2320
2320
|
|
|
2321
2321
|
## `sf data create record`
|
|
2322
2322
|
|
|
@@ -2372,7 +2372,7 @@ EXAMPLES
|
|
|
2372
2372
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2373
2373
|
```
|
|
2374
2374
|
|
|
2375
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2375
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/create/record.ts)_
|
|
2376
2376
|
|
|
2377
2377
|
## `sf data delete bulk`
|
|
2378
2378
|
|
|
@@ -2431,7 +2431,7 @@ FLAG DESCRIPTIONS
|
|
|
2431
2431
|
and can be enabled only by a system administrator.
|
|
2432
2432
|
```
|
|
2433
2433
|
|
|
2434
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2434
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/bulk.ts)_
|
|
2435
2435
|
|
|
2436
2436
|
## `sf data delete record`
|
|
2437
2437
|
|
|
@@ -2492,7 +2492,7 @@ EXAMPLES
|
|
|
2492
2492
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2493
2493
|
```
|
|
2494
2494
|
|
|
2495
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2495
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/record.ts)_
|
|
2496
2496
|
|
|
2497
2497
|
## `sf data delete resume`
|
|
2498
2498
|
|
|
@@ -2531,7 +2531,7 @@ EXAMPLES
|
|
|
2531
2531
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2532
2532
|
```
|
|
2533
2533
|
|
|
2534
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2534
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/resume.ts)_
|
|
2535
2535
|
|
|
2536
2536
|
## `sf data export bulk`
|
|
2537
2537
|
|
|
@@ -2598,7 +2598,7 @@ EXAMPLES
|
|
|
2598
2598
|
--result-format json --wait 10 --all-rows
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2601
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/bulk.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf data export resume`
|
|
2604
2604
|
|
|
@@ -2637,7 +2637,7 @@ EXAMPLES
|
|
|
2637
2637
|
$ sf data export resume --use-most-recent
|
|
2638
2638
|
```
|
|
2639
2639
|
|
|
2640
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2640
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/resume.ts)_
|
|
2641
2641
|
|
|
2642
2642
|
## `sf data export tree`
|
|
2643
2643
|
|
|
@@ -2697,7 +2697,7 @@ EXAMPLES
|
|
|
2697
2697
|
my-scratch
|
|
2698
2698
|
```
|
|
2699
2699
|
|
|
2700
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2700
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/tree.ts)_
|
|
2701
2701
|
|
|
2702
2702
|
## `sf data get record`
|
|
2703
2703
|
|
|
@@ -2761,7 +2761,7 @@ EXAMPLES
|
|
|
2761
2761
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2762
2762
|
```
|
|
2763
2763
|
|
|
2764
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2764
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/get/record.ts)_
|
|
2765
2765
|
|
|
2766
2766
|
## `sf data import bulk`
|
|
2767
2767
|
|
|
@@ -2813,7 +2813,7 @@ EXAMPLES
|
|
|
2813
2813
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2814
2814
|
```
|
|
2815
2815
|
|
|
2816
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2816
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/bulk.ts)_
|
|
2817
2817
|
|
|
2818
2818
|
## `sf data import resume`
|
|
2819
2819
|
|
|
@@ -2849,7 +2849,7 @@ EXAMPLES
|
|
|
2849
2849
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2850
2850
|
```
|
|
2851
2851
|
|
|
2852
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/resume.ts)_
|
|
2853
2853
|
|
|
2854
2854
|
## `sf data import tree`
|
|
2855
2855
|
|
|
@@ -2913,7 +2913,7 @@ FLAG DESCRIPTIONS
|
|
|
2913
2913
|
- files(array) - Files: An array of files paths to load
|
|
2914
2914
|
```
|
|
2915
2915
|
|
|
2916
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2916
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/tree.ts)_
|
|
2917
2917
|
|
|
2918
2918
|
## `sf data query`
|
|
2919
2919
|
|
|
@@ -2966,7 +2966,7 @@ EXAMPLES
|
|
|
2966
2966
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2967
2967
|
```
|
|
2968
2968
|
|
|
2969
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2969
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/query.ts)_
|
|
2970
2970
|
|
|
2971
2971
|
## `sf data resume`
|
|
2972
2972
|
|
|
@@ -3003,7 +3003,7 @@ EXAMPLES
|
|
|
3003
3003
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3004
3004
|
```
|
|
3005
3005
|
|
|
3006
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3006
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/resume.ts)_
|
|
3007
3007
|
|
|
3008
3008
|
## `sf data search`
|
|
3009
3009
|
|
|
@@ -3053,7 +3053,7 @@ EXAMPLES
|
|
|
3053
3053
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3054
3054
|
```
|
|
3055
3055
|
|
|
3056
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3056
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/search.ts)_
|
|
3057
3057
|
|
|
3058
3058
|
## `sf data update bulk`
|
|
3059
3059
|
|
|
@@ -3108,7 +3108,7 @@ EXAMPLES
|
|
|
3108
3108
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3109
3109
|
```
|
|
3110
3110
|
|
|
3111
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3111
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/update/bulk.ts)_
|
|
3112
3112
|
|
|
3113
3113
|
## `sf data update record`
|
|
3114
3114
|
|
|
@@ -3170,7 +3170,7 @@ EXAMPLES
|
|
|
3170
3170
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3171
3171
|
```
|
|
3172
3172
|
|
|
3173
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3173
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/update/record.ts)_
|
|
3174
3174
|
|
|
3175
3175
|
## `sf data update resume`
|
|
3176
3176
|
|
|
@@ -3209,7 +3209,7 @@ EXAMPLES
|
|
|
3209
3209
|
$ sf data update resume --use-most-recent
|
|
3210
3210
|
```
|
|
3211
3211
|
|
|
3212
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3212
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/update/resume.ts)_
|
|
3213
3213
|
|
|
3214
3214
|
## `sf data upsert bulk`
|
|
3215
3215
|
|
|
@@ -3265,7 +3265,7 @@ EXAMPLES
|
|
|
3265
3265
|
my-scratch
|
|
3266
3266
|
```
|
|
3267
3267
|
|
|
3268
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3268
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/upsert/bulk.ts)_
|
|
3269
3269
|
|
|
3270
3270
|
## `sf data upsert resume`
|
|
3271
3271
|
|
|
@@ -3304,7 +3304,7 @@ EXAMPLES
|
|
|
3304
3304
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3305
3305
|
```
|
|
3306
3306
|
|
|
3307
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3307
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/upsert/resume.ts)_
|
|
3308
3308
|
|
|
3309
3309
|
## `sf doctor`
|
|
3310
3310
|
|
|
@@ -3399,7 +3399,7 @@ EXAMPLES
|
|
|
3399
3399
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3400
3400
|
```
|
|
3401
3401
|
|
|
3402
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3402
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/delete.ts)_
|
|
3403
3403
|
|
|
3404
3404
|
## `sf force data bulk status`
|
|
3405
3405
|
|
|
@@ -3436,7 +3436,7 @@ EXAMPLES
|
|
|
3436
3436
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3437
3437
|
```
|
|
3438
3438
|
|
|
3439
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3439
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/status.ts)_
|
|
3440
3440
|
|
|
3441
3441
|
## `sf force data bulk upsert`
|
|
3442
3442
|
|
|
@@ -3494,7 +3494,7 @@ EXAMPLES
|
|
|
3494
3494
|
--target-org my-scratch
|
|
3495
3495
|
```
|
|
3496
3496
|
|
|
3497
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3497
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/upsert.ts)_
|
|
3498
3498
|
|
|
3499
3499
|
## `sf help [COMMAND]`
|
|
3500
3500
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.118.
|
|
3
|
+
"version": "2.118.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.118.
|
|
9
|
+
"version": "2.118.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.42",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.26.
|
|
27
|
+
"@salesforce/plugin-agent": "1.26.1",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.5",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.6",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.26",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.67",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.100",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
@@ -5066,9 +5066,9 @@
|
|
|
5066
5066
|
}
|
|
5067
5067
|
},
|
|
5068
5068
|
"node_modules/@salesforce/plugin-agent": {
|
|
5069
|
-
"version": "1.26.
|
|
5070
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.
|
|
5071
|
-
"integrity": "sha512-
|
|
5069
|
+
"version": "1.26.1",
|
|
5070
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.1.tgz",
|
|
5071
|
+
"integrity": "sha512-K+qQl+Ts5UhwM4yNsF7q/RXuu2o5aTlUy80jmsAYp/eA4G9/hB4x67MGEZR6XG1xMZdvOy/SXWA2MrU8jGjZtw==",
|
|
5072
5072
|
"license": "Apache-2.0",
|
|
5073
5073
|
"dependencies": {
|
|
5074
5074
|
"@inquirer/core": "^10.3.2",
|
|
@@ -5340,9 +5340,9 @@
|
|
|
5340
5340
|
}
|
|
5341
5341
|
},
|
|
5342
5342
|
"node_modules/@salesforce/plugin-data": {
|
|
5343
|
-
"version": "4.0.
|
|
5344
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5345
|
-
"integrity": "sha512-
|
|
5343
|
+
"version": "4.0.67",
|
|
5344
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.67.tgz",
|
|
5345
|
+
"integrity": "sha512-wVIQseHwfSyrSGzQn6Gsbv1grO6RkYAukwPikjiTgXvxDZcmZd7rQjP/kUKukHMAbcpfc1tcNDxrb6nIwvGN4A==",
|
|
5346
5346
|
"license": "Apache-2.0",
|
|
5347
5347
|
"dependencies": {
|
|
5348
5348
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
@@ -5356,7 +5356,8 @@
|
|
|
5356
5356
|
"csv-parse": "^5.6.0",
|
|
5357
5357
|
"csv-stringify": "^6.6.0",
|
|
5358
5358
|
"form-data": "^4.0.5",
|
|
5359
|
-
"terminal-link": "^3.0.0"
|
|
5359
|
+
"terminal-link": "^3.0.0",
|
|
5360
|
+
"zod": "^4.2.1"
|
|
5360
5361
|
},
|
|
5361
5362
|
"engines": {
|
|
5362
5363
|
"node": ">=18.0.0"
|
|
@@ -24788,9 +24789,9 @@
|
|
|
24788
24789
|
"license": "MIT"
|
|
24789
24790
|
},
|
|
24790
24791
|
"node_modules/zod": {
|
|
24791
|
-
"version": "4.1
|
|
24792
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.
|
|
24793
|
-
"integrity": "sha512-
|
|
24792
|
+
"version": "4.2.1",
|
|
24793
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz",
|
|
24794
|
+
"integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==",
|
|
24794
24795
|
"license": "MIT",
|
|
24795
24796
|
"funding": {
|
|
24796
24797
|
"url": "https://github.com/sponsors/colinhacks"
|
package/oclif.lock
CHANGED
|
@@ -2206,10 +2206,10 @@
|
|
|
2206
2206
|
jszip "^3.10.1"
|
|
2207
2207
|
object-treeify "^2"
|
|
2208
2208
|
|
|
2209
|
-
"@salesforce/plugin-agent@1.26.
|
|
2210
|
-
version "1.26.
|
|
2211
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.
|
|
2212
|
-
integrity sha512-
|
|
2209
|
+
"@salesforce/plugin-agent@1.26.1":
|
|
2210
|
+
version "1.26.1"
|
|
2211
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.1.tgz"
|
|
2212
|
+
integrity sha512-K+qQl+Ts5UhwM4yNsF7q/RXuu2o5aTlUy80jmsAYp/eA4G9/hB4x67MGEZR6XG1xMZdvOy/SXWA2MrU8jGjZtw==
|
|
2213
2213
|
dependencies:
|
|
2214
2214
|
"@inquirer/core" "^10.3.2"
|
|
2215
2215
|
"@inquirer/prompts" "^7.10.1"
|
|
@@ -2285,10 +2285,10 @@
|
|
|
2285
2285
|
debug "^4.4.0"
|
|
2286
2286
|
handlebars "^4.7.8"
|
|
2287
2287
|
|
|
2288
|
-
"@salesforce/plugin-data@4.0.
|
|
2289
|
-
version "4.0.
|
|
2290
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2291
|
-
integrity sha512-
|
|
2288
|
+
"@salesforce/plugin-data@4.0.67":
|
|
2289
|
+
version "4.0.67"
|
|
2290
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.67.tgz"
|
|
2291
|
+
integrity sha512-wVIQseHwfSyrSGzQn6Gsbv1grO6RkYAukwPikjiTgXvxDZcmZd7rQjP/kUKukHMAbcpfc1tcNDxrb6nIwvGN4A==
|
|
2292
2292
|
dependencies:
|
|
2293
2293
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
2294
2294
|
"@oclif/multi-stage-output" "^0.8.29"
|
|
@@ -2302,6 +2302,7 @@
|
|
|
2302
2302
|
csv-stringify "^6.6.0"
|
|
2303
2303
|
form-data "^4.0.5"
|
|
2304
2304
|
terminal-link "^3.0.0"
|
|
2305
|
+
zod "^4.2.1"
|
|
2305
2306
|
|
|
2306
2307
|
"@salesforce/plugin-deploy-retrieve@3.24.2":
|
|
2307
2308
|
version "3.24.2"
|
|
@@ -11917,10 +11918,10 @@ yoga-wasm-web@~0.3.3:
|
|
|
11917
11918
|
resolved "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz"
|
|
11918
11919
|
integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==
|
|
11919
11920
|
|
|
11920
|
-
zod@^4.1.12:
|
|
11921
|
-
version "4.1
|
|
11922
|
-
resolved "https://registry.npmjs.org/zod/-/zod-4.1.
|
|
11923
|
-
integrity sha512-
|
|
11921
|
+
zod@^4.1.12, zod@^4.2.1:
|
|
11922
|
+
version "4.2.1"
|
|
11923
|
+
resolved "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz"
|
|
11924
|
+
integrity sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==
|
|
11924
11925
|
|
|
11925
11926
|
zwitch@^2.0.4:
|
|
11926
11927
|
version "2.0.4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.118.
|
|
4
|
+
"version": "2.118.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.26.
|
|
160
|
+
"@salesforce/plugin-agent": "1.26.1",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.5",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.6",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.26",
|
|
164
|
-
"@salesforce/plugin-data": "4.0.
|
|
164
|
+
"@salesforce/plugin-data": "4.0.67",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.100",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.74",
|