@salesforce/cli 2.138.4 → 2.138.5
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 +61 -61
- package/npm-shrinkwrap.json +24 -24
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.138.
|
|
28
|
+
@salesforce/cli/2.138.5 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2842,7 +2842,7 @@ EXAMPLES
|
|
|
2842
2842
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2843
2843
|
```
|
|
2844
2844
|
|
|
2845
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2845
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/bulk/results.ts)_
|
|
2846
2846
|
|
|
2847
2847
|
## `sf data create file`
|
|
2848
2848
|
|
|
@@ -2891,7 +2891,7 @@ EXAMPLES
|
|
|
2891
2891
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2892
2892
|
```
|
|
2893
2893
|
|
|
2894
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2894
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/create/file.ts)_
|
|
2895
2895
|
|
|
2896
2896
|
## `sf data create record`
|
|
2897
2897
|
|
|
@@ -2947,7 +2947,7 @@ EXAMPLES
|
|
|
2947
2947
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/create/record.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf data delete bulk`
|
|
2953
2953
|
|
|
@@ -3006,7 +3006,7 @@ FLAG DESCRIPTIONS
|
|
|
3006
3006
|
and can be enabled only by a system administrator.
|
|
3007
3007
|
```
|
|
3008
3008
|
|
|
3009
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3009
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/delete/bulk.ts)_
|
|
3010
3010
|
|
|
3011
3011
|
## `sf data delete record`
|
|
3012
3012
|
|
|
@@ -3067,7 +3067,7 @@ EXAMPLES
|
|
|
3067
3067
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3068
3068
|
```
|
|
3069
3069
|
|
|
3070
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3070
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/delete/record.ts)_
|
|
3071
3071
|
|
|
3072
3072
|
## `sf data delete resume`
|
|
3073
3073
|
|
|
@@ -3106,7 +3106,7 @@ EXAMPLES
|
|
|
3106
3106
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3107
3107
|
```
|
|
3108
3108
|
|
|
3109
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3109
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/delete/resume.ts)_
|
|
3110
3110
|
|
|
3111
3111
|
## `sf data export bulk`
|
|
3112
3112
|
|
|
@@ -3173,7 +3173,7 @@ EXAMPLES
|
|
|
3173
3173
|
--result-format json --wait 10 --all-rows
|
|
3174
3174
|
```
|
|
3175
3175
|
|
|
3176
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3176
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/export/bulk.ts)_
|
|
3177
3177
|
|
|
3178
3178
|
## `sf data export resume`
|
|
3179
3179
|
|
|
@@ -3212,7 +3212,7 @@ EXAMPLES
|
|
|
3212
3212
|
$ sf data export resume --use-most-recent
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3215
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/export/resume.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf data export tree`
|
|
3218
3218
|
|
|
@@ -3272,7 +3272,7 @@ EXAMPLES
|
|
|
3272
3272
|
my-scratch
|
|
3273
3273
|
```
|
|
3274
3274
|
|
|
3275
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3275
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/export/tree.ts)_
|
|
3276
3276
|
|
|
3277
3277
|
## `sf data get record`
|
|
3278
3278
|
|
|
@@ -3336,7 +3336,7 @@ EXAMPLES
|
|
|
3336
3336
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3337
3337
|
```
|
|
3338
3338
|
|
|
3339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/get/record.ts)_
|
|
3340
3340
|
|
|
3341
3341
|
## `sf data import bulk`
|
|
3342
3342
|
|
|
@@ -3388,7 +3388,7 @@ EXAMPLES
|
|
|
3388
3388
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3389
3389
|
```
|
|
3390
3390
|
|
|
3391
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3391
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/import/bulk.ts)_
|
|
3392
3392
|
|
|
3393
3393
|
## `sf data import resume`
|
|
3394
3394
|
|
|
@@ -3424,7 +3424,7 @@ EXAMPLES
|
|
|
3424
3424
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
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.106/src/commands/data/import/resume.ts)_
|
|
3428
3428
|
|
|
3429
3429
|
## `sf data import tree`
|
|
3430
3430
|
|
|
@@ -3488,7 +3488,7 @@ FLAG DESCRIPTIONS
|
|
|
3488
3488
|
- files(array) - Files: An array of files paths to load
|
|
3489
3489
|
```
|
|
3490
3490
|
|
|
3491
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3491
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/import/tree.ts)_
|
|
3492
3492
|
|
|
3493
3493
|
## `sf data query`
|
|
3494
3494
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3544
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/query.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf data resume`
|
|
3547
3547
|
|
|
@@ -3578,7 +3578,7 @@ EXAMPLES
|
|
|
3578
3578
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3579
3579
|
```
|
|
3580
3580
|
|
|
3581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3581
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/resume.ts)_
|
|
3582
3582
|
|
|
3583
3583
|
## `sf data search`
|
|
3584
3584
|
|
|
@@ -3628,7 +3628,7 @@ EXAMPLES
|
|
|
3628
3628
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3629
3629
|
```
|
|
3630
3630
|
|
|
3631
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3631
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/search.ts)_
|
|
3632
3632
|
|
|
3633
3633
|
## `sf data update bulk`
|
|
3634
3634
|
|
|
@@ -3683,7 +3683,7 @@ EXAMPLES
|
|
|
3683
3683
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3684
3684
|
```
|
|
3685
3685
|
|
|
3686
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3686
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/update/bulk.ts)_
|
|
3687
3687
|
|
|
3688
3688
|
## `sf data update record`
|
|
3689
3689
|
|
|
@@ -3745,7 +3745,7 @@ EXAMPLES
|
|
|
3745
3745
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3746
3746
|
```
|
|
3747
3747
|
|
|
3748
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3748
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/update/record.ts)_
|
|
3749
3749
|
|
|
3750
3750
|
## `sf data update resume`
|
|
3751
3751
|
|
|
@@ -3784,7 +3784,7 @@ EXAMPLES
|
|
|
3784
3784
|
$ sf data update resume --use-most-recent
|
|
3785
3785
|
```
|
|
3786
3786
|
|
|
3787
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3787
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/update/resume.ts)_
|
|
3788
3788
|
|
|
3789
3789
|
## `sf data upsert bulk`
|
|
3790
3790
|
|
|
@@ -3840,7 +3840,7 @@ EXAMPLES
|
|
|
3840
3840
|
my-scratch
|
|
3841
3841
|
```
|
|
3842
3842
|
|
|
3843
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3843
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/upsert/bulk.ts)_
|
|
3844
3844
|
|
|
3845
3845
|
## `sf data upsert resume`
|
|
3846
3846
|
|
|
@@ -3879,7 +3879,7 @@ EXAMPLES
|
|
|
3879
3879
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3880
3880
|
```
|
|
3881
3881
|
|
|
3882
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3882
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/data/upsert/resume.ts)_
|
|
3883
3883
|
|
|
3884
3884
|
## `sf doctor`
|
|
3885
3885
|
|
|
@@ -3974,7 +3974,7 @@ EXAMPLES
|
|
|
3974
3974
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3975
3975
|
```
|
|
3976
3976
|
|
|
3977
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3977
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/force/data/bulk/delete.ts)_
|
|
3978
3978
|
|
|
3979
3979
|
## `sf force data bulk status`
|
|
3980
3980
|
|
|
@@ -4011,7 +4011,7 @@ EXAMPLES
|
|
|
4011
4011
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
4012
4012
|
```
|
|
4013
4013
|
|
|
4014
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4014
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/force/data/bulk/status.ts)_
|
|
4015
4015
|
|
|
4016
4016
|
## `sf force data bulk upsert`
|
|
4017
4017
|
|
|
@@ -4069,7 +4069,7 @@ EXAMPLES
|
|
|
4069
4069
|
--target-org my-scratch
|
|
4070
4070
|
```
|
|
4071
4071
|
|
|
4072
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4072
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.106/src/commands/force/data/bulk/upsert.ts)_
|
|
4073
4073
|
|
|
4074
4074
|
## `sf help [COMMAND]`
|
|
4075
4075
|
|
|
@@ -4435,7 +4435,7 @@ EXAMPLES
|
|
|
4435
4435
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4436
4436
|
```
|
|
4437
4437
|
|
|
4438
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4438
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/auth/show-access-token.ts)_
|
|
4439
4439
|
|
|
4440
4440
|
## `sf org auth show-sfdx-auth-url`
|
|
4441
4441
|
|
|
@@ -4479,7 +4479,7 @@ EXAMPLES
|
|
|
4479
4479
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4480
4480
|
```
|
|
4481
4481
|
|
|
4482
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4482
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4483
4483
|
|
|
4484
4484
|
## `sf org auth show-user-password`
|
|
4485
4485
|
|
|
@@ -4526,7 +4526,7 @@ EXAMPLES
|
|
|
4526
4526
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4529
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/auth/show-user-password.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org create agent-user`
|
|
4532
4532
|
|
|
@@ -4604,7 +4604,7 @@ FLAG DESCRIPTIONS
|
|
|
4604
4604
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4605
4605
|
```
|
|
4606
4606
|
|
|
4607
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4607
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/create/agent-user.ts)_
|
|
4608
4608
|
|
|
4609
4609
|
## `sf org create sandbox`
|
|
4610
4610
|
|
|
@@ -4738,7 +4738,7 @@ FLAG DESCRIPTIONS
|
|
|
4738
4738
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4739
4739
|
```
|
|
4740
4740
|
|
|
4741
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4741
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/create/sandbox.ts)_
|
|
4742
4742
|
|
|
4743
4743
|
## `sf org create scratch`
|
|
4744
4744
|
|
|
@@ -4920,7 +4920,7 @@ FLAG DESCRIPTIONS
|
|
|
4920
4920
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4921
4921
|
```
|
|
4922
4922
|
|
|
4923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/create/scratch.ts)_
|
|
4924
4924
|
|
|
4925
4925
|
## `sf org create user`
|
|
4926
4926
|
|
|
@@ -5074,7 +5074,7 @@ EXAMPLES
|
|
|
5074
5074
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5075
5075
|
```
|
|
5076
5076
|
|
|
5077
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5077
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/delete/sandbox.ts)_
|
|
5078
5078
|
|
|
5079
5079
|
## `sf org delete scratch`
|
|
5080
5080
|
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5121
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/delete/scratch.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf org disable tracking`
|
|
5124
5124
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ sf org disable tracking
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5160
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/disable/tracking.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf org display`
|
|
5163
5163
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/display.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf org display user`
|
|
5208
5208
|
|
|
@@ -5282,7 +5282,7 @@ EXAMPLES
|
|
|
5282
5282
|
$ sf org enable tracking
|
|
5283
5283
|
```
|
|
5284
5284
|
|
|
5285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5285
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/enable/tracking.ts)_
|
|
5286
5286
|
|
|
5287
5287
|
## `sf org generate password`
|
|
5288
5288
|
|
|
@@ -5388,7 +5388,7 @@ EXAMPLES
|
|
|
5388
5388
|
$ sf org list --clean
|
|
5389
5389
|
```
|
|
5390
5390
|
|
|
5391
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5391
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/list.ts)_
|
|
5392
5392
|
|
|
5393
5393
|
## `sf org list auth`
|
|
5394
5394
|
|
|
@@ -5527,7 +5527,7 @@ FLAG DESCRIPTIONS
|
|
|
5527
5527
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5528
5528
|
```
|
|
5529
5529
|
|
|
5530
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5530
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/list/metadata.ts)_
|
|
5531
5531
|
|
|
5532
5532
|
## `sf org list metadata-types`
|
|
5533
5533
|
|
|
@@ -5582,7 +5582,7 @@ FLAG DESCRIPTIONS
|
|
|
5582
5582
|
Override the api version used for api requests made by this command
|
|
5583
5583
|
```
|
|
5584
5584
|
|
|
5585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/list/metadata-types.ts)_
|
|
5586
5586
|
|
|
5587
5587
|
## `sf org list sobject record-counts`
|
|
5588
5588
|
|
|
@@ -6128,7 +6128,7 @@ EXAMPLES
|
|
|
6128
6128
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6129
6129
|
```
|
|
6130
6130
|
|
|
6131
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6131
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/open.ts)_
|
|
6132
6132
|
|
|
6133
6133
|
## `sf org open agent`
|
|
6134
6134
|
|
|
@@ -6192,7 +6192,7 @@ EXAMPLES
|
|
|
6192
6192
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6193
6193
|
```
|
|
6194
6194
|
|
|
6195
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6195
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/open/agent.ts)_
|
|
6196
6196
|
|
|
6197
6197
|
## `sf org open authoring-bundle`
|
|
6198
6198
|
|
|
@@ -6238,7 +6238,7 @@ EXAMPLES
|
|
|
6238
6238
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6239
6239
|
```
|
|
6240
6240
|
|
|
6241
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6241
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/open/authoring-bundle.ts)_
|
|
6242
6242
|
|
|
6243
6243
|
## `sf org refresh sandbox`
|
|
6244
6244
|
|
|
@@ -6341,7 +6341,7 @@ FLAG DESCRIPTIONS
|
|
|
6341
6341
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6342
6342
|
```
|
|
6343
6343
|
|
|
6344
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6344
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/refresh/sandbox.ts)_
|
|
6345
6345
|
|
|
6346
6346
|
## `sf org resume sandbox`
|
|
6347
6347
|
|
|
@@ -6404,7 +6404,7 @@ FLAG DESCRIPTIONS
|
|
|
6404
6404
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6405
6405
|
```
|
|
6406
6406
|
|
|
6407
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6407
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/resume/sandbox.ts)_
|
|
6408
6408
|
|
|
6409
6409
|
## `sf org resume scratch`
|
|
6410
6410
|
|
|
@@ -6457,7 +6457,7 @@ FLAG DESCRIPTIONS
|
|
|
6457
6457
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6458
6458
|
```
|
|
6459
6459
|
|
|
6460
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6460
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.6/src/commands/org/resume/scratch.ts)_
|
|
6461
6461
|
|
|
6462
6462
|
## `sf package convert`
|
|
6463
6463
|
|
|
@@ -10518,7 +10518,7 @@ FLAG DESCRIPTIONS
|
|
|
10518
10518
|
directory.
|
|
10519
10519
|
```
|
|
10520
10520
|
|
|
10521
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10521
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/analytics/template.ts)_
|
|
10522
10522
|
|
|
10523
10523
|
## `sf template generate apex class`
|
|
10524
10524
|
|
|
@@ -10578,7 +10578,7 @@ FLAG DESCRIPTIONS
|
|
|
10578
10578
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10579
10579
|
```
|
|
10580
10580
|
|
|
10581
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10581
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/apex/class.ts)_
|
|
10582
10582
|
|
|
10583
10583
|
## `sf template generate apex trigger`
|
|
10584
10584
|
|
|
@@ -10648,7 +10648,7 @@ FLAG DESCRIPTIONS
|
|
|
10648
10648
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10649
10649
|
```
|
|
10650
10650
|
|
|
10651
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10651
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/apex/trigger.ts)_
|
|
10652
10652
|
|
|
10653
10653
|
## `sf template generate digital-experience site`
|
|
10654
10654
|
|
|
@@ -10702,7 +10702,7 @@ FLAG DESCRIPTIONS
|
|
|
10702
10702
|
project, defaults to the current directory.
|
|
10703
10703
|
```
|
|
10704
10704
|
|
|
10705
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10705
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/digital-experience/site.ts)_
|
|
10706
10706
|
|
|
10707
10707
|
## `sf template generate flexipage`
|
|
10708
10708
|
|
|
@@ -10784,7 +10784,7 @@ FLAG DESCRIPTIONS
|
|
|
10784
10784
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10785
10785
|
```
|
|
10786
10786
|
|
|
10787
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10787
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/flexipage/index.ts)_
|
|
10788
10788
|
|
|
10789
10789
|
## `sf template generate lightning app`
|
|
10790
10790
|
|
|
@@ -10842,7 +10842,7 @@ FLAG DESCRIPTIONS
|
|
|
10842
10842
|
field in the DX project's "sfdx-project.json" file.
|
|
10843
10843
|
```
|
|
10844
10844
|
|
|
10845
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10845
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/app.ts)_
|
|
10846
10846
|
|
|
10847
10847
|
## `sf template generate lightning component`
|
|
10848
10848
|
|
|
@@ -10919,7 +10919,7 @@ FLAG DESCRIPTIONS
|
|
|
10919
10919
|
field in the DX project's "sfdx-project.json" file.
|
|
10920
10920
|
```
|
|
10921
10921
|
|
|
10922
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10922
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/component.ts)_
|
|
10923
10923
|
|
|
10924
10924
|
## `sf template generate lightning event`
|
|
10925
10925
|
|
|
@@ -10977,7 +10977,7 @@ FLAG DESCRIPTIONS
|
|
|
10977
10977
|
field in the DX project's "sfdx-project.json" file.
|
|
10978
10978
|
```
|
|
10979
10979
|
|
|
10980
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10980
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/event.ts)_
|
|
10981
10981
|
|
|
10982
10982
|
## `sf template generate lightning interface`
|
|
10983
10983
|
|
|
@@ -11035,7 +11035,7 @@ FLAG DESCRIPTIONS
|
|
|
11035
11035
|
field in the DX project's "sfdx-project.json" file.
|
|
11036
11036
|
```
|
|
11037
11037
|
|
|
11038
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11038
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/interface.ts)_
|
|
11039
11039
|
|
|
11040
11040
|
## `sf template generate lightning test`
|
|
11041
11041
|
|
|
@@ -11093,7 +11093,7 @@ FLAG DESCRIPTIONS
|
|
|
11093
11093
|
field in the DX project's "sfdx-project.json" file.
|
|
11094
11094
|
```
|
|
11095
11095
|
|
|
11096
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11096
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/test.ts)_
|
|
11097
11097
|
|
|
11098
11098
|
## `sf template generate project`
|
|
11099
11099
|
|
|
@@ -11219,7 +11219,7 @@ FLAG DESCRIPTIONS
|
|
|
11219
11219
|
server-side type stripping.
|
|
11220
11220
|
```
|
|
11221
11221
|
|
|
11222
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11222
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/project/index.ts)_
|
|
11223
11223
|
|
|
11224
11224
|
## `sf template generate static-resource`
|
|
11225
11225
|
|
|
@@ -11282,7 +11282,7 @@ FLAG DESCRIPTIONS
|
|
|
11282
11282
|
etc.
|
|
11283
11283
|
```
|
|
11284
11284
|
|
|
11285
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/static-resource/index.ts)_
|
|
11286
11286
|
|
|
11287
11287
|
## `sf template generate ui-bundle`
|
|
11288
11288
|
|
|
@@ -11366,7 +11366,7 @@ FLAG DESCRIPTIONS
|
|
|
11366
11366
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11367
11367
|
```
|
|
11368
11368
|
|
|
11369
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11369
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11370
11370
|
|
|
11371
11371
|
## `sf template generate visualforce component`
|
|
11372
11372
|
|
|
@@ -11423,7 +11423,7 @@ FLAG DESCRIPTIONS
|
|
|
11423
11423
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11424
11424
|
```
|
|
11425
11425
|
|
|
11426
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11426
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/visualforce/component.ts)_
|
|
11427
11427
|
|
|
11428
11428
|
## `sf template generate visualforce page`
|
|
11429
11429
|
|
|
@@ -11474,7 +11474,7 @@ FLAG DESCRIPTIONS
|
|
|
11474
11474
|
The name can be up to 40 characters and must start with a letter.
|
|
11475
11475
|
```
|
|
11476
11476
|
|
|
11477
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11477
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/visualforce/page.ts)_
|
|
11478
11478
|
|
|
11479
11479
|
## `sf update [CHANNEL]`
|
|
11480
11480
|
|
|
@@ -11512,7 +11512,7 @@ EXAMPLES
|
|
|
11512
11512
|
$ sf update --available
|
|
11513
11513
|
```
|
|
11514
11514
|
|
|
11515
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11515
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.46/src/commands/update.ts)_
|
|
11516
11516
|
|
|
11517
11517
|
## `sf version`
|
|
11518
11518
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.138.
|
|
3
|
+
"version": "2.138.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.138.
|
|
9
|
+
"version": "2.138.5",
|
|
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.72",
|
|
20
20
|
"@oclif/plugin-search": "1.2.50",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.46",
|
|
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,18 +28,18 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.32",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.37",
|
|
30
30
|
"@salesforce/plugin-auth": "4.4.1",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.106",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.54",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.139",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.92",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.29",
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
36
|
+
"@salesforce/plugin-org": "5.11.6",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.28.6",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.116",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.82",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.111",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.24",
|
|
42
|
-
"@salesforce/plugin-templates": "56.17.
|
|
42
|
+
"@salesforce/plugin-templates": "56.17.7",
|
|
43
43
|
"@salesforce/plugin-trust": "3.8.13",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.1",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.24",
|
|
@@ -3905,9 +3905,9 @@
|
|
|
3905
3905
|
}
|
|
3906
3906
|
},
|
|
3907
3907
|
"node_modules/@oclif/plugin-update": {
|
|
3908
|
-
"version": "4.7.
|
|
3909
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3910
|
-
"integrity": "sha512-
|
|
3908
|
+
"version": "4.7.46",
|
|
3909
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.46.tgz",
|
|
3910
|
+
"integrity": "sha512-d6zxO0Iy9/r8dfLQlRlGfmCdirkLscu1QocV/n+zVXGuI5YQ3TyoSo64BQIp3c8O0NBGHsxFdJvLLSN0sOJR0A==",
|
|
3911
3911
|
"license": "MIT",
|
|
3912
3912
|
"dependencies": {
|
|
3913
3913
|
"@inquirer/select": "^2.5.0",
|
|
@@ -5083,16 +5083,16 @@
|
|
|
5083
5083
|
}
|
|
5084
5084
|
},
|
|
5085
5085
|
"node_modules/@salesforce/plugin-data": {
|
|
5086
|
-
"version": "4.0.
|
|
5087
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5088
|
-
"integrity": "sha512-
|
|
5086
|
+
"version": "4.0.106",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.106.tgz",
|
|
5088
|
+
"integrity": "sha512-w3gYvSFJKBZlIY/7R/45JUALYy3EB9VrSxgC0zNMYEWJbNPJiOzvKew1mhuebHcTecAaW2wS0CWF+ClgcngJuQ==",
|
|
5089
5089
|
"license": "Apache-2.0",
|
|
5090
5090
|
"dependencies": {
|
|
5091
5091
|
"@jsforce/jsforce-node": "^3.10.15",
|
|
5092
5092
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
5093
5093
|
"@salesforce/core": "^8.31.0",
|
|
5094
5094
|
"@salesforce/kit": "^3.2.6",
|
|
5095
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5095
|
+
"@salesforce/sf-plugins-core": "^12.2.22",
|
|
5096
5096
|
"@salesforce/ts-types": "^2.0.11",
|
|
5097
5097
|
"ansis": "^3.16.0",
|
|
5098
5098
|
"change-case": "^5.4.4",
|
|
@@ -5184,12 +5184,12 @@
|
|
|
5184
5184
|
}
|
|
5185
5185
|
},
|
|
5186
5186
|
"node_modules/@salesforce/plugin-org": {
|
|
5187
|
-
"version": "5.11.
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
5189
|
-
"integrity": "sha512-
|
|
5187
|
+
"version": "5.11.6",
|
|
5188
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.6.tgz",
|
|
5189
|
+
"integrity": "sha512-QNhTV0p1NAz9OpyFGJsCdQDlWWeX41d+Ic/oDcpof4QN1yqXxySVpKQ6UlrhZNfCOzUq8dIAf+9PUIHJUr1yug==",
|
|
5190
5190
|
"license": "Apache-2.0",
|
|
5191
5191
|
"dependencies": {
|
|
5192
|
-
"@oclif/core": "^4.11.
|
|
5192
|
+
"@oclif/core": "^4.11.4",
|
|
5193
5193
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
5194
5194
|
"@salesforce/core": "^8.31.0",
|
|
5195
5195
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -5356,14 +5356,14 @@
|
|
|
5356
5356
|
}
|
|
5357
5357
|
},
|
|
5358
5358
|
"node_modules/@salesforce/plugin-templates": {
|
|
5359
|
-
"version": "56.17.
|
|
5360
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.
|
|
5361
|
-
"integrity": "sha512-
|
|
5359
|
+
"version": "56.17.7",
|
|
5360
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.7.tgz",
|
|
5361
|
+
"integrity": "sha512-mf37kmVLU44ESVgp3dmNjeUx55HXAjR+hIhincuBovj06DfGZmWewj2OqedeqzCmqmgPP8TmgBHsPNVRYfCbEA==",
|
|
5362
5362
|
"license": "Apache-2.0",
|
|
5363
5363
|
"dependencies": {
|
|
5364
5364
|
"@salesforce/core": "^8.31.0",
|
|
5365
5365
|
"@salesforce/sf-plugins-core": "^12",
|
|
5366
|
-
"@salesforce/templates": "^66.9.
|
|
5366
|
+
"@salesforce/templates": "^66.9.1"
|
|
5367
5367
|
},
|
|
5368
5368
|
"engines": {
|
|
5369
5369
|
"node": ">=18.0.0"
|
|
@@ -5856,9 +5856,9 @@
|
|
|
5856
5856
|
}
|
|
5857
5857
|
},
|
|
5858
5858
|
"node_modules/@salesforce/templates": {
|
|
5859
|
-
"version": "66.9.
|
|
5860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.
|
|
5861
|
-
"integrity": "sha512-
|
|
5859
|
+
"version": "66.9.1",
|
|
5860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.1.tgz",
|
|
5861
|
+
"integrity": "sha512-3Z0cSqhSjH8NqmHjlJJXcaGIuzzVSi49TRo7JG9X9wsUS2exuTaEf8KN6N4dU11nUA03DlwxPM9d3bkUC8RzHQ==",
|
|
5862
5862
|
"license": "BSD-3-Clause",
|
|
5863
5863
|
"dependencies": {
|
|
5864
5864
|
"@salesforce/kit": "^3.2.6",
|
package/oclif.lock
CHANGED
|
@@ -1676,10 +1676,10 @@
|
|
|
1676
1676
|
ansi-escapes "^7.3.0"
|
|
1677
1677
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1678
1678
|
|
|
1679
|
-
"@oclif/plugin-update@4.7.
|
|
1680
|
-
version "4.7.
|
|
1681
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1682
|
-
integrity sha512-
|
|
1679
|
+
"@oclif/plugin-update@4.7.46":
|
|
1680
|
+
version "4.7.46"
|
|
1681
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.46.tgz"
|
|
1682
|
+
integrity sha512-d6zxO0Iy9/r8dfLQlRlGfmCdirkLscu1QocV/n+zVXGuI5YQ3TyoSo64BQIp3c8O0NBGHsxFdJvLLSN0sOJR0A==
|
|
1683
1683
|
dependencies:
|
|
1684
1684
|
"@inquirer/select" "^2.5.0"
|
|
1685
1685
|
"@oclif/core" "^4"
|
|
@@ -2205,16 +2205,16 @@
|
|
|
2205
2205
|
debug "^4.4.3"
|
|
2206
2206
|
handlebars "^4.7.9"
|
|
2207
2207
|
|
|
2208
|
-
"@salesforce/plugin-data@4.0.
|
|
2209
|
-
version "4.0.
|
|
2210
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2211
|
-
integrity sha512-
|
|
2208
|
+
"@salesforce/plugin-data@4.0.106":
|
|
2209
|
+
version "4.0.106"
|
|
2210
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.106.tgz"
|
|
2211
|
+
integrity sha512-w3gYvSFJKBZlIY/7R/45JUALYy3EB9VrSxgC0zNMYEWJbNPJiOzvKew1mhuebHcTecAaW2wS0CWF+ClgcngJuQ==
|
|
2212
2212
|
dependencies:
|
|
2213
2213
|
"@jsforce/jsforce-node" "^3.10.15"
|
|
2214
2214
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2215
2215
|
"@salesforce/core" "^8.31.0"
|
|
2216
2216
|
"@salesforce/kit" "^3.2.6"
|
|
2217
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2217
|
+
"@salesforce/sf-plugins-core" "^12.2.22"
|
|
2218
2218
|
"@salesforce/ts-types" "^2.0.11"
|
|
2219
2219
|
ansis "^3.16.0"
|
|
2220
2220
|
change-case "^5.4.4"
|
|
@@ -2281,12 +2281,12 @@
|
|
|
2281
2281
|
got "^13.0.0"
|
|
2282
2282
|
proxy-agent "^6.5.0"
|
|
2283
2283
|
|
|
2284
|
-
"@salesforce/plugin-org@5.11.
|
|
2285
|
-
version "5.11.
|
|
2286
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
2287
|
-
integrity sha512-
|
|
2284
|
+
"@salesforce/plugin-org@5.11.6":
|
|
2285
|
+
version "5.11.6"
|
|
2286
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.6.tgz"
|
|
2287
|
+
integrity sha512-QNhTV0p1NAz9OpyFGJsCdQDlWWeX41d+Ic/oDcpof4QN1yqXxySVpKQ6UlrhZNfCOzUq8dIAf+9PUIHJUr1yug==
|
|
2288
2288
|
dependencies:
|
|
2289
|
-
"@oclif/core" "^4.11.
|
|
2289
|
+
"@oclif/core" "^4.11.4"
|
|
2290
2290
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2291
2291
|
"@salesforce/core" "^8.31.0"
|
|
2292
2292
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2389,14 +2389,14 @@
|
|
|
2389
2389
|
"@salesforce/ts-types" "^2.0.12"
|
|
2390
2390
|
debug "^4.4.3"
|
|
2391
2391
|
|
|
2392
|
-
"@salesforce/plugin-templates@56.17.
|
|
2393
|
-
version "56.17.
|
|
2394
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.
|
|
2395
|
-
integrity sha512-
|
|
2392
|
+
"@salesforce/plugin-templates@56.17.7":
|
|
2393
|
+
version "56.17.7"
|
|
2394
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.7.tgz"
|
|
2395
|
+
integrity sha512-mf37kmVLU44ESVgp3dmNjeUx55HXAjR+hIhincuBovj06DfGZmWewj2OqedeqzCmqmgPP8TmgBHsPNVRYfCbEA==
|
|
2396
2396
|
dependencies:
|
|
2397
2397
|
"@salesforce/core" "^8.31.0"
|
|
2398
2398
|
"@salesforce/sf-plugins-core" "^12"
|
|
2399
|
-
"@salesforce/templates" "^66.9.
|
|
2399
|
+
"@salesforce/templates" "^66.9.1"
|
|
2400
2400
|
|
|
2401
2401
|
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.13":
|
|
2402
2402
|
version "3.8.13"
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz"
|
|
2436
2436
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
2437
2437
|
|
|
2438
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.
|
|
2438
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.17", "@salesforce/sf-plugins-core@^12.2.22", "@salesforce/sf-plugins-core@^12.2.23", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.24":
|
|
2439
2439
|
version "12.2.24"
|
|
2440
2440
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.24.tgz"
|
|
2441
2441
|
integrity sha512-+lc7QMRz19Uk9f3lJO442LrUMvrRrfX6+xe1w42PihWjjoXpF9fZfZ7zk7H2WDF56PTo5SMJMrb5PjneiIrH3Q==
|
|
@@ -2498,10 +2498,10 @@
|
|
|
2498
2498
|
o11y_schema "^260.65.0"
|
|
2499
2499
|
proxy-agent "^6.5.0"
|
|
2500
2500
|
|
|
2501
|
-
"@salesforce/templates@^66.9.
|
|
2502
|
-
version "66.9.
|
|
2503
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.
|
|
2504
|
-
integrity sha512-
|
|
2501
|
+
"@salesforce/templates@^66.9.1":
|
|
2502
|
+
version "66.9.1"
|
|
2503
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.1.tgz"
|
|
2504
|
+
integrity sha512-3Z0cSqhSjH8NqmHjlJJXcaGIuzzVSi49TRo7JG9X9wsUS2exuTaEf8KN6N4dU11nUA03DlwxPM9d3bkUC8RzHQ==
|
|
2505
2505
|
dependencies:
|
|
2506
2506
|
"@salesforce/kit" "^3.2.6"
|
|
2507
2507
|
ejs "^3.1.10"
|
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.138.
|
|
4
|
+
"version": "2.138.5",
|
|
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.72",
|
|
155
155
|
"@oclif/plugin-search": "1.2.50",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.46",
|
|
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,18 +163,18 @@
|
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.32",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.37",
|
|
165
165
|
"@salesforce/plugin-auth": "4.4.1",
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
166
|
+
"@salesforce/plugin-data": "4.0.106",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "3.24.54",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.139",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.92",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.29",
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
171
|
+
"@salesforce/plugin-org": "5.11.6",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.28.6",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.116",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.82",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.111",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.24",
|
|
177
|
-
"@salesforce/plugin-templates": "56.17.
|
|
177
|
+
"@salesforce/plugin-templates": "56.17.7",
|
|
178
178
|
"@salesforce/plugin-trust": "3.8.13",
|
|
179
179
|
"@salesforce/plugin-user": "3.10.1",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.24",
|