@salesforce/cli 2.52.1 → 2.52.2
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 +27 -27
- package/npm-shrinkwrap.json +43 -22
- package/oclif.lock +37 -21
- package/oclif.manifest.json +111 -111
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.52.
|
|
27
|
+
@salesforce/cli/2.52.2 linux-x64 node-v20.15.1
|
|
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.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -797,7 +797,7 @@ FLAG DESCRIPTIONS
|
|
|
797
797
|
--tests Test1 --tests Test2
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.
|
|
800
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run/test.ts)_
|
|
801
801
|
|
|
802
802
|
## `sf apex tail log`
|
|
803
803
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
$ sf apex tail log --color --skip-trace-flag
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.
|
|
843
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/tail/log.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf autocomplete [SHELL]`
|
|
846
846
|
|
|
@@ -1902,7 +1902,7 @@ EXAMPLES
|
|
|
1902
1902
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1903
1903
|
```
|
|
1904
1904
|
|
|
1905
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1905
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.19/src/commands/doctor.ts)_
|
|
1906
1906
|
|
|
1907
1907
|
## `sf force data bulk delete`
|
|
1908
1908
|
|
|
@@ -2104,7 +2104,7 @@ EXAMPLES
|
|
|
2104
2104
|
$ sf info releasenotes display --version latest
|
|
2105
2105
|
```
|
|
2106
2106
|
|
|
2107
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2107
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.19/src/commands/info/releasenotes/display.ts)_
|
|
2108
2108
|
|
|
2109
2109
|
## `sf lightning generate app`
|
|
2110
2110
|
|
|
@@ -5703,7 +5703,7 @@ FLAG DESCRIPTIONS
|
|
|
5703
5703
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5704
5704
|
```
|
|
5705
5705
|
|
|
5706
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5706
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/convert/mdapi.ts)_
|
|
5707
5707
|
|
|
5708
5708
|
## `sf project convert source`
|
|
5709
5709
|
|
|
@@ -5715,7 +5715,7 @@ USAGE
|
|
|
5715
5715
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5716
5716
|
|
|
5717
5717
|
FLAGS
|
|
5718
|
-
-d, --output-dir=<value> [default:
|
|
5718
|
+
-d, --output-dir=<value> [default: metadataPackage_1721424010871] Output directory to store the Metadata
|
|
5719
5719
|
API–formatted files in.
|
|
5720
5720
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5721
5721
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5776,7 +5776,7 @@ FLAG DESCRIPTIONS
|
|
|
5776
5776
|
Override the api version used for api requests made by this command
|
|
5777
5777
|
```
|
|
5778
5778
|
|
|
5779
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5779
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/convert/source.ts)_
|
|
5780
5780
|
|
|
5781
5781
|
## `sf project convert source-behavior`
|
|
5782
5782
|
|
|
@@ -5833,7 +5833,7 @@ EXAMPLES
|
|
|
5833
5833
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5834
5834
|
```
|
|
5835
5835
|
|
|
5836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5836
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/convert/source-behavior.ts)_
|
|
5837
5837
|
|
|
5838
5838
|
## `sf project delete source`
|
|
5839
5839
|
|
|
@@ -5973,7 +5973,7 @@ FLAG DESCRIPTIONS
|
|
|
5973
5973
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5974
5974
|
```
|
|
5975
5975
|
|
|
5976
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5976
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/delete/source.ts)_
|
|
5977
5977
|
|
|
5978
5978
|
## `sf project delete tracking`
|
|
5979
5979
|
|
|
@@ -6010,7 +6010,7 @@ EXAMPLES
|
|
|
6010
6010
|
$ sf project delete tracking --target-org my-scratch
|
|
6011
6011
|
```
|
|
6012
6012
|
|
|
6013
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6013
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/delete/tracking.ts)_
|
|
6014
6014
|
|
|
6015
6015
|
## `sf project deploy cancel`
|
|
6016
6016
|
|
|
@@ -6082,7 +6082,7 @@ FLAG DESCRIPTIONS
|
|
|
6082
6082
|
project deploy report".
|
|
6083
6083
|
```
|
|
6084
6084
|
|
|
6085
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6085
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/cancel.ts)_
|
|
6086
6086
|
|
|
6087
6087
|
## `sf project deploy preview`
|
|
6088
6088
|
|
|
@@ -6165,7 +6165,7 @@ FLAG DESCRIPTIONS
|
|
|
6165
6165
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6166
6166
|
```
|
|
6167
6167
|
|
|
6168
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6168
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/preview.ts)_
|
|
6169
6169
|
|
|
6170
6170
|
## `sf project deploy quick`
|
|
6171
6171
|
|
|
@@ -6258,7 +6258,7 @@ ERROR CODES
|
|
|
6258
6258
|
Canceling (69) The deploy is being canceled.
|
|
6259
6259
|
```
|
|
6260
6260
|
|
|
6261
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6261
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/quick.ts)_
|
|
6262
6262
|
|
|
6263
6263
|
## `sf project deploy report`
|
|
6264
6264
|
|
|
@@ -6350,7 +6350,7 @@ FLAG DESCRIPTIONS
|
|
|
6350
6350
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6351
6351
|
```
|
|
6352
6352
|
|
|
6353
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6353
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/report.ts)_
|
|
6354
6354
|
|
|
6355
6355
|
## `sf project deploy resume`
|
|
6356
6356
|
|
|
@@ -6447,7 +6447,7 @@ ERROR CODES
|
|
|
6447
6447
|
Canceling (69) The deploy is being canceled.
|
|
6448
6448
|
```
|
|
6449
6449
|
|
|
6450
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6450
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/resume.ts)_
|
|
6451
6451
|
|
|
6452
6452
|
## `sf project deploy start`
|
|
6453
6453
|
|
|
@@ -6700,7 +6700,7 @@ ERROR CODES
|
|
|
6700
6700
|
Canceling (69) The deploy is being canceled.
|
|
6701
6701
|
```
|
|
6702
6702
|
|
|
6703
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6703
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/start.ts)_
|
|
6704
6704
|
|
|
6705
6705
|
## `sf project deploy validate`
|
|
6706
6706
|
|
|
@@ -6890,7 +6890,7 @@ ERROR CODES
|
|
|
6890
6890
|
Canceling (69) The deploy is being canceled.
|
|
6891
6891
|
```
|
|
6892
6892
|
|
|
6893
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6893
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/deploy/validate.ts)_
|
|
6894
6894
|
|
|
6895
6895
|
## `sf project generate`
|
|
6896
6896
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/generate/manifest.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project list ignored`
|
|
7078
7078
|
|
|
@@ -7114,7 +7114,7 @@ EXAMPLES
|
|
|
7114
7114
|
$ sf project list ignored --source-dir package.xml
|
|
7115
7115
|
```
|
|
7116
7116
|
|
|
7117
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7117
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/list/ignored.ts)_
|
|
7118
7118
|
|
|
7119
7119
|
## `sf project reset tracking`
|
|
7120
7120
|
|
|
@@ -7163,7 +7163,7 @@ EXAMPLES
|
|
|
7163
7163
|
$ sf project reset tracking --revision 30
|
|
7164
7164
|
```
|
|
7165
7165
|
|
|
7166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7166
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/reset/tracking.ts)_
|
|
7167
7167
|
|
|
7168
7168
|
## `sf project retrieve preview`
|
|
7169
7169
|
|
|
@@ -7217,7 +7217,7 @@ FLAG DESCRIPTIONS
|
|
|
7217
7217
|
production orgs.
|
|
7218
7218
|
```
|
|
7219
7219
|
|
|
7220
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7220
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/retrieve/preview.ts)_
|
|
7221
7221
|
|
|
7222
7222
|
## `sf project retrieve start`
|
|
7223
7223
|
|
|
@@ -7382,7 +7382,7 @@ ENVIRONMENT VARIABLES
|
|
|
7382
7382
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7383
7383
|
```
|
|
7384
7384
|
|
|
7385
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7385
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.19/src/commands/project/retrieve/start.ts)_
|
|
7386
7386
|
|
|
7387
7387
|
## `sf schema generate field`
|
|
7388
7388
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.52.
|
|
9
|
+
"version": "2.52.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.8",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.
|
|
27
|
+
"@salesforce/plugin-apex": "3.3.0",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.37",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.5",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.19",
|
|
31
|
+
"@salesforce/plugin-info": "3.3.19",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.18",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.18",
|
|
34
34
|
"@salesforce/plugin-org": "4.3.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.3",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.13",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.18",
|
|
44
|
-
"@salesforce/sf-plugins-core": "11.
|
|
44
|
+
"@salesforce/sf-plugins-core": "11.2.0",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -4337,9 +4337,9 @@
|
|
|
4337
4337
|
}
|
|
4338
4338
|
},
|
|
4339
4339
|
"node_modules/@salesforce/core": {
|
|
4340
|
-
"version": "8.2.
|
|
4341
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.
|
|
4342
|
-
"integrity": "sha512-
|
|
4340
|
+
"version": "8.2.1",
|
|
4341
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.1.tgz",
|
|
4342
|
+
"integrity": "sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==",
|
|
4343
4343
|
"license": "BSD-3-Clause",
|
|
4344
4344
|
"dependencies": {
|
|
4345
4345
|
"@jsforce/jsforce-node": "^3.2.3",
|
|
@@ -4489,12 +4489,12 @@
|
|
|
4489
4489
|
}
|
|
4490
4490
|
},
|
|
4491
4491
|
"node_modules/@salesforce/plugin-apex": {
|
|
4492
|
-
"version": "3.
|
|
4493
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.
|
|
4494
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "3.3.0",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.3.0.tgz",
|
|
4494
|
+
"integrity": "sha512-dhXP4PE2iFhPfN4j9FS/qpWSjB2+Zq1tlBfyaMo7FfcFtPU3JvRLh2ZA1RJBIIAnW5TbmWfn8WtXwHeWSz3o8g==",
|
|
4495
4495
|
"license": "BSD-3-Clause",
|
|
4496
4496
|
"dependencies": {
|
|
4497
|
-
"@salesforce/apex-node": "^
|
|
4497
|
+
"@salesforce/apex-node": "^8.1.0",
|
|
4498
4498
|
"@salesforce/core": "^8.1.0",
|
|
4499
4499
|
"@salesforce/kit": "^3.1.6",
|
|
4500
4500
|
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
@@ -4504,6 +4504,27 @@
|
|
|
4504
4504
|
"node": ">=18.0.0"
|
|
4505
4505
|
}
|
|
4506
4506
|
},
|
|
4507
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/apex-node": {
|
|
4508
|
+
"version": "8.1.0",
|
|
4509
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.0.tgz",
|
|
4510
|
+
"integrity": "sha512-tZF/wLgm/7E67JHkELG5MpjLxfwB2EUaK1rLndRIGGpTz7Oybreh/dvE4N712PgiuqvsKS0aZXIu9Pl6huGxOw==",
|
|
4511
|
+
"license": "BSD-3-Clause",
|
|
4512
|
+
"dependencies": {
|
|
4513
|
+
"@jsforce/jsforce-node": "^3.2.3",
|
|
4514
|
+
"@salesforce/core": "^8.2.0",
|
|
4515
|
+
"@salesforce/kit": "^3.1.6",
|
|
4516
|
+
"@types/istanbul-reports": "^3.0.4",
|
|
4517
|
+
"bfj": "8.0.0",
|
|
4518
|
+
"fast-glob": "^3.3.2",
|
|
4519
|
+
"faye": "1.4.0",
|
|
4520
|
+
"istanbul-lib-coverage": "^3.2.2",
|
|
4521
|
+
"istanbul-lib-report": "^3.0.1",
|
|
4522
|
+
"istanbul-reports": "^3.1.7"
|
|
4523
|
+
},
|
|
4524
|
+
"engines": {
|
|
4525
|
+
"node": ">=18.18.2"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4507
4528
|
"node_modules/@salesforce/plugin-auth": {
|
|
4508
4529
|
"version": "3.6.37",
|
|
4509
4530
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.37.tgz",
|
|
@@ -4586,9 +4607,9 @@
|
|
|
4586
4607
|
"license": "MIT"
|
|
4587
4608
|
},
|
|
4588
4609
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4589
|
-
"version": "3.9.
|
|
4590
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
4591
|
-
"integrity": "sha512-
|
|
4610
|
+
"version": "3.9.19",
|
|
4611
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.19.tgz",
|
|
4612
|
+
"integrity": "sha512-454dVaTsUMe/IDgXyvjJStGXoAXSiKTxgXlPSXD5nSNIB+8ZHvko8vLC5mXDDTkwJ0YeRqlQHdk0NcjSyhmKuw==",
|
|
4592
4613
|
"license": "BSD-3-Clause",
|
|
4593
4614
|
"dependencies": {
|
|
4594
4615
|
"@oclif/core": "^4.0.12",
|
|
@@ -4607,9 +4628,9 @@
|
|
|
4607
4628
|
}
|
|
4608
4629
|
},
|
|
4609
4630
|
"node_modules/@salesforce/plugin-info": {
|
|
4610
|
-
"version": "3.3.
|
|
4611
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
4612
|
-
"integrity": "sha512-
|
|
4631
|
+
"version": "3.3.19",
|
|
4632
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.19.tgz",
|
|
4633
|
+
"integrity": "sha512-rycPRjOUB+VqPUbwtNkzGpRCdC2JBdfV7HLcbFB/aIXwL9zBYjt1zBVvOj587lXf3VUwwmgS2x2Xu3YY0f3jpQ==",
|
|
4613
4634
|
"license": "BSD-3-Clause",
|
|
4614
4635
|
"dependencies": {
|
|
4615
4636
|
"@inquirer/input": "^2.2.1",
|
|
@@ -4935,9 +4956,9 @@
|
|
|
4935
4956
|
"license": "ISC"
|
|
4936
4957
|
},
|
|
4937
4958
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4938
|
-
"version": "11.
|
|
4939
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.
|
|
4940
|
-
"integrity": "sha512-
|
|
4959
|
+
"version": "11.2.0",
|
|
4960
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz",
|
|
4961
|
+
"integrity": "sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==",
|
|
4941
4962
|
"license": "BSD-3-Clause",
|
|
4942
4963
|
"dependencies": {
|
|
4943
4964
|
"@inquirer/confirm": "^3.1.14",
|
package/oclif.lock
CHANGED
|
@@ -2117,6 +2117,22 @@
|
|
|
2117
2117
|
istanbul-lib-report "^3.0.1"
|
|
2118
2118
|
istanbul-reports "^3.1.7"
|
|
2119
2119
|
|
|
2120
|
+
"@salesforce/apex-node@^8.1.0":
|
|
2121
|
+
version "8.1.0"
|
|
2122
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.0.tgz"
|
|
2123
|
+
integrity sha512-tZF/wLgm/7E67JHkELG5MpjLxfwB2EUaK1rLndRIGGpTz7Oybreh/dvE4N712PgiuqvsKS0aZXIu9Pl6huGxOw==
|
|
2124
|
+
dependencies:
|
|
2125
|
+
"@jsforce/jsforce-node" "^3.2.3"
|
|
2126
|
+
"@salesforce/core" "^8.2.0"
|
|
2127
|
+
"@salesforce/kit" "^3.1.6"
|
|
2128
|
+
"@types/istanbul-reports" "^3.0.4"
|
|
2129
|
+
bfj "8.0.0"
|
|
2130
|
+
fast-glob "^3.3.2"
|
|
2131
|
+
faye "1.4.0"
|
|
2132
|
+
istanbul-lib-coverage "^3.2.2"
|
|
2133
|
+
istanbul-lib-report "^3.0.1"
|
|
2134
|
+
istanbul-reports "^3.1.7"
|
|
2135
|
+
|
|
2120
2136
|
"@salesforce/cli-plugins-testkit@^5.3.15":
|
|
2121
2137
|
version "5.3.17"
|
|
2122
2138
|
resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.17.tgz"
|
|
@@ -2133,10 +2149,10 @@
|
|
|
2133
2149
|
strip-ansi "6.0.1"
|
|
2134
2150
|
ts-retry-promise "^0.8.1"
|
|
2135
2151
|
|
|
2136
|
-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.1.2", "@salesforce/core@^8.1.3":
|
|
2137
|
-
version "8.2.
|
|
2138
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.2.
|
|
2139
|
-
integrity sha512-
|
|
2152
|
+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.1.2", "@salesforce/core@^8.1.3", "@salesforce/core@^8.2.0":
|
|
2153
|
+
version "8.2.1"
|
|
2154
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.2.1.tgz"
|
|
2155
|
+
integrity sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==
|
|
2140
2156
|
dependencies:
|
|
2141
2157
|
"@jsforce/jsforce-node" "^3.2.3"
|
|
2142
2158
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -2221,12 +2237,12 @@
|
|
|
2221
2237
|
jszip "^3.10.1"
|
|
2222
2238
|
object-treeify "^2"
|
|
2223
2239
|
|
|
2224
|
-
"@salesforce/plugin-apex@3.
|
|
2225
|
-
version "3.
|
|
2226
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.
|
|
2227
|
-
integrity sha512-
|
|
2240
|
+
"@salesforce/plugin-apex@3.3.0":
|
|
2241
|
+
version "3.3.0"
|
|
2242
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.3.0.tgz"
|
|
2243
|
+
integrity sha512-dhXP4PE2iFhPfN4j9FS/qpWSjB2+Zq1tlBfyaMo7FfcFtPU3JvRLh2ZA1RJBIIAnW5TbmWfn8WtXwHeWSz3o8g==
|
|
2228
2244
|
dependencies:
|
|
2229
|
-
"@salesforce/apex-node" "^
|
|
2245
|
+
"@salesforce/apex-node" "^8.1.0"
|
|
2230
2246
|
"@salesforce/core" "^8.1.0"
|
|
2231
2247
|
"@salesforce/kit" "^3.1.6"
|
|
2232
2248
|
"@salesforce/sf-plugins-core" "^11.1.6"
|
|
@@ -2278,10 +2294,10 @@
|
|
|
2278
2294
|
csv-stringify "^6.5.0"
|
|
2279
2295
|
form-data "^4.0.0"
|
|
2280
2296
|
|
|
2281
|
-
"@salesforce/plugin-deploy-retrieve@3.9.
|
|
2282
|
-
version "3.9.
|
|
2283
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
2284
|
-
integrity sha512-
|
|
2297
|
+
"@salesforce/plugin-deploy-retrieve@3.9.19":
|
|
2298
|
+
version "3.9.19"
|
|
2299
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.19.tgz"
|
|
2300
|
+
integrity sha512-454dVaTsUMe/IDgXyvjJStGXoAXSiKTxgXlPSXD5nSNIB+8ZHvko8vLC5mXDDTkwJ0YeRqlQHdk0NcjSyhmKuw==
|
|
2285
2301
|
dependencies:
|
|
2286
2302
|
"@oclif/core" "^4.0.12"
|
|
2287
2303
|
"@salesforce/apex-node" "^7.0.4"
|
|
@@ -2294,10 +2310,10 @@
|
|
|
2294
2310
|
"@salesforce/ts-types" "^2.0.10"
|
|
2295
2311
|
ansis "^3.2.1"
|
|
2296
2312
|
|
|
2297
|
-
"@salesforce/plugin-info@^3.3.11", "@salesforce/plugin-info@^3.3.18", "@salesforce/plugin-info@3.3.
|
|
2298
|
-
version "3.3.
|
|
2299
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
2300
|
-
integrity sha512-
|
|
2313
|
+
"@salesforce/plugin-info@^3.3.11", "@salesforce/plugin-info@^3.3.18", "@salesforce/plugin-info@3.3.19":
|
|
2314
|
+
version "3.3.19"
|
|
2315
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.19.tgz"
|
|
2316
|
+
integrity sha512-rycPRjOUB+VqPUbwtNkzGpRCdC2JBdfV7HLcbFB/aIXwL9zBYjt1zBVvOj587lXf3VUwwmgS2x2Xu3YY0f3jpQ==
|
|
2301
2317
|
dependencies:
|
|
2302
2318
|
"@inquirer/input" "^2.2.1"
|
|
2303
2319
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
@@ -2499,10 +2515,10 @@
|
|
|
2499
2515
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
2500
2516
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2501
2517
|
|
|
2502
|
-
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7", "@salesforce/sf-plugins-core@^11.1.9", "@salesforce/sf-plugins-core@11.
|
|
2503
|
-
version "11.
|
|
2504
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.
|
|
2505
|
-
integrity sha512-
|
|
2518
|
+
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7", "@salesforce/sf-plugins-core@^11.1.9", "@salesforce/sf-plugins-core@11.2.0":
|
|
2519
|
+
version "11.2.0"
|
|
2520
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz"
|
|
2521
|
+
integrity sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==
|
|
2506
2522
|
dependencies:
|
|
2507
2523
|
"@inquirer/confirm" "^3.1.14"
|
|
2508
2524
|
"@inquirer/password" "^2.1.14"
|
package/oclif.manifest.json
CHANGED
|
@@ -1294,14 +1294,12 @@
|
|
|
1294
1294
|
"messages:audit:dev"
|
|
1295
1295
|
]
|
|
1296
1296
|
},
|
|
1297
|
-
"dev:
|
|
1297
|
+
"dev:configure:repo": {
|
|
1298
1298
|
"aliases": [],
|
|
1299
1299
|
"args": {},
|
|
1300
|
-
"description": "
|
|
1300
|
+
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1301
1301
|
"examples": [
|
|
1302
|
-
"
|
|
1303
|
-
"Similar to previous example, but specify the plugin project directory:",
|
|
1304
|
-
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1302
|
+
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1305
1303
|
],
|
|
1306
1304
|
"flags": {
|
|
1307
1305
|
"json": {
|
|
@@ -1319,64 +1317,70 @@
|
|
|
1319
1317
|
"multiple": false,
|
|
1320
1318
|
"type": "option"
|
|
1321
1319
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
"
|
|
1327
|
-
"name": "project-dir",
|
|
1328
|
-
"summary": "Location of the project whose messages are to be converted.",
|
|
1329
|
-
"default": ".",
|
|
1320
|
+
"repository": {
|
|
1321
|
+
"char": "r",
|
|
1322
|
+
"name": "repository",
|
|
1323
|
+
"required": true,
|
|
1324
|
+
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1330
1325
|
"hasDynamicHelp": false,
|
|
1331
1326
|
"multiple": false,
|
|
1332
1327
|
"type": "option"
|
|
1333
1328
|
},
|
|
1334
|
-
"
|
|
1329
|
+
"dry-run": {
|
|
1335
1330
|
"aliases": [
|
|
1336
|
-
"
|
|
1331
|
+
"dryrun"
|
|
1337
1332
|
],
|
|
1338
|
-
"char": "
|
|
1339
|
-
"name": "
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1333
|
+
"char": "d",
|
|
1334
|
+
"name": "dry-run",
|
|
1335
|
+
"summary": "Make no changes.",
|
|
1336
|
+
"allowNo": false,
|
|
1337
|
+
"type": "boolean"
|
|
1338
|
+
},
|
|
1339
|
+
"bot": {
|
|
1340
|
+
"char": "b",
|
|
1341
|
+
"name": "bot",
|
|
1342
|
+
"summary": "GitHub login/username for the bot.",
|
|
1343
|
+
"default": "SF-CLI-BOT",
|
|
1342
1344
|
"hasDynamicHelp": false,
|
|
1343
|
-
"multiple":
|
|
1345
|
+
"multiple": false,
|
|
1344
1346
|
"type": "option"
|
|
1345
1347
|
}
|
|
1346
1348
|
},
|
|
1347
1349
|
"hasDynamicHelp": false,
|
|
1350
|
+
"hidden": true,
|
|
1348
1351
|
"hiddenAliases": [],
|
|
1349
|
-
"id": "dev:
|
|
1352
|
+
"id": "dev:configure:repo",
|
|
1350
1353
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1351
1354
|
"pluginName": "@salesforce/plugin-dev",
|
|
1352
1355
|
"pluginType": "jit",
|
|
1353
1356
|
"strict": true,
|
|
1354
|
-
"summary": "
|
|
1357
|
+
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1355
1358
|
"enableJsonFlag": true,
|
|
1356
1359
|
"isESM": true,
|
|
1357
1360
|
"relativePath": [
|
|
1358
1361
|
"lib",
|
|
1359
1362
|
"commands",
|
|
1360
1363
|
"dev",
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1364
|
+
"configure",
|
|
1365
|
+
"repo.js"
|
|
1363
1366
|
],
|
|
1364
1367
|
"aliasPermutations": [],
|
|
1365
1368
|
"permutations": [
|
|
1366
|
-
"dev:
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"dev:
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1369
|
+
"dev:configure:repo",
|
|
1370
|
+
"configure:dev:repo",
|
|
1371
|
+
"configure:repo:dev",
|
|
1372
|
+
"dev:repo:configure",
|
|
1373
|
+
"repo:dev:configure",
|
|
1374
|
+
"repo:configure:dev"
|
|
1372
1375
|
]
|
|
1373
1376
|
},
|
|
1374
|
-
"dev:
|
|
1377
|
+
"dev:configure:secrets": {
|
|
1375
1378
|
"aliases": [],
|
|
1376
1379
|
"args": {},
|
|
1377
|
-
"description": "
|
|
1380
|
+
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
1378
1381
|
"examples": [
|
|
1379
|
-
"
|
|
1382
|
+
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
1383
|
+
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1380
1384
|
],
|
|
1381
1385
|
"flags": {
|
|
1382
1386
|
"json": {
|
|
@@ -1394,56 +1398,62 @@
|
|
|
1394
1398
|
"multiple": false,
|
|
1395
1399
|
"type": "option"
|
|
1396
1400
|
},
|
|
1397
|
-
"
|
|
1398
|
-
"char": "
|
|
1399
|
-
"name": "
|
|
1401
|
+
"repository": {
|
|
1402
|
+
"char": "r",
|
|
1403
|
+
"name": "repository",
|
|
1400
1404
|
"required": true,
|
|
1401
|
-
"summary": "
|
|
1405
|
+
"summary": "Github owner/repo.",
|
|
1402
1406
|
"hasDynamicHelp": false,
|
|
1403
1407
|
"multiple": false,
|
|
1404
1408
|
"type": "option"
|
|
1405
1409
|
},
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
+
"dry-run": {
|
|
1411
|
+
"aliases": [
|
|
1412
|
+
"dryrun"
|
|
1413
|
+
],
|
|
1414
|
+
"char": "d",
|
|
1415
|
+
"name": "dry-run",
|
|
1416
|
+
"summary": "Make no changes.",
|
|
1410
1417
|
"allowNo": false,
|
|
1411
1418
|
"type": "boolean"
|
|
1412
1419
|
}
|
|
1413
1420
|
},
|
|
1414
1421
|
"hasDynamicHelp": false,
|
|
1422
|
+
"hidden": true,
|
|
1415
1423
|
"hiddenAliases": [],
|
|
1416
|
-
"id": "dev:
|
|
1424
|
+
"id": "dev:configure:secrets",
|
|
1417
1425
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1418
1426
|
"pluginName": "@salesforce/plugin-dev",
|
|
1419
1427
|
"pluginType": "jit",
|
|
1420
1428
|
"strict": true,
|
|
1421
|
-
"summary": "
|
|
1429
|
+
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1422
1430
|
"enableJsonFlag": true,
|
|
1423
1431
|
"isESM": true,
|
|
1424
1432
|
"relativePath": [
|
|
1425
1433
|
"lib",
|
|
1426
1434
|
"commands",
|
|
1427
1435
|
"dev",
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1436
|
+
"configure",
|
|
1437
|
+
"secrets.js"
|
|
1430
1438
|
],
|
|
1431
1439
|
"aliasPermutations": [],
|
|
1432
1440
|
"permutations": [
|
|
1433
|
-
"dev:
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"dev:
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1441
|
+
"dev:configure:secrets",
|
|
1442
|
+
"configure:dev:secrets",
|
|
1443
|
+
"configure:secrets:dev",
|
|
1444
|
+
"dev:secrets:configure",
|
|
1445
|
+
"secrets:dev:configure",
|
|
1446
|
+
"secrets:configure:dev"
|
|
1439
1447
|
]
|
|
1440
1448
|
},
|
|
1441
|
-
"dev:
|
|
1449
|
+
"dev:convert:messages": {
|
|
1442
1450
|
"aliases": [],
|
|
1443
1451
|
"args": {},
|
|
1444
|
-
"description": "
|
|
1452
|
+
"description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
|
|
1445
1453
|
"examples": [
|
|
1446
|
-
"
|
|
1454
|
+
"Convert the my-command.json message file into my-command.md with the standard messages headers:\n<%= config.bin %> <%= command.id %> --filename my-command.json",
|
|
1455
|
+
"Similar to previous example, but specify the plugin project directory:",
|
|
1456
|
+
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1447
1457
|
],
|
|
1448
1458
|
"flags": {
|
|
1449
1459
|
"json": {
|
|
@@ -1461,70 +1471,64 @@
|
|
|
1461
1471
|
"multiple": false,
|
|
1462
1472
|
"type": "option"
|
|
1463
1473
|
},
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
"
|
|
1474
|
+
"project-dir": {
|
|
1475
|
+
"aliases": [
|
|
1476
|
+
"projectdir"
|
|
1477
|
+
],
|
|
1478
|
+
"char": "p",
|
|
1479
|
+
"name": "project-dir",
|
|
1480
|
+
"summary": "Location of the project whose messages are to be converted.",
|
|
1481
|
+
"default": ".",
|
|
1469
1482
|
"hasDynamicHelp": false,
|
|
1470
1483
|
"multiple": false,
|
|
1471
1484
|
"type": "option"
|
|
1472
1485
|
},
|
|
1473
|
-
"
|
|
1486
|
+
"file-name": {
|
|
1474
1487
|
"aliases": [
|
|
1475
|
-
"
|
|
1488
|
+
"filename"
|
|
1476
1489
|
],
|
|
1477
|
-
"char": "
|
|
1478
|
-
"name": "
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"type": "boolean"
|
|
1482
|
-
},
|
|
1483
|
-
"bot": {
|
|
1484
|
-
"char": "b",
|
|
1485
|
-
"name": "bot",
|
|
1486
|
-
"summary": "GitHub login/username for the bot.",
|
|
1487
|
-
"default": "SF-CLI-BOT",
|
|
1490
|
+
"char": "f",
|
|
1491
|
+
"name": "file-name",
|
|
1492
|
+
"required": true,
|
|
1493
|
+
"summary": "Filename to convert.",
|
|
1488
1494
|
"hasDynamicHelp": false,
|
|
1489
|
-
"multiple":
|
|
1495
|
+
"multiple": true,
|
|
1490
1496
|
"type": "option"
|
|
1491
1497
|
}
|
|
1492
1498
|
},
|
|
1493
1499
|
"hasDynamicHelp": false,
|
|
1494
|
-
"hidden": true,
|
|
1495
1500
|
"hiddenAliases": [],
|
|
1496
|
-
"id": "dev:
|
|
1501
|
+
"id": "dev:convert:messages",
|
|
1497
1502
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1498
1503
|
"pluginName": "@salesforce/plugin-dev",
|
|
1499
1504
|
"pluginType": "jit",
|
|
1500
1505
|
"strict": true,
|
|
1501
|
-
"summary": "
|
|
1506
|
+
"summary": "Convert a .json messages file into Markdown.",
|
|
1502
1507
|
"enableJsonFlag": true,
|
|
1503
1508
|
"isESM": true,
|
|
1504
1509
|
"relativePath": [
|
|
1505
1510
|
"lib",
|
|
1506
1511
|
"commands",
|
|
1507
1512
|
"dev",
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1513
|
+
"convert",
|
|
1514
|
+
"messages.js"
|
|
1510
1515
|
],
|
|
1511
1516
|
"aliasPermutations": [],
|
|
1512
1517
|
"permutations": [
|
|
1513
|
-
"dev:
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1516
|
-
"dev:
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1518
|
+
"dev:convert:messages",
|
|
1519
|
+
"convert:dev:messages",
|
|
1520
|
+
"convert:messages:dev",
|
|
1521
|
+
"dev:messages:convert",
|
|
1522
|
+
"messages:dev:convert",
|
|
1523
|
+
"messages:convert:dev"
|
|
1519
1524
|
]
|
|
1520
1525
|
},
|
|
1521
|
-
"dev:
|
|
1526
|
+
"dev:convert:script": {
|
|
1522
1527
|
"aliases": [],
|
|
1523
1528
|
"args": {},
|
|
1524
|
-
"description": "
|
|
1529
|
+
"description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
|
|
1525
1530
|
"examples": [
|
|
1526
|
-
"
|
|
1527
|
-
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1531
|
+
"Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
|
|
1528
1532
|
],
|
|
1529
1533
|
"flags": {
|
|
1530
1534
|
"json": {
|
|
@@ -1542,52 +1546,48 @@
|
|
|
1542
1546
|
"multiple": false,
|
|
1543
1547
|
"type": "option"
|
|
1544
1548
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"char": "
|
|
1547
|
-
"name": "
|
|
1549
|
+
"script": {
|
|
1550
|
+
"char": "s",
|
|
1551
|
+
"name": "script",
|
|
1548
1552
|
"required": true,
|
|
1549
|
-
"summary": "
|
|
1553
|
+
"summary": "Filepath to the script you want to convert.",
|
|
1550
1554
|
"hasDynamicHelp": false,
|
|
1551
1555
|
"multiple": false,
|
|
1552
1556
|
"type": "option"
|
|
1553
1557
|
},
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
"char": "d",
|
|
1559
|
-
"name": "dry-run",
|
|
1560
|
-
"summary": "Make no changes.",
|
|
1558
|
+
"no-prompt": {
|
|
1559
|
+
"hidden": true,
|
|
1560
|
+
"name": "no-prompt",
|
|
1561
|
+
"summary": "Don't prompt for suggested replacements.",
|
|
1561
1562
|
"allowNo": false,
|
|
1562
1563
|
"type": "boolean"
|
|
1563
1564
|
}
|
|
1564
1565
|
},
|
|
1565
1566
|
"hasDynamicHelp": false,
|
|
1566
|
-
"hidden": true,
|
|
1567
1567
|
"hiddenAliases": [],
|
|
1568
|
-
"id": "dev:
|
|
1568
|
+
"id": "dev:convert:script",
|
|
1569
1569
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1570
1570
|
"pluginName": "@salesforce/plugin-dev",
|
|
1571
1571
|
"pluginType": "jit",
|
|
1572
1572
|
"strict": true,
|
|
1573
|
-
"summary": "
|
|
1573
|
+
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1574
1574
|
"enableJsonFlag": true,
|
|
1575
1575
|
"isESM": true,
|
|
1576
1576
|
"relativePath": [
|
|
1577
1577
|
"lib",
|
|
1578
1578
|
"commands",
|
|
1579
1579
|
"dev",
|
|
1580
|
-
"
|
|
1581
|
-
"
|
|
1580
|
+
"convert",
|
|
1581
|
+
"script.js"
|
|
1582
1582
|
],
|
|
1583
1583
|
"aliasPermutations": [],
|
|
1584
1584
|
"permutations": [
|
|
1585
|
-
"dev:
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1588
|
-
"dev:
|
|
1589
|
-
"
|
|
1590
|
-
"
|
|
1585
|
+
"dev:convert:script",
|
|
1586
|
+
"convert:dev:script",
|
|
1587
|
+
"convert:script:dev",
|
|
1588
|
+
"dev:script:convert",
|
|
1589
|
+
"script:dev:convert",
|
|
1590
|
+
"script:convert:dev"
|
|
1591
1591
|
]
|
|
1592
1592
|
},
|
|
1593
1593
|
"dev:generate:command": {
|
|
@@ -5333,5 +5333,5 @@
|
|
|
5333
5333
|
]
|
|
5334
5334
|
}
|
|
5335
5335
|
},
|
|
5336
|
-
"version": "2.52.
|
|
5336
|
+
"version": "2.52.2"
|
|
5337
5337
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.52.
|
|
4
|
+
"version": "2.52.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.19",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.22",
|
|
80
|
-
"@salesforce/plugin-dev": "2.3.
|
|
80
|
+
"@salesforce/plugin-dev": "2.3.6",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.18",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
@@ -152,11 +152,11 @@
|
|
|
152
152
|
"@oclif/plugin-which": "3.2.8",
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
|
-
"@salesforce/plugin-apex": "3.
|
|
155
|
+
"@salesforce/plugin-apex": "3.3.0",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.37",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.5",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
159
|
-
"@salesforce/plugin-info": "3.3.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.19",
|
|
159
|
+
"@salesforce/plugin-info": "3.3.19",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.18",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.18",
|
|
162
162
|
"@salesforce/plugin-org": "4.3.5",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.3",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.13",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.18",
|
|
172
|
-
"@salesforce/sf-plugins-core": "11.
|
|
172
|
+
"@salesforce/sf-plugins-core": "11.2.0",
|
|
173
173
|
"ansis": "^3.3.0"
|
|
174
174
|
},
|
|
175
175
|
"pinnedDependencies": [
|