@salesforce/cli 2.38.7 → 2.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -35
- package/npm-shrinkwrap.json +53 -38
- package/oclif.lock +42 -36
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.39.1 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg',
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
|
|
|
766
766
|
--tests Test1 --tests Test2
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
769
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run/test.ts)_
|
|
770
770
|
|
|
771
771
|
## `sf apex tail log`
|
|
772
772
|
|
|
@@ -809,7 +809,7 @@ EXAMPLES
|
|
|
809
809
|
$ sf apex tail log --color --skip-trace-flag
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
812
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/tail/log.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf autocomplete [SHELL]`
|
|
815
815
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/convert/mdapi.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf project convert source`
|
|
5674
5674
|
|
|
@@ -5680,7 +5680,7 @@ USAGE
|
|
|
5680
5680
|
[-p <value> | -x <value> | -m <value>]
|
|
5681
5681
|
|
|
5682
5682
|
FLAGS
|
|
5683
|
-
-d, --output-dir=<value> [default:
|
|
5683
|
+
-d, --output-dir=<value> [default: metadataPackage_1712951657760] Output directory to store the Metadata
|
|
5684
5684
|
API–formatted files in.
|
|
5685
5685
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5686
5686
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
|
|
|
5741
5741
|
Override the api version used for api requests made by this command
|
|
5742
5742
|
```
|
|
5743
5743
|
|
|
5744
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5744
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/convert/source.ts)_
|
|
5745
5745
|
|
|
5746
5746
|
## `sf project delete source`
|
|
5747
5747
|
|
|
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
|
|
|
5881
5881
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5882
5882
|
```
|
|
5883
5883
|
|
|
5884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/delete/source.ts)_
|
|
5885
5885
|
|
|
5886
5886
|
## `sf project delete tracking`
|
|
5887
5887
|
|
|
@@ -5918,7 +5918,7 @@ EXAMPLES
|
|
|
5918
5918
|
$ sf project delete tracking --target-org my-scratch
|
|
5919
5919
|
```
|
|
5920
5920
|
|
|
5921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/delete/tracking.ts)_
|
|
5922
5922
|
|
|
5923
5923
|
## `sf project deploy cancel`
|
|
5924
5924
|
|
|
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
|
|
|
5994
5994
|
project deploy report".
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5997
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/cancel.ts)_
|
|
5998
5998
|
|
|
5999
5999
|
## `sf project deploy preview`
|
|
6000
6000
|
|
|
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
|
|
|
6080
6080
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6081
6081
|
```
|
|
6082
6082
|
|
|
6083
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6083
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/preview.ts)_
|
|
6084
6084
|
|
|
6085
6085
|
## `sf project deploy quick`
|
|
6086
6086
|
|
|
@@ -6177,7 +6177,7 @@ ERROR CODES
|
|
|
6177
6177
|
Canceling (69) The deploy is being canceled.
|
|
6178
6178
|
```
|
|
6179
6179
|
|
|
6180
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6180
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/quick.ts)_
|
|
6181
6181
|
|
|
6182
6182
|
## `sf project deploy report`
|
|
6183
6183
|
|
|
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
|
|
|
6273
6273
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/report.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy resume`
|
|
6279
6279
|
|
|
@@ -6370,7 +6370,7 @@ ERROR CODES
|
|
|
6370
6370
|
Canceling (69) The deploy is being canceled.
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/resume.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy start`
|
|
6376
6376
|
|
|
@@ -6608,7 +6608,7 @@ ERROR CODES
|
|
|
6608
6608
|
Canceling (69) The deploy is being canceled.
|
|
6609
6609
|
```
|
|
6610
6610
|
|
|
6611
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6611
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/start.ts)_
|
|
6612
6612
|
|
|
6613
6613
|
## `sf project deploy validate`
|
|
6614
6614
|
|
|
@@ -6800,7 +6800,7 @@ ERROR CODES
|
|
|
6800
6800
|
Canceling (69) The deploy is being canceled.
|
|
6801
6801
|
```
|
|
6802
6802
|
|
|
6803
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6803
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/deploy/validate.ts)_
|
|
6804
6804
|
|
|
6805
6805
|
## `sf project generate`
|
|
6806
6806
|
|
|
@@ -6981,7 +6981,7 @@ EXAMPLES
|
|
|
6981
6981
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6984
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/generate/manifest.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `sf project list ignored`
|
|
6987
6987
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf project list ignored --source-dir package.xml
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/list/ignored.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf project reset tracking`
|
|
7029
7029
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project reset tracking --revision 30
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/reset/tracking.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project retrieve preview`
|
|
7078
7078
|
|
|
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
|
|
|
7129
7129
|
Overrides your default org.
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/retrieve/preview.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf project retrieve start`
|
|
7135
7135
|
|
|
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
|
|
|
7288
7288
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7289
7289
|
```
|
|
7290
7290
|
|
|
7291
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7291
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.2/src/commands/project/retrieve/start.ts)_
|
|
7292
7292
|
|
|
7293
7293
|
## `sf schema generate field`
|
|
7294
7294
|
|
|
@@ -7342,7 +7342,7 @@ FLAG DESCRIPTIONS
|
|
|
7342
7342
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7343
7343
|
```
|
|
7344
7344
|
|
|
7345
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7345
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/field.ts)_
|
|
7346
7346
|
|
|
7347
7347
|
## `sf schema generate platformevent`
|
|
7348
7348
|
|
|
@@ -7374,7 +7374,7 @@ EXAMPLES
|
|
|
7374
7374
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7375
7375
|
```
|
|
7376
7376
|
|
|
7377
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7377
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/platformevent.ts)_
|
|
7378
7378
|
|
|
7379
7379
|
## `sf schema generate sobject`
|
|
7380
7380
|
|
|
@@ -7431,7 +7431,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7431
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7432
7432
|
```
|
|
7433
7433
|
|
|
7434
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7434
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/sobject.ts)_
|
|
7435
7435
|
|
|
7436
7436
|
## `sf schema generate tab`
|
|
7437
7437
|
|
|
@@ -7479,7 +7479,7 @@ FLAG DESCRIPTIONS
|
|
|
7479
7479
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7480
7480
|
```
|
|
7481
7481
|
|
|
7482
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7482
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/tab.ts)_
|
|
7483
7483
|
|
|
7484
7484
|
## `sf search`
|
|
7485
7485
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.39.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.4",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.15",
|
|
16
16
|
"@oclif/plugin-commands": "3.3.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.4",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.11",
|
|
20
20
|
"@oclif/plugin-search": "1.0.22",
|
|
21
21
|
"@oclif/plugin-update": "4.2.6",
|
|
22
22
|
"@oclif/plugin-version": "2.0.17",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
|
-
"@salesforce/plugin-apex": "3.1.
|
|
27
|
+
"@salesforce/plugin-apex": "3.1.7",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.1",
|
|
29
29
|
"@salesforce/plugin-data": "3.3.1",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.6.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.6.2",
|
|
31
31
|
"@salesforce/plugin-info": "3.2.1",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.3",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.1",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.3",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.1",
|
|
38
|
-
"@salesforce/plugin-sobject": "1.3.
|
|
38
|
+
"@salesforce/plugin-sobject": "1.3.4",
|
|
39
39
|
"@salesforce/plugin-source": "3.3.1",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.3.3",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.2",
|
|
42
42
|
"@salesforce/plugin-trust": "3.6.3",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.2",
|
|
44
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
44
|
+
"@salesforce/sf-plugins-core": "9.0.4",
|
|
45
45
|
"chalk": "^5.3.0",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
47
|
"strip-ansi": "^7.1.0"
|
|
@@ -3472,9 +3472,9 @@
|
|
|
3472
3472
|
}
|
|
3473
3473
|
},
|
|
3474
3474
|
"node_modules/@oclif/core": {
|
|
3475
|
-
"version": "3.26.
|
|
3476
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3477
|
-
"integrity": "sha512-
|
|
3475
|
+
"version": "3.26.4",
|
|
3476
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3477
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3478
3478
|
"license": "MIT",
|
|
3479
3479
|
"dependencies": {
|
|
3480
3480
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3794,9 +3794,9 @@
|
|
|
3794
3794
|
}
|
|
3795
3795
|
},
|
|
3796
3796
|
"node_modules/@oclif/plugin-plugins": {
|
|
3797
|
-
"version": "5.0.
|
|
3798
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
3799
|
-
"integrity": "sha512-
|
|
3797
|
+
"version": "5.0.11",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.11.tgz",
|
|
3799
|
+
"integrity": "sha512-es+IMNI97Jw+EX25r9ejrOph9R/8FbNXmWrH/NnhUJ3lNDpeMPM8njP4ovHYJi2+ta2VTHDxhQFNRDlNnUiyOw==",
|
|
3800
3800
|
"license": "MIT",
|
|
3801
3801
|
"dependencies": {
|
|
3802
3802
|
"@oclif/core": "^3.26.2",
|
|
@@ -3806,7 +3806,8 @@
|
|
|
3806
3806
|
"npm-package-arg": "^11.0.2",
|
|
3807
3807
|
"npm-run-path": "^5.3.0",
|
|
3808
3808
|
"semver": "^7.6.0",
|
|
3809
|
-
"validate-npm-package-name": "^5.0.0"
|
|
3809
|
+
"validate-npm-package-name": "^5.0.0",
|
|
3810
|
+
"yarn": "^1.22.22"
|
|
3810
3811
|
},
|
|
3811
3812
|
"engines": {
|
|
3812
3813
|
"node": ">=18.0.0"
|
|
@@ -4243,13 +4244,13 @@
|
|
|
4243
4244
|
}
|
|
4244
4245
|
},
|
|
4245
4246
|
"node_modules/@salesforce/apex-node": {
|
|
4246
|
-
"version": "5.0.0-beta.
|
|
4247
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.
|
|
4248
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "5.0.0-beta.2",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.2.tgz",
|
|
4249
|
+
"integrity": "sha512-jLQX4tqasxllcjBSC9c6XPErqJwItCW/nWwJu8QPVhAJA3AAGJaom4/RyPSV3McMBH8kYefGsNTDr3snSlI1Hw==",
|
|
4249
4250
|
"license": "BSD-3-Clause",
|
|
4250
4251
|
"dependencies": {
|
|
4251
4252
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
4252
|
-
"@salesforce/core": "^7.
|
|
4253
|
+
"@salesforce/core": "^7.2.0",
|
|
4253
4254
|
"@salesforce/kit": "^3.1.0",
|
|
4254
4255
|
"@types/istanbul-reports": "^3.0.4",
|
|
4255
4256
|
"faye": "1.4.0",
|
|
@@ -4546,13 +4547,13 @@
|
|
|
4546
4547
|
}
|
|
4547
4548
|
},
|
|
4548
4549
|
"node_modules/@salesforce/plugin-apex": {
|
|
4549
|
-
"version": "3.1.
|
|
4550
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
4551
|
-
"integrity": "sha512-
|
|
4550
|
+
"version": "3.1.7",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.7.tgz",
|
|
4552
|
+
"integrity": "sha512-pPjymdqNpu9Vr7cul2LzEdyc1b2r8nozDs2ERFip5CJ0q2FSbjrTmmc4f6qWgYYJ0yDyhDO/SjM93LBZOScnHA==",
|
|
4552
4553
|
"license": "BSD-3-Clause",
|
|
4553
4554
|
"dependencies": {
|
|
4554
|
-
"@oclif/core": "^3.26.
|
|
4555
|
-
"@salesforce/apex-node": "^5.0.0-beta.
|
|
4555
|
+
"@oclif/core": "^3.26.3",
|
|
4556
|
+
"@salesforce/apex-node": "^5.0.0-beta.2",
|
|
4556
4557
|
"@salesforce/core": "^7.0.1",
|
|
4557
4558
|
"@salesforce/kit": "^3.1.0",
|
|
4558
4559
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -4642,9 +4643,9 @@
|
|
|
4642
4643
|
"license": "MIT"
|
|
4643
4644
|
},
|
|
4644
4645
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4645
|
-
"version": "3.6.
|
|
4646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.
|
|
4647
|
-
"integrity": "sha512-
|
|
4646
|
+
"version": "3.6.2",
|
|
4647
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.2.tgz",
|
|
4648
|
+
"integrity": "sha512-N1avieqQZf33zE8TojlHW2miclkSRKNsq4ouvMQ5/i639P3UtYHoDdtI7iGJG4BBc5Xhx9xiGfkx5gsoFrI8nA==",
|
|
4648
4649
|
"license": "BSD-3-Clause",
|
|
4649
4650
|
"dependencies": {
|
|
4650
4651
|
"@oclif/core": "^3.26.2",
|
|
@@ -4982,9 +4983,9 @@
|
|
|
4982
4983
|
}
|
|
4983
4984
|
},
|
|
4984
4985
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4985
|
-
"version": "1.3.
|
|
4986
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.
|
|
4987
|
-
"integrity": "sha512-
|
|
4986
|
+
"version": "1.3.4",
|
|
4987
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.4.tgz",
|
|
4988
|
+
"integrity": "sha512-lJ5nQZV19Z+1DEVE98RD0M+ziQ38rN51yX+lIJXiXMj6zq0unsznOaNqy+m9lxdohmrNhE3lKSPKveBY1QRxhQ==",
|
|
4988
4989
|
"license": "BSD-3-Clause",
|
|
4989
4990
|
"dependencies": {
|
|
4990
4991
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -5055,9 +5056,9 @@
|
|
|
5055
5056
|
}
|
|
5056
5057
|
},
|
|
5057
5058
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5058
|
-
"version": "3.3.
|
|
5059
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
5060
|
-
"integrity": "sha512-
|
|
5059
|
+
"version": "3.3.3",
|
|
5060
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.3.tgz",
|
|
5061
|
+
"integrity": "sha512-GXboZ0X5E1HZF0yLDh81CW/59dmM93g2MTGRqx9+jrdmx10NCd5VnlgnTI5FndkY08VYLjEdbG4IhouKb8f8RA==",
|
|
5061
5062
|
"license": "BSD-3-Clause",
|
|
5062
5063
|
"dependencies": {
|
|
5063
5064
|
"@oclif/core": "^3.26.2",
|
|
@@ -5143,14 +5144,14 @@
|
|
|
5143
5144
|
"license": "ISC"
|
|
5144
5145
|
},
|
|
5145
5146
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5146
|
-
"version": "9.0.
|
|
5147
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
5148
|
-
"integrity": "sha512-
|
|
5147
|
+
"version": "9.0.4",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz",
|
|
5149
|
+
"integrity": "sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==",
|
|
5149
5150
|
"license": "BSD-3-Clause",
|
|
5150
5151
|
"dependencies": {
|
|
5151
5152
|
"@inquirer/confirm": "^2.0.17",
|
|
5152
5153
|
"@inquirer/password": "^1.1.16",
|
|
5153
|
-
"@oclif/core": "^3.26.
|
|
5154
|
+
"@oclif/core": "^3.26.2",
|
|
5154
5155
|
"@salesforce/core": "^7.2.0",
|
|
5155
5156
|
"@salesforce/kit": "^3.1.0",
|
|
5156
5157
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -24011,6 +24012,20 @@
|
|
|
24011
24012
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
24012
24013
|
}
|
|
24013
24014
|
},
|
|
24015
|
+
"node_modules/yarn": {
|
|
24016
|
+
"version": "1.22.22",
|
|
24017
|
+
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz",
|
|
24018
|
+
"integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==",
|
|
24019
|
+
"hasInstallScript": true,
|
|
24020
|
+
"license": "BSD-2-Clause",
|
|
24021
|
+
"bin": {
|
|
24022
|
+
"yarn": "bin/yarn.js",
|
|
24023
|
+
"yarnpkg": "bin/yarn.js"
|
|
24024
|
+
},
|
|
24025
|
+
"engines": {
|
|
24026
|
+
"node": ">=4.0.0"
|
|
24027
|
+
}
|
|
24028
|
+
},
|
|
24014
24029
|
"node_modules/yarn-deduplicate": {
|
|
24015
24030
|
"version": "6.0.2",
|
|
24016
24031
|
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-6.0.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1821,10 +1821,10 @@
|
|
|
1821
1821
|
proc-log "^4.0.0"
|
|
1822
1822
|
which "^4.0.0"
|
|
1823
1823
|
|
|
1824
|
-
"@oclif/core@^3", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.5.0", "@oclif/core@3.26.
|
|
1825
|
-
version "3.26.
|
|
1826
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
1827
|
-
integrity sha512-
|
|
1824
|
+
"@oclif/core@^3", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.5.0", "@oclif/core@3.26.4":
|
|
1825
|
+
version "3.26.4"
|
|
1826
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz"
|
|
1827
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1828
1828
|
dependencies:
|
|
1829
1829
|
"@types/cli-progress" "^3.11.5"
|
|
1830
1830
|
ansi-escapes "^4.3.2"
|
|
@@ -1908,10 +1908,10 @@
|
|
|
1908
1908
|
chalk "^5.3.0"
|
|
1909
1909
|
fast-levenshtein "^3.0.0"
|
|
1910
1910
|
|
|
1911
|
-
"@oclif/plugin-plugins@5.0.
|
|
1912
|
-
version "5.0.
|
|
1913
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
1914
|
-
integrity sha512-
|
|
1911
|
+
"@oclif/plugin-plugins@5.0.11":
|
|
1912
|
+
version "5.0.11"
|
|
1913
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.11.tgz"
|
|
1914
|
+
integrity sha512-es+IMNI97Jw+EX25r9ejrOph9R/8FbNXmWrH/NnhUJ3lNDpeMPM8njP4ovHYJi2+ta2VTHDxhQFNRDlNnUiyOw==
|
|
1915
1915
|
dependencies:
|
|
1916
1916
|
"@oclif/core" "^3.26.2"
|
|
1917
1917
|
chalk "^5.3.0"
|
|
@@ -1921,6 +1921,7 @@
|
|
|
1921
1921
|
npm-run-path "^5.3.0"
|
|
1922
1922
|
semver "^7.6.0"
|
|
1923
1923
|
validate-npm-package-name "^5.0.0"
|
|
1924
|
+
yarn "^1.22.22"
|
|
1924
1925
|
|
|
1925
1926
|
"@oclif/plugin-search@1.0.22":
|
|
1926
1927
|
version "1.0.22"
|
|
@@ -2211,13 +2212,13 @@
|
|
|
2211
2212
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
2212
2213
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2213
2214
|
|
|
2214
|
-
"@salesforce/apex-node@^5.0.0-beta.0":
|
|
2215
|
-
version "5.0.0-beta.
|
|
2216
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.
|
|
2217
|
-
integrity sha512-
|
|
2215
|
+
"@salesforce/apex-node@^5.0.0-beta.0", "@salesforce/apex-node@^5.0.0-beta.2":
|
|
2216
|
+
version "5.0.0-beta.2"
|
|
2217
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.2.tgz"
|
|
2218
|
+
integrity sha512-jLQX4tqasxllcjBSC9c6XPErqJwItCW/nWwJu8QPVhAJA3AAGJaom4/RyPSV3McMBH8kYefGsNTDr3snSlI1Hw==
|
|
2218
2219
|
dependencies:
|
|
2219
2220
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
2220
|
-
"@salesforce/core" "^7.
|
|
2221
|
+
"@salesforce/core" "^7.2.0"
|
|
2221
2222
|
"@salesforce/kit" "^3.1.0"
|
|
2222
2223
|
"@types/istanbul-reports" "^3.0.4"
|
|
2223
2224
|
faye "1.4.0"
|
|
@@ -2329,13 +2330,13 @@
|
|
|
2329
2330
|
graphology-types "^0.24.7"
|
|
2330
2331
|
jszip "^3.10.1"
|
|
2331
2332
|
|
|
2332
|
-
"@salesforce/plugin-apex@3.1.
|
|
2333
|
-
version "3.1.
|
|
2334
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
2335
|
-
integrity sha512-
|
|
2333
|
+
"@salesforce/plugin-apex@3.1.7":
|
|
2334
|
+
version "3.1.7"
|
|
2335
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.7.tgz"
|
|
2336
|
+
integrity sha512-pPjymdqNpu9Vr7cul2LzEdyc1b2r8nozDs2ERFip5CJ0q2FSbjrTmmc4f6qWgYYJ0yDyhDO/SjM93LBZOScnHA==
|
|
2336
2337
|
dependencies:
|
|
2337
|
-
"@oclif/core" "^3.26.
|
|
2338
|
-
"@salesforce/apex-node" "^5.0.0-beta.
|
|
2338
|
+
"@oclif/core" "^3.26.3"
|
|
2339
|
+
"@salesforce/apex-node" "^5.0.0-beta.2"
|
|
2339
2340
|
"@salesforce/core" "^7.0.1"
|
|
2340
2341
|
"@salesforce/kit" "^3.1.0"
|
|
2341
2342
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
@@ -2389,10 +2390,10 @@
|
|
|
2389
2390
|
csv-parse "^4.16.3"
|
|
2390
2391
|
csv-stringify "^6.4.6"
|
|
2391
2392
|
|
|
2392
|
-
"@salesforce/plugin-deploy-retrieve@3.6.
|
|
2393
|
-
version "3.6.
|
|
2394
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.
|
|
2395
|
-
integrity sha512-
|
|
2393
|
+
"@salesforce/plugin-deploy-retrieve@3.6.2":
|
|
2394
|
+
version "3.6.2"
|
|
2395
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.2.tgz"
|
|
2396
|
+
integrity sha512-N1avieqQZf33zE8TojlHW2miclkSRKNsq4ouvMQ5/i639P3UtYHoDdtI7iGJG4BBc5Xhx9xiGfkx5gsoFrI8nA==
|
|
2396
2397
|
dependencies:
|
|
2397
2398
|
"@oclif/core" "^3.26.2"
|
|
2398
2399
|
"@salesforce/apex-node" "^5.0.0-beta.0"
|
|
@@ -2518,10 +2519,10 @@
|
|
|
2518
2519
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
2519
2520
|
fast-levenshtein "^3.0.0"
|
|
2520
2521
|
|
|
2521
|
-
"@salesforce/plugin-sobject@1.3.
|
|
2522
|
-
version "1.3.
|
|
2523
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.
|
|
2524
|
-
integrity sha512-
|
|
2522
|
+
"@salesforce/plugin-sobject@1.3.4":
|
|
2523
|
+
version "1.3.4"
|
|
2524
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.4.tgz"
|
|
2525
|
+
integrity sha512-lJ5nQZV19Z+1DEVE98RD0M+ziQ38rN51yX+lIJXiXMj6zq0unsznOaNqy+m9lxdohmrNhE3lKSPKveBY1QRxhQ==
|
|
2525
2526
|
dependencies:
|
|
2526
2527
|
"@inquirer/confirm" "^2.0.17"
|
|
2527
2528
|
"@inquirer/input" "^1.2.16"
|
|
@@ -2551,10 +2552,10 @@
|
|
|
2551
2552
|
got "^13.0.0"
|
|
2552
2553
|
proxy-agent "^6.3.1"
|
|
2553
2554
|
|
|
2554
|
-
"@salesforce/plugin-telemetry@3.3.
|
|
2555
|
-
version "3.3.
|
|
2556
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
2557
|
-
integrity sha512-
|
|
2555
|
+
"@salesforce/plugin-telemetry@3.3.3":
|
|
2556
|
+
version "3.3.3"
|
|
2557
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.3.tgz"
|
|
2558
|
+
integrity sha512-GXboZ0X5E1HZF0yLDh81CW/59dmM93g2MTGRqx9+jrdmx10NCd5VnlgnTI5FndkY08VYLjEdbG4IhouKb8f8RA==
|
|
2558
2559
|
dependencies:
|
|
2559
2560
|
"@oclif/core" "^3.26.2"
|
|
2560
2561
|
"@salesforce/core" "^7.2.0"
|
|
@@ -2613,14 +2614,14 @@
|
|
|
2613
2614
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz"
|
|
2614
2615
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
2615
2616
|
|
|
2616
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.2", "@salesforce/sf-plugins-core@9.0.
|
|
2617
|
-
version "9.0.
|
|
2618
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
2619
|
-
integrity sha512-
|
|
2617
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.2", "@salesforce/sf-plugins-core@9.0.4":
|
|
2618
|
+
version "9.0.4"
|
|
2619
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz"
|
|
2620
|
+
integrity sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==
|
|
2620
2621
|
dependencies:
|
|
2621
2622
|
"@inquirer/confirm" "^2.0.17"
|
|
2622
2623
|
"@inquirer/password" "^1.1.16"
|
|
2623
|
-
"@oclif/core" "^3.26.
|
|
2624
|
+
"@oclif/core" "^3.26.2"
|
|
2624
2625
|
"@salesforce/core" "^7.2.0"
|
|
2625
2626
|
"@salesforce/kit" "^3.1.0"
|
|
2626
2627
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -12596,6 +12597,11 @@ yarn-deduplicate@^6.0.2:
|
|
|
12596
12597
|
semver "^7.5.0"
|
|
12597
12598
|
tslib "^2.5.0"
|
|
12598
12599
|
|
|
12600
|
+
yarn@^1.22.22:
|
|
12601
|
+
version "1.22.22"
|
|
12602
|
+
resolved "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz"
|
|
12603
|
+
integrity sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==
|
|
12604
|
+
|
|
12599
12605
|
yeoman-environment@^3, yeoman-environment@^3.2.0, yeoman-environment@^3.9.1:
|
|
12600
12606
|
version "3.19.3"
|
|
12601
12607
|
resolved "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.19.3.tgz"
|
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.39.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.2",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.3",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.0",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.9",
|
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
|
-
"@oclif/core": "3.26.
|
|
142
|
+
"@oclif/core": "3.26.4",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.0.15",
|
|
144
144
|
"@oclif/plugin-commands": "3.3.1",
|
|
145
145
|
"@oclif/plugin-help": "6.0.21",
|
|
146
146
|
"@oclif/plugin-not-found": "3.1.4",
|
|
147
|
-
"@oclif/plugin-plugins": "5.0.
|
|
147
|
+
"@oclif/plugin-plugins": "5.0.11",
|
|
148
148
|
"@oclif/plugin-search": "1.0.22",
|
|
149
149
|
"@oclif/plugin-update": "4.2.6",
|
|
150
150
|
"@oclif/plugin-version": "2.0.17",
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
"@oclif/plugin-which": "3.1.7",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
|
-
"@salesforce/plugin-apex": "3.1.
|
|
155
|
+
"@salesforce/plugin-apex": "3.1.7",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.1",
|
|
157
157
|
"@salesforce/plugin-data": "3.3.1",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.6.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.6.2",
|
|
159
159
|
"@salesforce/plugin-info": "3.2.1",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.3",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.1",
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.3",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.1",
|
|
166
|
-
"@salesforce/plugin-sobject": "1.3.
|
|
166
|
+
"@salesforce/plugin-sobject": "1.3.4",
|
|
167
167
|
"@salesforce/plugin-source": "3.3.1",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.3.3",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.2",
|
|
170
170
|
"@salesforce/plugin-trust": "3.6.3",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.2",
|
|
172
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
172
|
+
"@salesforce/sf-plugins-core": "9.0.4",
|
|
173
173
|
"chalk": "^5.3.0",
|
|
174
174
|
"debug": "^4.3.4",
|
|
175
175
|
"strip-ansi": "^7.1.0"
|