@salesforce/cli 2.64.7 → 2.65.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 +40 -40
- package/npm-shrinkwrap.json +42 -335
- package/oclif.lock +44 -45
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.65.1 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -209,7 +209,7 @@ EXAMPLES
|
|
|
209
209
|
$ sf alias list
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
212
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/list.ts)_
|
|
213
213
|
|
|
214
214
|
## `sf alias set`
|
|
215
215
|
|
|
@@ -258,7 +258,7 @@ EXAMPLES
|
|
|
258
258
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
261
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/set.ts)_
|
|
262
262
|
|
|
263
263
|
## `sf alias unset`
|
|
264
264
|
|
|
@@ -298,7 +298,7 @@ EXAMPLES
|
|
|
298
298
|
$ sf alias unset --all [--no-prompt]
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
301
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/alias/unset.ts)_
|
|
302
302
|
|
|
303
303
|
## `sf analytics generate template`
|
|
304
304
|
|
|
@@ -340,7 +340,7 @@ FLAG DESCRIPTIONS
|
|
|
340
340
|
directory.
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/analytics/generate/template.ts)_
|
|
344
344
|
|
|
345
345
|
## `sf apex generate class`
|
|
346
346
|
|
|
@@ -399,7 +399,7 @@ FLAG DESCRIPTIONS
|
|
|
399
399
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
402
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/apex/generate/class.ts)_
|
|
403
403
|
|
|
404
404
|
## `sf apex generate trigger`
|
|
405
405
|
|
|
@@ -468,7 +468,7 @@ FLAG DESCRIPTIONS
|
|
|
468
468
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
471
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/apex/generate/trigger.ts)_
|
|
472
472
|
|
|
473
473
|
## `sf apex get log`
|
|
474
474
|
|
|
@@ -1125,7 +1125,7 @@ CONFIGURATION VARIABLES
|
|
|
1125
1125
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1128
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/get.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `sf config list`
|
|
1131
1131
|
|
|
@@ -1165,7 +1165,7 @@ EXAMPLES
|
|
|
1165
1165
|
$ sf config list
|
|
1166
1166
|
```
|
|
1167
1167
|
|
|
1168
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1168
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/list.ts)_
|
|
1169
1169
|
|
|
1170
1170
|
## `sf config set`
|
|
1171
1171
|
|
|
@@ -1234,7 +1234,7 @@ CONFIGURATION VARIABLES
|
|
|
1234
1234
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1237
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/set.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `sf config unset`
|
|
1240
1240
|
|
|
@@ -1284,7 +1284,7 @@ CONFIGURATION VARIABLES
|
|
|
1284
1284
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.
|
|
1287
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.1/src/commands/config/unset.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `sf data create file`
|
|
1290
1290
|
|
|
@@ -2587,7 +2587,7 @@ FLAG DESCRIPTIONS
|
|
|
2587
2587
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2588
2588
|
```
|
|
2589
2589
|
|
|
2590
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2590
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/lightning/generate/app.ts)_
|
|
2591
2591
|
|
|
2592
2592
|
## `sf lightning generate component`
|
|
2593
2593
|
|
|
@@ -2656,7 +2656,7 @@ FLAG DESCRIPTIONS
|
|
|
2656
2656
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2657
2657
|
```
|
|
2658
2658
|
|
|
2659
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2659
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/lightning/generate/component.ts)_
|
|
2660
2660
|
|
|
2661
2661
|
## `sf lightning generate event`
|
|
2662
2662
|
|
|
@@ -2711,7 +2711,7 @@ FLAG DESCRIPTIONS
|
|
|
2711
2711
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2712
2712
|
```
|
|
2713
2713
|
|
|
2714
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2714
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/lightning/generate/event.ts)_
|
|
2715
2715
|
|
|
2716
2716
|
## `sf lightning generate interface`
|
|
2717
2717
|
|
|
@@ -2766,7 +2766,7 @@ FLAG DESCRIPTIONS
|
|
|
2766
2766
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2767
2767
|
```
|
|
2768
2768
|
|
|
2769
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2769
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/lightning/generate/interface.ts)_
|
|
2770
2770
|
|
|
2771
2771
|
## `sf lightning generate test`
|
|
2772
2772
|
|
|
@@ -2821,7 +2821,7 @@ FLAG DESCRIPTIONS
|
|
|
2821
2821
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2822
2822
|
```
|
|
2823
2823
|
|
|
2824
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2824
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/lightning/generate/test.ts)_
|
|
2825
2825
|
|
|
2826
2826
|
## `sf org assign permset`
|
|
2827
2827
|
|
|
@@ -2866,7 +2866,7 @@ EXAMPLES
|
|
|
2866
2866
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2867
2867
|
```
|
|
2868
2868
|
|
|
2869
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
2869
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/assign/permset.ts)_
|
|
2870
2870
|
|
|
2871
2871
|
## `sf org assign permsetlicense`
|
|
2872
2872
|
|
|
@@ -2912,7 +2912,7 @@ EXAMPLES
|
|
|
2912
2912
|
user3
|
|
2913
2913
|
```
|
|
2914
2914
|
|
|
2915
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
2915
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/assign/permsetlicense.ts)_
|
|
2916
2916
|
|
|
2917
2917
|
## `sf org create sandbox`
|
|
2918
2918
|
|
|
@@ -3029,7 +3029,7 @@ FLAG DESCRIPTIONS
|
|
|
3029
3029
|
sandbox.
|
|
3030
3030
|
```
|
|
3031
3031
|
|
|
3032
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3032
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/create/sandbox.ts)_
|
|
3033
3033
|
|
|
3034
3034
|
## `sf org create scratch`
|
|
3035
3035
|
|
|
@@ -3183,7 +3183,7 @@ FLAG DESCRIPTIONS
|
|
|
3183
3183
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3184
3184
|
```
|
|
3185
3185
|
|
|
3186
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3186
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/create/scratch.ts)_
|
|
3187
3187
|
|
|
3188
3188
|
## `sf org create user`
|
|
3189
3189
|
|
|
@@ -3291,7 +3291,7 @@ FLAG DESCRIPTIONS
|
|
|
3291
3291
|
might be different than what you specify in the definition file.
|
|
3292
3292
|
```
|
|
3293
3293
|
|
|
3294
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3294
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/create/user.ts)_
|
|
3295
3295
|
|
|
3296
3296
|
## `sf org delete sandbox`
|
|
3297
3297
|
|
|
@@ -3337,7 +3337,7 @@ EXAMPLES
|
|
|
3337
3337
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3338
3338
|
```
|
|
3339
3339
|
|
|
3340
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3340
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/delete/sandbox.ts)_
|
|
3341
3341
|
|
|
3342
3342
|
## `sf org delete scratch`
|
|
3343
3343
|
|
|
@@ -3381,7 +3381,7 @@ EXAMPLES
|
|
|
3381
3381
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3382
3382
|
```
|
|
3383
3383
|
|
|
3384
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3384
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/delete/scratch.ts)_
|
|
3385
3385
|
|
|
3386
3386
|
## `sf org disable tracking`
|
|
3387
3387
|
|
|
@@ -3420,7 +3420,7 @@ EXAMPLES
|
|
|
3420
3420
|
$ sf org disable tracking
|
|
3421
3421
|
```
|
|
3422
3422
|
|
|
3423
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3423
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/disable/tracking.ts)_
|
|
3424
3424
|
|
|
3425
3425
|
## `sf org display`
|
|
3426
3426
|
|
|
@@ -3465,7 +3465,7 @@ EXAMPLES
|
|
|
3465
3465
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3466
3466
|
```
|
|
3467
3467
|
|
|
3468
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3468
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/display.ts)_
|
|
3469
3469
|
|
|
3470
3470
|
## `sf org display user`
|
|
3471
3471
|
|
|
@@ -3504,7 +3504,7 @@ EXAMPLES
|
|
|
3504
3504
|
$ sf org display user --target-org me@my.org --json
|
|
3505
3505
|
```
|
|
3506
3506
|
|
|
3507
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3507
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/display/user.ts)_
|
|
3508
3508
|
|
|
3509
3509
|
## `sf org enable tracking`
|
|
3510
3510
|
|
|
@@ -3546,7 +3546,7 @@ EXAMPLES
|
|
|
3546
3546
|
$ sf org enable tracking
|
|
3547
3547
|
```
|
|
3548
3548
|
|
|
3549
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3549
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/enable/tracking.ts)_
|
|
3550
3550
|
|
|
3551
3551
|
## `sf org generate password`
|
|
3552
3552
|
|
|
@@ -3613,7 +3613,7 @@ EXAMPLES
|
|
|
3613
3613
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3614
3614
|
```
|
|
3615
3615
|
|
|
3616
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3616
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/generate/password.ts)_
|
|
3617
3617
|
|
|
3618
3618
|
## `sf org list`
|
|
3619
3619
|
|
|
@@ -3652,7 +3652,7 @@ EXAMPLES
|
|
|
3652
3652
|
$ sf org list --clean
|
|
3653
3653
|
```
|
|
3654
3654
|
|
|
3655
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3655
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/list.ts)_
|
|
3656
3656
|
|
|
3657
3657
|
## `sf org list auth`
|
|
3658
3658
|
|
|
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
|
|
|
3791
3791
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3792
3792
|
```
|
|
3793
3793
|
|
|
3794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/list/metadata.ts)_
|
|
3795
3795
|
|
|
3796
3796
|
## `sf org list metadata-types`
|
|
3797
3797
|
|
|
@@ -3846,7 +3846,7 @@ FLAG DESCRIPTIONS
|
|
|
3846
3846
|
Override the api version used for api requests made by this command
|
|
3847
3847
|
```
|
|
3848
3848
|
|
|
3849
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3849
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/list/metadata-types.ts)_
|
|
3850
3850
|
|
|
3851
3851
|
## `sf org list sobject record-counts`
|
|
3852
3852
|
|
|
@@ -3930,7 +3930,7 @@ EXAMPLES
|
|
|
3930
3930
|
$ sf org list users --target-org me@my.org
|
|
3931
3931
|
```
|
|
3932
3932
|
|
|
3933
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3933
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.0/src/commands/org/list/users.ts)_
|
|
3934
3934
|
|
|
3935
3935
|
## `sf org login access-token`
|
|
3936
3936
|
|
|
@@ -4429,7 +4429,7 @@ EXAMPLES
|
|
|
4429
4429
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4430
4430
|
```
|
|
4431
4431
|
|
|
4432
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4432
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/open.ts)_
|
|
4433
4433
|
|
|
4434
4434
|
## `sf org refresh sandbox`
|
|
4435
4435
|
|
|
@@ -4506,7 +4506,7 @@ FLAG DESCRIPTIONS
|
|
|
4506
4506
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4507
4507
|
```
|
|
4508
4508
|
|
|
4509
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4509
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/refresh/sandbox.ts)_
|
|
4510
4510
|
|
|
4511
4511
|
## `sf org resume sandbox`
|
|
4512
4512
|
|
|
@@ -4569,7 +4569,7 @@ FLAG DESCRIPTIONS
|
|
|
4569
4569
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4570
4570
|
```
|
|
4571
4571
|
|
|
4572
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4572
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/resume/sandbox.ts)_
|
|
4573
4573
|
|
|
4574
4574
|
## `sf org resume scratch`
|
|
4575
4575
|
|
|
@@ -4616,7 +4616,7 @@ FLAG DESCRIPTIONS
|
|
|
4616
4616
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4617
4617
|
```
|
|
4618
4618
|
|
|
4619
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4619
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.8.1/src/commands/org/resume/scratch.ts)_
|
|
4620
4620
|
|
|
4621
4621
|
## `sf package create`
|
|
4622
4622
|
|
|
@@ -7434,7 +7434,7 @@ FLAG DESCRIPTIONS
|
|
|
7434
7434
|
Override the api version used for api requests made by this command
|
|
7435
7435
|
```
|
|
7436
7436
|
|
|
7437
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7437
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/project/generate.ts)_
|
|
7438
7438
|
|
|
7439
7439
|
## `sf project generate manifest`
|
|
7440
7440
|
|
|
@@ -8188,7 +8188,7 @@ FLAG DESCRIPTIONS
|
|
|
8188
8188
|
etc.
|
|
8189
8189
|
```
|
|
8190
8190
|
|
|
8191
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8191
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/static-resource/generate.ts)_
|
|
8192
8192
|
|
|
8193
8193
|
## `sf update [CHANNEL]`
|
|
8194
8194
|
|
|
@@ -8302,7 +8302,7 @@ FLAG DESCRIPTIONS
|
|
|
8302
8302
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8303
8303
|
```
|
|
8304
8304
|
|
|
8305
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8305
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/visualforce/generate/component.ts)_
|
|
8306
8306
|
|
|
8307
8307
|
## `sf visualforce generate page`
|
|
8308
8308
|
|
|
@@ -8352,7 +8352,7 @@ FLAG DESCRIPTIONS
|
|
|
8352
8352
|
The name can be up to 40 characters and must start with a letter.
|
|
8353
8353
|
```
|
|
8354
8354
|
|
|
8355
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8355
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.25/src/commands/visualforce/generate/page.ts)_
|
|
8356
8356
|
|
|
8357
8357
|
## `sf which`
|
|
8358
8358
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.65.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.65.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@salesforce/plugin-info": "3.4.13",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.36",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.0",
|
|
35
|
-
"@salesforce/plugin-org": "4.
|
|
35
|
+
"@salesforce/plugin-org": "4.8.1",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.37",
|
|
38
|
-
"@salesforce/plugin-settings": "2.
|
|
38
|
+
"@salesforce/plugin-settings": "2.4.1",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.42",
|
|
40
40
|
"@salesforce/plugin-source": "3.5.21",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.17",
|
|
42
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
+
"@salesforce/plugin-templates": "56.3.25",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.35",
|
|
44
|
-
"@salesforce/plugin-user": "3.
|
|
45
|
-
"@salesforce/sf-plugins-core": "12.0.
|
|
44
|
+
"@salesforce/plugin-user": "3.6.0",
|
|
45
|
+
"@salesforce/sf-plugins-core": "12.0.8",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -2825,9 +2825,9 @@
|
|
|
2825
2825
|
}
|
|
2826
2826
|
},
|
|
2827
2827
|
"node_modules/@jsforce/jsforce-node": {
|
|
2828
|
-
"version": "3.
|
|
2829
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
2830
|
-
"integrity": "sha512-
|
|
2828
|
+
"version": "3.6.1",
|
|
2829
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.1.tgz",
|
|
2830
|
+
"integrity": "sha512-N294vrCY7bIdHzTNAHe0t20riTxozEyvCmYPM4rp/C7uGdBX3AYrPDBdojw7rsXOBsRtoFqr7L/tUwMbw1hRTg==",
|
|
2831
2831
|
"license": "MIT",
|
|
2832
2832
|
"dependencies": {
|
|
2833
2833
|
"@sindresorhus/is": "^4",
|
|
@@ -2839,7 +2839,6 @@
|
|
|
2839
2839
|
"https-proxy-agent": "^5.0.0",
|
|
2840
2840
|
"multistream": "^3.1.0",
|
|
2841
2841
|
"node-fetch": "^2.6.1",
|
|
2842
|
-
"strip-ansi": "^6.0.0",
|
|
2843
2842
|
"xml2js": "^0.6.2"
|
|
2844
2843
|
},
|
|
2845
2844
|
"engines": {
|
|
@@ -4103,12 +4102,12 @@
|
|
|
4103
4102
|
}
|
|
4104
4103
|
},
|
|
4105
4104
|
"node_modules/@salesforce/core": {
|
|
4106
|
-
"version": "8.6.
|
|
4107
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.
|
|
4108
|
-
"integrity": "sha512-
|
|
4105
|
+
"version": "8.6.3",
|
|
4106
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.3.tgz",
|
|
4107
|
+
"integrity": "sha512-fxY3J9AttGztTY45AYH4QP1cKB3OD1fJMDd1j/ALGCI6EMb2iMPp52awKVKHxrd/eTbZhn1OV5Jr0r6nJx5Hhw==",
|
|
4109
4108
|
"license": "BSD-3-Clause",
|
|
4110
4109
|
"dependencies": {
|
|
4111
|
-
"@jsforce/jsforce-node": "^3.
|
|
4110
|
+
"@jsforce/jsforce-node": "^3.6.1",
|
|
4112
4111
|
"@salesforce/kit": "^3.2.2",
|
|
4113
4112
|
"@salesforce/schemas": "^1.9.0",
|
|
4114
4113
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4832,16 +4831,16 @@
|
|
|
4832
4831
|
}
|
|
4833
4832
|
},
|
|
4834
4833
|
"node_modules/@salesforce/plugin-org": {
|
|
4835
|
-
"version": "4.
|
|
4836
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
4837
|
-
"integrity": "sha512-
|
|
4834
|
+
"version": "4.8.1",
|
|
4835
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.8.1.tgz",
|
|
4836
|
+
"integrity": "sha512-WJ4sylxOZj9Sj8ypafVIEfDhPvdNli35VPS13O3xnCQvMy38DbPvq51B4r7r87V+Hnb2T0yRVnQoynjTzW9JtA==",
|
|
4838
4837
|
"license": "BSD-3-Clause",
|
|
4839
4838
|
"dependencies": {
|
|
4840
4839
|
"@oclif/core": "^4.0.29",
|
|
4841
4840
|
"@oclif/multi-stage-output": "^0.7.7",
|
|
4842
|
-
"@salesforce/core": "^8.6.
|
|
4841
|
+
"@salesforce/core": "^8.6.3",
|
|
4843
4842
|
"@salesforce/kit": "^3.2.3",
|
|
4844
|
-
"@salesforce/sf-plugins-core": "^
|
|
4843
|
+
"@salesforce/sf-plugins-core": "^12.0.6",
|
|
4845
4844
|
"@salesforce/source-deploy-retrieve": "^12.8.1",
|
|
4846
4845
|
"ansis": "^3.2.0",
|
|
4847
4846
|
"change-case": "^5.4.4",
|
|
@@ -4853,79 +4852,6 @@
|
|
|
4853
4852
|
"node": ">=18.0.0"
|
|
4854
4853
|
}
|
|
4855
4854
|
},
|
|
4856
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
4857
|
-
"version": "11.3.12",
|
|
4858
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
4859
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
4860
|
-
"license": "BSD-3-Clause",
|
|
4861
|
-
"dependencies": {
|
|
4862
|
-
"@inquirer/confirm": "^3.1.22",
|
|
4863
|
-
"@inquirer/password": "^2.2.0",
|
|
4864
|
-
"@oclif/core": "^4.0.27",
|
|
4865
|
-
"@salesforce/core": "^8.5.1",
|
|
4866
|
-
"@salesforce/kit": "^3.2.3",
|
|
4867
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
4868
|
-
"ansis": "^3.3.2",
|
|
4869
|
-
"cli-progress": "^3.12.0",
|
|
4870
|
-
"natural-orderby": "^3.0.2",
|
|
4871
|
-
"slice-ansi": "^7.1.0",
|
|
4872
|
-
"string-width": "^7.2.0",
|
|
4873
|
-
"terminal-link": "^3.0.0"
|
|
4874
|
-
},
|
|
4875
|
-
"engines": {
|
|
4876
|
-
"node": ">=18.0.0"
|
|
4877
|
-
}
|
|
4878
|
-
},
|
|
4879
|
-
"node_modules/@salesforce/plugin-org/node_modules/ansi-regex": {
|
|
4880
|
-
"version": "6.0.1",
|
|
4881
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4882
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4883
|
-
"license": "MIT",
|
|
4884
|
-
"engines": {
|
|
4885
|
-
"node": ">=12"
|
|
4886
|
-
},
|
|
4887
|
-
"funding": {
|
|
4888
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4889
|
-
}
|
|
4890
|
-
},
|
|
4891
|
-
"node_modules/@salesforce/plugin-org/node_modules/emoji-regex": {
|
|
4892
|
-
"version": "10.3.0",
|
|
4893
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4894
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4895
|
-
"license": "MIT"
|
|
4896
|
-
},
|
|
4897
|
-
"node_modules/@salesforce/plugin-org/node_modules/string-width": {
|
|
4898
|
-
"version": "7.2.0",
|
|
4899
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4900
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4901
|
-
"license": "MIT",
|
|
4902
|
-
"dependencies": {
|
|
4903
|
-
"emoji-regex": "^10.3.0",
|
|
4904
|
-
"get-east-asian-width": "^1.0.0",
|
|
4905
|
-
"strip-ansi": "^7.1.0"
|
|
4906
|
-
},
|
|
4907
|
-
"engines": {
|
|
4908
|
-
"node": ">=18"
|
|
4909
|
-
},
|
|
4910
|
-
"funding": {
|
|
4911
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4912
|
-
}
|
|
4913
|
-
},
|
|
4914
|
-
"node_modules/@salesforce/plugin-org/node_modules/strip-ansi": {
|
|
4915
|
-
"version": "7.1.0",
|
|
4916
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4917
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4918
|
-
"license": "MIT",
|
|
4919
|
-
"dependencies": {
|
|
4920
|
-
"ansi-regex": "^6.0.1"
|
|
4921
|
-
},
|
|
4922
|
-
"engines": {
|
|
4923
|
-
"node": ">=12"
|
|
4924
|
-
},
|
|
4925
|
-
"funding": {
|
|
4926
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4927
|
-
}
|
|
4928
|
-
},
|
|
4929
4855
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4930
4856
|
"version": "2.8.12",
|
|
4931
4857
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.12.tgz",
|
|
@@ -5244,93 +5170,20 @@
|
|
|
5244
5170
|
}
|
|
5245
5171
|
},
|
|
5246
5172
|
"node_modules/@salesforce/plugin-settings": {
|
|
5247
|
-
"version": "2.
|
|
5248
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
5249
|
-
"integrity": "sha512-
|
|
5173
|
+
"version": "2.4.1",
|
|
5174
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.1.tgz",
|
|
5175
|
+
"integrity": "sha512-lrvWZsSotK29Bnf6WzWMFy0SRBd3chjKZNuMiIffRA3C/PGJ1m1c//NmxRAf6gdKal8wbvyG/ZYI8apOJOTPQA==",
|
|
5250
5176
|
"license": "BSD-3-Clause",
|
|
5251
5177
|
"dependencies": {
|
|
5252
5178
|
"@oclif/core": "^4",
|
|
5253
5179
|
"@salesforce/core": "^8.6.2",
|
|
5254
|
-
"@salesforce/sf-plugins-core": "^
|
|
5180
|
+
"@salesforce/sf-plugins-core": "^12.0.8",
|
|
5255
5181
|
"fast-levenshtein": "^3.0.0"
|
|
5256
5182
|
},
|
|
5257
5183
|
"engines": {
|
|
5258
5184
|
"node": ">=18.0.0"
|
|
5259
5185
|
}
|
|
5260
5186
|
},
|
|
5261
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
5262
|
-
"version": "11.3.12",
|
|
5263
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5264
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5265
|
-
"license": "BSD-3-Clause",
|
|
5266
|
-
"dependencies": {
|
|
5267
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5268
|
-
"@inquirer/password": "^2.2.0",
|
|
5269
|
-
"@oclif/core": "^4.0.27",
|
|
5270
|
-
"@salesforce/core": "^8.5.1",
|
|
5271
|
-
"@salesforce/kit": "^3.2.3",
|
|
5272
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5273
|
-
"ansis": "^3.3.2",
|
|
5274
|
-
"cli-progress": "^3.12.0",
|
|
5275
|
-
"natural-orderby": "^3.0.2",
|
|
5276
|
-
"slice-ansi": "^7.1.0",
|
|
5277
|
-
"string-width": "^7.2.0",
|
|
5278
|
-
"terminal-link": "^3.0.0"
|
|
5279
|
-
},
|
|
5280
|
-
"engines": {
|
|
5281
|
-
"node": ">=18.0.0"
|
|
5282
|
-
}
|
|
5283
|
-
},
|
|
5284
|
-
"node_modules/@salesforce/plugin-settings/node_modules/ansi-regex": {
|
|
5285
|
-
"version": "6.0.1",
|
|
5286
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5287
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5288
|
-
"license": "MIT",
|
|
5289
|
-
"engines": {
|
|
5290
|
-
"node": ">=12"
|
|
5291
|
-
},
|
|
5292
|
-
"funding": {
|
|
5293
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5294
|
-
}
|
|
5295
|
-
},
|
|
5296
|
-
"node_modules/@salesforce/plugin-settings/node_modules/emoji-regex": {
|
|
5297
|
-
"version": "10.3.0",
|
|
5298
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5299
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5300
|
-
"license": "MIT"
|
|
5301
|
-
},
|
|
5302
|
-
"node_modules/@salesforce/plugin-settings/node_modules/string-width": {
|
|
5303
|
-
"version": "7.2.0",
|
|
5304
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5305
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5306
|
-
"license": "MIT",
|
|
5307
|
-
"dependencies": {
|
|
5308
|
-
"emoji-regex": "^10.3.0",
|
|
5309
|
-
"get-east-asian-width": "^1.0.0",
|
|
5310
|
-
"strip-ansi": "^7.1.0"
|
|
5311
|
-
},
|
|
5312
|
-
"engines": {
|
|
5313
|
-
"node": ">=18"
|
|
5314
|
-
},
|
|
5315
|
-
"funding": {
|
|
5316
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5317
|
-
}
|
|
5318
|
-
},
|
|
5319
|
-
"node_modules/@salesforce/plugin-settings/node_modules/strip-ansi": {
|
|
5320
|
-
"version": "7.1.0",
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5322
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5323
|
-
"license": "MIT",
|
|
5324
|
-
"dependencies": {
|
|
5325
|
-
"ansi-regex": "^6.0.1"
|
|
5326
|
-
},
|
|
5327
|
-
"engines": {
|
|
5328
|
-
"node": ">=12"
|
|
5329
|
-
},
|
|
5330
|
-
"funding": {
|
|
5331
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5332
|
-
}
|
|
5333
|
-
},
|
|
5334
5187
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5335
5188
|
"version": "1.4.42",
|
|
5336
5189
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.42.tgz",
|
|
@@ -5625,92 +5478,19 @@
|
|
|
5625
5478
|
}
|
|
5626
5479
|
},
|
|
5627
5480
|
"node_modules/@salesforce/plugin-templates": {
|
|
5628
|
-
"version": "56.3.
|
|
5629
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5630
|
-
"integrity": "sha512-
|
|
5481
|
+
"version": "56.3.25",
|
|
5482
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.25.tgz",
|
|
5483
|
+
"integrity": "sha512-AaLHf+5JRjcTvbpMXh5BqZ9t3pJRlKt5iZtBs3cn97dXURZ1rpBKdowZ0dSz4mgN8C78vsgpgJn/8Ee8tp0y9Q==",
|
|
5631
5484
|
"license": "BSD-3-Clause",
|
|
5632
5485
|
"dependencies": {
|
|
5633
5486
|
"@salesforce/core": "^8.6.2",
|
|
5634
|
-
"@salesforce/sf-plugins-core": "^
|
|
5635
|
-
"@salesforce/templates": "^
|
|
5636
|
-
},
|
|
5637
|
-
"engines": {
|
|
5638
|
-
"node": ">=18.0.0"
|
|
5639
|
-
}
|
|
5640
|
-
},
|
|
5641
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
5642
|
-
"version": "11.3.12",
|
|
5643
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5644
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5645
|
-
"license": "BSD-3-Clause",
|
|
5646
|
-
"dependencies": {
|
|
5647
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5648
|
-
"@inquirer/password": "^2.2.0",
|
|
5649
|
-
"@oclif/core": "^4.0.27",
|
|
5650
|
-
"@salesforce/core": "^8.5.1",
|
|
5651
|
-
"@salesforce/kit": "^3.2.3",
|
|
5652
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5653
|
-
"ansis": "^3.3.2",
|
|
5654
|
-
"cli-progress": "^3.12.0",
|
|
5655
|
-
"natural-orderby": "^3.0.2",
|
|
5656
|
-
"slice-ansi": "^7.1.0",
|
|
5657
|
-
"string-width": "^7.2.0",
|
|
5658
|
-
"terminal-link": "^3.0.0"
|
|
5487
|
+
"@salesforce/sf-plugins-core": "^12.0.8",
|
|
5488
|
+
"@salesforce/templates": "^62.0.2"
|
|
5659
5489
|
},
|
|
5660
5490
|
"engines": {
|
|
5661
5491
|
"node": ">=18.0.0"
|
|
5662
5492
|
}
|
|
5663
5493
|
},
|
|
5664
|
-
"node_modules/@salesforce/plugin-templates/node_modules/ansi-regex": {
|
|
5665
|
-
"version": "6.0.1",
|
|
5666
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5667
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5668
|
-
"license": "MIT",
|
|
5669
|
-
"engines": {
|
|
5670
|
-
"node": ">=12"
|
|
5671
|
-
},
|
|
5672
|
-
"funding": {
|
|
5673
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5674
|
-
}
|
|
5675
|
-
},
|
|
5676
|
-
"node_modules/@salesforce/plugin-templates/node_modules/emoji-regex": {
|
|
5677
|
-
"version": "10.3.0",
|
|
5678
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5679
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5680
|
-
"license": "MIT"
|
|
5681
|
-
},
|
|
5682
|
-
"node_modules/@salesforce/plugin-templates/node_modules/string-width": {
|
|
5683
|
-
"version": "7.2.0",
|
|
5684
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5685
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5686
|
-
"license": "MIT",
|
|
5687
|
-
"dependencies": {
|
|
5688
|
-
"emoji-regex": "^10.3.0",
|
|
5689
|
-
"get-east-asian-width": "^1.0.0",
|
|
5690
|
-
"strip-ansi": "^7.1.0"
|
|
5691
|
-
},
|
|
5692
|
-
"engines": {
|
|
5693
|
-
"node": ">=18"
|
|
5694
|
-
},
|
|
5695
|
-
"funding": {
|
|
5696
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5697
|
-
}
|
|
5698
|
-
},
|
|
5699
|
-
"node_modules/@salesforce/plugin-templates/node_modules/strip-ansi": {
|
|
5700
|
-
"version": "7.1.0",
|
|
5701
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5702
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5703
|
-
"license": "MIT",
|
|
5704
|
-
"dependencies": {
|
|
5705
|
-
"ansi-regex": "^6.0.1"
|
|
5706
|
-
},
|
|
5707
|
-
"engines": {
|
|
5708
|
-
"node": ">=12"
|
|
5709
|
-
},
|
|
5710
|
-
"funding": {
|
|
5711
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5712
|
-
}
|
|
5713
|
-
},
|
|
5714
5494
|
"node_modules/@salesforce/plugin-trust": {
|
|
5715
5495
|
"version": "3.7.35",
|
|
5716
5496
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.35.tgz",
|
|
@@ -5810,93 +5590,20 @@
|
|
|
5810
5590
|
}
|
|
5811
5591
|
},
|
|
5812
5592
|
"node_modules/@salesforce/plugin-user": {
|
|
5813
|
-
"version": "3.
|
|
5814
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
5815
|
-
"integrity": "sha512-
|
|
5593
|
+
"version": "3.6.0",
|
|
5594
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.0.tgz",
|
|
5595
|
+
"integrity": "sha512-GiZz+V/vq61M76Cqemn9fwqERYbOazvBenJckLMAjNNtbpB3mi2MN7yP8a2mcpECBpAIF3zUF9pLqWu5tKoENA==",
|
|
5816
5596
|
"license": "BSD-3-Clause",
|
|
5817
5597
|
"dependencies": {
|
|
5818
5598
|
"@salesforce/core": "^8.6.1",
|
|
5819
5599
|
"@salesforce/kit": "^3.2.2",
|
|
5820
|
-
"@salesforce/sf-plugins-core": "^
|
|
5600
|
+
"@salesforce/sf-plugins-core": "^12.0.7",
|
|
5821
5601
|
"@salesforce/ts-types": "^2.0.11"
|
|
5822
5602
|
},
|
|
5823
5603
|
"engines": {
|
|
5824
5604
|
"node": ">=18.0.0"
|
|
5825
5605
|
}
|
|
5826
5606
|
},
|
|
5827
|
-
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
5828
|
-
"version": "11.3.12",
|
|
5829
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5830
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5831
|
-
"license": "BSD-3-Clause",
|
|
5832
|
-
"dependencies": {
|
|
5833
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5834
|
-
"@inquirer/password": "^2.2.0",
|
|
5835
|
-
"@oclif/core": "^4.0.27",
|
|
5836
|
-
"@salesforce/core": "^8.5.1",
|
|
5837
|
-
"@salesforce/kit": "^3.2.3",
|
|
5838
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5839
|
-
"ansis": "^3.3.2",
|
|
5840
|
-
"cli-progress": "^3.12.0",
|
|
5841
|
-
"natural-orderby": "^3.0.2",
|
|
5842
|
-
"slice-ansi": "^7.1.0",
|
|
5843
|
-
"string-width": "^7.2.0",
|
|
5844
|
-
"terminal-link": "^3.0.0"
|
|
5845
|
-
},
|
|
5846
|
-
"engines": {
|
|
5847
|
-
"node": ">=18.0.0"
|
|
5848
|
-
}
|
|
5849
|
-
},
|
|
5850
|
-
"node_modules/@salesforce/plugin-user/node_modules/ansi-regex": {
|
|
5851
|
-
"version": "6.0.1",
|
|
5852
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5853
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5854
|
-
"license": "MIT",
|
|
5855
|
-
"engines": {
|
|
5856
|
-
"node": ">=12"
|
|
5857
|
-
},
|
|
5858
|
-
"funding": {
|
|
5859
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5860
|
-
}
|
|
5861
|
-
},
|
|
5862
|
-
"node_modules/@salesforce/plugin-user/node_modules/emoji-regex": {
|
|
5863
|
-
"version": "10.3.0",
|
|
5864
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5865
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5866
|
-
"license": "MIT"
|
|
5867
|
-
},
|
|
5868
|
-
"node_modules/@salesforce/plugin-user/node_modules/string-width": {
|
|
5869
|
-
"version": "7.2.0",
|
|
5870
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5871
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5872
|
-
"license": "MIT",
|
|
5873
|
-
"dependencies": {
|
|
5874
|
-
"emoji-regex": "^10.3.0",
|
|
5875
|
-
"get-east-asian-width": "^1.0.0",
|
|
5876
|
-
"strip-ansi": "^7.1.0"
|
|
5877
|
-
},
|
|
5878
|
-
"engines": {
|
|
5879
|
-
"node": ">=18"
|
|
5880
|
-
},
|
|
5881
|
-
"funding": {
|
|
5882
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5883
|
-
}
|
|
5884
|
-
},
|
|
5885
|
-
"node_modules/@salesforce/plugin-user/node_modules/strip-ansi": {
|
|
5886
|
-
"version": "7.1.0",
|
|
5887
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5888
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5889
|
-
"license": "MIT",
|
|
5890
|
-
"dependencies": {
|
|
5891
|
-
"ansi-regex": "^6.0.1"
|
|
5892
|
-
},
|
|
5893
|
-
"engines": {
|
|
5894
|
-
"node": ">=12"
|
|
5895
|
-
},
|
|
5896
|
-
"funding": {
|
|
5897
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5898
|
-
}
|
|
5899
|
-
},
|
|
5900
5607
|
"node_modules/@salesforce/prettier-config": {
|
|
5901
5608
|
"version": "0.0.3",
|
|
5902
5609
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -5911,15 +5618,15 @@
|
|
|
5911
5618
|
"license": "ISC"
|
|
5912
5619
|
},
|
|
5913
5620
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5914
|
-
"version": "12.0.
|
|
5915
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
5916
|
-
"integrity": "sha512-
|
|
5621
|
+
"version": "12.0.8",
|
|
5622
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz",
|
|
5623
|
+
"integrity": "sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==",
|
|
5917
5624
|
"license": "BSD-3-Clause",
|
|
5918
5625
|
"dependencies": {
|
|
5919
5626
|
"@inquirer/confirm": "^3.1.22",
|
|
5920
5627
|
"@inquirer/password": "^2.2.0",
|
|
5921
5628
|
"@oclif/core": "^4.0.27",
|
|
5922
|
-
"@oclif/table": "^0.2.
|
|
5629
|
+
"@oclif/table": "^0.2.1",
|
|
5923
5630
|
"@salesforce/core": "^8.5.1",
|
|
5924
5631
|
"@salesforce/kit": "^3.2.3",
|
|
5925
5632
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -5935,9 +5642,9 @@
|
|
|
5935
5642
|
}
|
|
5936
5643
|
},
|
|
5937
5644
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
5938
|
-
"version": "0.2.
|
|
5939
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.
|
|
5940
|
-
"integrity": "sha512
|
|
5645
|
+
"version": "0.2.1",
|
|
5646
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz",
|
|
5647
|
+
"integrity": "sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==",
|
|
5941
5648
|
"license": "MIT",
|
|
5942
5649
|
"dependencies": {
|
|
5943
5650
|
"@oclif/core": "^4",
|
|
@@ -6292,9 +5999,9 @@
|
|
|
6292
5999
|
}
|
|
6293
6000
|
},
|
|
6294
6001
|
"node_modules/@salesforce/templates": {
|
|
6295
|
-
"version": "
|
|
6296
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-
|
|
6297
|
-
"integrity": "sha512-
|
|
6002
|
+
"version": "62.0.2",
|
|
6003
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-62.0.2.tgz",
|
|
6004
|
+
"integrity": "sha512-mUuQw7J9et8ajkLblF7m4z9SYmoReXHwTQvUGpOd0sjFURxN1KtbVMHllZ3N1L0UZuIFX40CqmsboKxA13kzgA==",
|
|
6298
6005
|
"license": "BSD-3-Clause",
|
|
6299
6006
|
"dependencies": {
|
|
6300
6007
|
"@salesforce/kit": "^3.2.3",
|
package/oclif.lock
CHANGED
|
@@ -1332,10 +1332,10 @@
|
|
|
1332
1332
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1333
1333
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1334
1334
|
|
|
1335
|
-
"@jsforce/jsforce-node@^3.2.2", "@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.5.1", "@jsforce/jsforce-node@^3.5.2":
|
|
1336
|
-
version "3.
|
|
1337
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1338
|
-
integrity sha512-
|
|
1335
|
+
"@jsforce/jsforce-node@^3.2.2", "@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.5.1", "@jsforce/jsforce-node@^3.5.2", "@jsforce/jsforce-node@^3.6.1":
|
|
1336
|
+
version "3.6.1"
|
|
1337
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.1.tgz"
|
|
1338
|
+
integrity sha512-N294vrCY7bIdHzTNAHe0t20riTxozEyvCmYPM4rp/C7uGdBX3AYrPDBdojw7rsXOBsRtoFqr7L/tUwMbw1hRTg==
|
|
1339
1339
|
dependencies:
|
|
1340
1340
|
"@sindresorhus/is" "^4"
|
|
1341
1341
|
base64url "^3.0.1"
|
|
@@ -1346,7 +1346,6 @@
|
|
|
1346
1346
|
https-proxy-agent "^5.0.0"
|
|
1347
1347
|
multistream "^3.1.0"
|
|
1348
1348
|
node-fetch "^2.6.1"
|
|
1349
|
-
strip-ansi "^6.0.0"
|
|
1350
1349
|
xml2js "^0.6.2"
|
|
1351
1350
|
|
|
1352
1351
|
"@microsoft/applicationinsights-web-snippet@1.0.1":
|
|
@@ -1739,10 +1738,10 @@
|
|
|
1739
1738
|
strip-ansi "^7.1.0"
|
|
1740
1739
|
wrap-ansi "^9.0.0"
|
|
1741
1740
|
|
|
1742
|
-
"@oclif/table@^0.2.
|
|
1743
|
-
version "0.2.
|
|
1744
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.
|
|
1745
|
-
integrity sha512
|
|
1741
|
+
"@oclif/table@^0.2.1":
|
|
1742
|
+
version "0.2.1"
|
|
1743
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz"
|
|
1744
|
+
integrity sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==
|
|
1746
1745
|
dependencies:
|
|
1747
1746
|
"@oclif/core" "^4"
|
|
1748
1747
|
"@types/react" "^18.3.11"
|
|
@@ -1948,12 +1947,12 @@
|
|
|
1948
1947
|
strip-ansi "6.0.1"
|
|
1949
1948
|
ts-retry-promise "^0.8.1"
|
|
1950
1949
|
|
|
1951
|
-
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.8", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2":
|
|
1952
|
-
version "8.6.
|
|
1953
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.6.
|
|
1954
|
-
integrity sha512-
|
|
1950
|
+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.8", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3":
|
|
1951
|
+
version "8.6.3"
|
|
1952
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.6.3.tgz"
|
|
1953
|
+
integrity sha512-fxY3J9AttGztTY45AYH4QP1cKB3OD1fJMDd1j/ALGCI6EMb2iMPp52awKVKHxrd/eTbZhn1OV5Jr0r6nJx5Hhw==
|
|
1955
1954
|
dependencies:
|
|
1956
|
-
"@jsforce/jsforce-node" "^3.
|
|
1955
|
+
"@jsforce/jsforce-node" "^3.6.1"
|
|
1957
1956
|
"@salesforce/kit" "^3.2.2"
|
|
1958
1957
|
"@salesforce/schemas" "^1.9.0"
|
|
1959
1958
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -2164,16 +2163,16 @@
|
|
|
2164
2163
|
got "^13.0.0"
|
|
2165
2164
|
proxy-agent "^6.4.0"
|
|
2166
2165
|
|
|
2167
|
-
"@salesforce/plugin-org@4.
|
|
2168
|
-
version "4.
|
|
2169
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
2170
|
-
integrity sha512-
|
|
2166
|
+
"@salesforce/plugin-org@4.8.1":
|
|
2167
|
+
version "4.8.1"
|
|
2168
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.8.1.tgz"
|
|
2169
|
+
integrity sha512-WJ4sylxOZj9Sj8ypafVIEfDhPvdNli35VPS13O3xnCQvMy38DbPvq51B4r7r87V+Hnb2T0yRVnQoynjTzW9JtA==
|
|
2171
2170
|
dependencies:
|
|
2172
2171
|
"@oclif/core" "^4.0.29"
|
|
2173
2172
|
"@oclif/multi-stage-output" "^0.7.7"
|
|
2174
|
-
"@salesforce/core" "^8.6.
|
|
2173
|
+
"@salesforce/core" "^8.6.3"
|
|
2175
2174
|
"@salesforce/kit" "^3.2.3"
|
|
2176
|
-
"@salesforce/sf-plugins-core" "^
|
|
2175
|
+
"@salesforce/sf-plugins-core" "^12.0.6"
|
|
2177
2176
|
"@salesforce/source-deploy-retrieve" "^12.8.1"
|
|
2178
2177
|
ansis "^3.2.0"
|
|
2179
2178
|
change-case "^5.4.4"
|
|
@@ -2230,14 +2229,14 @@
|
|
|
2230
2229
|
"@salesforce/core" "^8.6.2"
|
|
2231
2230
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2232
2231
|
|
|
2233
|
-
"@salesforce/plugin-settings@2.
|
|
2234
|
-
version "2.
|
|
2235
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
2236
|
-
integrity sha512-
|
|
2232
|
+
"@salesforce/plugin-settings@2.4.1":
|
|
2233
|
+
version "2.4.1"
|
|
2234
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.1.tgz"
|
|
2235
|
+
integrity sha512-lrvWZsSotK29Bnf6WzWMFy0SRBd3chjKZNuMiIffRA3C/PGJ1m1c//NmxRAf6gdKal8wbvyG/ZYI8apOJOTPQA==
|
|
2237
2236
|
dependencies:
|
|
2238
2237
|
"@oclif/core" "^4"
|
|
2239
2238
|
"@salesforce/core" "^8.6.2"
|
|
2240
|
-
"@salesforce/sf-plugins-core" "^
|
|
2239
|
+
"@salesforce/sf-plugins-core" "^12.0.8"
|
|
2241
2240
|
fast-levenshtein "^3.0.0"
|
|
2242
2241
|
|
|
2243
2242
|
"@salesforce/plugin-sobject@1.4.42":
|
|
@@ -2287,14 +2286,14 @@
|
|
|
2287
2286
|
"@salesforce/ts-types" "^2.0.11"
|
|
2288
2287
|
debug "^4.3.7"
|
|
2289
2288
|
|
|
2290
|
-
"@salesforce/plugin-templates@56.3.
|
|
2291
|
-
version "56.3.
|
|
2292
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
2293
|
-
integrity sha512-
|
|
2289
|
+
"@salesforce/plugin-templates@56.3.25":
|
|
2290
|
+
version "56.3.25"
|
|
2291
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.25.tgz"
|
|
2292
|
+
integrity sha512-AaLHf+5JRjcTvbpMXh5BqZ9t3pJRlKt5iZtBs3cn97dXURZ1rpBKdowZ0dSz4mgN8C78vsgpgJn/8Ee8tp0y9Q==
|
|
2294
2293
|
dependencies:
|
|
2295
2294
|
"@salesforce/core" "^8.6.2"
|
|
2296
|
-
"@salesforce/sf-plugins-core" "^
|
|
2297
|
-
"@salesforce/templates" "^
|
|
2295
|
+
"@salesforce/sf-plugins-core" "^12.0.8"
|
|
2296
|
+
"@salesforce/templates" "^62.0.2"
|
|
2298
2297
|
|
|
2299
2298
|
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.35":
|
|
2300
2299
|
version "3.7.35"
|
|
@@ -2313,14 +2312,14 @@
|
|
|
2313
2312
|
semver "^7.6.3"
|
|
2314
2313
|
shelljs "^0.8.4"
|
|
2315
2314
|
|
|
2316
|
-
"@salesforce/plugin-user@3.
|
|
2317
|
-
version "3.
|
|
2318
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
2319
|
-
integrity sha512-
|
|
2315
|
+
"@salesforce/plugin-user@3.6.0":
|
|
2316
|
+
version "3.6.0"
|
|
2317
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.0.tgz"
|
|
2318
|
+
integrity sha512-GiZz+V/vq61M76Cqemn9fwqERYbOazvBenJckLMAjNNtbpB3mi2MN7yP8a2mcpECBpAIF3zUF9pLqWu5tKoENA==
|
|
2320
2319
|
dependencies:
|
|
2321
2320
|
"@salesforce/core" "^8.6.1"
|
|
2322
2321
|
"@salesforce/kit" "^3.2.2"
|
|
2323
|
-
"@salesforce/sf-plugins-core" "^
|
|
2322
|
+
"@salesforce/sf-plugins-core" "^12.0.7"
|
|
2324
2323
|
"@salesforce/ts-types" "^2.0.11"
|
|
2325
2324
|
|
|
2326
2325
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -2423,15 +2422,15 @@
|
|
|
2423
2422
|
string-width "^7.2.0"
|
|
2424
2423
|
terminal-link "^3.0.0"
|
|
2425
2424
|
|
|
2426
|
-
"@salesforce/sf-plugins-core@^12.0.4", "@salesforce/sf-plugins-core@12.0.7":
|
|
2427
|
-
version "12.0.
|
|
2428
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
2429
|
-
integrity sha512-
|
|
2425
|
+
"@salesforce/sf-plugins-core@^12.0.4", "@salesforce/sf-plugins-core@^12.0.6", "@salesforce/sf-plugins-core@^12.0.7", "@salesforce/sf-plugins-core@^12.0.8", "@salesforce/sf-plugins-core@12.0.8":
|
|
2426
|
+
version "12.0.8"
|
|
2427
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz"
|
|
2428
|
+
integrity sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==
|
|
2430
2429
|
dependencies:
|
|
2431
2430
|
"@inquirer/confirm" "^3.1.22"
|
|
2432
2431
|
"@inquirer/password" "^2.2.0"
|
|
2433
2432
|
"@oclif/core" "^4.0.27"
|
|
2434
|
-
"@oclif/table" "^0.2.
|
|
2433
|
+
"@oclif/table" "^0.2.1"
|
|
2435
2434
|
"@salesforce/core" "^8.5.1"
|
|
2436
2435
|
"@salesforce/kit" "^3.2.3"
|
|
2437
2436
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -2487,10 +2486,10 @@
|
|
|
2487
2486
|
got "^11"
|
|
2488
2487
|
proxy-agent "^6.4.0"
|
|
2489
2488
|
|
|
2490
|
-
"@salesforce/templates@^
|
|
2491
|
-
version "
|
|
2492
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-
|
|
2493
|
-
integrity sha512-
|
|
2489
|
+
"@salesforce/templates@^62.0.2":
|
|
2490
|
+
version "62.0.2"
|
|
2491
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-62.0.2.tgz"
|
|
2492
|
+
integrity sha512-mUuQw7J9et8ajkLblF7m4z9SYmoReXHwTQvUGpOd0sjFURxN1KtbVMHllZ3N1L0UZuIFX40CqmsboKxA13kzgA==
|
|
2494
2493
|
dependencies:
|
|
2495
2494
|
"@salesforce/kit" "^3.2.3"
|
|
2496
2495
|
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.
|
|
4
|
+
"version": "2.65.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.35",
|
|
80
|
-
"@salesforce/plugin-community": "3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.0",
|
|
81
81
|
"@salesforce/plugin-dev": "2.4.2",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.24",
|
|
83
83
|
"@salesforce/plugin-env": "3.0.33",
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
"@salesforce/plugin-info": "3.4.13",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.36",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.3.0",
|
|
164
|
-
"@salesforce/plugin-org": "4.
|
|
164
|
+
"@salesforce/plugin-org": "4.8.1",
|
|
165
165
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
166
166
|
"@salesforce/plugin-schema": "3.3.37",
|
|
167
|
-
"@salesforce/plugin-settings": "2.
|
|
167
|
+
"@salesforce/plugin-settings": "2.4.1",
|
|
168
168
|
"@salesforce/plugin-sobject": "1.4.42",
|
|
169
169
|
"@salesforce/plugin-source": "3.5.21",
|
|
170
170
|
"@salesforce/plugin-telemetry": "3.6.17",
|
|
171
|
-
"@salesforce/plugin-templates": "56.3.
|
|
171
|
+
"@salesforce/plugin-templates": "56.3.25",
|
|
172
172
|
"@salesforce/plugin-trust": "3.7.35",
|
|
173
|
-
"@salesforce/plugin-user": "3.
|
|
174
|
-
"@salesforce/sf-plugins-core": "12.0.
|
|
173
|
+
"@salesforce/plugin-user": "3.6.0",
|
|
174
|
+
"@salesforce/sf-plugins-core": "12.0.8",
|
|
175
175
|
"ansis": "^3.3.0"
|
|
176
176
|
},
|
|
177
177
|
"pinnedDependencies": [
|