@salesforce/cli 2.103.2 → 2.103.3
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 +18 -18
- package/npm-shrinkwrap.json +53 -48
- package/oclif.lock +55 -55
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.103.
|
|
28
|
+
@salesforce/cli/2.103.3 linux-x64 node-v22.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -7502,7 +7502,7 @@ FLAG DESCRIPTIONS
|
|
|
7502
7502
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7503
7503
|
```
|
|
7504
7504
|
|
|
7505
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7505
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/mdapi.ts)_
|
|
7506
7506
|
|
|
7507
7507
|
## `sf project convert source`
|
|
7508
7508
|
|
|
@@ -7575,7 +7575,7 @@ FLAG DESCRIPTIONS
|
|
|
7575
7575
|
Override the api version used for api requests made by this command
|
|
7576
7576
|
```
|
|
7577
7577
|
|
|
7578
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7578
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/source.ts)_
|
|
7579
7579
|
|
|
7580
7580
|
## `sf project convert source-behavior`
|
|
7581
7581
|
|
|
@@ -7634,7 +7634,7 @@ EXAMPLES
|
|
|
7634
7634
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7635
7635
|
```
|
|
7636
7636
|
|
|
7637
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7637
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/convert/source-behavior.ts)_
|
|
7638
7638
|
|
|
7639
7639
|
## `sf project delete source`
|
|
7640
7640
|
|
|
@@ -7774,7 +7774,7 @@ FLAG DESCRIPTIONS
|
|
|
7774
7774
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7775
7775
|
```
|
|
7776
7776
|
|
|
7777
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7777
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/delete/source.ts)_
|
|
7778
7778
|
|
|
7779
7779
|
## `sf project delete tracking`
|
|
7780
7780
|
|
|
@@ -7811,7 +7811,7 @@ EXAMPLES
|
|
|
7811
7811
|
$ sf project delete tracking --target-org my-scratch
|
|
7812
7812
|
```
|
|
7813
7813
|
|
|
7814
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7814
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/delete/tracking.ts)_
|
|
7815
7815
|
|
|
7816
7816
|
## `sf project deploy cancel`
|
|
7817
7817
|
|
|
@@ -7883,7 +7883,7 @@ FLAG DESCRIPTIONS
|
|
|
7883
7883
|
project deploy report".
|
|
7884
7884
|
```
|
|
7885
7885
|
|
|
7886
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7886
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/cancel.ts)_
|
|
7887
7887
|
|
|
7888
7888
|
## `sf project deploy preview`
|
|
7889
7889
|
|
|
@@ -7966,7 +7966,7 @@ FLAG DESCRIPTIONS
|
|
|
7966
7966
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7967
7967
|
```
|
|
7968
7968
|
|
|
7969
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/preview.ts)_
|
|
7970
7970
|
|
|
7971
7971
|
## `sf project deploy quick`
|
|
7972
7972
|
|
|
@@ -8059,7 +8059,7 @@ ERROR CODES
|
|
|
8059
8059
|
Canceling (69) The deploy is being canceled.
|
|
8060
8060
|
```
|
|
8061
8061
|
|
|
8062
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8062
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/quick.ts)_
|
|
8063
8063
|
|
|
8064
8064
|
## `sf project deploy report`
|
|
8065
8065
|
|
|
@@ -8151,7 +8151,7 @@ FLAG DESCRIPTIONS
|
|
|
8151
8151
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8152
8152
|
```
|
|
8153
8153
|
|
|
8154
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8154
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/report.ts)_
|
|
8155
8155
|
|
|
8156
8156
|
## `sf project deploy resume`
|
|
8157
8157
|
|
|
@@ -8248,7 +8248,7 @@ ERROR CODES
|
|
|
8248
8248
|
Canceling (69) The deploy is being canceled.
|
|
8249
8249
|
```
|
|
8250
8250
|
|
|
8251
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8251
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/resume.ts)_
|
|
8252
8252
|
|
|
8253
8253
|
## `sf project deploy start`
|
|
8254
8254
|
|
|
@@ -8501,7 +8501,7 @@ ERROR CODES
|
|
|
8501
8501
|
Canceling (69) The deploy is being canceled.
|
|
8502
8502
|
```
|
|
8503
8503
|
|
|
8504
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8504
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/start.ts)_
|
|
8505
8505
|
|
|
8506
8506
|
## `sf project deploy validate`
|
|
8507
8507
|
|
|
@@ -8691,7 +8691,7 @@ ERROR CODES
|
|
|
8691
8691
|
Canceling (69) The deploy is being canceled.
|
|
8692
8692
|
```
|
|
8693
8693
|
|
|
8694
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8694
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/deploy/validate.ts)_
|
|
8695
8695
|
|
|
8696
8696
|
## `sf project generate`
|
|
8697
8697
|
|
|
@@ -8892,7 +8892,7 @@ EXAMPLES
|
|
|
8892
8892
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8893
8893
|
```
|
|
8894
8894
|
|
|
8895
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8895
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/generate/manifest.ts)_
|
|
8896
8896
|
|
|
8897
8897
|
## `sf project list ignored`
|
|
8898
8898
|
|
|
@@ -8934,7 +8934,7 @@ EXAMPLES
|
|
|
8934
8934
|
$ sf project list ignored --source-dir package.xml
|
|
8935
8935
|
```
|
|
8936
8936
|
|
|
8937
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8937
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/list/ignored.ts)_
|
|
8938
8938
|
|
|
8939
8939
|
## `sf project reset tracking`
|
|
8940
8940
|
|
|
@@ -8983,7 +8983,7 @@ EXAMPLES
|
|
|
8983
8983
|
$ sf project reset tracking --revision 30
|
|
8984
8984
|
```
|
|
8985
8985
|
|
|
8986
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8986
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/reset/tracking.ts)_
|
|
8987
8987
|
|
|
8988
8988
|
## `sf project retrieve preview`
|
|
8989
8989
|
|
|
@@ -9037,7 +9037,7 @@ FLAG DESCRIPTIONS
|
|
|
9037
9037
|
production orgs.
|
|
9038
9038
|
```
|
|
9039
9039
|
|
|
9040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9040
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/retrieve/preview.ts)_
|
|
9041
9041
|
|
|
9042
9042
|
## `sf project retrieve start`
|
|
9043
9043
|
|
|
@@ -9218,7 +9218,7 @@ ENVIRONMENT VARIABLES
|
|
|
9218
9218
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9219
9219
|
```
|
|
9220
9220
|
|
|
9221
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9221
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.41/src/commands/project/retrieve/start.ts)_
|
|
9222
9222
|
|
|
9223
9223
|
## `sf schema generate field`
|
|
9224
9224
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.103.
|
|
3
|
+
"version": "2.103.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.103.
|
|
9
|
+
"version": "2.103.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.7.18",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.51",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.41",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.80",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.64",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.78",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.42",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.68",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.54",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.60",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.34",
|
|
@@ -2415,13 +2415,13 @@
|
|
|
2415
2415
|
}
|
|
2416
2416
|
},
|
|
2417
2417
|
"node_modules/@inquirer/editor": {
|
|
2418
|
-
"version": "4.2.
|
|
2419
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
2420
|
-
"integrity": "sha512-
|
|
2418
|
+
"version": "4.2.17",
|
|
2419
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.17.tgz",
|
|
2420
|
+
"integrity": "sha512-r6bQLsyPSzbWrZZ9ufoWL+CztkSatnJ6uSxqd6N+o41EZC51sQeWOzI6s5jLb+xxTWxl7PlUppqm8/sow241gg==",
|
|
2421
2421
|
"license": "MIT",
|
|
2422
2422
|
"dependencies": {
|
|
2423
2423
|
"@inquirer/core": "^10.1.15",
|
|
2424
|
-
"@inquirer/external-editor": "^1.0.
|
|
2424
|
+
"@inquirer/external-editor": "^1.0.1",
|
|
2425
2425
|
"@inquirer/type": "^3.0.8"
|
|
2426
2426
|
},
|
|
2427
2427
|
"engines": {
|
|
@@ -2459,9 +2459,9 @@
|
|
|
2459
2459
|
}
|
|
2460
2460
|
},
|
|
2461
2461
|
"node_modules/@inquirer/external-editor": {
|
|
2462
|
-
"version": "1.0.
|
|
2463
|
-
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.
|
|
2464
|
-
"integrity": "sha512-
|
|
2462
|
+
"version": "1.0.1",
|
|
2463
|
+
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz",
|
|
2464
|
+
"integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==",
|
|
2465
2465
|
"license": "MIT",
|
|
2466
2466
|
"dependencies": {
|
|
2467
2467
|
"chardet": "^2.1.0",
|
|
@@ -2472,6 +2472,11 @@
|
|
|
2472
2472
|
},
|
|
2473
2473
|
"peerDependencies": {
|
|
2474
2474
|
"@types/node": ">=18"
|
|
2475
|
+
},
|
|
2476
|
+
"peerDependenciesMeta": {
|
|
2477
|
+
"@types/node": {
|
|
2478
|
+
"optional": true
|
|
2479
|
+
}
|
|
2475
2480
|
}
|
|
2476
2481
|
},
|
|
2477
2482
|
"node_modules/@inquirer/figures": {
|
|
@@ -2658,14 +2663,14 @@
|
|
|
2658
2663
|
"license": "MIT"
|
|
2659
2664
|
},
|
|
2660
2665
|
"node_modules/@inquirer/prompts": {
|
|
2661
|
-
"version": "7.8.
|
|
2662
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.
|
|
2663
|
-
"integrity": "sha512-
|
|
2666
|
+
"version": "7.8.2",
|
|
2667
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.2.tgz",
|
|
2668
|
+
"integrity": "sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==",
|
|
2664
2669
|
"license": "MIT",
|
|
2665
2670
|
"dependencies": {
|
|
2666
|
-
"@inquirer/checkbox": "^4.2.
|
|
2671
|
+
"@inquirer/checkbox": "^4.2.1",
|
|
2667
2672
|
"@inquirer/confirm": "^5.1.14",
|
|
2668
|
-
"@inquirer/editor": "^4.2.
|
|
2673
|
+
"@inquirer/editor": "^4.2.17",
|
|
2669
2674
|
"@inquirer/expand": "^4.0.17",
|
|
2670
2675
|
"@inquirer/input": "^4.2.1",
|
|
2671
2676
|
"@inquirer/number": "^3.0.17",
|
|
@@ -2687,9 +2692,9 @@
|
|
|
2687
2692
|
}
|
|
2688
2693
|
},
|
|
2689
2694
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
|
|
2690
|
-
"version": "4.2.
|
|
2691
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.
|
|
2692
|
-
"integrity": "sha512-
|
|
2695
|
+
"version": "4.2.1",
|
|
2696
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.1.tgz",
|
|
2697
|
+
"integrity": "sha512-bevKGO6kX1eM/N+pdh9leS5L7TBF4ICrzi9a+cbWkrxeAeIcwlo/7OfWGCDERdRCI2/Q6tjltX4bt07ALHDwFw==",
|
|
2693
2698
|
"license": "MIT",
|
|
2694
2699
|
"dependencies": {
|
|
2695
2700
|
"@inquirer/core": "^10.1.15",
|
|
@@ -4615,17 +4620,17 @@
|
|
|
4615
4620
|
}
|
|
4616
4621
|
},
|
|
4617
4622
|
"node_modules/@salesforce/apex-node": {
|
|
4618
|
-
"version": "8.
|
|
4619
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.
|
|
4620
|
-
"integrity": "sha512-
|
|
4623
|
+
"version": "8.2.8",
|
|
4624
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.2.8.tgz",
|
|
4625
|
+
"integrity": "sha512-lKZkfcOHVmUL8RrMU1KAh7LOt4OiztyWXvFpaignQwv1RMHFdkByq1YGyQsD74akLu6vH8iw0UrojM638BU6Uw==",
|
|
4621
4626
|
"license": "BSD-3-Clause",
|
|
4622
4627
|
"dependencies": {
|
|
4623
|
-
"@salesforce/core": "^8.
|
|
4628
|
+
"@salesforce/core": "^8.19.1",
|
|
4624
4629
|
"@salesforce/kit": "^3.2.3",
|
|
4625
4630
|
"@types/istanbul-reports": "^3.0.4",
|
|
4626
4631
|
"bfj": "8.0.0",
|
|
4627
4632
|
"fast-glob": "^3.3.2",
|
|
4628
|
-
"faye": "1.4.
|
|
4633
|
+
"faye": "1.4.1",
|
|
4629
4634
|
"istanbul-lib-coverage": "^3.2.2",
|
|
4630
4635
|
"istanbul-lib-report": "^3.0.1",
|
|
4631
4636
|
"istanbul-reports": "^3.1.7"
|
|
@@ -4934,9 +4939,9 @@
|
|
|
4934
4939
|
}
|
|
4935
4940
|
},
|
|
4936
4941
|
"node_modules/@salesforce/o11y-reporter": {
|
|
4937
|
-
"version": "1.3.
|
|
4938
|
-
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.3.
|
|
4939
|
-
"integrity": "sha512-
|
|
4942
|
+
"version": "1.3.2",
|
|
4943
|
+
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.3.2.tgz",
|
|
4944
|
+
"integrity": "sha512-S5Y4wXWqrLg+DsuunkopH5mqYj3W0eHh59Q5NBIHp3n6lguHrN9MGhNGRzeD9nhKdnP9g2Nl0JEeZeOpwWJCDA==",
|
|
4940
4945
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4941
4946
|
"dependencies": {
|
|
4942
4947
|
"o11y": "^258.7.0",
|
|
@@ -5199,15 +5204,15 @@
|
|
|
5199
5204
|
}
|
|
5200
5205
|
},
|
|
5201
5206
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5202
|
-
"version": "3.22.
|
|
5203
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
5204
|
-
"integrity": "sha512-
|
|
5207
|
+
"version": "3.22.41",
|
|
5208
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.41.tgz",
|
|
5209
|
+
"integrity": "sha512-41CL3q9LjVVfpKdg92ZadbOhM16TdN1DwBh7HbzJRwTEr1JMylft27EN3l8IPwh3JNPvFRtLXqtMTBkPsXYz0A==",
|
|
5205
5210
|
"license": "Apache-2.0",
|
|
5206
5211
|
"dependencies": {
|
|
5207
|
-
"@inquirer/prompts": "^7.
|
|
5212
|
+
"@inquirer/prompts": "^7.8.2",
|
|
5208
5213
|
"@oclif/core": "^4.5.2",
|
|
5209
5214
|
"@oclif/multi-stage-output": "^0.8.19",
|
|
5210
|
-
"@salesforce/apex-node": "^8.
|
|
5215
|
+
"@salesforce/apex-node": "^8.2.8",
|
|
5211
5216
|
"@salesforce/core": "^8.19.1",
|
|
5212
5217
|
"@salesforce/kit": "^3.2.3",
|
|
5213
5218
|
"@salesforce/plugin-info": "^3.4.67",
|
|
@@ -5573,16 +5578,16 @@
|
|
|
5573
5578
|
}
|
|
5574
5579
|
},
|
|
5575
5580
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5576
|
-
"version": "3.6.
|
|
5577
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5578
|
-
"integrity": "sha512-
|
|
5581
|
+
"version": "3.6.54",
|
|
5582
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.54.tgz",
|
|
5583
|
+
"integrity": "sha512-YNSshwHXpln2impiDLd7sfjBSl1NnADSYXiafJiPjr67Zb5lbl9Pc3uFSQCCWPcwA0Fk9X8tc4kpKsJc3wbPXA==",
|
|
5579
5584
|
"license": "Apache-2.0",
|
|
5580
5585
|
"dependencies": {
|
|
5581
5586
|
"@oclif/core": "^4.5.2",
|
|
5582
5587
|
"@salesforce/core": "^8.15.0",
|
|
5583
5588
|
"@salesforce/kit": "^3.2.3",
|
|
5584
5589
|
"@salesforce/sf-plugins-core": "^12",
|
|
5585
|
-
"@salesforce/telemetry": "^6.2.
|
|
5590
|
+
"@salesforce/telemetry": "^6.2.1",
|
|
5586
5591
|
"@salesforce/ts-types": "^2.0.11",
|
|
5587
5592
|
"debug": "^4.4.1"
|
|
5588
5593
|
},
|
|
@@ -5838,15 +5843,15 @@
|
|
|
5838
5843
|
}
|
|
5839
5844
|
},
|
|
5840
5845
|
"node_modules/@salesforce/telemetry": {
|
|
5841
|
-
"version": "6.2.
|
|
5842
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.2.
|
|
5843
|
-
"integrity": "sha512-
|
|
5846
|
+
"version": "6.2.3",
|
|
5847
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.2.3.tgz",
|
|
5848
|
+
"integrity": "sha512-8w1hIVgJrWkPdbONjoRIRUdear5tJlWdM7vc3g4I36wWSRYfIk2eFZP3f67v2rP5ahC1CCTXCvqdJafWpH6quQ==",
|
|
5844
5849
|
"license": "Apache-2.0",
|
|
5845
5850
|
"dependencies": {
|
|
5846
|
-
"@salesforce/core": "^8.
|
|
5851
|
+
"@salesforce/core": "^8.19.1",
|
|
5847
5852
|
"@salesforce/kit": "^3.2.3",
|
|
5848
|
-
"@salesforce/o11y-reporter": "1.3.
|
|
5849
|
-
"applicationinsights": "^2.9.
|
|
5853
|
+
"@salesforce/o11y-reporter": "1.3.2",
|
|
5854
|
+
"applicationinsights": "^2.9.8",
|
|
5850
5855
|
"got": "^11",
|
|
5851
5856
|
"proxy-agent": "^6.5.0"
|
|
5852
5857
|
},
|
|
@@ -8019,9 +8024,9 @@
|
|
|
8019
8024
|
}
|
|
8020
8025
|
},
|
|
8021
8026
|
"node_modules/applicationinsights": {
|
|
8022
|
-
"version": "2.9.
|
|
8023
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.
|
|
8024
|
-
"integrity": "sha512-
|
|
8027
|
+
"version": "2.9.8",
|
|
8028
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.8.tgz",
|
|
8029
|
+
"integrity": "sha512-eB/EtAXJ6mDLLvHrtZj/7h31qUfnC2Npr2pHGqds5+1OP7BFLsn5us+HCkwTj7Q+1sHXujLphE5Cyvq5grtV6g==",
|
|
8025
8030
|
"license": "MIT",
|
|
8026
8031
|
"dependencies": {
|
|
8027
8032
|
"@azure/core-auth": "1.7.2",
|
|
@@ -11961,9 +11966,9 @@
|
|
|
11961
11966
|
}
|
|
11962
11967
|
},
|
|
11963
11968
|
"node_modules/faye": {
|
|
11964
|
-
"version": "1.4.
|
|
11965
|
-
"resolved": "https://registry.npmjs.org/faye/-/faye-1.4.
|
|
11966
|
-
"integrity": "sha512-
|
|
11969
|
+
"version": "1.4.1",
|
|
11970
|
+
"resolved": "https://registry.npmjs.org/faye/-/faye-1.4.1.tgz",
|
|
11971
|
+
"integrity": "sha512-Cg/khikhqlvumHO3efwx2tps2ZgQRjUMrO24G0quz7MMzRYYaEjU224YFXOeuPIvanRegIchVxj6pmHK1W0ikA==",
|
|
11967
11972
|
"license": "Apache-2.0",
|
|
11968
11973
|
"dependencies": {
|
|
11969
11974
|
"asap": "*",
|
package/oclif.lock
CHANGED
|
@@ -1074,10 +1074,10 @@
|
|
|
1074
1074
|
ansi-escapes "^4.3.2"
|
|
1075
1075
|
yoctocolors-cjs "^2.1.2"
|
|
1076
1076
|
|
|
1077
|
-
"@inquirer/checkbox@^4.2.
|
|
1078
|
-
version "4.2.
|
|
1079
|
-
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.
|
|
1080
|
-
integrity sha512-
|
|
1077
|
+
"@inquirer/checkbox@^4.2.1":
|
|
1078
|
+
version "4.2.1"
|
|
1079
|
+
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.1.tgz"
|
|
1080
|
+
integrity sha512-bevKGO6kX1eM/N+pdh9leS5L7TBF4ICrzi9a+cbWkrxeAeIcwlo/7OfWGCDERdRCI2/Q6tjltX4bt07ALHDwFw==
|
|
1081
1081
|
dependencies:
|
|
1082
1082
|
"@inquirer/core" "^10.1.15"
|
|
1083
1083
|
"@inquirer/figures" "^1.0.13"
|
|
@@ -1153,13 +1153,13 @@
|
|
|
1153
1153
|
wrap-ansi "^6.2.0"
|
|
1154
1154
|
yoctocolors-cjs "^2.1.2"
|
|
1155
1155
|
|
|
1156
|
-
"@inquirer/editor@^4.2.
|
|
1157
|
-
version "4.2.
|
|
1158
|
-
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
1159
|
-
integrity sha512-
|
|
1156
|
+
"@inquirer/editor@^4.2.17":
|
|
1157
|
+
version "4.2.17"
|
|
1158
|
+
resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.17.tgz"
|
|
1159
|
+
integrity sha512-r6bQLsyPSzbWrZZ9ufoWL+CztkSatnJ6uSxqd6N+o41EZC51sQeWOzI6s5jLb+xxTWxl7PlUppqm8/sow241gg==
|
|
1160
1160
|
dependencies:
|
|
1161
1161
|
"@inquirer/core" "^10.1.15"
|
|
1162
|
-
"@inquirer/external-editor" "^1.0.
|
|
1162
|
+
"@inquirer/external-editor" "^1.0.1"
|
|
1163
1163
|
"@inquirer/type" "^3.0.8"
|
|
1164
1164
|
|
|
1165
1165
|
"@inquirer/expand@^4.0.17":
|
|
@@ -1171,10 +1171,10 @@
|
|
|
1171
1171
|
"@inquirer/type" "^3.0.8"
|
|
1172
1172
|
yoctocolors-cjs "^2.1.2"
|
|
1173
1173
|
|
|
1174
|
-
"@inquirer/external-editor@^1.0.
|
|
1175
|
-
version "1.0.
|
|
1176
|
-
resolved "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.
|
|
1177
|
-
integrity sha512-
|
|
1174
|
+
"@inquirer/external-editor@^1.0.1":
|
|
1175
|
+
version "1.0.1"
|
|
1176
|
+
resolved "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz"
|
|
1177
|
+
integrity sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==
|
|
1178
1178
|
dependencies:
|
|
1179
1179
|
chardet "^2.1.0"
|
|
1180
1180
|
iconv-lite "^0.6.3"
|
|
@@ -1226,14 +1226,14 @@
|
|
|
1226
1226
|
"@inquirer/type" "^3.0.8"
|
|
1227
1227
|
ansi-escapes "^4.3.2"
|
|
1228
1228
|
|
|
1229
|
-
"@inquirer/prompts@^7.2.0", "@inquirer/prompts@^7.
|
|
1230
|
-
version "7.8.
|
|
1231
|
-
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.
|
|
1232
|
-
integrity sha512-
|
|
1229
|
+
"@inquirer/prompts@^7.2.0", "@inquirer/prompts@^7.8.1", "@inquirer/prompts@^7.8.2":
|
|
1230
|
+
version "7.8.2"
|
|
1231
|
+
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.2.tgz"
|
|
1232
|
+
integrity sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==
|
|
1233
1233
|
dependencies:
|
|
1234
|
-
"@inquirer/checkbox" "^4.2.
|
|
1234
|
+
"@inquirer/checkbox" "^4.2.1"
|
|
1235
1235
|
"@inquirer/confirm" "^5.1.14"
|
|
1236
|
-
"@inquirer/editor" "^4.2.
|
|
1236
|
+
"@inquirer/editor" "^4.2.17"
|
|
1237
1237
|
"@inquirer/expand" "^4.0.17"
|
|
1238
1238
|
"@inquirer/input" "^4.2.1"
|
|
1239
1239
|
"@inquirer/number" "^3.0.17"
|
|
@@ -2037,17 +2037,17 @@
|
|
|
2037
2037
|
nock "^13.5.6"
|
|
2038
2038
|
yaml "^2.8.0"
|
|
2039
2039
|
|
|
2040
|
-
"@salesforce/apex-node@^8.1.27", "@salesforce/apex-node@^8.
|
|
2041
|
-
version "8.
|
|
2042
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.
|
|
2043
|
-
integrity sha512-
|
|
2040
|
+
"@salesforce/apex-node@^8.1.27", "@salesforce/apex-node@^8.2.8":
|
|
2041
|
+
version "8.2.8"
|
|
2042
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.2.8.tgz"
|
|
2043
|
+
integrity sha512-lKZkfcOHVmUL8RrMU1KAh7LOt4OiztyWXvFpaignQwv1RMHFdkByq1YGyQsD74akLu6vH8iw0UrojM638BU6Uw==
|
|
2044
2044
|
dependencies:
|
|
2045
|
-
"@salesforce/core" "^8.
|
|
2045
|
+
"@salesforce/core" "^8.19.1"
|
|
2046
2046
|
"@salesforce/kit" "^3.2.3"
|
|
2047
2047
|
"@types/istanbul-reports" "^3.0.4"
|
|
2048
2048
|
bfj "8.0.0"
|
|
2049
2049
|
fast-glob "^3.3.2"
|
|
2050
|
-
faye "1.4.
|
|
2050
|
+
faye "1.4.1"
|
|
2051
2051
|
istanbul-lib-coverage "^3.2.2"
|
|
2052
2052
|
istanbul-lib-report "^3.0.1"
|
|
2053
2053
|
istanbul-reports "^3.1.7"
|
|
@@ -2137,10 +2137,10 @@
|
|
|
2137
2137
|
dependencies:
|
|
2138
2138
|
"@salesforce/ts-types" "^2.0.12"
|
|
2139
2139
|
|
|
2140
|
-
"@salesforce/o11y-reporter@1.3.
|
|
2141
|
-
version "1.3.
|
|
2142
|
-
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.3.
|
|
2143
|
-
integrity sha512-
|
|
2140
|
+
"@salesforce/o11y-reporter@1.3.2":
|
|
2141
|
+
version "1.3.2"
|
|
2142
|
+
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.3.2.tgz"
|
|
2143
|
+
integrity sha512-S5Y4wXWqrLg+DsuunkopH5mqYj3W0eHh59Q5NBIHp3n6lguHrN9MGhNGRzeD9nhKdnP9g2Nl0JEeZeOpwWJCDA==
|
|
2144
2144
|
dependencies:
|
|
2145
2145
|
o11y "^258.7.0"
|
|
2146
2146
|
o11y_schema "256.154.0"
|
|
@@ -2261,15 +2261,15 @@
|
|
|
2261
2261
|
form-data "^4.0.4"
|
|
2262
2262
|
terminal-link "^3.0.0"
|
|
2263
2263
|
|
|
2264
|
-
"@salesforce/plugin-deploy-retrieve@3.22.
|
|
2265
|
-
version "3.22.
|
|
2266
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.
|
|
2267
|
-
integrity sha512-
|
|
2264
|
+
"@salesforce/plugin-deploy-retrieve@3.22.41":
|
|
2265
|
+
version "3.22.41"
|
|
2266
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.41.tgz"
|
|
2267
|
+
integrity sha512-41CL3q9LjVVfpKdg92ZadbOhM16TdN1DwBh7HbzJRwTEr1JMylft27EN3l8IPwh3JNPvFRtLXqtMTBkPsXYz0A==
|
|
2268
2268
|
dependencies:
|
|
2269
|
-
"@inquirer/prompts" "^7.
|
|
2269
|
+
"@inquirer/prompts" "^7.8.2"
|
|
2270
2270
|
"@oclif/core" "^4.5.2"
|
|
2271
2271
|
"@oclif/multi-stage-output" "^0.8.19"
|
|
2272
|
-
"@salesforce/apex-node" "^8.
|
|
2272
|
+
"@salesforce/apex-node" "^8.2.8"
|
|
2273
2273
|
"@salesforce/core" "^8.19.1"
|
|
2274
2274
|
"@salesforce/kit" "^3.2.3"
|
|
2275
2275
|
"@salesforce/plugin-info" "^3.4.67"
|
|
@@ -2410,16 +2410,16 @@
|
|
|
2410
2410
|
fast-xml-parser "^4.5.3"
|
|
2411
2411
|
js2xmlparser "^4.0.2"
|
|
2412
2412
|
|
|
2413
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2414
|
-
version "3.6.
|
|
2415
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2416
|
-
integrity sha512-
|
|
2413
|
+
"@salesforce/plugin-telemetry@3.6.54":
|
|
2414
|
+
version "3.6.54"
|
|
2415
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.54.tgz"
|
|
2416
|
+
integrity sha512-YNSshwHXpln2impiDLd7sfjBSl1NnADSYXiafJiPjr67Zb5lbl9Pc3uFSQCCWPcwA0Fk9X8tc4kpKsJc3wbPXA==
|
|
2417
2417
|
dependencies:
|
|
2418
2418
|
"@oclif/core" "^4.5.2"
|
|
2419
2419
|
"@salesforce/core" "^8.15.0"
|
|
2420
2420
|
"@salesforce/kit" "^3.2.3"
|
|
2421
2421
|
"@salesforce/sf-plugins-core" "^12"
|
|
2422
|
-
"@salesforce/telemetry" "^6.2.
|
|
2422
|
+
"@salesforce/telemetry" "^6.2.1"
|
|
2423
2423
|
"@salesforce/ts-types" "^2.0.11"
|
|
2424
2424
|
debug "^4.4.1"
|
|
2425
2425
|
|
|
@@ -2539,15 +2539,15 @@
|
|
|
2539
2539
|
isomorphic-git "^1.30.1"
|
|
2540
2540
|
ts-retry-promise "^0.8.1"
|
|
2541
2541
|
|
|
2542
|
-
"@salesforce/telemetry@^6.2.
|
|
2543
|
-
version "6.2.
|
|
2544
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.2.
|
|
2545
|
-
integrity sha512-
|
|
2542
|
+
"@salesforce/telemetry@^6.2.1":
|
|
2543
|
+
version "6.2.3"
|
|
2544
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.2.3.tgz"
|
|
2545
|
+
integrity sha512-8w1hIVgJrWkPdbONjoRIRUdear5tJlWdM7vc3g4I36wWSRYfIk2eFZP3f67v2rP5ahC1CCTXCvqdJafWpH6quQ==
|
|
2546
2546
|
dependencies:
|
|
2547
|
-
"@salesforce/core" "^8.
|
|
2547
|
+
"@salesforce/core" "^8.19.1"
|
|
2548
2548
|
"@salesforce/kit" "^3.2.3"
|
|
2549
|
-
"@salesforce/o11y-reporter" "1.3.
|
|
2550
|
-
applicationinsights "^2.9.
|
|
2549
|
+
"@salesforce/o11y-reporter" "1.3.2"
|
|
2550
|
+
applicationinsights "^2.9.8"
|
|
2551
2551
|
got "^11"
|
|
2552
2552
|
proxy-agent "^6.5.0"
|
|
2553
2553
|
|
|
@@ -3835,10 +3835,10 @@ append-transform@^2.0.0:
|
|
|
3835
3835
|
dependencies:
|
|
3836
3836
|
default-require-extensions "^3.0.0"
|
|
3837
3837
|
|
|
3838
|
-
applicationinsights@^2.9.
|
|
3839
|
-
version "2.9.
|
|
3840
|
-
resolved "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.
|
|
3841
|
-
integrity sha512-
|
|
3838
|
+
applicationinsights@^2.9.8:
|
|
3839
|
+
version "2.9.8"
|
|
3840
|
+
resolved "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.8.tgz"
|
|
3841
|
+
integrity sha512-eB/EtAXJ6mDLLvHrtZj/7h31qUfnC2Npr2pHGqds5+1OP7BFLsn5us+HCkwTj7Q+1sHXujLphE5Cyvq5grtV6g==
|
|
3842
3842
|
dependencies:
|
|
3843
3843
|
"@azure/core-auth" "1.7.2"
|
|
3844
3844
|
"@azure/core-rest-pipeline" "1.16.3"
|
|
@@ -6004,10 +6004,10 @@ faye-websocket@>=0.9.1:
|
|
|
6004
6004
|
dependencies:
|
|
6005
6005
|
websocket-driver ">=0.5.1"
|
|
6006
6006
|
|
|
6007
|
-
faye@^1.4.0, faye@1.4.
|
|
6008
|
-
version "1.4.
|
|
6009
|
-
resolved "https://registry.npmjs.org/faye/-/faye-1.4.
|
|
6010
|
-
integrity sha512-
|
|
6007
|
+
faye@^1.4.0, faye@1.4.1:
|
|
6008
|
+
version "1.4.1"
|
|
6009
|
+
resolved "https://registry.npmjs.org/faye/-/faye-1.4.1.tgz"
|
|
6010
|
+
integrity sha512-Cg/khikhqlvumHO3efwx2tps2ZgQRjUMrO24G0quz7MMzRYYaEjU224YFXOeuPIvanRegIchVxj6pmHK1W0ikA==
|
|
6011
6011
|
dependencies:
|
|
6012
6012
|
asap "*"
|
|
6013
6013
|
csprng "*"
|
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.103.
|
|
4
|
+
"version": "2.103.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.7.18",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.51",
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.41",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.80",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.64",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.78",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.42",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.68",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.6.54",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.60",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.34",
|