@salesforce/cli 2.147.5 → 2.147.6
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 +25 -25
- package/npm-shrinkwrap.json +7 -7
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.147.
|
|
28
|
+
@salesforce/cli/2.147.6 linux-x64 node-v24.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3705,7 +3705,7 @@ EXAMPLES
|
|
|
3705
3705
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
3706
3706
|
```
|
|
3707
3707
|
|
|
3708
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3708
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/bulk/results.ts)_
|
|
3709
3709
|
|
|
3710
3710
|
## `sf data create file`
|
|
3711
3711
|
|
|
@@ -3754,7 +3754,7 @@ EXAMPLES
|
|
|
3754
3754
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
3755
3755
|
```
|
|
3756
3756
|
|
|
3757
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3757
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/create/file.ts)_
|
|
3758
3758
|
|
|
3759
3759
|
## `sf data create record`
|
|
3760
3760
|
|
|
@@ -3810,7 +3810,7 @@ EXAMPLES
|
|
|
3810
3810
|
TracedEntityId=01p17000000R6bLAAS"
|
|
3811
3811
|
```
|
|
3812
3812
|
|
|
3813
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/create/record.ts)_
|
|
3814
3814
|
|
|
3815
3815
|
## `sf data delete bulk`
|
|
3816
3816
|
|
|
@@ -3869,7 +3869,7 @@ FLAG DESCRIPTIONS
|
|
|
3869
3869
|
and can be enabled only by a system administrator.
|
|
3870
3870
|
```
|
|
3871
3871
|
|
|
3872
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3872
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/delete/bulk.ts)_
|
|
3873
3873
|
|
|
3874
3874
|
## `sf data delete record`
|
|
3875
3875
|
|
|
@@ -3930,7 +3930,7 @@ EXAMPLES
|
|
|
3930
3930
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3931
3931
|
```
|
|
3932
3932
|
|
|
3933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/delete/record.ts)_
|
|
3934
3934
|
|
|
3935
3935
|
## `sf data delete resume`
|
|
3936
3936
|
|
|
@@ -3969,7 +3969,7 @@ EXAMPLES
|
|
|
3969
3969
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3970
3970
|
```
|
|
3971
3971
|
|
|
3972
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
3972
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/delete/resume.ts)_
|
|
3973
3973
|
|
|
3974
3974
|
## `sf data export bulk`
|
|
3975
3975
|
|
|
@@ -4036,7 +4036,7 @@ EXAMPLES
|
|
|
4036
4036
|
--result-format json --wait 10 --all-rows
|
|
4037
4037
|
```
|
|
4038
4038
|
|
|
4039
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4039
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/export/bulk.ts)_
|
|
4040
4040
|
|
|
4041
4041
|
## `sf data export resume`
|
|
4042
4042
|
|
|
@@ -4075,7 +4075,7 @@ EXAMPLES
|
|
|
4075
4075
|
$ sf data export resume --use-most-recent
|
|
4076
4076
|
```
|
|
4077
4077
|
|
|
4078
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4078
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/export/resume.ts)_
|
|
4079
4079
|
|
|
4080
4080
|
## `sf data export tree`
|
|
4081
4081
|
|
|
@@ -4135,7 +4135,7 @@ EXAMPLES
|
|
|
4135
4135
|
my-scratch
|
|
4136
4136
|
```
|
|
4137
4137
|
|
|
4138
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4138
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/export/tree.ts)_
|
|
4139
4139
|
|
|
4140
4140
|
## `sf data get record`
|
|
4141
4141
|
|
|
@@ -4199,7 +4199,7 @@ EXAMPLES
|
|
|
4199
4199
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
4200
4200
|
```
|
|
4201
4201
|
|
|
4202
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4202
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/get/record.ts)_
|
|
4203
4203
|
|
|
4204
4204
|
## `sf data import bulk`
|
|
4205
4205
|
|
|
@@ -4251,7 +4251,7 @@ EXAMPLES
|
|
|
4251
4251
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4252
4252
|
```
|
|
4253
4253
|
|
|
4254
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4254
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/import/bulk.ts)_
|
|
4255
4255
|
|
|
4256
4256
|
## `sf data import resume`
|
|
4257
4257
|
|
|
@@ -4287,7 +4287,7 @@ EXAMPLES
|
|
|
4287
4287
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
4288
4288
|
```
|
|
4289
4289
|
|
|
4290
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4290
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/import/resume.ts)_
|
|
4291
4291
|
|
|
4292
4292
|
## `sf data import tree`
|
|
4293
4293
|
|
|
@@ -4351,7 +4351,7 @@ FLAG DESCRIPTIONS
|
|
|
4351
4351
|
- files(array) - Files: An array of files paths to load
|
|
4352
4352
|
```
|
|
4353
4353
|
|
|
4354
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4354
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/import/tree.ts)_
|
|
4355
4355
|
|
|
4356
4356
|
## `sf data query`
|
|
4357
4357
|
|
|
@@ -4404,7 +4404,7 @@ EXAMPLES
|
|
|
4404
4404
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
4405
4405
|
```
|
|
4406
4406
|
|
|
4407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/query.ts)_
|
|
4408
4408
|
|
|
4409
4409
|
## `sf data resume`
|
|
4410
4410
|
|
|
@@ -4441,7 +4441,7 @@ EXAMPLES
|
|
|
4441
4441
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
4442
4442
|
```
|
|
4443
4443
|
|
|
4444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/resume.ts)_
|
|
4445
4445
|
|
|
4446
4446
|
## `sf data search`
|
|
4447
4447
|
|
|
@@ -4491,7 +4491,7 @@ EXAMPLES
|
|
|
4491
4491
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
4492
4492
|
```
|
|
4493
4493
|
|
|
4494
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4494
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/search.ts)_
|
|
4495
4495
|
|
|
4496
4496
|
## `sf data update bulk`
|
|
4497
4497
|
|
|
@@ -4546,7 +4546,7 @@ EXAMPLES
|
|
|
4546
4546
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4547
4547
|
```
|
|
4548
4548
|
|
|
4549
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4549
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/update/bulk.ts)_
|
|
4550
4550
|
|
|
4551
4551
|
## `sf data update record`
|
|
4552
4552
|
|
|
@@ -4608,7 +4608,7 @@ EXAMPLES
|
|
|
4608
4608
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
4609
4609
|
```
|
|
4610
4610
|
|
|
4611
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4611
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/update/record.ts)_
|
|
4612
4612
|
|
|
4613
4613
|
## `sf data update resume`
|
|
4614
4614
|
|
|
@@ -4647,7 +4647,7 @@ EXAMPLES
|
|
|
4647
4647
|
$ sf data update resume --use-most-recent
|
|
4648
4648
|
```
|
|
4649
4649
|
|
|
4650
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4650
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/update/resume.ts)_
|
|
4651
4651
|
|
|
4652
4652
|
## `sf data upsert bulk`
|
|
4653
4653
|
|
|
@@ -4703,7 +4703,7 @@ EXAMPLES
|
|
|
4703
4703
|
my-scratch
|
|
4704
4704
|
```
|
|
4705
4705
|
|
|
4706
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4706
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/upsert/bulk.ts)_
|
|
4707
4707
|
|
|
4708
4708
|
## `sf data upsert resume`
|
|
4709
4709
|
|
|
@@ -4742,7 +4742,7 @@ EXAMPLES
|
|
|
4742
4742
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
4743
4743
|
```
|
|
4744
4744
|
|
|
4745
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4745
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/data/upsert/resume.ts)_
|
|
4746
4746
|
|
|
4747
4747
|
## `sf doctor`
|
|
4748
4748
|
|
|
@@ -4837,7 +4837,7 @@ EXAMPLES
|
|
|
4837
4837
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
4838
4838
|
```
|
|
4839
4839
|
|
|
4840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/force/data/bulk/delete.ts)_
|
|
4841
4841
|
|
|
4842
4842
|
## `sf force data bulk status`
|
|
4843
4843
|
|
|
@@ -4874,7 +4874,7 @@ EXAMPLES
|
|
|
4874
4874
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4875
4875
|
```
|
|
4876
4876
|
|
|
4877
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4877
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/force/data/bulk/status.ts)_
|
|
4878
4878
|
|
|
4879
4879
|
## `sf force data bulk upsert`
|
|
4880
4880
|
|
|
@@ -4932,7 +4932,7 @@ EXAMPLES
|
|
|
4932
4932
|
--target-org my-scratch
|
|
4933
4933
|
```
|
|
4934
4934
|
|
|
4935
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.
|
|
4935
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.1/src/commands/force/data/bulk/upsert.ts)_
|
|
4936
4936
|
|
|
4937
4937
|
## `sf help [COMMAND]`
|
|
4938
4938
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.147.
|
|
3
|
+
"version": "2.147.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.147.
|
|
9
|
+
"version": "2.147.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "4.0.0",
|
|
29
29
|
"@salesforce/plugin-api": "2.0.1",
|
|
30
30
|
"@salesforce/plugin-auth": "5.0.1",
|
|
31
|
-
"@salesforce/plugin-data": "5.0.
|
|
31
|
+
"@salesforce/plugin-data": "5.0.1",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "4.0.1",
|
|
33
33
|
"@salesforce/plugin-info": "4.0.1",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.0",
|
|
@@ -4856,9 +4856,9 @@
|
|
|
4856
4856
|
}
|
|
4857
4857
|
},
|
|
4858
4858
|
"node_modules/@salesforce/plugin-data": {
|
|
4859
|
-
"version": "5.0.
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.0.
|
|
4861
|
-
"integrity": "sha512-
|
|
4859
|
+
"version": "5.0.1",
|
|
4860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.0.1.tgz",
|
|
4861
|
+
"integrity": "sha512-rkP2FMkRNrIt1234hnQu/BF2nJB+aQJuqTviGENOo2t/FFrtqz7sOI463AyMuEOfZAXSudJZRbDVOKEe0/nxGA==",
|
|
4862
4862
|
"license": "Apache-2.0",
|
|
4863
4863
|
"dependencies": {
|
|
4864
4864
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
@@ -4873,7 +4873,7 @@
|
|
|
4873
4873
|
"csv-stringify": "^6.7.0",
|
|
4874
4874
|
"form-data": "^4.0.6",
|
|
4875
4875
|
"terminal-link": "^3.0.0",
|
|
4876
|
-
"undici": "^7.
|
|
4876
|
+
"undici": "^7.29.0",
|
|
4877
4877
|
"zod": "^4.4.3"
|
|
4878
4878
|
},
|
|
4879
4879
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -2056,10 +2056,10 @@
|
|
|
2056
2056
|
debug "^4.4.3"
|
|
2057
2057
|
handlebars "^4.7.9"
|
|
2058
2058
|
|
|
2059
|
-
"@salesforce/plugin-data@5.0.
|
|
2060
|
-
version "5.0.
|
|
2061
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.0.
|
|
2062
|
-
integrity sha512-
|
|
2059
|
+
"@salesforce/plugin-data@5.0.1":
|
|
2060
|
+
version "5.0.1"
|
|
2061
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.0.1.tgz"
|
|
2062
|
+
integrity sha512-rkP2FMkRNrIt1234hnQu/BF2nJB+aQJuqTviGENOo2t/FFrtqz7sOI463AyMuEOfZAXSudJZRbDVOKEe0/nxGA==
|
|
2063
2063
|
dependencies:
|
|
2064
2064
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2065
2065
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
csv-stringify "^6.7.0"
|
|
2074
2074
|
form-data "^4.0.6"
|
|
2075
2075
|
terminal-link "^3.0.0"
|
|
2076
|
-
undici "^7.
|
|
2076
|
+
undici "^7.29.0"
|
|
2077
2077
|
zod "^4.4.3"
|
|
2078
2078
|
|
|
2079
2079
|
"@salesforce/plugin-deploy-retrieve@4.0.1":
|
|
@@ -10676,7 +10676,7 @@ undici@^6.25.0:
|
|
|
10676
10676
|
resolved "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz"
|
|
10677
10677
|
integrity sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==
|
|
10678
10678
|
|
|
10679
|
-
undici@^7.
|
|
10679
|
+
undici@^7.29.0:
|
|
10680
10680
|
version "7.29.0"
|
|
10681
10681
|
resolved "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz"
|
|
10682
10682
|
integrity sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==
|
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.147.
|
|
4
|
+
"version": "2.147.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"@salesforce/plugin-apex": "4.0.0",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.1",
|
|
165
165
|
"@salesforce/plugin-auth": "5.0.1",
|
|
166
|
-
"@salesforce/plugin-data": "5.0.
|
|
166
|
+
"@salesforce/plugin-data": "5.0.1",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.0.1",
|
|
168
168
|
"@salesforce/plugin-info": "4.0.1",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.0",
|