@salesforce/cli 2.141.0 → 2.141.1
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 +56 -56
- package/npm-shrinkwrap.json +31 -31
- package/oclif.lock +30 -30
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.141.
|
|
28
|
+
@salesforce/cli/2.141.1 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3260,7 +3260,7 @@ EXAMPLES
|
|
|
3260
3260
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
3261
3261
|
```
|
|
3262
3262
|
|
|
3263
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3263
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/bulk/results.ts)_
|
|
3264
3264
|
|
|
3265
3265
|
## `sf data create file`
|
|
3266
3266
|
|
|
@@ -3309,7 +3309,7 @@ EXAMPLES
|
|
|
3309
3309
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
3310
3310
|
```
|
|
3311
3311
|
|
|
3312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/create/file.ts)_
|
|
3313
3313
|
|
|
3314
3314
|
## `sf data create record`
|
|
3315
3315
|
|
|
@@ -3365,7 +3365,7 @@ EXAMPLES
|
|
|
3365
3365
|
TracedEntityId=01p17000000R6bLAAS"
|
|
3366
3366
|
```
|
|
3367
3367
|
|
|
3368
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3368
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/create/record.ts)_
|
|
3369
3369
|
|
|
3370
3370
|
## `sf data delete bulk`
|
|
3371
3371
|
|
|
@@ -3424,7 +3424,7 @@ FLAG DESCRIPTIONS
|
|
|
3424
3424
|
and can be enabled only by a system administrator.
|
|
3425
3425
|
```
|
|
3426
3426
|
|
|
3427
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3427
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/delete/bulk.ts)_
|
|
3428
3428
|
|
|
3429
3429
|
## `sf data delete record`
|
|
3430
3430
|
|
|
@@ -3485,7 +3485,7 @@ EXAMPLES
|
|
|
3485
3485
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3486
3486
|
```
|
|
3487
3487
|
|
|
3488
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3488
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/delete/record.ts)_
|
|
3489
3489
|
|
|
3490
3490
|
## `sf data delete resume`
|
|
3491
3491
|
|
|
@@ -3524,7 +3524,7 @@ EXAMPLES
|
|
|
3524
3524
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3525
3525
|
```
|
|
3526
3526
|
|
|
3527
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3527
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/delete/resume.ts)_
|
|
3528
3528
|
|
|
3529
3529
|
## `sf data export bulk`
|
|
3530
3530
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
--result-format json --wait 10 --all-rows
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3594
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/export/bulk.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf data export resume`
|
|
3597
3597
|
|
|
@@ -3630,7 +3630,7 @@ EXAMPLES
|
|
|
3630
3630
|
$ sf data export resume --use-most-recent
|
|
3631
3631
|
```
|
|
3632
3632
|
|
|
3633
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3633
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/export/resume.ts)_
|
|
3634
3634
|
|
|
3635
3635
|
## `sf data export tree`
|
|
3636
3636
|
|
|
@@ -3690,7 +3690,7 @@ EXAMPLES
|
|
|
3690
3690
|
my-scratch
|
|
3691
3691
|
```
|
|
3692
3692
|
|
|
3693
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3693
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/export/tree.ts)_
|
|
3694
3694
|
|
|
3695
3695
|
## `sf data get record`
|
|
3696
3696
|
|
|
@@ -3754,7 +3754,7 @@ EXAMPLES
|
|
|
3754
3754
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3755
3755
|
```
|
|
3756
3756
|
|
|
3757
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3757
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/get/record.ts)_
|
|
3758
3758
|
|
|
3759
3759
|
## `sf data import bulk`
|
|
3760
3760
|
|
|
@@ -3806,7 +3806,7 @@ EXAMPLES
|
|
|
3806
3806
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3807
3807
|
```
|
|
3808
3808
|
|
|
3809
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3809
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/import/bulk.ts)_
|
|
3810
3810
|
|
|
3811
3811
|
## `sf data import resume`
|
|
3812
3812
|
|
|
@@ -3842,7 +3842,7 @@ EXAMPLES
|
|
|
3842
3842
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3843
3843
|
```
|
|
3844
3844
|
|
|
3845
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3845
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/import/resume.ts)_
|
|
3846
3846
|
|
|
3847
3847
|
## `sf data import tree`
|
|
3848
3848
|
|
|
@@ -3906,7 +3906,7 @@ FLAG DESCRIPTIONS
|
|
|
3906
3906
|
- files(array) - Files: An array of files paths to load
|
|
3907
3907
|
```
|
|
3908
3908
|
|
|
3909
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3909
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/import/tree.ts)_
|
|
3910
3910
|
|
|
3911
3911
|
## `sf data query`
|
|
3912
3912
|
|
|
@@ -3959,7 +3959,7 @@ EXAMPLES
|
|
|
3959
3959
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3960
3960
|
```
|
|
3961
3961
|
|
|
3962
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3962
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/query.ts)_
|
|
3963
3963
|
|
|
3964
3964
|
## `sf data resume`
|
|
3965
3965
|
|
|
@@ -3996,7 +3996,7 @@ EXAMPLES
|
|
|
3996
3996
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3997
3997
|
```
|
|
3998
3998
|
|
|
3999
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3999
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/resume.ts)_
|
|
4000
4000
|
|
|
4001
4001
|
## `sf data search`
|
|
4002
4002
|
|
|
@@ -4046,7 +4046,7 @@ EXAMPLES
|
|
|
4046
4046
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
4047
4047
|
```
|
|
4048
4048
|
|
|
4049
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/search.ts)_
|
|
4050
4050
|
|
|
4051
4051
|
## `sf data update bulk`
|
|
4052
4052
|
|
|
@@ -4101,7 +4101,7 @@ EXAMPLES
|
|
|
4101
4101
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
4102
4102
|
```
|
|
4103
4103
|
|
|
4104
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4104
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/update/bulk.ts)_
|
|
4105
4105
|
|
|
4106
4106
|
## `sf data update record`
|
|
4107
4107
|
|
|
@@ -4163,7 +4163,7 @@ EXAMPLES
|
|
|
4163
4163
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
4164
4164
|
```
|
|
4165
4165
|
|
|
4166
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4166
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/update/record.ts)_
|
|
4167
4167
|
|
|
4168
4168
|
## `sf data update resume`
|
|
4169
4169
|
|
|
@@ -4202,7 +4202,7 @@ EXAMPLES
|
|
|
4202
4202
|
$ sf data update resume --use-most-recent
|
|
4203
4203
|
```
|
|
4204
4204
|
|
|
4205
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4205
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/update/resume.ts)_
|
|
4206
4206
|
|
|
4207
4207
|
## `sf data upsert bulk`
|
|
4208
4208
|
|
|
@@ -4258,7 +4258,7 @@ EXAMPLES
|
|
|
4258
4258
|
my-scratch
|
|
4259
4259
|
```
|
|
4260
4260
|
|
|
4261
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4261
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/upsert/bulk.ts)_
|
|
4262
4262
|
|
|
4263
4263
|
## `sf data upsert resume`
|
|
4264
4264
|
|
|
@@ -4297,7 +4297,7 @@ EXAMPLES
|
|
|
4297
4297
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
4298
4298
|
```
|
|
4299
4299
|
|
|
4300
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4300
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/data/upsert/resume.ts)_
|
|
4301
4301
|
|
|
4302
4302
|
## `sf doctor`
|
|
4303
4303
|
|
|
@@ -4392,7 +4392,7 @@ EXAMPLES
|
|
|
4392
4392
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
4393
4393
|
```
|
|
4394
4394
|
|
|
4395
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4395
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/force/data/bulk/delete.ts)_
|
|
4396
4396
|
|
|
4397
4397
|
## `sf force data bulk status`
|
|
4398
4398
|
|
|
@@ -4429,7 +4429,7 @@ EXAMPLES
|
|
|
4429
4429
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4430
4430
|
```
|
|
4431
4431
|
|
|
4432
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4432
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/force/data/bulk/status.ts)_
|
|
4433
4433
|
|
|
4434
4434
|
## `sf force data bulk upsert`
|
|
4435
4435
|
|
|
@@ -4487,7 +4487,7 @@ EXAMPLES
|
|
|
4487
4487
|
--target-org my-scratch
|
|
4488
4488
|
```
|
|
4489
4489
|
|
|
4490
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4490
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.110/src/commands/force/data/bulk/upsert.ts)_
|
|
4491
4491
|
|
|
4492
4492
|
## `sf help [COMMAND]`
|
|
4493
4493
|
|
|
@@ -4763,7 +4763,7 @@ EXAMPLES
|
|
|
4763
4763
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4764
4764
|
```
|
|
4765
4765
|
|
|
4766
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
4766
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/assign/permset.ts)_
|
|
4767
4767
|
|
|
4768
4768
|
## `sf org assign permsetlicense`
|
|
4769
4769
|
|
|
@@ -4810,7 +4810,7 @@ EXAMPLES
|
|
|
4810
4810
|
user3
|
|
4811
4811
|
```
|
|
4812
4812
|
|
|
4813
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
4813
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/assign/permsetlicense.ts)_
|
|
4814
4814
|
|
|
4815
4815
|
## `sf org auth show-access-token`
|
|
4816
4816
|
|
|
@@ -4853,7 +4853,7 @@ EXAMPLES
|
|
|
4853
4853
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4854
4854
|
```
|
|
4855
4855
|
|
|
4856
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4856
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/auth/show-access-token.ts)_
|
|
4857
4857
|
|
|
4858
4858
|
## `sf org auth show-sfdx-auth-url`
|
|
4859
4859
|
|
|
@@ -4897,7 +4897,7 @@ EXAMPLES
|
|
|
4897
4897
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4898
4898
|
```
|
|
4899
4899
|
|
|
4900
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4900
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4901
4901
|
|
|
4902
4902
|
## `sf org auth show-user-password`
|
|
4903
4903
|
|
|
@@ -4944,7 +4944,7 @@ EXAMPLES
|
|
|
4944
4944
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4945
4945
|
```
|
|
4946
4946
|
|
|
4947
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4947
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/auth/show-user-password.ts)_
|
|
4948
4948
|
|
|
4949
4949
|
## `sf org create agent-user`
|
|
4950
4950
|
|
|
@@ -5022,7 +5022,7 @@ FLAG DESCRIPTIONS
|
|
|
5022
5022
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5023
5023
|
```
|
|
5024
5024
|
|
|
5025
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5025
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/create/agent-user.ts)_
|
|
5026
5026
|
|
|
5027
5027
|
## `sf org create sandbox`
|
|
5028
5028
|
|
|
@@ -5156,7 +5156,7 @@ FLAG DESCRIPTIONS
|
|
|
5156
5156
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5157
5157
|
```
|
|
5158
5158
|
|
|
5159
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5159
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/create/sandbox.ts)_
|
|
5160
5160
|
|
|
5161
5161
|
## `sf org create scratch`
|
|
5162
5162
|
|
|
@@ -5338,7 +5338,7 @@ FLAG DESCRIPTIONS
|
|
|
5338
5338
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5339
5339
|
```
|
|
5340
5340
|
|
|
5341
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5341
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/create/scratch.ts)_
|
|
5342
5342
|
|
|
5343
5343
|
## `sf org create user`
|
|
5344
5344
|
|
|
@@ -5446,7 +5446,7 @@ FLAG DESCRIPTIONS
|
|
|
5446
5446
|
might be different than what you specify in the definition file.
|
|
5447
5447
|
```
|
|
5448
5448
|
|
|
5449
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5449
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/create/user.ts)_
|
|
5450
5450
|
|
|
5451
5451
|
## `sf org delete sandbox`
|
|
5452
5452
|
|
|
@@ -5492,7 +5492,7 @@ EXAMPLES
|
|
|
5492
5492
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5493
5493
|
```
|
|
5494
5494
|
|
|
5495
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5495
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/delete/sandbox.ts)_
|
|
5496
5496
|
|
|
5497
5497
|
## `sf org delete scratch`
|
|
5498
5498
|
|
|
@@ -5536,7 +5536,7 @@ EXAMPLES
|
|
|
5536
5536
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5537
5537
|
```
|
|
5538
5538
|
|
|
5539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/delete/scratch.ts)_
|
|
5540
5540
|
|
|
5541
5541
|
## `sf org disable tracking`
|
|
5542
5542
|
|
|
@@ -5575,7 +5575,7 @@ EXAMPLES
|
|
|
5575
5575
|
$ sf org disable tracking
|
|
5576
5576
|
```
|
|
5577
5577
|
|
|
5578
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5578
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/disable/tracking.ts)_
|
|
5579
5579
|
|
|
5580
5580
|
## `sf org display`
|
|
5581
5581
|
|
|
@@ -5620,7 +5620,7 @@ EXAMPLES
|
|
|
5620
5620
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5621
5621
|
```
|
|
5622
5622
|
|
|
5623
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5623
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/display.ts)_
|
|
5624
5624
|
|
|
5625
5625
|
## `sf org display user`
|
|
5626
5626
|
|
|
@@ -5658,7 +5658,7 @@ EXAMPLES
|
|
|
5658
5658
|
$ sf org display user --target-org me@my.org --json
|
|
5659
5659
|
```
|
|
5660
5660
|
|
|
5661
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5661
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/display/user.ts)_
|
|
5662
5662
|
|
|
5663
5663
|
## `sf org enable tracking`
|
|
5664
5664
|
|
|
@@ -5700,7 +5700,7 @@ EXAMPLES
|
|
|
5700
5700
|
$ sf org enable tracking
|
|
5701
5701
|
```
|
|
5702
5702
|
|
|
5703
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5703
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/enable/tracking.ts)_
|
|
5704
5704
|
|
|
5705
5705
|
## `sf org generate password`
|
|
5706
5706
|
|
|
@@ -5767,7 +5767,7 @@ EXAMPLES
|
|
|
5767
5767
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
5768
5768
|
```
|
|
5769
5769
|
|
|
5770
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5770
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/generate/password.ts)_
|
|
5771
5771
|
|
|
5772
5772
|
## `sf org list`
|
|
5773
5773
|
|
|
@@ -5806,7 +5806,7 @@ EXAMPLES
|
|
|
5806
5806
|
$ sf org list --clean
|
|
5807
5807
|
```
|
|
5808
5808
|
|
|
5809
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5809
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/list.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf org list auth`
|
|
5812
5812
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5948
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/list/metadata.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf org list metadata-types`
|
|
5951
5951
|
|
|
@@ -6000,7 +6000,7 @@ FLAG DESCRIPTIONS
|
|
|
6000
6000
|
Override the api version used for api requests made by this command
|
|
6001
6001
|
```
|
|
6002
6002
|
|
|
6003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6003
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/list/metadata-types.ts)_
|
|
6004
6004
|
|
|
6005
6005
|
## `sf org list sobject record-counts`
|
|
6006
6006
|
|
|
@@ -6084,7 +6084,7 @@ EXAMPLES
|
|
|
6084
6084
|
$ sf org list users --target-org me@my.org
|
|
6085
6085
|
```
|
|
6086
6086
|
|
|
6087
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6087
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.4/src/commands/org/list/users.ts)_
|
|
6088
6088
|
|
|
6089
6089
|
## `sf org login access-token`
|
|
6090
6090
|
|
|
@@ -6546,7 +6546,7 @@ EXAMPLES
|
|
|
6546
6546
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6547
6547
|
```
|
|
6548
6548
|
|
|
6549
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6549
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/open.ts)_
|
|
6550
6550
|
|
|
6551
6551
|
## `sf org open agent`
|
|
6552
6552
|
|
|
@@ -6610,7 +6610,7 @@ EXAMPLES
|
|
|
6610
6610
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6611
6611
|
```
|
|
6612
6612
|
|
|
6613
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6613
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/open/agent.ts)_
|
|
6614
6614
|
|
|
6615
6615
|
## `sf org open authoring-bundle`
|
|
6616
6616
|
|
|
@@ -6656,7 +6656,7 @@ EXAMPLES
|
|
|
6656
6656
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6657
6657
|
```
|
|
6658
6658
|
|
|
6659
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6659
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/open/authoring-bundle.ts)_
|
|
6660
6660
|
|
|
6661
6661
|
## `sf org refresh sandbox`
|
|
6662
6662
|
|
|
@@ -6759,7 +6759,7 @@ FLAG DESCRIPTIONS
|
|
|
6759
6759
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6760
6760
|
```
|
|
6761
6761
|
|
|
6762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/refresh/sandbox.ts)_
|
|
6763
6763
|
|
|
6764
6764
|
## `sf org resume sandbox`
|
|
6765
6765
|
|
|
@@ -6822,7 +6822,7 @@ FLAG DESCRIPTIONS
|
|
|
6822
6822
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6823
6823
|
```
|
|
6824
6824
|
|
|
6825
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6825
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/resume/sandbox.ts)_
|
|
6826
6826
|
|
|
6827
6827
|
## `sf org resume scratch`
|
|
6828
6828
|
|
|
@@ -6875,7 +6875,7 @@ FLAG DESCRIPTIONS
|
|
|
6875
6875
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6876
6876
|
```
|
|
6877
6877
|
|
|
6878
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6878
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.11/src/commands/org/resume/scratch.ts)_
|
|
6879
6879
|
|
|
6880
6880
|
## `sf package convert`
|
|
6881
6881
|
|
|
@@ -8745,7 +8745,7 @@ EXAMPLES
|
|
|
8745
8745
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8746
8746
|
```
|
|
8747
8747
|
|
|
8748
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8748
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.23/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8749
8749
|
|
|
8750
8750
|
## `sf plugins trust allowlist list`
|
|
8751
8751
|
|
|
@@ -8773,7 +8773,7 @@ EXAMPLES
|
|
|
8773
8773
|
$ sf plugins trust allowlist list
|
|
8774
8774
|
```
|
|
8775
8775
|
|
|
8776
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8776
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.23/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8777
8777
|
|
|
8778
8778
|
## `sf plugins trust allowlist remove`
|
|
8779
8779
|
|
|
@@ -8810,7 +8810,7 @@ EXAMPLES
|
|
|
8810
8810
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8811
8811
|
```
|
|
8812
8812
|
|
|
8813
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8813
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.23/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8814
8814
|
|
|
8815
8815
|
## `sf plugins trust verify`
|
|
8816
8816
|
|
|
@@ -8839,7 +8839,7 @@ EXAMPLES
|
|
|
8839
8839
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8840
8840
|
```
|
|
8841
8841
|
|
|
8842
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8842
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.23/src/commands/plugins/trust/verify.ts)_
|
|
8843
8843
|
|
|
8844
8844
|
## `sf plugins uninstall [PLUGIN]`
|
|
8845
8845
|
|
|
@@ -11930,7 +11930,7 @@ EXAMPLES
|
|
|
11930
11930
|
$ sf update --available
|
|
11931
11931
|
```
|
|
11932
11932
|
|
|
11933
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11933
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.49/src/commands/update.ts)_
|
|
11934
11934
|
|
|
11935
11935
|
## `sf version`
|
|
11936
11936
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.141.
|
|
3
|
+
"version": "2.141.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.141.
|
|
9
|
+
"version": "2.141.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.87",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.74",
|
|
20
20
|
"@oclif/plugin-search": "1.2.50",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.49",
|
|
22
22
|
"@oclif/plugin-version": "2.2.47",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.65",
|
|
24
24
|
"@oclif/plugin-which": "3.2.55",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.36",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.42",
|
|
30
30
|
"@salesforce/plugin-auth": "4.4.5",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.110",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.54",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.143",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.96",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.34",
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
36
|
+
"@salesforce/plugin-org": "5.11.11",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.29.4",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.121",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.87",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.116",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.8.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
42
|
"@salesforce/plugin-templates": "56.18.7",
|
|
43
|
-
"@salesforce/plugin-trust": "3.8.
|
|
44
|
-
"@salesforce/plugin-user": "3.10.
|
|
43
|
+
"@salesforce/plugin-trust": "3.8.23",
|
|
44
|
+
"@salesforce/plugin-user": "3.10.4",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.24",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -3664,9 +3664,9 @@
|
|
|
3664
3664
|
}
|
|
3665
3665
|
},
|
|
3666
3666
|
"node_modules/@oclif/plugin-update": {
|
|
3667
|
-
"version": "4.7.
|
|
3668
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3669
|
-
"integrity": "sha512-
|
|
3667
|
+
"version": "4.7.49",
|
|
3668
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.49.tgz",
|
|
3669
|
+
"integrity": "sha512-4Xu41KAp6mE2Xx+sdeFGdGutx5vM/WePbTDZkHYz2WRS7KW0Yj8eqDkIux1b86+oRtgjvPaaEKppeCjVJHJEsQ==",
|
|
3670
3670
|
"license": "MIT",
|
|
3671
3671
|
"dependencies": {
|
|
3672
3672
|
"@inquirer/select": "^2.5.0",
|
|
@@ -4851,9 +4851,9 @@
|
|
|
4851
4851
|
}
|
|
4852
4852
|
},
|
|
4853
4853
|
"node_modules/@salesforce/plugin-data": {
|
|
4854
|
-
"version": "4.0.
|
|
4855
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
4856
|
-
"integrity": "sha512-
|
|
4854
|
+
"version": "4.0.110",
|
|
4855
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.110.tgz",
|
|
4856
|
+
"integrity": "sha512-z2mle0H0KqTbHM1WjBuPabrs1Iqbt8sjJe6XiQC0EBWGxt5ZgmUoPyHuDi00sS2joNLAc/u+qEFbPhhV+bGvcQ==",
|
|
4857
4857
|
"license": "Apache-2.0",
|
|
4858
4858
|
"dependencies": {
|
|
4859
4859
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
@@ -4866,9 +4866,9 @@
|
|
|
4866
4866
|
"change-case": "^5.4.4",
|
|
4867
4867
|
"csv-parse": "^5.6.0",
|
|
4868
4868
|
"csv-stringify": "^6.7.0",
|
|
4869
|
-
"form-data": "^4.0.
|
|
4869
|
+
"form-data": "^4.0.6",
|
|
4870
4870
|
"terminal-link": "^3.0.0",
|
|
4871
|
-
"undici": "^7.
|
|
4871
|
+
"undici": "^7.28.0",
|
|
4872
4872
|
"zod": "^4.4.3"
|
|
4873
4873
|
},
|
|
4874
4874
|
"engines": {
|
|
@@ -4952,9 +4952,9 @@
|
|
|
4952
4952
|
}
|
|
4953
4953
|
},
|
|
4954
4954
|
"node_modules/@salesforce/plugin-org": {
|
|
4955
|
-
"version": "5.11.
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
4957
|
-
"integrity": "sha512-
|
|
4955
|
+
"version": "5.11.11",
|
|
4956
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.11.tgz",
|
|
4957
|
+
"integrity": "sha512-dupKzRAF0J5eNl1kGSkhBv6RhREa9cyAbHorNQ0miTnasI6+HZHUg6ZlgWdaznfRv/0L5EnwhvKCZl81zom9dA==",
|
|
4958
4958
|
"license": "Apache-2.0",
|
|
4959
4959
|
"dependencies": {
|
|
4960
4960
|
"@oclif/core": "^4.11.4",
|
|
@@ -5106,9 +5106,9 @@
|
|
|
5106
5106
|
}
|
|
5107
5107
|
},
|
|
5108
5108
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5109
|
-
"version": "3.8.
|
|
5110
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.
|
|
5111
|
-
"integrity": "sha512-
|
|
5109
|
+
"version": "3.8.27",
|
|
5110
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.27.tgz",
|
|
5111
|
+
"integrity": "sha512-a/dqfs1xORT+h3iGyW73aT/9+gKlJJpCehc0yC/QmxePXq182IX6WcRPPZh0fKrk+97N3Hot5rua7SODSW4/Cg==",
|
|
5112
5112
|
"license": "Apache-2.0",
|
|
5113
5113
|
"dependencies": {
|
|
5114
5114
|
"@oclif/core": "^4.10.5",
|
|
@@ -5138,9 +5138,9 @@
|
|
|
5138
5138
|
}
|
|
5139
5139
|
},
|
|
5140
5140
|
"node_modules/@salesforce/plugin-trust": {
|
|
5141
|
-
"version": "3.8.
|
|
5142
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
5143
|
-
"integrity": "sha512-
|
|
5141
|
+
"version": "3.8.23",
|
|
5142
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.23.tgz",
|
|
5143
|
+
"integrity": "sha512-DoQ6s7Yrcbapzn1DxBUBP6W6LrGeAKZRseggngPdx6yK/arGo8I6H1tC/pN6LMq5OfyRPie1VcPYy6sp6dlmCw==",
|
|
5144
5144
|
"license": "Apache-2.0",
|
|
5145
5145
|
"dependencies": {
|
|
5146
5146
|
"@oclif/core": "^4",
|
|
@@ -5179,9 +5179,9 @@
|
|
|
5179
5179
|
}
|
|
5180
5180
|
},
|
|
5181
5181
|
"node_modules/@salesforce/plugin-user": {
|
|
5182
|
-
"version": "3.10.
|
|
5183
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.
|
|
5184
|
-
"integrity": "sha512-
|
|
5182
|
+
"version": "3.10.4",
|
|
5183
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.4.tgz",
|
|
5184
|
+
"integrity": "sha512-OWVH7fO6xJVRFudIpTFWcDBLAGn2KH3VdE6QOfZh3i7XLl0SyDX6tHRIsVLfaKr/PPhguw1kWbHM6FIMWG7YJQ==",
|
|
5185
5185
|
"license": "Apache-2.0",
|
|
5186
5186
|
"dependencies": {
|
|
5187
5187
|
"@salesforce/core": "^8.30.3",
|
|
@@ -21814,9 +21814,9 @@
|
|
|
21814
21814
|
}
|
|
21815
21815
|
},
|
|
21816
21816
|
"node_modules/undici": {
|
|
21817
|
-
"version": "7.
|
|
21818
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
21819
|
-
"integrity": "sha512-
|
|
21817
|
+
"version": "7.28.0",
|
|
21818
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz",
|
|
21819
|
+
"integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
|
|
21820
21820
|
"license": "MIT",
|
|
21821
21821
|
"engines": {
|
|
21822
21822
|
"node": ">=20.18.1"
|
package/oclif.lock
CHANGED
|
@@ -1537,10 +1537,10 @@
|
|
|
1537
1537
|
ansi-escapes "^7.3.0"
|
|
1538
1538
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1539
1539
|
|
|
1540
|
-
"@oclif/plugin-update@4.7.
|
|
1541
|
-
version "4.7.
|
|
1542
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1543
|
-
integrity sha512-
|
|
1540
|
+
"@oclif/plugin-update@4.7.49":
|
|
1541
|
+
version "4.7.49"
|
|
1542
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.49.tgz"
|
|
1543
|
+
integrity sha512-4Xu41KAp6mE2Xx+sdeFGdGutx5vM/WePbTDZkHYz2WRS7KW0Yj8eqDkIux1b86+oRtgjvPaaEKppeCjVJHJEsQ==
|
|
1544
1544
|
dependencies:
|
|
1545
1545
|
"@inquirer/select" "^2.5.0"
|
|
1546
1546
|
"@oclif/core" "^4"
|
|
@@ -2066,10 +2066,10 @@
|
|
|
2066
2066
|
debug "^4.4.3"
|
|
2067
2067
|
handlebars "^4.7.9"
|
|
2068
2068
|
|
|
2069
|
-
"@salesforce/plugin-data@4.0.
|
|
2070
|
-
version "4.0.
|
|
2071
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2072
|
-
integrity sha512-
|
|
2069
|
+
"@salesforce/plugin-data@4.0.110":
|
|
2070
|
+
version "4.0.110"
|
|
2071
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.110.tgz"
|
|
2072
|
+
integrity sha512-z2mle0H0KqTbHM1WjBuPabrs1Iqbt8sjJe6XiQC0EBWGxt5ZgmUoPyHuDi00sS2joNLAc/u+qEFbPhhV+bGvcQ==
|
|
2073
2073
|
dependencies:
|
|
2074
2074
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2075
2075
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2081,9 +2081,9 @@
|
|
|
2081
2081
|
change-case "^5.4.4"
|
|
2082
2082
|
csv-parse "^5.6.0"
|
|
2083
2083
|
csv-stringify "^6.7.0"
|
|
2084
|
-
form-data "^4.0.
|
|
2084
|
+
form-data "^4.0.6"
|
|
2085
2085
|
terminal-link "^3.0.0"
|
|
2086
|
-
undici "^7.
|
|
2086
|
+
undici "^7.28.0"
|
|
2087
2087
|
zod "^4.4.3"
|
|
2088
2088
|
|
|
2089
2089
|
"@salesforce/plugin-deploy-retrieve@3.24.54":
|
|
@@ -2142,10 +2142,10 @@
|
|
|
2142
2142
|
got "^13.0.0"
|
|
2143
2143
|
proxy-agent "^6.5.0"
|
|
2144
2144
|
|
|
2145
|
-
"@salesforce/plugin-org@5.11.
|
|
2146
|
-
version "5.11.
|
|
2147
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
2148
|
-
integrity sha512-
|
|
2145
|
+
"@salesforce/plugin-org@5.11.11":
|
|
2146
|
+
version "5.11.11"
|
|
2147
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.11.tgz"
|
|
2148
|
+
integrity sha512-dupKzRAF0J5eNl1kGSkhBv6RhREa9cyAbHorNQ0miTnasI6+HZHUg6ZlgWdaznfRv/0L5EnwhvKCZl81zom9dA==
|
|
2149
2149
|
dependencies:
|
|
2150
2150
|
"@oclif/core" "^4.11.4"
|
|
2151
2151
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2237,10 +2237,10 @@
|
|
|
2237
2237
|
fast-xml-parser "^5.8.0"
|
|
2238
2238
|
js2xmlparser "^4.0.2"
|
|
2239
2239
|
|
|
2240
|
-
"@salesforce/plugin-telemetry@3.8.
|
|
2241
|
-
version "3.8.
|
|
2242
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.
|
|
2243
|
-
integrity sha512-
|
|
2240
|
+
"@salesforce/plugin-telemetry@3.8.27":
|
|
2241
|
+
version "3.8.27"
|
|
2242
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.27.tgz"
|
|
2243
|
+
integrity sha512-a/dqfs1xORT+h3iGyW73aT/9+gKlJJpCehc0yC/QmxePXq182IX6WcRPPZh0fKrk+97N3Hot5rua7SODSW4/Cg==
|
|
2244
2244
|
dependencies:
|
|
2245
2245
|
"@oclif/core" "^4.10.5"
|
|
2246
2246
|
"@salesforce/core" "^8.31.1"
|
|
@@ -2259,10 +2259,10 @@
|
|
|
2259
2259
|
"@salesforce/sf-plugins-core" "^12"
|
|
2260
2260
|
"@salesforce/templates" "^66.10.0"
|
|
2261
2261
|
|
|
2262
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.
|
|
2263
|
-
version "3.8.
|
|
2264
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
2265
|
-
integrity sha512-
|
|
2262
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.23":
|
|
2263
|
+
version "3.8.23"
|
|
2264
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.23.tgz"
|
|
2265
|
+
integrity sha512-DoQ6s7Yrcbapzn1DxBUBP6W6LrGeAKZRseggngPdx6yK/arGo8I6H1tC/pN6LMq5OfyRPie1VcPYy6sp6dlmCw==
|
|
2266
2266
|
dependencies:
|
|
2267
2267
|
"@oclif/core" "^4"
|
|
2268
2268
|
"@salesforce/core" "^8.29.1"
|
|
@@ -2277,10 +2277,10 @@
|
|
|
2277
2277
|
semver "^7.8.2"
|
|
2278
2278
|
which "^5"
|
|
2279
2279
|
|
|
2280
|
-
"@salesforce/plugin-user@3.10.
|
|
2281
|
-
version "3.10.
|
|
2282
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.
|
|
2283
|
-
integrity sha512-
|
|
2280
|
+
"@salesforce/plugin-user@3.10.4":
|
|
2281
|
+
version "3.10.4"
|
|
2282
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.4.tgz"
|
|
2283
|
+
integrity sha512-OWVH7fO6xJVRFudIpTFWcDBLAGn2KH3VdE6QOfZh3i7XLl0SyDX6tHRIsVLfaKr/PPhguw1kWbHM6FIMWG7YJQ==
|
|
2284
2284
|
dependencies:
|
|
2285
2285
|
"@salesforce/core" "^8.30.3"
|
|
2286
2286
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -10540,10 +10540,10 @@ undici@^6.25.0:
|
|
|
10540
10540
|
resolved "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz"
|
|
10541
10541
|
integrity sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==
|
|
10542
10542
|
|
|
10543
|
-
undici@^7.
|
|
10544
|
-
version "7.
|
|
10545
|
-
resolved "https://registry.npmjs.org/undici/-/undici-7.
|
|
10546
|
-
integrity sha512-
|
|
10543
|
+
undici@^7.28.0:
|
|
10544
|
+
version "7.28.0"
|
|
10545
|
+
resolved "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz"
|
|
10546
|
+
integrity sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==
|
|
10547
10547
|
|
|
10548
10548
|
unicorn-magic@^0.1.0:
|
|
10549
10549
|
version "0.1.0"
|
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.141.
|
|
4
|
+
"version": "2.141.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.87",
|
|
154
154
|
"@oclif/plugin-plugins": "5.4.74",
|
|
155
155
|
"@oclif/plugin-search": "1.2.50",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.49",
|
|
157
157
|
"@oclif/plugin-version": "2.2.47",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.65",
|
|
159
159
|
"@oclif/plugin-which": "3.2.55",
|
|
@@ -163,20 +163,20 @@
|
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.36",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.42",
|
|
165
165
|
"@salesforce/plugin-auth": "4.4.5",
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
166
|
+
"@salesforce/plugin-data": "4.0.110",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "3.24.54",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.143",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.96",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.34",
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
171
|
+
"@salesforce/plugin-org": "5.11.11",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.29.4",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.121",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.87",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.116",
|
|
176
|
-
"@salesforce/plugin-telemetry": "3.8.
|
|
176
|
+
"@salesforce/plugin-telemetry": "3.8.27",
|
|
177
177
|
"@salesforce/plugin-templates": "56.18.7",
|
|
178
|
-
"@salesforce/plugin-trust": "3.8.
|
|
179
|
-
"@salesforce/plugin-user": "3.10.
|
|
178
|
+
"@salesforce/plugin-trust": "3.8.23",
|
|
179
|
+
"@salesforce/plugin-user": "3.10.4",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.24",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|