@salesforce/cli 2.63.6 → 2.63.8
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 +39 -35
- package/npm-shrinkwrap.json +354 -160
- package/oclif.lock +96 -21
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.63.
|
|
27
|
+
@salesforce/cli/2.63.8 darwin-arm64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2935,7 +2935,7 @@ FLAG DESCRIPTIONS
|
|
|
2935
2935
|
sandbox.
|
|
2936
2936
|
```
|
|
2937
2937
|
|
|
2938
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2938
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/create/sandbox.ts)_
|
|
2939
2939
|
|
|
2940
2940
|
## `sf org create scratch`
|
|
2941
2941
|
|
|
@@ -3089,7 +3089,7 @@ FLAG DESCRIPTIONS
|
|
|
3089
3089
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3090
3090
|
```
|
|
3091
3091
|
|
|
3092
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3092
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/create/scratch.ts)_
|
|
3093
3093
|
|
|
3094
3094
|
## `sf org create user`
|
|
3095
3095
|
|
|
@@ -3243,7 +3243,7 @@ EXAMPLES
|
|
|
3243
3243
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3244
3244
|
```
|
|
3245
3245
|
|
|
3246
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3246
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/delete/sandbox.ts)_
|
|
3247
3247
|
|
|
3248
3248
|
## `sf org delete scratch`
|
|
3249
3249
|
|
|
@@ -3287,7 +3287,7 @@ EXAMPLES
|
|
|
3287
3287
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3288
3288
|
```
|
|
3289
3289
|
|
|
3290
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3290
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/delete/scratch.ts)_
|
|
3291
3291
|
|
|
3292
3292
|
## `sf org disable tracking`
|
|
3293
3293
|
|
|
@@ -3326,7 +3326,7 @@ EXAMPLES
|
|
|
3326
3326
|
$ sf org disable tracking
|
|
3327
3327
|
```
|
|
3328
3328
|
|
|
3329
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3329
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/disable/tracking.ts)_
|
|
3330
3330
|
|
|
3331
3331
|
## `sf org display`
|
|
3332
3332
|
|
|
@@ -3371,7 +3371,7 @@ EXAMPLES
|
|
|
3371
3371
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3372
3372
|
```
|
|
3373
3373
|
|
|
3374
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3374
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/display.ts)_
|
|
3375
3375
|
|
|
3376
3376
|
## `sf org display user`
|
|
3377
3377
|
|
|
@@ -3452,7 +3452,7 @@ EXAMPLES
|
|
|
3452
3452
|
$ sf org enable tracking
|
|
3453
3453
|
```
|
|
3454
3454
|
|
|
3455
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3455
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/enable/tracking.ts)_
|
|
3456
3456
|
|
|
3457
3457
|
## `sf org generate password`
|
|
3458
3458
|
|
|
@@ -3558,7 +3558,7 @@ EXAMPLES
|
|
|
3558
3558
|
$ sf org list --clean
|
|
3559
3559
|
```
|
|
3560
3560
|
|
|
3561
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3561
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/list.ts)_
|
|
3562
3562
|
|
|
3563
3563
|
## `sf org list auth`
|
|
3564
3564
|
|
|
@@ -3697,7 +3697,7 @@ FLAG DESCRIPTIONS
|
|
|
3697
3697
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3698
3698
|
```
|
|
3699
3699
|
|
|
3700
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3700
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/list/metadata.ts)_
|
|
3701
3701
|
|
|
3702
3702
|
## `sf org list metadata-types`
|
|
3703
3703
|
|
|
@@ -3752,7 +3752,7 @@ FLAG DESCRIPTIONS
|
|
|
3752
3752
|
Override the api version used for api requests made by this command
|
|
3753
3753
|
```
|
|
3754
3754
|
|
|
3755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/list/metadata-types.ts)_
|
|
3756
3756
|
|
|
3757
3757
|
## `sf org list sobject record-counts`
|
|
3758
3758
|
|
|
@@ -4273,7 +4273,7 @@ USAGE
|
|
|
4273
4273
|
FLAGS
|
|
4274
4274
|
-b, --browser=<option> Browser where the org opens.
|
|
4275
4275
|
<options: chrome|edge|firefox>
|
|
4276
|
-
-f, --source-file=<value> Path to
|
|
4276
|
+
-f, --source-file=<value> Path to ApexPage, FlexiPage, Flow, or Agent metadata to open in the associated Builder.
|
|
4277
4277
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
4278
4278
|
configuration variable is already set.
|
|
4279
4279
|
-p, --path=<value> Navigation URL path to open a specific page.
|
|
@@ -4292,8 +4292,8 @@ DESCRIPTION
|
|
|
4292
4292
|
the --path flag. For example, specify "--path lightning" to open Lightning Experience, or specify "--path
|
|
4293
4293
|
/apex/YourPage" to open a Visualforce page.
|
|
4294
4294
|
|
|
4295
|
-
Use the --source-file to open
|
|
4296
|
-
|
|
4295
|
+
Use the --source-file flag to open ApexPage, FlexiPage, Flow, or Agent metadata from your local project in the
|
|
4296
|
+
associated Builder within the Org.
|
|
4297
4297
|
|
|
4298
4298
|
To generate a URL but not launch it in your browser, specify --url-only.
|
|
4299
4299
|
|
|
@@ -4329,9 +4329,13 @@ EXAMPLES
|
|
|
4329
4329
|
Open a local Flow in Flow Builder:
|
|
4330
4330
|
|
|
4331
4331
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4332
|
+
|
|
4333
|
+
Open local Agent metadata (Bot) in Agent Builder:
|
|
4334
|
+
|
|
4335
|
+
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4332
4336
|
```
|
|
4333
4337
|
|
|
4334
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4338
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/open.ts)_
|
|
4335
4339
|
|
|
4336
4340
|
## `sf org refresh sandbox`
|
|
4337
4341
|
|
|
@@ -4408,7 +4412,7 @@ FLAG DESCRIPTIONS
|
|
|
4408
4412
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4409
4413
|
```
|
|
4410
4414
|
|
|
4411
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4415
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/refresh/sandbox.ts)_
|
|
4412
4416
|
|
|
4413
4417
|
## `sf org resume sandbox`
|
|
4414
4418
|
|
|
@@ -4471,7 +4475,7 @@ FLAG DESCRIPTIONS
|
|
|
4471
4475
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4472
4476
|
```
|
|
4473
4477
|
|
|
4474
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4478
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/resume/sandbox.ts)_
|
|
4475
4479
|
|
|
4476
4480
|
## `sf org resume scratch`
|
|
4477
4481
|
|
|
@@ -4518,7 +4522,7 @@ FLAG DESCRIPTIONS
|
|
|
4518
4522
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4519
4523
|
```
|
|
4520
4524
|
|
|
4521
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4525
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.7.0/src/commands/org/resume/scratch.ts)_
|
|
4522
4526
|
|
|
4523
4527
|
## `sf package create`
|
|
4524
4528
|
|
|
@@ -6043,7 +6047,7 @@ FLAG DESCRIPTIONS
|
|
|
6043
6047
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
6044
6048
|
```
|
|
6045
6049
|
|
|
6046
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6050
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/mdapi.ts)_
|
|
6047
6051
|
|
|
6048
6052
|
## `sf project convert source`
|
|
6049
6053
|
|
|
@@ -6116,7 +6120,7 @@ FLAG DESCRIPTIONS
|
|
|
6116
6120
|
Override the api version used for api requests made by this command
|
|
6117
6121
|
```
|
|
6118
6122
|
|
|
6119
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6123
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/source.ts)_
|
|
6120
6124
|
|
|
6121
6125
|
## `sf project convert source-behavior`
|
|
6122
6126
|
|
|
@@ -6174,7 +6178,7 @@ EXAMPLES
|
|
|
6174
6178
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6175
6179
|
```
|
|
6176
6180
|
|
|
6177
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6181
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/convert/source-behavior.ts)_
|
|
6178
6182
|
|
|
6179
6183
|
## `sf project delete source`
|
|
6180
6184
|
|
|
@@ -6314,7 +6318,7 @@ FLAG DESCRIPTIONS
|
|
|
6314
6318
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6315
6319
|
```
|
|
6316
6320
|
|
|
6317
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6321
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/delete/source.ts)_
|
|
6318
6322
|
|
|
6319
6323
|
## `sf project delete tracking`
|
|
6320
6324
|
|
|
@@ -6351,7 +6355,7 @@ EXAMPLES
|
|
|
6351
6355
|
$ sf project delete tracking --target-org my-scratch
|
|
6352
6356
|
```
|
|
6353
6357
|
|
|
6354
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6358
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/delete/tracking.ts)_
|
|
6355
6359
|
|
|
6356
6360
|
## `sf project deploy cancel`
|
|
6357
6361
|
|
|
@@ -6423,7 +6427,7 @@ FLAG DESCRIPTIONS
|
|
|
6423
6427
|
project deploy report".
|
|
6424
6428
|
```
|
|
6425
6429
|
|
|
6426
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6430
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/cancel.ts)_
|
|
6427
6431
|
|
|
6428
6432
|
## `sf project deploy preview`
|
|
6429
6433
|
|
|
@@ -6506,7 +6510,7 @@ FLAG DESCRIPTIONS
|
|
|
6506
6510
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6507
6511
|
```
|
|
6508
6512
|
|
|
6509
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6513
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/preview.ts)_
|
|
6510
6514
|
|
|
6511
6515
|
## `sf project deploy quick`
|
|
6512
6516
|
|
|
@@ -6599,7 +6603,7 @@ ERROR CODES
|
|
|
6599
6603
|
Canceling (69) The deploy is being canceled.
|
|
6600
6604
|
```
|
|
6601
6605
|
|
|
6602
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6606
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/quick.ts)_
|
|
6603
6607
|
|
|
6604
6608
|
## `sf project deploy report`
|
|
6605
6609
|
|
|
@@ -6691,7 +6695,7 @@ FLAG DESCRIPTIONS
|
|
|
6691
6695
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6692
6696
|
```
|
|
6693
6697
|
|
|
6694
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6698
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/report.ts)_
|
|
6695
6699
|
|
|
6696
6700
|
## `sf project deploy resume`
|
|
6697
6701
|
|
|
@@ -6788,7 +6792,7 @@ ERROR CODES
|
|
|
6788
6792
|
Canceling (69) The deploy is being canceled.
|
|
6789
6793
|
```
|
|
6790
6794
|
|
|
6791
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
6795
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/resume.ts)_
|
|
6792
6796
|
|
|
6793
6797
|
## `sf project deploy start`
|
|
6794
6798
|
|
|
@@ -7041,7 +7045,7 @@ ERROR CODES
|
|
|
7041
7045
|
Canceling (69) The deploy is being canceled.
|
|
7042
7046
|
```
|
|
7043
7047
|
|
|
7044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7048
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/start.ts)_
|
|
7045
7049
|
|
|
7046
7050
|
## `sf project deploy validate`
|
|
7047
7051
|
|
|
@@ -7231,7 +7235,7 @@ ERROR CODES
|
|
|
7231
7235
|
Canceling (69) The deploy is being canceled.
|
|
7232
7236
|
```
|
|
7233
7237
|
|
|
7234
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7238
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/deploy/validate.ts)_
|
|
7235
7239
|
|
|
7236
7240
|
## `sf project generate`
|
|
7237
7241
|
|
|
@@ -7413,7 +7417,7 @@ EXAMPLES
|
|
|
7413
7417
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7414
7418
|
```
|
|
7415
7419
|
|
|
7416
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7420
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/generate/manifest.ts)_
|
|
7417
7421
|
|
|
7418
7422
|
## `sf project list ignored`
|
|
7419
7423
|
|
|
@@ -7455,7 +7459,7 @@ EXAMPLES
|
|
|
7455
7459
|
$ sf project list ignored --source-dir package.xml
|
|
7456
7460
|
```
|
|
7457
7461
|
|
|
7458
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7462
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/list/ignored.ts)_
|
|
7459
7463
|
|
|
7460
7464
|
## `sf project reset tracking`
|
|
7461
7465
|
|
|
@@ -7504,7 +7508,7 @@ EXAMPLES
|
|
|
7504
7508
|
$ sf project reset tracking --revision 30
|
|
7505
7509
|
```
|
|
7506
7510
|
|
|
7507
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7511
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/reset/tracking.ts)_
|
|
7508
7512
|
|
|
7509
7513
|
## `sf project retrieve preview`
|
|
7510
7514
|
|
|
@@ -7558,7 +7562,7 @@ FLAG DESCRIPTIONS
|
|
|
7558
7562
|
production orgs.
|
|
7559
7563
|
```
|
|
7560
7564
|
|
|
7561
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7565
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/preview.ts)_
|
|
7562
7566
|
|
|
7563
7567
|
## `sf project retrieve start`
|
|
7564
7568
|
|
|
@@ -7735,7 +7739,7 @@ ENVIRONMENT VARIABLES
|
|
|
7735
7739
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7736
7740
|
```
|
|
7737
7741
|
|
|
7738
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.
|
|
7742
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/start.ts)_
|
|
7739
7743
|
|
|
7740
7744
|
## `sf schema generate field`
|
|
7741
7745
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.63.
|
|
3
|
+
"version": "2.63.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.63.
|
|
9
|
+
"version": "2.63.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.68",
|
|
30
30
|
"@salesforce/plugin-data": "3.7.1",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.3",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.12",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.33",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
35
|
-
"@salesforce/plugin-org": "4.
|
|
35
|
+
"@salesforce/plugin-org": "4.7.0",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.36",
|
|
38
38
|
"@salesforce/plugin-settings": "2.3.24",
|
|
@@ -3417,6 +3417,21 @@
|
|
|
3417
3417
|
"node": ">=18"
|
|
3418
3418
|
}
|
|
3419
3419
|
},
|
|
3420
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
3421
|
+
"version": "4.3.0",
|
|
3422
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3423
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3424
|
+
"license": "MIT",
|
|
3425
|
+
"dependencies": {
|
|
3426
|
+
"color-convert": "^2.0.1"
|
|
3427
|
+
},
|
|
3428
|
+
"engines": {
|
|
3429
|
+
"node": ">=8"
|
|
3430
|
+
},
|
|
3431
|
+
"funding": {
|
|
3432
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3420
3435
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
3421
3436
|
"version": "4.1.0",
|
|
3422
3437
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3429,6 +3444,20 @@
|
|
|
3429
3444
|
"url": "https://github.com/sponsors/isaacs"
|
|
3430
3445
|
}
|
|
3431
3446
|
},
|
|
3447
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3448
|
+
"version": "6.2.0",
|
|
3449
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3450
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3451
|
+
"license": "MIT",
|
|
3452
|
+
"dependencies": {
|
|
3453
|
+
"ansi-styles": "^4.0.0",
|
|
3454
|
+
"string-width": "^4.1.0",
|
|
3455
|
+
"strip-ansi": "^6.0.0"
|
|
3456
|
+
},
|
|
3457
|
+
"engines": {
|
|
3458
|
+
"node": ">=8"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3432
3461
|
"node_modules/@inquirer/figures": {
|
|
3433
3462
|
"version": "1.0.5",
|
|
3434
3463
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
|
|
@@ -4163,9 +4192,9 @@
|
|
|
4163
4192
|
}
|
|
4164
4193
|
},
|
|
4165
4194
|
"node_modules/@oclif/multi-stage-output": {
|
|
4166
|
-
"version": "0.7.
|
|
4167
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.
|
|
4168
|
-
"integrity": "sha512-
|
|
4195
|
+
"version": "0.7.7",
|
|
4196
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.7.tgz",
|
|
4197
|
+
"integrity": "sha512-LTrjzyWfIheoQX0NwMQ7+rb/U75NNiNNmpjvZ42RHDJohDK3w5IWf5bUFCfMsVdEj6VV7fQpvGT2WYryNX+HmA==",
|
|
4169
4198
|
"license": "MIT",
|
|
4170
4199
|
"dependencies": {
|
|
4171
4200
|
"@oclif/core": "^4",
|
|
@@ -4180,24 +4209,6 @@
|
|
|
4180
4209
|
"node": ">=18.0.0"
|
|
4181
4210
|
}
|
|
4182
4211
|
},
|
|
4183
|
-
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
4184
|
-
"version": "6.0.1",
|
|
4185
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4186
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4187
|
-
"license": "MIT",
|
|
4188
|
-
"engines": {
|
|
4189
|
-
"node": ">=12"
|
|
4190
|
-
},
|
|
4191
|
-
"funding": {
|
|
4192
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
|
-
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
4196
|
-
"version": "10.3.0",
|
|
4197
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4198
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4199
|
-
"license": "MIT"
|
|
4200
|
-
},
|
|
4201
4212
|
"node_modules/@oclif/multi-stage-output/node_modules/figures": {
|
|
4202
4213
|
"version": "6.1.0",
|
|
4203
4214
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -4225,55 +4236,6 @@
|
|
|
4225
4236
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4226
4237
|
}
|
|
4227
4238
|
},
|
|
4228
|
-
"node_modules/@oclif/multi-stage-output/node_modules/string-width": {
|
|
4229
|
-
"version": "7.2.0",
|
|
4230
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4231
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4232
|
-
"license": "MIT",
|
|
4233
|
-
"dependencies": {
|
|
4234
|
-
"emoji-regex": "^10.3.0",
|
|
4235
|
-
"get-east-asian-width": "^1.0.0",
|
|
4236
|
-
"strip-ansi": "^7.1.0"
|
|
4237
|
-
},
|
|
4238
|
-
"engines": {
|
|
4239
|
-
"node": ">=18"
|
|
4240
|
-
},
|
|
4241
|
-
"funding": {
|
|
4242
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4243
|
-
}
|
|
4244
|
-
},
|
|
4245
|
-
"node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
|
|
4246
|
-
"version": "7.1.0",
|
|
4247
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4248
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4249
|
-
"license": "MIT",
|
|
4250
|
-
"dependencies": {
|
|
4251
|
-
"ansi-regex": "^6.0.1"
|
|
4252
|
-
},
|
|
4253
|
-
"engines": {
|
|
4254
|
-
"node": ">=12"
|
|
4255
|
-
},
|
|
4256
|
-
"funding": {
|
|
4257
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4258
|
-
}
|
|
4259
|
-
},
|
|
4260
|
-
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
4261
|
-
"version": "9.0.0",
|
|
4262
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
4263
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
4264
|
-
"license": "MIT",
|
|
4265
|
-
"dependencies": {
|
|
4266
|
-
"ansi-styles": "^6.2.1",
|
|
4267
|
-
"string-width": "^7.0.0",
|
|
4268
|
-
"strip-ansi": "^7.1.0"
|
|
4269
|
-
},
|
|
4270
|
-
"engines": {
|
|
4271
|
-
"node": ">=18"
|
|
4272
|
-
},
|
|
4273
|
-
"funding": {
|
|
4274
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4275
|
-
}
|
|
4276
|
-
},
|
|
4277
4239
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4278
4240
|
"version": "3.2.6",
|
|
4279
4241
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.6.tgz",
|
|
@@ -4625,29 +4587,6 @@
|
|
|
4625
4587
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4626
4588
|
}
|
|
4627
4589
|
},
|
|
4628
|
-
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
4629
|
-
"version": "10.3.0",
|
|
4630
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4631
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4632
|
-
"license": "MIT"
|
|
4633
|
-
},
|
|
4634
|
-
"node_modules/@oclif/table/node_modules/string-width": {
|
|
4635
|
-
"version": "7.2.0",
|
|
4636
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4637
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4638
|
-
"license": "MIT",
|
|
4639
|
-
"dependencies": {
|
|
4640
|
-
"emoji-regex": "^10.3.0",
|
|
4641
|
-
"get-east-asian-width": "^1.0.0",
|
|
4642
|
-
"strip-ansi": "^7.1.0"
|
|
4643
|
-
},
|
|
4644
|
-
"engines": {
|
|
4645
|
-
"node": ">=18"
|
|
4646
|
-
},
|
|
4647
|
-
"funding": {
|
|
4648
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4649
|
-
}
|
|
4650
|
-
},
|
|
4651
4590
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
4652
4591
|
"version": "7.1.0",
|
|
4653
4592
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -4663,23 +4602,6 @@
|
|
|
4663
4602
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4664
4603
|
}
|
|
4665
4604
|
},
|
|
4666
|
-
"node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
4667
|
-
"version": "9.0.0",
|
|
4668
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
4669
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
4670
|
-
"license": "MIT",
|
|
4671
|
-
"dependencies": {
|
|
4672
|
-
"ansi-styles": "^6.2.1",
|
|
4673
|
-
"string-width": "^7.0.0",
|
|
4674
|
-
"strip-ansi": "^7.1.0"
|
|
4675
|
-
},
|
|
4676
|
-
"engines": {
|
|
4677
|
-
"node": ">=18"
|
|
4678
|
-
},
|
|
4679
|
-
"funding": {
|
|
4680
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
4605
|
"node_modules/@octokit/auth-token": {
|
|
4684
4606
|
"version": "3.0.4",
|
|
4685
4607
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
|
|
@@ -5327,6 +5249,29 @@
|
|
|
5327
5249
|
"node": ">=18.0.0"
|
|
5328
5250
|
}
|
|
5329
5251
|
},
|
|
5252
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/plugin-info": {
|
|
5253
|
+
"version": "3.4.13",
|
|
5254
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz",
|
|
5255
|
+
"integrity": "sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==",
|
|
5256
|
+
"license": "BSD-3-Clause",
|
|
5257
|
+
"dependencies": {
|
|
5258
|
+
"@inquirer/input": "^2.3.0",
|
|
5259
|
+
"@jsforce/jsforce-node": "^3.2.2",
|
|
5260
|
+
"@oclif/core": "^4",
|
|
5261
|
+
"@salesforce/core": "^8.6.2",
|
|
5262
|
+
"@salesforce/kit": "^3.2.3",
|
|
5263
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5264
|
+
"got": "^13.0.0",
|
|
5265
|
+
"marked": "^4.3.0",
|
|
5266
|
+
"marked-terminal": "^4.2.0",
|
|
5267
|
+
"open": "^10.1.0",
|
|
5268
|
+
"proxy-agent": "^6.4.0",
|
|
5269
|
+
"semver": "^7.6.3"
|
|
5270
|
+
},
|
|
5271
|
+
"engines": {
|
|
5272
|
+
"node": ">=18.0.0"
|
|
5273
|
+
}
|
|
5274
|
+
},
|
|
5330
5275
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
5331
5276
|
"version": "3.1.8",
|
|
5332
5277
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.8.tgz",
|
|
@@ -5384,26 +5329,169 @@
|
|
|
5384
5329
|
}
|
|
5385
5330
|
},
|
|
5386
5331
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5387
|
-
"version": "3.
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.
|
|
5389
|
-
"integrity": "sha512-
|
|
5332
|
+
"version": "3.15.3",
|
|
5333
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.3.tgz",
|
|
5334
|
+
"integrity": "sha512-LvV2I/GxuYSHBmh0TgubKhrvsQFg8FyuZKnMprbvtJsaoueCbYBHLXdq+AYnVDF0dYqVYpInSY2twovZjfT1Pg==",
|
|
5390
5335
|
"license": "BSD-3-Clause",
|
|
5391
5336
|
"dependencies": {
|
|
5392
5337
|
"@oclif/core": "^4.0.28",
|
|
5338
|
+
"@oclif/multi-stage-output": "^0.7.7",
|
|
5393
5339
|
"@salesforce/apex-node": "^8.1.9",
|
|
5394
5340
|
"@salesforce/core": "^8.6.1",
|
|
5395
5341
|
"@salesforce/kit": "^3.2.3",
|
|
5396
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5397
|
-
"@salesforce/sf-plugins-core": "^
|
|
5342
|
+
"@salesforce/plugin-info": "^3.4.13",
|
|
5343
|
+
"@salesforce/sf-plugins-core": "^12.0.4",
|
|
5398
5344
|
"@salesforce/source-deploy-retrieve": "^12.7.4",
|
|
5399
|
-
"@salesforce/source-tracking": "^7.1.
|
|
5345
|
+
"@salesforce/source-tracking": "^7.1.17",
|
|
5346
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5347
|
+
"ansis": "^3.3.2",
|
|
5348
|
+
"terminal-link": "^3.0.0"
|
|
5349
|
+
},
|
|
5350
|
+
"engines": {
|
|
5351
|
+
"node": ">=18.0.0"
|
|
5352
|
+
}
|
|
5353
|
+
},
|
|
5354
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/table": {
|
|
5355
|
+
"version": "0.2.1",
|
|
5356
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz",
|
|
5357
|
+
"integrity": "sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==",
|
|
5358
|
+
"license": "MIT",
|
|
5359
|
+
"dependencies": {
|
|
5360
|
+
"@oclif/core": "^4",
|
|
5361
|
+
"@types/react": "^18.3.11",
|
|
5362
|
+
"change-case": "^5.4.4",
|
|
5363
|
+
"cli-truncate": "^4.0.0",
|
|
5364
|
+
"ink": "^5.0.1",
|
|
5365
|
+
"natural-orderby": "^3.0.2",
|
|
5366
|
+
"object-hash": "^3.0.0",
|
|
5367
|
+
"react": "^18.3.1",
|
|
5368
|
+
"strip-ansi": "^7.1.0",
|
|
5369
|
+
"wrap-ansi": "^9.0.0"
|
|
5370
|
+
},
|
|
5371
|
+
"engines": {
|
|
5372
|
+
"node": ">=18.0.0"
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/plugin-info": {
|
|
5376
|
+
"version": "3.4.13",
|
|
5377
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz",
|
|
5378
|
+
"integrity": "sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==",
|
|
5379
|
+
"license": "BSD-3-Clause",
|
|
5380
|
+
"dependencies": {
|
|
5381
|
+
"@inquirer/input": "^2.3.0",
|
|
5382
|
+
"@jsforce/jsforce-node": "^3.2.2",
|
|
5383
|
+
"@oclif/core": "^4",
|
|
5384
|
+
"@salesforce/core": "^8.6.2",
|
|
5385
|
+
"@salesforce/kit": "^3.2.3",
|
|
5386
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5387
|
+
"got": "^13.0.0",
|
|
5388
|
+
"marked": "^4.3.0",
|
|
5389
|
+
"marked-terminal": "^4.2.0",
|
|
5390
|
+
"open": "^10.1.0",
|
|
5391
|
+
"proxy-agent": "^6.4.0",
|
|
5392
|
+
"semver": "^7.6.3"
|
|
5393
|
+
},
|
|
5394
|
+
"engines": {
|
|
5395
|
+
"node": ">=18.0.0"
|
|
5396
|
+
}
|
|
5397
|
+
},
|
|
5398
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
5399
|
+
"version": "11.3.12",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
5401
|
+
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
5402
|
+
"license": "BSD-3-Clause",
|
|
5403
|
+
"dependencies": {
|
|
5404
|
+
"@inquirer/confirm": "^3.1.22",
|
|
5405
|
+
"@inquirer/password": "^2.2.0",
|
|
5406
|
+
"@oclif/core": "^4.0.27",
|
|
5407
|
+
"@salesforce/core": "^8.5.1",
|
|
5408
|
+
"@salesforce/kit": "^3.2.3",
|
|
5409
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5410
|
+
"ansis": "^3.3.2",
|
|
5411
|
+
"cli-progress": "^3.12.0",
|
|
5412
|
+
"natural-orderby": "^3.0.2",
|
|
5413
|
+
"slice-ansi": "^7.1.0",
|
|
5414
|
+
"string-width": "^7.2.0",
|
|
5415
|
+
"terminal-link": "^3.0.0"
|
|
5416
|
+
},
|
|
5417
|
+
"engines": {
|
|
5418
|
+
"node": ">=18.0.0"
|
|
5419
|
+
}
|
|
5420
|
+
},
|
|
5421
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
|
|
5422
|
+
"version": "12.0.8",
|
|
5423
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz",
|
|
5424
|
+
"integrity": "sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==",
|
|
5425
|
+
"license": "BSD-3-Clause",
|
|
5426
|
+
"dependencies": {
|
|
5427
|
+
"@inquirer/confirm": "^3.1.22",
|
|
5428
|
+
"@inquirer/password": "^2.2.0",
|
|
5429
|
+
"@oclif/core": "^4.0.27",
|
|
5430
|
+
"@oclif/table": "^0.2.1",
|
|
5431
|
+
"@salesforce/core": "^8.5.1",
|
|
5432
|
+
"@salesforce/kit": "^3.2.3",
|
|
5400
5433
|
"@salesforce/ts-types": "^2.0.12",
|
|
5401
|
-
"ansis": "^3.3.2"
|
|
5434
|
+
"ansis": "^3.3.2",
|
|
5435
|
+
"cli-progress": "^3.12.0",
|
|
5436
|
+
"natural-orderby": "^3.0.2",
|
|
5437
|
+
"slice-ansi": "^7.1.0",
|
|
5438
|
+
"string-width": "^7.2.0",
|
|
5439
|
+
"terminal-link": "^3.0.0"
|
|
5402
5440
|
},
|
|
5403
5441
|
"engines": {
|
|
5404
5442
|
"node": ">=18.0.0"
|
|
5405
5443
|
}
|
|
5406
5444
|
},
|
|
5445
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/ansi-regex": {
|
|
5446
|
+
"version": "6.0.1",
|
|
5447
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5448
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
5449
|
+
"license": "MIT",
|
|
5450
|
+
"engines": {
|
|
5451
|
+
"node": ">=12"
|
|
5452
|
+
},
|
|
5453
|
+
"funding": {
|
|
5454
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5455
|
+
}
|
|
5456
|
+
},
|
|
5457
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/emoji-regex": {
|
|
5458
|
+
"version": "10.3.0",
|
|
5459
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5460
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5461
|
+
"license": "MIT"
|
|
5462
|
+
},
|
|
5463
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/string-width": {
|
|
5464
|
+
"version": "7.2.0",
|
|
5465
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5466
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5467
|
+
"license": "MIT",
|
|
5468
|
+
"dependencies": {
|
|
5469
|
+
"emoji-regex": "^10.3.0",
|
|
5470
|
+
"get-east-asian-width": "^1.0.0",
|
|
5471
|
+
"strip-ansi": "^7.1.0"
|
|
5472
|
+
},
|
|
5473
|
+
"engines": {
|
|
5474
|
+
"node": ">=18"
|
|
5475
|
+
},
|
|
5476
|
+
"funding": {
|
|
5477
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5480
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/strip-ansi": {
|
|
5481
|
+
"version": "7.1.0",
|
|
5482
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5483
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
5484
|
+
"license": "MIT",
|
|
5485
|
+
"dependencies": {
|
|
5486
|
+
"ansi-regex": "^6.0.1"
|
|
5487
|
+
},
|
|
5488
|
+
"engines": {
|
|
5489
|
+
"node": ">=12"
|
|
5490
|
+
},
|
|
5491
|
+
"funding": {
|
|
5492
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5493
|
+
}
|
|
5494
|
+
},
|
|
5407
5495
|
"node_modules/@salesforce/plugin-info": {
|
|
5408
5496
|
"version": "3.4.12",
|
|
5409
5497
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.12.tgz",
|
|
@@ -5457,12 +5545,13 @@
|
|
|
5457
5545
|
}
|
|
5458
5546
|
},
|
|
5459
5547
|
"node_modules/@salesforce/plugin-org": {
|
|
5460
|
-
"version": "4.
|
|
5461
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
5462
|
-
"integrity": "sha512-
|
|
5548
|
+
"version": "4.7.0",
|
|
5549
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.7.0.tgz",
|
|
5550
|
+
"integrity": "sha512-lgqPVj98733dbPttXdCYRUtkX2leOhJXqZtRsj6Y8s8rEGWFGR8Lfx7OJijJBjPKOo3+AW9btBXnIosQTVYWgg==",
|
|
5463
5551
|
"license": "BSD-3-Clause",
|
|
5464
5552
|
"dependencies": {
|
|
5465
5553
|
"@oclif/core": "^4.0.28",
|
|
5554
|
+
"@oclif/multi-stage-output": "^0.7.7",
|
|
5466
5555
|
"@salesforce/core": "^8.6.1",
|
|
5467
5556
|
"@salesforce/kit": "^3.2.3",
|
|
5468
5557
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -5470,7 +5559,8 @@
|
|
|
5470
5559
|
"ansis": "^3.2.0",
|
|
5471
5560
|
"change-case": "^5.4.4",
|
|
5472
5561
|
"is-wsl": "^3.1.0",
|
|
5473
|
-
"open": "^10.1.0"
|
|
5562
|
+
"open": "^10.1.0",
|
|
5563
|
+
"terminal-link": "^3.0.0"
|
|
5474
5564
|
},
|
|
5475
5565
|
"engines": {
|
|
5476
5566
|
"node": ">=18.0.0"
|
|
@@ -5697,6 +5787,29 @@
|
|
|
5697
5787
|
"node": ">=18.0.0"
|
|
5698
5788
|
}
|
|
5699
5789
|
},
|
|
5790
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/plugin-info": {
|
|
5791
|
+
"version": "3.4.13",
|
|
5792
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz",
|
|
5793
|
+
"integrity": "sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==",
|
|
5794
|
+
"license": "BSD-3-Clause",
|
|
5795
|
+
"dependencies": {
|
|
5796
|
+
"@inquirer/input": "^2.3.0",
|
|
5797
|
+
"@jsforce/jsforce-node": "^3.2.2",
|
|
5798
|
+
"@oclif/core": "^4",
|
|
5799
|
+
"@salesforce/core": "^8.6.2",
|
|
5800
|
+
"@salesforce/kit": "^3.2.3",
|
|
5801
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5802
|
+
"got": "^13.0.0",
|
|
5803
|
+
"marked": "^4.3.0",
|
|
5804
|
+
"marked-terminal": "^4.2.0",
|
|
5805
|
+
"open": "^10.1.0",
|
|
5806
|
+
"proxy-agent": "^6.4.0",
|
|
5807
|
+
"semver": "^7.6.3"
|
|
5808
|
+
},
|
|
5809
|
+
"engines": {
|
|
5810
|
+
"node": ">=18.0.0"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5700
5813
|
"node_modules/@salesforce/plugin-user": {
|
|
5701
5814
|
"version": "3.5.33",
|
|
5702
5815
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.33.tgz",
|
|
@@ -5936,15 +6049,15 @@
|
|
|
5936
6049
|
}
|
|
5937
6050
|
},
|
|
5938
6051
|
"node_modules/@salesforce/source-tracking": {
|
|
5939
|
-
"version": "7.1.
|
|
5940
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
|
5941
|
-
"integrity": "sha512-
|
|
6052
|
+
"version": "7.1.17",
|
|
6053
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.17.tgz",
|
|
6054
|
+
"integrity": "sha512-QKKM/IsJHYQvE4sMREKChSyMQHLDUHP2Y3evcw4jJKTXA+je4d2v7GlAEVgOuMFUEH64j47EX2/FR/4EqzZeKA==",
|
|
5942
6055
|
"license": "BSD-3-Clause",
|
|
5943
6056
|
"dependencies": {
|
|
5944
6057
|
"@oclif/core": "^4.0.23",
|
|
5945
6058
|
"@salesforce/core": "^8.6.1",
|
|
5946
6059
|
"@salesforce/kit": "^3.2.3",
|
|
5947
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
6060
|
+
"@salesforce/source-deploy-retrieve": "^12.7.4",
|
|
5948
6061
|
"@salesforce/ts-types": "^2.0.12",
|
|
5949
6062
|
"fast-xml-parser": "^4.5.0",
|
|
5950
6063
|
"graceful-fs": "^4.2.11",
|
|
@@ -13376,23 +13489,6 @@
|
|
|
13376
13489
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13377
13490
|
}
|
|
13378
13491
|
},
|
|
13379
|
-
"node_modules/ink/node_modules/wrap-ansi": {
|
|
13380
|
-
"version": "9.0.0",
|
|
13381
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
13382
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
13383
|
-
"license": "MIT",
|
|
13384
|
-
"dependencies": {
|
|
13385
|
-
"ansi-styles": "^6.2.1",
|
|
13386
|
-
"string-width": "^7.0.0",
|
|
13387
|
-
"strip-ansi": "^7.1.0"
|
|
13388
|
-
},
|
|
13389
|
-
"engines": {
|
|
13390
|
-
"node": ">=18"
|
|
13391
|
-
},
|
|
13392
|
-
"funding": {
|
|
13393
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
13394
|
-
}
|
|
13395
|
-
},
|
|
13396
13492
|
"node_modules/inquirer-autocomplete-standalone": {
|
|
13397
13493
|
"version": "0.8.1",
|
|
13398
13494
|
"resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz",
|
|
@@ -13489,6 +13585,21 @@
|
|
|
13489
13585
|
"undici-types": "~5.26.4"
|
|
13490
13586
|
}
|
|
13491
13587
|
},
|
|
13588
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/ansi-styles": {
|
|
13589
|
+
"version": "4.3.0",
|
|
13590
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
13591
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
13592
|
+
"license": "MIT",
|
|
13593
|
+
"dependencies": {
|
|
13594
|
+
"color-convert": "^2.0.1"
|
|
13595
|
+
},
|
|
13596
|
+
"engines": {
|
|
13597
|
+
"node": ">=8"
|
|
13598
|
+
},
|
|
13599
|
+
"funding": {
|
|
13600
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
13601
|
+
}
|
|
13602
|
+
},
|
|
13492
13603
|
"node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
|
|
13493
13604
|
"version": "5.0.0",
|
|
13494
13605
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -13529,6 +13640,20 @@
|
|
|
13529
13640
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13530
13641
|
}
|
|
13531
13642
|
},
|
|
13643
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
|
|
13644
|
+
"version": "6.2.0",
|
|
13645
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
13646
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
13647
|
+
"license": "MIT",
|
|
13648
|
+
"dependencies": {
|
|
13649
|
+
"ansi-styles": "^4.0.0",
|
|
13650
|
+
"string-width": "^4.1.0",
|
|
13651
|
+
"strip-ansi": "^6.0.0"
|
|
13652
|
+
},
|
|
13653
|
+
"engines": {
|
|
13654
|
+
"node": ">=8"
|
|
13655
|
+
}
|
|
13656
|
+
},
|
|
13532
13657
|
"node_modules/internal-slot": {
|
|
13533
13658
|
"version": "1.0.7",
|
|
13534
13659
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -20041,6 +20166,22 @@
|
|
|
20041
20166
|
"node": ">=8.9"
|
|
20042
20167
|
}
|
|
20043
20168
|
},
|
|
20169
|
+
"node_modules/nyc/node_modules/ansi-styles": {
|
|
20170
|
+
"version": "4.3.0",
|
|
20171
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
20172
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
20173
|
+
"dev": true,
|
|
20174
|
+
"license": "MIT",
|
|
20175
|
+
"dependencies": {
|
|
20176
|
+
"color-convert": "^2.0.1"
|
|
20177
|
+
},
|
|
20178
|
+
"engines": {
|
|
20179
|
+
"node": ">=8"
|
|
20180
|
+
},
|
|
20181
|
+
"funding": {
|
|
20182
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
20183
|
+
}
|
|
20184
|
+
},
|
|
20044
20185
|
"node_modules/nyc/node_modules/brace-expansion": {
|
|
20045
20186
|
"version": "1.1.11",
|
|
20046
20187
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -20098,6 +20239,21 @@
|
|
|
20098
20239
|
"node": "*"
|
|
20099
20240
|
}
|
|
20100
20241
|
},
|
|
20242
|
+
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
20243
|
+
"version": "6.2.0",
|
|
20244
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
20245
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
20246
|
+
"dev": true,
|
|
20247
|
+
"license": "MIT",
|
|
20248
|
+
"dependencies": {
|
|
20249
|
+
"ansi-styles": "^4.0.0",
|
|
20250
|
+
"string-width": "^4.1.0",
|
|
20251
|
+
"strip-ansi": "^6.0.0"
|
|
20252
|
+
},
|
|
20253
|
+
"engines": {
|
|
20254
|
+
"node": ">=8"
|
|
20255
|
+
}
|
|
20256
|
+
},
|
|
20101
20257
|
"node_modules/nyc/node_modules/y18n": {
|
|
20102
20258
|
"version": "4.0.3",
|
|
20103
20259
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -24443,17 +24599,20 @@
|
|
|
24443
24599
|
"license": "Apache-2.0"
|
|
24444
24600
|
},
|
|
24445
24601
|
"node_modules/wrap-ansi": {
|
|
24446
|
-
"version": "
|
|
24447
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
24448
|
-
"integrity": "sha512-
|
|
24602
|
+
"version": "9.0.0",
|
|
24603
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
24604
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
24449
24605
|
"license": "MIT",
|
|
24450
24606
|
"dependencies": {
|
|
24451
|
-
"ansi-styles": "^
|
|
24452
|
-
"string-width": "^
|
|
24453
|
-
"strip-ansi": "^
|
|
24607
|
+
"ansi-styles": "^6.2.1",
|
|
24608
|
+
"string-width": "^7.0.0",
|
|
24609
|
+
"strip-ansi": "^7.1.0"
|
|
24454
24610
|
},
|
|
24455
24611
|
"engines": {
|
|
24456
|
-
"node": ">=
|
|
24612
|
+
"node": ">=18"
|
|
24613
|
+
},
|
|
24614
|
+
"funding": {
|
|
24615
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
24457
24616
|
}
|
|
24458
24617
|
},
|
|
24459
24618
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -24491,19 +24650,54 @@
|
|
|
24491
24650
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
24492
24651
|
}
|
|
24493
24652
|
},
|
|
24494
|
-
"node_modules/wrap-ansi/node_modules/ansi-
|
|
24495
|
-
"version": "
|
|
24496
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
24497
|
-
"integrity": "sha512-
|
|
24653
|
+
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
24654
|
+
"version": "6.0.1",
|
|
24655
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
24656
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
24657
|
+
"license": "MIT",
|
|
24658
|
+
"engines": {
|
|
24659
|
+
"node": ">=12"
|
|
24660
|
+
},
|
|
24661
|
+
"funding": {
|
|
24662
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
24663
|
+
}
|
|
24664
|
+
},
|
|
24665
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
24666
|
+
"version": "10.3.0",
|
|
24667
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
24668
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
24669
|
+
"license": "MIT"
|
|
24670
|
+
},
|
|
24671
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
24672
|
+
"version": "7.2.0",
|
|
24673
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
24674
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
24498
24675
|
"license": "MIT",
|
|
24499
24676
|
"dependencies": {
|
|
24500
|
-
"
|
|
24677
|
+
"emoji-regex": "^10.3.0",
|
|
24678
|
+
"get-east-asian-width": "^1.0.0",
|
|
24679
|
+
"strip-ansi": "^7.1.0"
|
|
24501
24680
|
},
|
|
24502
24681
|
"engines": {
|
|
24503
|
-
"node": ">=
|
|
24682
|
+
"node": ">=18"
|
|
24504
24683
|
},
|
|
24505
24684
|
"funding": {
|
|
24506
|
-
"url": "https://github.com/
|
|
24685
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
24686
|
+
}
|
|
24687
|
+
},
|
|
24688
|
+
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
24689
|
+
"version": "7.1.0",
|
|
24690
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
24691
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
24692
|
+
"license": "MIT",
|
|
24693
|
+
"dependencies": {
|
|
24694
|
+
"ansi-regex": "^6.0.1"
|
|
24695
|
+
},
|
|
24696
|
+
"engines": {
|
|
24697
|
+
"node": ">=12"
|
|
24698
|
+
},
|
|
24699
|
+
"funding": {
|
|
24700
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
24507
24701
|
}
|
|
24508
24702
|
},
|
|
24509
24703
|
"node_modules/wrappy": {
|
package/oclif.lock
CHANGED
|
@@ -1937,10 +1937,10 @@
|
|
|
1937
1937
|
wordwrap "^1.0.0"
|
|
1938
1938
|
wrap-ansi "^7.0.0"
|
|
1939
1939
|
|
|
1940
|
-
"@oclif/multi-stage-output@^0.7.5":
|
|
1941
|
-
version "0.7.
|
|
1942
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.
|
|
1943
|
-
integrity sha512-
|
|
1940
|
+
"@oclif/multi-stage-output@^0.7.5", "@oclif/multi-stage-output@^0.7.7":
|
|
1941
|
+
version "0.7.7"
|
|
1942
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.7.tgz"
|
|
1943
|
+
integrity sha512-LTrjzyWfIheoQX0NwMQ7+rb/U75NNiNNmpjvZ42RHDJohDK3w5IWf5bUFCfMsVdEj6VV7fQpvGT2WYryNX+HmA==
|
|
1944
1944
|
dependencies:
|
|
1945
1945
|
"@oclif/core" "^4"
|
|
1946
1946
|
"@types/react" "^18.3.11"
|
|
@@ -2088,6 +2088,22 @@
|
|
|
2088
2088
|
strip-ansi "^7.1.0"
|
|
2089
2089
|
wrap-ansi "^9.0.0"
|
|
2090
2090
|
|
|
2091
|
+
"@oclif/table@^0.2.1":
|
|
2092
|
+
version "0.2.1"
|
|
2093
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.1.tgz"
|
|
2094
|
+
integrity sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==
|
|
2095
|
+
dependencies:
|
|
2096
|
+
"@oclif/core" "^4"
|
|
2097
|
+
"@types/react" "^18.3.11"
|
|
2098
|
+
change-case "^5.4.4"
|
|
2099
|
+
cli-truncate "^4.0.0"
|
|
2100
|
+
ink "^5.0.1"
|
|
2101
|
+
natural-orderby "^3.0.2"
|
|
2102
|
+
object-hash "^3.0.0"
|
|
2103
|
+
react "^18.3.1"
|
|
2104
|
+
strip-ansi "^7.1.0"
|
|
2105
|
+
wrap-ansi "^9.0.0"
|
|
2106
|
+
|
|
2091
2107
|
"@octokit/auth-token@^3.0.0":
|
|
2092
2108
|
version "3.0.4"
|
|
2093
2109
|
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
|
|
@@ -2442,23 +2458,61 @@
|
|
|
2442
2458
|
form-data "^4.0.0"
|
|
2443
2459
|
terminal-link "^3.0.0"
|
|
2444
2460
|
|
|
2445
|
-
"@salesforce/plugin-deploy-retrieve@3.
|
|
2446
|
-
version "3.
|
|
2447
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.
|
|
2448
|
-
integrity sha512-
|
|
2461
|
+
"@salesforce/plugin-deploy-retrieve@3.15.3":
|
|
2462
|
+
version "3.15.3"
|
|
2463
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.3.tgz"
|
|
2464
|
+
integrity sha512-LvV2I/GxuYSHBmh0TgubKhrvsQFg8FyuZKnMprbvtJsaoueCbYBHLXdq+AYnVDF0dYqVYpInSY2twovZjfT1Pg==
|
|
2449
2465
|
dependencies:
|
|
2450
2466
|
"@oclif/core" "^4.0.28"
|
|
2467
|
+
"@oclif/multi-stage-output" "^0.7.7"
|
|
2451
2468
|
"@salesforce/apex-node" "^8.1.9"
|
|
2452
2469
|
"@salesforce/core" "^8.6.1"
|
|
2453
2470
|
"@salesforce/kit" "^3.2.3"
|
|
2454
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2455
|
-
"@salesforce/sf-plugins-core" "^
|
|
2471
|
+
"@salesforce/plugin-info" "^3.4.13"
|
|
2472
|
+
"@salesforce/sf-plugins-core" "^12.0.4"
|
|
2456
2473
|
"@salesforce/source-deploy-retrieve" "^12.7.4"
|
|
2457
|
-
"@salesforce/source-tracking" "^7.1.
|
|
2474
|
+
"@salesforce/source-tracking" "^7.1.17"
|
|
2458
2475
|
"@salesforce/ts-types" "^2.0.12"
|
|
2459
2476
|
ansis "^3.3.2"
|
|
2477
|
+
terminal-link "^3.0.0"
|
|
2460
2478
|
|
|
2461
|
-
"@salesforce/plugin-info@^3.4.
|
|
2479
|
+
"@salesforce/plugin-info@^3.4.13":
|
|
2480
|
+
version "3.4.13"
|
|
2481
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz"
|
|
2482
|
+
integrity sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==
|
|
2483
|
+
dependencies:
|
|
2484
|
+
"@inquirer/input" "^2.3.0"
|
|
2485
|
+
"@jsforce/jsforce-node" "^3.2.2"
|
|
2486
|
+
"@oclif/core" "^4"
|
|
2487
|
+
"@salesforce/core" "^8.6.2"
|
|
2488
|
+
"@salesforce/kit" "^3.2.3"
|
|
2489
|
+
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2490
|
+
got "^13.0.0"
|
|
2491
|
+
marked "^4.3.0"
|
|
2492
|
+
marked-terminal "^4.2.0"
|
|
2493
|
+
open "^10.1.0"
|
|
2494
|
+
proxy-agent "^6.4.0"
|
|
2495
|
+
semver "^7.6.3"
|
|
2496
|
+
|
|
2497
|
+
"@salesforce/plugin-info@^3.4.9":
|
|
2498
|
+
version "3.4.13"
|
|
2499
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.13.tgz"
|
|
2500
|
+
integrity sha512-nKyDyDFytwzXbj0jhjjrsMpku6qpj08t3ljir9v/OfGIk+9M7SRrPPnxZmwNzqCAR3uJDyitNGCDiQVyD4ndAA==
|
|
2501
|
+
dependencies:
|
|
2502
|
+
"@inquirer/input" "^2.3.0"
|
|
2503
|
+
"@jsforce/jsforce-node" "^3.2.2"
|
|
2504
|
+
"@oclif/core" "^4"
|
|
2505
|
+
"@salesforce/core" "^8.6.2"
|
|
2506
|
+
"@salesforce/kit" "^3.2.3"
|
|
2507
|
+
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2508
|
+
got "^13.0.0"
|
|
2509
|
+
marked "^4.3.0"
|
|
2510
|
+
marked-terminal "^4.2.0"
|
|
2511
|
+
open "^10.1.0"
|
|
2512
|
+
proxy-agent "^6.4.0"
|
|
2513
|
+
semver "^7.6.3"
|
|
2514
|
+
|
|
2515
|
+
"@salesforce/plugin-info@3.4.12":
|
|
2462
2516
|
version "3.4.12"
|
|
2463
2517
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.12.tgz"
|
|
2464
2518
|
integrity sha512-K5MIGQ14K9ZGMlyhGmI/nHh2vqOGFjopgvoAla4PAa5imARntd4P/blTCoJpT/R1G1aTuIzHVyZUcoC85ruJ+w==
|
|
@@ -2495,12 +2549,13 @@
|
|
|
2495
2549
|
got "^13.0.0"
|
|
2496
2550
|
proxy-agent "^6.4.0"
|
|
2497
2551
|
|
|
2498
|
-
"@salesforce/plugin-org@4.
|
|
2499
|
-
version "4.
|
|
2500
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.
|
|
2501
|
-
integrity sha512-
|
|
2552
|
+
"@salesforce/plugin-org@4.7.0":
|
|
2553
|
+
version "4.7.0"
|
|
2554
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.7.0.tgz"
|
|
2555
|
+
integrity sha512-lgqPVj98733dbPttXdCYRUtkX2leOhJXqZtRsj6Y8s8rEGWFGR8Lfx7OJijJBjPKOo3+AW9btBXnIosQTVYWgg==
|
|
2502
2556
|
dependencies:
|
|
2503
2557
|
"@oclif/core" "^4.0.28"
|
|
2558
|
+
"@oclif/multi-stage-output" "^0.7.7"
|
|
2504
2559
|
"@salesforce/core" "^8.6.1"
|
|
2505
2560
|
"@salesforce/kit" "^3.2.3"
|
|
2506
2561
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
@@ -2509,6 +2564,7 @@
|
|
|
2509
2564
|
change-case "^5.4.4"
|
|
2510
2565
|
is-wsl "^3.1.0"
|
|
2511
2566
|
open "^10.1.0"
|
|
2567
|
+
terminal-link "^3.0.0"
|
|
2512
2568
|
|
|
2513
2569
|
"@salesforce/plugin-packaging@2.8.12":
|
|
2514
2570
|
version "2.8.12"
|
|
@@ -2680,6 +2736,25 @@
|
|
|
2680
2736
|
string-width "^7.2.0"
|
|
2681
2737
|
terminal-link "^3.0.0"
|
|
2682
2738
|
|
|
2739
|
+
"@salesforce/sf-plugins-core@^12.0.4":
|
|
2740
|
+
version "12.0.8"
|
|
2741
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.8.tgz"
|
|
2742
|
+
integrity sha512-XALzUHLTO6uPg0MSdbXbHWH+HHi7ebKu8ARDTQXm8bA7Pa+FmZ3xbEe34CTIzMRQ6VqLwVmeX8Yt5oI3F8L0FQ==
|
|
2743
|
+
dependencies:
|
|
2744
|
+
"@inquirer/confirm" "^3.1.22"
|
|
2745
|
+
"@inquirer/password" "^2.2.0"
|
|
2746
|
+
"@oclif/core" "^4.0.27"
|
|
2747
|
+
"@oclif/table" "^0.2.1"
|
|
2748
|
+
"@salesforce/core" "^8.5.1"
|
|
2749
|
+
"@salesforce/kit" "^3.2.3"
|
|
2750
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2751
|
+
ansis "^3.3.2"
|
|
2752
|
+
cli-progress "^3.12.0"
|
|
2753
|
+
natural-orderby "^3.0.2"
|
|
2754
|
+
slice-ansi "^7.1.0"
|
|
2755
|
+
string-width "^7.2.0"
|
|
2756
|
+
terminal-link "^3.0.0"
|
|
2757
|
+
|
|
2683
2758
|
"@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.7.1", "@salesforce/source-deploy-retrieve@^12.7.4":
|
|
2684
2759
|
version "12.7.4"
|
|
2685
2760
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.4.tgz"
|
|
@@ -2699,15 +2774,15 @@
|
|
|
2699
2774
|
minimatch "^9.0.5"
|
|
2700
2775
|
proxy-agent "^6.4.0"
|
|
2701
2776
|
|
|
2702
|
-
"@salesforce/source-tracking@^7.1.14", "@salesforce/source-tracking@^7.1.
|
|
2703
|
-
version "7.1.
|
|
2704
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
|
2705
|
-
integrity sha512-
|
|
2777
|
+
"@salesforce/source-tracking@^7.1.14", "@salesforce/source-tracking@^7.1.17":
|
|
2778
|
+
version "7.1.17"
|
|
2779
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.17.tgz"
|
|
2780
|
+
integrity sha512-QKKM/IsJHYQvE4sMREKChSyMQHLDUHP2Y3evcw4jJKTXA+je4d2v7GlAEVgOuMFUEH64j47EX2/FR/4EqzZeKA==
|
|
2706
2781
|
dependencies:
|
|
2707
2782
|
"@oclif/core" "^4.0.23"
|
|
2708
2783
|
"@salesforce/core" "^8.6.1"
|
|
2709
2784
|
"@salesforce/kit" "^3.2.3"
|
|
2710
|
-
"@salesforce/source-deploy-retrieve" "^12.7.
|
|
2785
|
+
"@salesforce/source-deploy-retrieve" "^12.7.4"
|
|
2711
2786
|
"@salesforce/ts-types" "^2.0.12"
|
|
2712
2787
|
fast-xml-parser "^4.5.0"
|
|
2713
2788
|
graceful-fs "^4.2.11"
|
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.63.
|
|
4
|
+
"version": "2.63.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"@salesforce/plugin-api": "1.3.1",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.68",
|
|
159
159
|
"@salesforce/plugin-data": "3.7.1",
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.
|
|
160
|
+
"@salesforce/plugin-deploy-retrieve": "3.15.3",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.12",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.33",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
164
|
-
"@salesforce/plugin-org": "4.
|
|
164
|
+
"@salesforce/plugin-org": "4.7.0",
|
|
165
165
|
"@salesforce/plugin-packaging": "2.8.12",
|
|
166
166
|
"@salesforce/plugin-schema": "3.3.36",
|
|
167
167
|
"@salesforce/plugin-settings": "2.3.24",
|