@salesforce/cli 2.64.6 → 2.65.0
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 +45 -45
- package/npm-shrinkwrap.json +30 -322
- package/oclif.lock +29 -29
- 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.0 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.0/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.0/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.0/src/commands/alias/unset.ts)_
|
|
302
302
|
|
|
303
303
|
## `sf analytics generate template`
|
|
304
304
|
|
|
@@ -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.0/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.0/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.0/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.0/src/commands/config/unset.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `sf data create file`
|
|
1290
1290
|
|
|
@@ -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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/src/commands/org/resume/scratch.ts)_
|
|
4620
4620
|
|
|
4621
4621
|
## `sf package create`
|
|
4622
4622
|
|
|
@@ -6141,7 +6141,7 @@ FLAG DESCRIPTIONS
|
|
|
6141
6141
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
6142
6142
|
```
|
|
6143
6143
|
|
|
6144
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6144
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/convert/mdapi.ts)_
|
|
6145
6145
|
|
|
6146
6146
|
## `sf project convert source`
|
|
6147
6147
|
|
|
@@ -6214,7 +6214,7 @@ FLAG DESCRIPTIONS
|
|
|
6214
6214
|
Override the api version used for api requests made by this command
|
|
6215
6215
|
```
|
|
6216
6216
|
|
|
6217
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6217
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/convert/source.ts)_
|
|
6218
6218
|
|
|
6219
6219
|
## `sf project convert source-behavior`
|
|
6220
6220
|
|
|
@@ -6272,7 +6272,7 @@ EXAMPLES
|
|
|
6272
6272
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/convert/source-behavior.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf project delete source`
|
|
6278
6278
|
|
|
@@ -6412,7 +6412,7 @@ FLAG DESCRIPTIONS
|
|
|
6412
6412
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6413
6413
|
```
|
|
6414
6414
|
|
|
6415
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6415
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/delete/source.ts)_
|
|
6416
6416
|
|
|
6417
6417
|
## `sf project delete tracking`
|
|
6418
6418
|
|
|
@@ -6449,7 +6449,7 @@ EXAMPLES
|
|
|
6449
6449
|
$ sf project delete tracking --target-org my-scratch
|
|
6450
6450
|
```
|
|
6451
6451
|
|
|
6452
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6452
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/delete/tracking.ts)_
|
|
6453
6453
|
|
|
6454
6454
|
## `sf project deploy cancel`
|
|
6455
6455
|
|
|
@@ -6521,7 +6521,7 @@ FLAG DESCRIPTIONS
|
|
|
6521
6521
|
project deploy report".
|
|
6522
6522
|
```
|
|
6523
6523
|
|
|
6524
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6524
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/cancel.ts)_
|
|
6525
6525
|
|
|
6526
6526
|
## `sf project deploy preview`
|
|
6527
6527
|
|
|
@@ -6604,7 +6604,7 @@ FLAG DESCRIPTIONS
|
|
|
6604
6604
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6605
6605
|
```
|
|
6606
6606
|
|
|
6607
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6607
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/preview.ts)_
|
|
6608
6608
|
|
|
6609
6609
|
## `sf project deploy quick`
|
|
6610
6610
|
|
|
@@ -6697,7 +6697,7 @@ ERROR CODES
|
|
|
6697
6697
|
Canceling (69) The deploy is being canceled.
|
|
6698
6698
|
```
|
|
6699
6699
|
|
|
6700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6700
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/quick.ts)_
|
|
6701
6701
|
|
|
6702
6702
|
## `sf project deploy report`
|
|
6703
6703
|
|
|
@@ -6789,7 +6789,7 @@ FLAG DESCRIPTIONS
|
|
|
6789
6789
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6790
6790
|
```
|
|
6791
6791
|
|
|
6792
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6792
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/report.ts)_
|
|
6793
6793
|
|
|
6794
6794
|
## `sf project deploy resume`
|
|
6795
6795
|
|
|
@@ -6886,7 +6886,7 @@ ERROR CODES
|
|
|
6886
6886
|
Canceling (69) The deploy is being canceled.
|
|
6887
6887
|
```
|
|
6888
6888
|
|
|
6889
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6889
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/resume.ts)_
|
|
6890
6890
|
|
|
6891
6891
|
## `sf project deploy start`
|
|
6892
6892
|
|
|
@@ -7139,7 +7139,7 @@ ERROR CODES
|
|
|
7139
7139
|
Canceling (69) The deploy is being canceled.
|
|
7140
7140
|
```
|
|
7141
7141
|
|
|
7142
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7142
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/start.ts)_
|
|
7143
7143
|
|
|
7144
7144
|
## `sf project deploy validate`
|
|
7145
7145
|
|
|
@@ -7329,7 +7329,7 @@ ERROR CODES
|
|
|
7329
7329
|
Canceling (69) The deploy is being canceled.
|
|
7330
7330
|
```
|
|
7331
7331
|
|
|
7332
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7332
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/deploy/validate.ts)_
|
|
7333
7333
|
|
|
7334
7334
|
## `sf project generate`
|
|
7335
7335
|
|
|
@@ -7511,7 +7511,7 @@ EXAMPLES
|
|
|
7511
7511
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7512
7512
|
```
|
|
7513
7513
|
|
|
7514
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7514
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/generate/manifest.ts)_
|
|
7515
7515
|
|
|
7516
7516
|
## `sf project list ignored`
|
|
7517
7517
|
|
|
@@ -7553,7 +7553,7 @@ EXAMPLES
|
|
|
7553
7553
|
$ sf project list ignored --source-dir package.xml
|
|
7554
7554
|
```
|
|
7555
7555
|
|
|
7556
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7556
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/list/ignored.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf project reset tracking`
|
|
7559
7559
|
|
|
@@ -7602,7 +7602,7 @@ EXAMPLES
|
|
|
7602
7602
|
$ sf project reset tracking --revision 30
|
|
7603
7603
|
```
|
|
7604
7604
|
|
|
7605
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7605
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/reset/tracking.ts)_
|
|
7606
7606
|
|
|
7607
7607
|
## `sf project retrieve preview`
|
|
7608
7608
|
|
|
@@ -7656,7 +7656,7 @@ FLAG DESCRIPTIONS
|
|
|
7656
7656
|
production orgs.
|
|
7657
7657
|
```
|
|
7658
7658
|
|
|
7659
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7659
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/retrieve/preview.ts)_
|
|
7660
7660
|
|
|
7661
7661
|
## `sf project retrieve start`
|
|
7662
7662
|
|
|
@@ -7833,7 +7833,7 @@ ENVIRONMENT VARIABLES
|
|
|
7833
7833
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7834
7834
|
```
|
|
7835
7835
|
|
|
7836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.0/src/commands/project/retrieve/start.ts)_
|
|
7837
7837
|
|
|
7838
7838
|
## `sf schema generate field`
|
|
7839
7839
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.65.0",
|
|
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.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.70",
|
|
30
30
|
"@salesforce/plugin-data": "3.8.1",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.0",
|
|
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.0",
|
|
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.0",
|
|
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
42
|
"@salesforce/plugin-templates": "56.3.24",
|
|
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": {
|
|
@@ -4684,9 +4684,9 @@
|
|
|
4684
4684
|
}
|
|
4685
4685
|
},
|
|
4686
4686
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4687
|
-
"version": "3.
|
|
4688
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.
|
|
4689
|
-
"integrity": "sha512-
|
|
4687
|
+
"version": "3.15.0",
|
|
4688
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.0.tgz",
|
|
4689
|
+
"integrity": "sha512-e5EYYRZ1jink/9kPO1q+uYT1Itu9USs/JE4cVvZEwGZXOrhVGHj4YIRxwDBx63yH6wBS4Lgfz35yGkKvAUMJKA==",
|
|
4690
4690
|
"license": "BSD-3-Clause",
|
|
4691
4691
|
"dependencies": {
|
|
4692
4692
|
"@oclif/core": "^4.0.28",
|
|
@@ -4695,7 +4695,7 @@
|
|
|
4695
4695
|
"@salesforce/core": "^8.6.1",
|
|
4696
4696
|
"@salesforce/kit": "^3.2.3",
|
|
4697
4697
|
"@salesforce/plugin-info": "^3.4.9",
|
|
4698
|
-
"@salesforce/sf-plugins-core": "^
|
|
4698
|
+
"@salesforce/sf-plugins-core": "^12.0.4",
|
|
4699
4699
|
"@salesforce/source-deploy-retrieve": "^12.7.4",
|
|
4700
4700
|
"@salesforce/source-tracking": "^7.1.16",
|
|
4701
4701
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -4706,79 +4706,6 @@
|
|
|
4706
4706
|
"node": ">=18.0.0"
|
|
4707
4707
|
}
|
|
4708
4708
|
},
|
|
4709
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
|
|
4710
|
-
"version": "11.3.12",
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
4712
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
4713
|
-
"license": "BSD-3-Clause",
|
|
4714
|
-
"dependencies": {
|
|
4715
|
-
"@inquirer/confirm": "^3.1.22",
|
|
4716
|
-
"@inquirer/password": "^2.2.0",
|
|
4717
|
-
"@oclif/core": "^4.0.27",
|
|
4718
|
-
"@salesforce/core": "^8.5.1",
|
|
4719
|
-
"@salesforce/kit": "^3.2.3",
|
|
4720
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
4721
|
-
"ansis": "^3.3.2",
|
|
4722
|
-
"cli-progress": "^3.12.0",
|
|
4723
|
-
"natural-orderby": "^3.0.2",
|
|
4724
|
-
"slice-ansi": "^7.1.0",
|
|
4725
|
-
"string-width": "^7.2.0",
|
|
4726
|
-
"terminal-link": "^3.0.0"
|
|
4727
|
-
},
|
|
4728
|
-
"engines": {
|
|
4729
|
-
"node": ">=18.0.0"
|
|
4730
|
-
}
|
|
4731
|
-
},
|
|
4732
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ansi-regex": {
|
|
4733
|
-
"version": "6.0.1",
|
|
4734
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4735
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4736
|
-
"license": "MIT",
|
|
4737
|
-
"engines": {
|
|
4738
|
-
"node": ">=12"
|
|
4739
|
-
},
|
|
4740
|
-
"funding": {
|
|
4741
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4742
|
-
}
|
|
4743
|
-
},
|
|
4744
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/emoji-regex": {
|
|
4745
|
-
"version": "10.3.0",
|
|
4746
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4747
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4748
|
-
"license": "MIT"
|
|
4749
|
-
},
|
|
4750
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/string-width": {
|
|
4751
|
-
"version": "7.2.0",
|
|
4752
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4753
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4754
|
-
"license": "MIT",
|
|
4755
|
-
"dependencies": {
|
|
4756
|
-
"emoji-regex": "^10.3.0",
|
|
4757
|
-
"get-east-asian-width": "^1.0.0",
|
|
4758
|
-
"strip-ansi": "^7.1.0"
|
|
4759
|
-
},
|
|
4760
|
-
"engines": {
|
|
4761
|
-
"node": ">=18"
|
|
4762
|
-
},
|
|
4763
|
-
"funding": {
|
|
4764
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4765
|
-
}
|
|
4766
|
-
},
|
|
4767
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/strip-ansi": {
|
|
4768
|
-
"version": "7.1.0",
|
|
4769
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4770
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4771
|
-
"license": "MIT",
|
|
4772
|
-
"dependencies": {
|
|
4773
|
-
"ansi-regex": "^6.0.1"
|
|
4774
|
-
},
|
|
4775
|
-
"engines": {
|
|
4776
|
-
"node": ">=12"
|
|
4777
|
-
},
|
|
4778
|
-
"funding": {
|
|
4779
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4780
|
-
}
|
|
4781
|
-
},
|
|
4782
4709
|
"node_modules/@salesforce/plugin-info": {
|
|
4783
4710
|
"version": "3.4.13",
|
|
4784
4711
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz",
|
|
@@ -4905,16 +4832,16 @@
|
|
|
4905
4832
|
}
|
|
4906
4833
|
},
|
|
4907
4834
|
"node_modules/@salesforce/plugin-org": {
|
|
4908
|
-
"version": "4.
|
|
4909
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
4910
|
-
"integrity": "sha512-
|
|
4835
|
+
"version": "4.8.0",
|
|
4836
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.8.0.tgz",
|
|
4837
|
+
"integrity": "sha512-OXBVM+xMfDhTTl+pW96iOdVHSPx7MaNORehTeCrCXYTVhkkbYGvOadu/UUzODNN4CElO4w4nJXKri67fNKYy2w==",
|
|
4911
4838
|
"license": "BSD-3-Clause",
|
|
4912
4839
|
"dependencies": {
|
|
4913
4840
|
"@oclif/core": "^4.0.29",
|
|
4914
4841
|
"@oclif/multi-stage-output": "^0.7.7",
|
|
4915
4842
|
"@salesforce/core": "^8.6.1",
|
|
4916
4843
|
"@salesforce/kit": "^3.2.3",
|
|
4917
|
-
"@salesforce/sf-plugins-core": "^
|
|
4844
|
+
"@salesforce/sf-plugins-core": "^12.0.6",
|
|
4918
4845
|
"@salesforce/source-deploy-retrieve": "^12.8.1",
|
|
4919
4846
|
"ansis": "^3.2.0",
|
|
4920
4847
|
"change-case": "^5.4.4",
|
|
@@ -4926,79 +4853,6 @@
|
|
|
4926
4853
|
"node": ">=18.0.0"
|
|
4927
4854
|
}
|
|
4928
4855
|
},
|
|
4929
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
4930
|
-
"version": "11.3.12",
|
|
4931
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
4932
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
4933
|
-
"license": "BSD-3-Clause",
|
|
4934
|
-
"dependencies": {
|
|
4935
|
-
"@inquirer/confirm": "^3.1.22",
|
|
4936
|
-
"@inquirer/password": "^2.2.0",
|
|
4937
|
-
"@oclif/core": "^4.0.27",
|
|
4938
|
-
"@salesforce/core": "^8.5.1",
|
|
4939
|
-
"@salesforce/kit": "^3.2.3",
|
|
4940
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
4941
|
-
"ansis": "^3.3.2",
|
|
4942
|
-
"cli-progress": "^3.12.0",
|
|
4943
|
-
"natural-orderby": "^3.0.2",
|
|
4944
|
-
"slice-ansi": "^7.1.0",
|
|
4945
|
-
"string-width": "^7.2.0",
|
|
4946
|
-
"terminal-link": "^3.0.0"
|
|
4947
|
-
},
|
|
4948
|
-
"engines": {
|
|
4949
|
-
"node": ">=18.0.0"
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
|
-
"node_modules/@salesforce/plugin-org/node_modules/ansi-regex": {
|
|
4953
|
-
"version": "6.0.1",
|
|
4954
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4955
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4956
|
-
"license": "MIT",
|
|
4957
|
-
"engines": {
|
|
4958
|
-
"node": ">=12"
|
|
4959
|
-
},
|
|
4960
|
-
"funding": {
|
|
4961
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4962
|
-
}
|
|
4963
|
-
},
|
|
4964
|
-
"node_modules/@salesforce/plugin-org/node_modules/emoji-regex": {
|
|
4965
|
-
"version": "10.3.0",
|
|
4966
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4967
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4968
|
-
"license": "MIT"
|
|
4969
|
-
},
|
|
4970
|
-
"node_modules/@salesforce/plugin-org/node_modules/string-width": {
|
|
4971
|
-
"version": "7.2.0",
|
|
4972
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4973
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4974
|
-
"license": "MIT",
|
|
4975
|
-
"dependencies": {
|
|
4976
|
-
"emoji-regex": "^10.3.0",
|
|
4977
|
-
"get-east-asian-width": "^1.0.0",
|
|
4978
|
-
"strip-ansi": "^7.1.0"
|
|
4979
|
-
},
|
|
4980
|
-
"engines": {
|
|
4981
|
-
"node": ">=18"
|
|
4982
|
-
},
|
|
4983
|
-
"funding": {
|
|
4984
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
"node_modules/@salesforce/plugin-org/node_modules/strip-ansi": {
|
|
4988
|
-
"version": "7.1.0",
|
|
4989
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4990
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4991
|
-
"license": "MIT",
|
|
4992
|
-
"dependencies": {
|
|
4993
|
-
"ansi-regex": "^6.0.1"
|
|
4994
|
-
},
|
|
4995
|
-
"engines": {
|
|
4996
|
-
"node": ">=12"
|
|
4997
|
-
},
|
|
4998
|
-
"funding": {
|
|
4999
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
4856
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5003
4857
|
"version": "2.8.12",
|
|
5004
4858
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.12.tgz",
|
|
@@ -5317,93 +5171,20 @@
|
|
|
5317
5171
|
}
|
|
5318
5172
|
},
|
|
5319
5173
|
"node_modules/@salesforce/plugin-settings": {
|
|
5320
|
-
"version": "2.
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
5322
|
-
"integrity": "sha512-
|
|
5174
|
+
"version": "2.4.0",
|
|
5175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.0.tgz",
|
|
5176
|
+
"integrity": "sha512-TWkyMrrmzbcxXvwDy2WqPN9wbDUd8+C4IbeUYCvoDuGLNLAJSDNaox03L/nMnzIHk4LwoPQMHpuS+UBWdSF5qQ==",
|
|
5323
5177
|
"license": "BSD-3-Clause",
|
|
5324
5178
|
"dependencies": {
|
|
5325
5179
|
"@oclif/core": "^4",
|
|
5326
5180
|
"@salesforce/core": "^8.6.2",
|
|
5327
|
-
"@salesforce/sf-plugins-core": "^
|
|
5181
|
+
"@salesforce/sf-plugins-core": "^12.0.4",
|
|
5328
5182
|
"fast-levenshtein": "^3.0.0"
|
|
5329
5183
|
},
|
|
5330
5184
|
"engines": {
|
|
5331
5185
|
"node": ">=18.0.0"
|
|
5332
5186
|
}
|
|
5333
5187
|
},
|
|
5334
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
5335
|
-
"version": "11.3.12",
|
|
5336
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5337
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5338
|
-
"license": "BSD-3-Clause",
|
|
5339
|
-
"dependencies": {
|
|
5340
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5341
|
-
"@inquirer/password": "^2.2.0",
|
|
5342
|
-
"@oclif/core": "^4.0.27",
|
|
5343
|
-
"@salesforce/core": "^8.5.1",
|
|
5344
|
-
"@salesforce/kit": "^3.2.3",
|
|
5345
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5346
|
-
"ansis": "^3.3.2",
|
|
5347
|
-
"cli-progress": "^3.12.0",
|
|
5348
|
-
"natural-orderby": "^3.0.2",
|
|
5349
|
-
"slice-ansi": "^7.1.0",
|
|
5350
|
-
"string-width": "^7.2.0",
|
|
5351
|
-
"terminal-link": "^3.0.0"
|
|
5352
|
-
},
|
|
5353
|
-
"engines": {
|
|
5354
|
-
"node": ">=18.0.0"
|
|
5355
|
-
}
|
|
5356
|
-
},
|
|
5357
|
-
"node_modules/@salesforce/plugin-settings/node_modules/ansi-regex": {
|
|
5358
|
-
"version": "6.0.1",
|
|
5359
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5360
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5361
|
-
"license": "MIT",
|
|
5362
|
-
"engines": {
|
|
5363
|
-
"node": ">=12"
|
|
5364
|
-
},
|
|
5365
|
-
"funding": {
|
|
5366
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5367
|
-
}
|
|
5368
|
-
},
|
|
5369
|
-
"node_modules/@salesforce/plugin-settings/node_modules/emoji-regex": {
|
|
5370
|
-
"version": "10.3.0",
|
|
5371
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5372
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5373
|
-
"license": "MIT"
|
|
5374
|
-
},
|
|
5375
|
-
"node_modules/@salesforce/plugin-settings/node_modules/string-width": {
|
|
5376
|
-
"version": "7.2.0",
|
|
5377
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5378
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5379
|
-
"license": "MIT",
|
|
5380
|
-
"dependencies": {
|
|
5381
|
-
"emoji-regex": "^10.3.0",
|
|
5382
|
-
"get-east-asian-width": "^1.0.0",
|
|
5383
|
-
"strip-ansi": "^7.1.0"
|
|
5384
|
-
},
|
|
5385
|
-
"engines": {
|
|
5386
|
-
"node": ">=18"
|
|
5387
|
-
},
|
|
5388
|
-
"funding": {
|
|
5389
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5390
|
-
}
|
|
5391
|
-
},
|
|
5392
|
-
"node_modules/@salesforce/plugin-settings/node_modules/strip-ansi": {
|
|
5393
|
-
"version": "7.1.0",
|
|
5394
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5395
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5396
|
-
"license": "MIT",
|
|
5397
|
-
"dependencies": {
|
|
5398
|
-
"ansi-regex": "^6.0.1"
|
|
5399
|
-
},
|
|
5400
|
-
"engines": {
|
|
5401
|
-
"node": ">=12"
|
|
5402
|
-
},
|
|
5403
|
-
"funding": {
|
|
5404
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5405
|
-
}
|
|
5406
|
-
},
|
|
5407
5188
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5408
5189
|
"version": "1.4.42",
|
|
5409
5190
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.42.tgz",
|
|
@@ -5883,93 +5664,20 @@
|
|
|
5883
5664
|
}
|
|
5884
5665
|
},
|
|
5885
5666
|
"node_modules/@salesforce/plugin-user": {
|
|
5886
|
-
"version": "3.
|
|
5887
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
5888
|
-
"integrity": "sha512-
|
|
5667
|
+
"version": "3.6.0",
|
|
5668
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.0.tgz",
|
|
5669
|
+
"integrity": "sha512-GiZz+V/vq61M76Cqemn9fwqERYbOazvBenJckLMAjNNtbpB3mi2MN7yP8a2mcpECBpAIF3zUF9pLqWu5tKoENA==",
|
|
5889
5670
|
"license": "BSD-3-Clause",
|
|
5890
5671
|
"dependencies": {
|
|
5891
5672
|
"@salesforce/core": "^8.6.1",
|
|
5892
5673
|
"@salesforce/kit": "^3.2.2",
|
|
5893
|
-
"@salesforce/sf-plugins-core": "^
|
|
5674
|
+
"@salesforce/sf-plugins-core": "^12.0.7",
|
|
5894
5675
|
"@salesforce/ts-types": "^2.0.11"
|
|
5895
5676
|
},
|
|
5896
5677
|
"engines": {
|
|
5897
5678
|
"node": ">=18.0.0"
|
|
5898
5679
|
}
|
|
5899
5680
|
},
|
|
5900
|
-
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
5901
|
-
"version": "11.3.12",
|
|
5902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5903
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5904
|
-
"license": "BSD-3-Clause",
|
|
5905
|
-
"dependencies": {
|
|
5906
|
-
"@inquirer/confirm": "^3.1.22",
|
|
5907
|
-
"@inquirer/password": "^2.2.0",
|
|
5908
|
-
"@oclif/core": "^4.0.27",
|
|
5909
|
-
"@salesforce/core": "^8.5.1",
|
|
5910
|
-
"@salesforce/kit": "^3.2.3",
|
|
5911
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5912
|
-
"ansis": "^3.3.2",
|
|
5913
|
-
"cli-progress": "^3.12.0",
|
|
5914
|
-
"natural-orderby": "^3.0.2",
|
|
5915
|
-
"slice-ansi": "^7.1.0",
|
|
5916
|
-
"string-width": "^7.2.0",
|
|
5917
|
-
"terminal-link": "^3.0.0"
|
|
5918
|
-
},
|
|
5919
|
-
"engines": {
|
|
5920
|
-
"node": ">=18.0.0"
|
|
5921
|
-
}
|
|
5922
|
-
},
|
|
5923
|
-
"node_modules/@salesforce/plugin-user/node_modules/ansi-regex": {
|
|
5924
|
-
"version": "6.0.1",
|
|
5925
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5926
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5927
|
-
"license": "MIT",
|
|
5928
|
-
"engines": {
|
|
5929
|
-
"node": ">=12"
|
|
5930
|
-
},
|
|
5931
|
-
"funding": {
|
|
5932
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5933
|
-
}
|
|
5934
|
-
},
|
|
5935
|
-
"node_modules/@salesforce/plugin-user/node_modules/emoji-regex": {
|
|
5936
|
-
"version": "10.3.0",
|
|
5937
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5938
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5939
|
-
"license": "MIT"
|
|
5940
|
-
},
|
|
5941
|
-
"node_modules/@salesforce/plugin-user/node_modules/string-width": {
|
|
5942
|
-
"version": "7.2.0",
|
|
5943
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5944
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5945
|
-
"license": "MIT",
|
|
5946
|
-
"dependencies": {
|
|
5947
|
-
"emoji-regex": "^10.3.0",
|
|
5948
|
-
"get-east-asian-width": "^1.0.0",
|
|
5949
|
-
"strip-ansi": "^7.1.0"
|
|
5950
|
-
},
|
|
5951
|
-
"engines": {
|
|
5952
|
-
"node": ">=18"
|
|
5953
|
-
},
|
|
5954
|
-
"funding": {
|
|
5955
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5956
|
-
}
|
|
5957
|
-
},
|
|
5958
|
-
"node_modules/@salesforce/plugin-user/node_modules/strip-ansi": {
|
|
5959
|
-
"version": "7.1.0",
|
|
5960
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5961
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5962
|
-
"license": "MIT",
|
|
5963
|
-
"dependencies": {
|
|
5964
|
-
"ansi-regex": "^6.0.1"
|
|
5965
|
-
},
|
|
5966
|
-
"engines": {
|
|
5967
|
-
"node": ">=12"
|
|
5968
|
-
},
|
|
5969
|
-
"funding": {
|
|
5970
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5971
|
-
}
|
|
5972
|
-
},
|
|
5973
5681
|
"node_modules/@salesforce/prettier-config": {
|
|
5974
5682
|
"version": "0.0.3",
|
|
5975
5683
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -5984,15 +5692,15 @@
|
|
|
5984
5692
|
"license": "ISC"
|
|
5985
5693
|
},
|
|
5986
5694
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5987
|
-
"version": "12.0.
|
|
5988
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
5989
|
-
"integrity": "sha512-
|
|
5695
|
+
"version": "12.0.8",
|
|
5696
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz",
|
|
5697
|
+
"integrity": "sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==",
|
|
5990
5698
|
"license": "BSD-3-Clause",
|
|
5991
5699
|
"dependencies": {
|
|
5992
5700
|
"@inquirer/confirm": "^3.1.22",
|
|
5993
5701
|
"@inquirer/password": "^2.2.0",
|
|
5994
5702
|
"@oclif/core": "^4.0.27",
|
|
5995
|
-
"@oclif/table": "^0.2.
|
|
5703
|
+
"@oclif/table": "^0.2.1",
|
|
5996
5704
|
"@salesforce/core": "^8.5.1",
|
|
5997
5705
|
"@salesforce/kit": "^3.2.3",
|
|
5998
5706
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -6008,9 +5716,9 @@
|
|
|
6008
5716
|
}
|
|
6009
5717
|
},
|
|
6010
5718
|
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
6011
|
-
"version": "0.2.
|
|
6012
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.
|
|
6013
|
-
"integrity": "sha512
|
|
5719
|
+
"version": "0.2.1",
|
|
5720
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz",
|
|
5721
|
+
"integrity": "sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==",
|
|
6014
5722
|
"license": "MIT",
|
|
6015
5723
|
"dependencies": {
|
|
6016
5724
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1739,10 +1739,10 @@
|
|
|
1739
1739
|
strip-ansi "^7.1.0"
|
|
1740
1740
|
wrap-ansi "^9.0.0"
|
|
1741
1741
|
|
|
1742
|
-
"@oclif/table@^0.2.
|
|
1743
|
-
version "0.2.
|
|
1744
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.
|
|
1745
|
-
integrity sha512
|
|
1742
|
+
"@oclif/table@^0.2.1":
|
|
1743
|
+
version "0.2.1"
|
|
1744
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz"
|
|
1745
|
+
integrity sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==
|
|
1746
1746
|
dependencies:
|
|
1747
1747
|
"@oclif/core" "^4"
|
|
1748
1748
|
"@types/react" "^18.3.11"
|
|
@@ -2109,10 +2109,10 @@
|
|
|
2109
2109
|
form-data "^4.0.0"
|
|
2110
2110
|
terminal-link "^3.0.0"
|
|
2111
2111
|
|
|
2112
|
-
"@salesforce/plugin-deploy-retrieve@3.
|
|
2113
|
-
version "3.
|
|
2114
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.
|
|
2115
|
-
integrity sha512-
|
|
2112
|
+
"@salesforce/plugin-deploy-retrieve@3.15.0":
|
|
2113
|
+
version "3.15.0"
|
|
2114
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.0.tgz"
|
|
2115
|
+
integrity sha512-e5EYYRZ1jink/9kPO1q+uYT1Itu9USs/JE4cVvZEwGZXOrhVGHj4YIRxwDBx63yH6wBS4Lgfz35yGkKvAUMJKA==
|
|
2116
2116
|
dependencies:
|
|
2117
2117
|
"@oclif/core" "^4.0.28"
|
|
2118
2118
|
"@oclif/multi-stage-output" "^0.7.7"
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
"@salesforce/core" "^8.6.1"
|
|
2121
2121
|
"@salesforce/kit" "^3.2.3"
|
|
2122
2122
|
"@salesforce/plugin-info" "^3.4.9"
|
|
2123
|
-
"@salesforce/sf-plugins-core" "^
|
|
2123
|
+
"@salesforce/sf-plugins-core" "^12.0.4"
|
|
2124
2124
|
"@salesforce/source-deploy-retrieve" "^12.7.4"
|
|
2125
2125
|
"@salesforce/source-tracking" "^7.1.16"
|
|
2126
2126
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -2164,16 +2164,16 @@
|
|
|
2164
2164
|
got "^13.0.0"
|
|
2165
2165
|
proxy-agent "^6.4.0"
|
|
2166
2166
|
|
|
2167
|
-
"@salesforce/plugin-org@4.
|
|
2168
|
-
version "4.
|
|
2169
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
2170
|
-
integrity sha512-
|
|
2167
|
+
"@salesforce/plugin-org@4.8.0":
|
|
2168
|
+
version "4.8.0"
|
|
2169
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.8.0.tgz"
|
|
2170
|
+
integrity sha512-OXBVM+xMfDhTTl+pW96iOdVHSPx7MaNORehTeCrCXYTVhkkbYGvOadu/UUzODNN4CElO4w4nJXKri67fNKYy2w==
|
|
2171
2171
|
dependencies:
|
|
2172
2172
|
"@oclif/core" "^4.0.29"
|
|
2173
2173
|
"@oclif/multi-stage-output" "^0.7.7"
|
|
2174
2174
|
"@salesforce/core" "^8.6.1"
|
|
2175
2175
|
"@salesforce/kit" "^3.2.3"
|
|
2176
|
-
"@salesforce/sf-plugins-core" "^
|
|
2176
|
+
"@salesforce/sf-plugins-core" "^12.0.6"
|
|
2177
2177
|
"@salesforce/source-deploy-retrieve" "^12.8.1"
|
|
2178
2178
|
ansis "^3.2.0"
|
|
2179
2179
|
change-case "^5.4.4"
|
|
@@ -2230,14 +2230,14 @@
|
|
|
2230
2230
|
"@salesforce/core" "^8.6.2"
|
|
2231
2231
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2232
2232
|
|
|
2233
|
-
"@salesforce/plugin-settings@2.
|
|
2234
|
-
version "2.
|
|
2235
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.
|
|
2236
|
-
integrity sha512-
|
|
2233
|
+
"@salesforce/plugin-settings@2.4.0":
|
|
2234
|
+
version "2.4.0"
|
|
2235
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.0.tgz"
|
|
2236
|
+
integrity sha512-TWkyMrrmzbcxXvwDy2WqPN9wbDUd8+C4IbeUYCvoDuGLNLAJSDNaox03L/nMnzIHk4LwoPQMHpuS+UBWdSF5qQ==
|
|
2237
2237
|
dependencies:
|
|
2238
2238
|
"@oclif/core" "^4"
|
|
2239
2239
|
"@salesforce/core" "^8.6.2"
|
|
2240
|
-
"@salesforce/sf-plugins-core" "^
|
|
2240
|
+
"@salesforce/sf-plugins-core" "^12.0.4"
|
|
2241
2241
|
fast-levenshtein "^3.0.0"
|
|
2242
2242
|
|
|
2243
2243
|
"@salesforce/plugin-sobject@1.4.42":
|
|
@@ -2313,14 +2313,14 @@
|
|
|
2313
2313
|
semver "^7.6.3"
|
|
2314
2314
|
shelljs "^0.8.4"
|
|
2315
2315
|
|
|
2316
|
-
"@salesforce/plugin-user@3.
|
|
2317
|
-
version "3.
|
|
2318
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
2319
|
-
integrity sha512-
|
|
2316
|
+
"@salesforce/plugin-user@3.6.0":
|
|
2317
|
+
version "3.6.0"
|
|
2318
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.0.tgz"
|
|
2319
|
+
integrity sha512-GiZz+V/vq61M76Cqemn9fwqERYbOazvBenJckLMAjNNtbpB3mi2MN7yP8a2mcpECBpAIF3zUF9pLqWu5tKoENA==
|
|
2320
2320
|
dependencies:
|
|
2321
2321
|
"@salesforce/core" "^8.6.1"
|
|
2322
2322
|
"@salesforce/kit" "^3.2.2"
|
|
2323
|
-
"@salesforce/sf-plugins-core" "^
|
|
2323
|
+
"@salesforce/sf-plugins-core" "^12.0.7"
|
|
2324
2324
|
"@salesforce/ts-types" "^2.0.11"
|
|
2325
2325
|
|
|
2326
2326
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -2423,15 +2423,15 @@
|
|
|
2423
2423
|
string-width "^7.2.0"
|
|
2424
2424
|
terminal-link "^3.0.0"
|
|
2425
2425
|
|
|
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-
|
|
2426
|
+
"@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":
|
|
2427
|
+
version "12.0.8"
|
|
2428
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz"
|
|
2429
|
+
integrity sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==
|
|
2430
2430
|
dependencies:
|
|
2431
2431
|
"@inquirer/confirm" "^3.1.22"
|
|
2432
2432
|
"@inquirer/password" "^2.2.0"
|
|
2433
2433
|
"@oclif/core" "^4.0.27"
|
|
2434
|
-
"@oclif/table" "^0.2.
|
|
2434
|
+
"@oclif/table" "^0.2.1"
|
|
2435
2435
|
"@salesforce/core" "^8.5.1"
|
|
2436
2436
|
"@salesforce/kit" "^3.2.3"
|
|
2437
2437
|
"@salesforce/ts-types" "^2.0.12"
|
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.0",
|
|
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",
|
|
@@ -157,21 +157,21 @@
|
|
|
157
157
|
"@salesforce/plugin-api": "1.3.1",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.70",
|
|
159
159
|
"@salesforce/plugin-data": "3.8.1",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.0",
|
|
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.0",
|
|
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.0",
|
|
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
171
|
"@salesforce/plugin-templates": "56.3.24",
|
|
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": [
|