@salesforce/cli 2.13.5 → 2.13.7
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 +28 -27
- package/npm-shrinkwrap.json +59 -35
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.13.
|
|
27
|
+
@salesforce/cli/2.13.7 linux-x64 node-v18.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1729,7 +1729,7 @@ EXAMPLES
|
|
|
1729
1729
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1730
1730
|
```
|
|
1731
1731
|
|
|
1732
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
1732
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.49/src/commands/doctor.ts)_
|
|
1733
1733
|
|
|
1734
1734
|
## `sf force data bulk delete`
|
|
1735
1735
|
|
|
@@ -3202,7 +3202,7 @@ EXAMPLES
|
|
|
3202
3202
|
$ sf info releasenotes display --version latest
|
|
3203
3203
|
```
|
|
3204
3204
|
|
|
3205
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
3205
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.49/src/commands/info/releasenotes/display.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf lightning generate app`
|
|
3208
3208
|
|
|
@@ -5106,7 +5106,7 @@ EXAMPLES
|
|
|
5106
5106
|
$ sf plugins
|
|
5107
5107
|
```
|
|
5108
5108
|
|
|
5109
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5109
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/index.ts)_
|
|
5110
5110
|
|
|
5111
5111
|
## `sf plugins discover`
|
|
5112
5112
|
|
|
@@ -5150,7 +5150,7 @@ EXAMPLES
|
|
|
5150
5150
|
$ sf plugins:inspect myplugin
|
|
5151
5151
|
```
|
|
5152
5152
|
|
|
5153
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5153
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/inspect.ts)_
|
|
5154
5154
|
|
|
5155
5155
|
## `sf plugins:install PLUGIN...`
|
|
5156
5156
|
|
|
@@ -5190,7 +5190,7 @@ EXAMPLES
|
|
|
5190
5190
|
$ sf plugins:install someuser/someplugin
|
|
5191
5191
|
```
|
|
5192
5192
|
|
|
5193
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5193
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/install.ts)_
|
|
5194
5194
|
|
|
5195
5195
|
## `sf plugins:link PLUGIN`
|
|
5196
5196
|
|
|
@@ -5204,8 +5204,9 @@ ARGUMENTS
|
|
|
5204
5204
|
PATH [default: .] path to plugin
|
|
5205
5205
|
|
|
5206
5206
|
FLAGS
|
|
5207
|
-
-h, --help
|
|
5207
|
+
-h, --help Show CLI help.
|
|
5208
5208
|
-v, --verbose
|
|
5209
|
+
--[no-]install Install dependencies after linking the plugin.
|
|
5209
5210
|
|
|
5210
5211
|
DESCRIPTION
|
|
5211
5212
|
Links a plugin into the CLI for development.
|
|
@@ -5219,7 +5220,7 @@ EXAMPLES
|
|
|
5219
5220
|
$ sf plugins:link myplugin
|
|
5220
5221
|
```
|
|
5221
5222
|
|
|
5222
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5223
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/link.ts)_
|
|
5223
5224
|
|
|
5224
5225
|
## `sf plugins trust verify`
|
|
5225
5226
|
|
|
@@ -5272,7 +5273,7 @@ ALIASES
|
|
|
5272
5273
|
$ sf plugins remove
|
|
5273
5274
|
```
|
|
5274
5275
|
|
|
5275
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5276
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/uninstall.ts)_
|
|
5276
5277
|
|
|
5277
5278
|
## `sf plugins update`
|
|
5278
5279
|
|
|
@@ -5290,7 +5291,7 @@ DESCRIPTION
|
|
|
5290
5291
|
Update installed plugins.
|
|
5291
5292
|
```
|
|
5292
5293
|
|
|
5293
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.
|
|
5294
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/update.ts)_
|
|
5294
5295
|
|
|
5295
5296
|
## `sf project convert mdapi`
|
|
5296
5297
|
|
|
@@ -5352,7 +5353,7 @@ FLAG DESCRIPTIONS
|
|
|
5352
5353
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5353
5354
|
```
|
|
5354
5355
|
|
|
5355
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5356
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/convert/mdapi.ts)_
|
|
5356
5357
|
|
|
5357
5358
|
## `sf project convert source`
|
|
5358
5359
|
|
|
@@ -5364,7 +5365,7 @@ USAGE
|
|
|
5364
5365
|
<value> | -m <value>]
|
|
5365
5366
|
|
|
5366
5367
|
FLAGS
|
|
5367
|
-
-d, --output-dir=<value> [default:
|
|
5368
|
+
-d, --output-dir=<value> [default: metadataPackage_1696882806696] Output directory to store the Metadata
|
|
5368
5369
|
API–formatted files in.
|
|
5369
5370
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5370
5371
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5424,7 +5425,7 @@ FLAG DESCRIPTIONS
|
|
|
5424
5425
|
Override the api version used for api requests made by this command
|
|
5425
5426
|
```
|
|
5426
5427
|
|
|
5427
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5428
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/convert/source.ts)_
|
|
5428
5429
|
|
|
5429
5430
|
## `sf project delete source`
|
|
5430
5431
|
|
|
@@ -5562,7 +5563,7 @@ FLAG DESCRIPTIONS
|
|
|
5562
5563
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5563
5564
|
```
|
|
5564
5565
|
|
|
5565
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5566
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/delete/source.ts)_
|
|
5566
5567
|
|
|
5567
5568
|
## `sf project delete tracking`
|
|
5568
5569
|
|
|
@@ -5597,7 +5598,7 @@ EXAMPLES
|
|
|
5597
5598
|
$ sf project delete tracking --target-org my-scratch
|
|
5598
5599
|
```
|
|
5599
5600
|
|
|
5600
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5601
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/delete/tracking.ts)_
|
|
5601
5602
|
|
|
5602
5603
|
## `sf project deploy cancel`
|
|
5603
5604
|
|
|
@@ -5667,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5667
5668
|
project deploy report".
|
|
5668
5669
|
```
|
|
5669
5670
|
|
|
5670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/cancel.ts)_
|
|
5671
5672
|
|
|
5672
5673
|
## `sf project deploy preview`
|
|
5673
5674
|
|
|
@@ -5750,7 +5751,7 @@ FLAG DESCRIPTIONS
|
|
|
5750
5751
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5751
5752
|
```
|
|
5752
5753
|
|
|
5753
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5754
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/preview.ts)_
|
|
5754
5755
|
|
|
5755
5756
|
## `sf project deploy quick`
|
|
5756
5757
|
|
|
@@ -5843,7 +5844,7 @@ ERROR CODES
|
|
|
5843
5844
|
Canceling (69) The deploy is being canceled.
|
|
5844
5845
|
```
|
|
5845
5846
|
|
|
5846
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5847
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/quick.ts)_
|
|
5847
5848
|
|
|
5848
5849
|
## `sf project deploy report`
|
|
5849
5850
|
|
|
@@ -5938,7 +5939,7 @@ FLAG DESCRIPTIONS
|
|
|
5938
5939
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5939
5940
|
```
|
|
5940
5941
|
|
|
5941
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
5942
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/report.ts)_
|
|
5942
5943
|
|
|
5943
5944
|
## `sf project deploy resume`
|
|
5944
5945
|
|
|
@@ -6034,7 +6035,7 @@ ERROR CODES
|
|
|
6034
6035
|
Canceling (69) The deploy is being canceled.
|
|
6035
6036
|
```
|
|
6036
6037
|
|
|
6037
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6038
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/resume.ts)_
|
|
6038
6039
|
|
|
6039
6040
|
## `sf project deploy start`
|
|
6040
6041
|
|
|
@@ -6262,7 +6263,7 @@ ERROR CODES
|
|
|
6262
6263
|
Canceling (69) The deploy is being canceled.
|
|
6263
6264
|
```
|
|
6264
6265
|
|
|
6265
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6266
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/start.ts)_
|
|
6266
6267
|
|
|
6267
6268
|
## `sf project deploy validate`
|
|
6268
6269
|
|
|
@@ -6434,7 +6435,7 @@ ERROR CODES
|
|
|
6434
6435
|
Canceling (69) The deploy is being canceled.
|
|
6435
6436
|
```
|
|
6436
6437
|
|
|
6437
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6438
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/deploy/validate.ts)_
|
|
6438
6439
|
|
|
6439
6440
|
## `sf project generate`
|
|
6440
6441
|
|
|
@@ -6613,7 +6614,7 @@ EXAMPLES
|
|
|
6613
6614
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6614
6615
|
```
|
|
6615
6616
|
|
|
6616
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6617
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/generate/manifest.ts)_
|
|
6617
6618
|
|
|
6618
6619
|
## `sf project list ignored`
|
|
6619
6620
|
|
|
@@ -6654,7 +6655,7 @@ EXAMPLES
|
|
|
6654
6655
|
$ sf project list ignored --source-dir package.xml
|
|
6655
6656
|
```
|
|
6656
6657
|
|
|
6657
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6658
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/list/ignored.ts)_
|
|
6658
6659
|
|
|
6659
6660
|
## `sf project reset tracking`
|
|
6660
6661
|
|
|
@@ -6701,7 +6702,7 @@ EXAMPLES
|
|
|
6701
6702
|
$ sf project reset tracking --revision 30
|
|
6702
6703
|
```
|
|
6703
6704
|
|
|
6704
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6705
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/reset/tracking.ts)_
|
|
6705
6706
|
|
|
6706
6707
|
## `sf project retrieve preview`
|
|
6707
6708
|
|
|
@@ -6756,7 +6757,7 @@ FLAG DESCRIPTIONS
|
|
|
6756
6757
|
Overrides your default org.
|
|
6757
6758
|
```
|
|
6758
6759
|
|
|
6759
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6760
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/retrieve/preview.ts)_
|
|
6760
6761
|
|
|
6761
6762
|
## `sf project retrieve start`
|
|
6762
6763
|
|
|
@@ -6910,7 +6911,7 @@ ENVIRONMENT VARIABLES
|
|
|
6910
6911
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6911
6912
|
```
|
|
6912
6913
|
|
|
6913
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.
|
|
6914
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.0/src/commands/project/retrieve/start.ts)_
|
|
6914
6915
|
|
|
6915
6916
|
## `sf schema generate field`
|
|
6916
6917
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.13.
|
|
9
|
+
"version": "2.13.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-commands": "2.2.28",
|
|
16
16
|
"@oclif/plugin-help": "5.2.20",
|
|
17
17
|
"@oclif/plugin-not-found": "2.4.3",
|
|
18
|
-
"@oclif/plugin-plugins": "3.
|
|
18
|
+
"@oclif/plugin-plugins": "3.9.1",
|
|
19
19
|
"@oclif/plugin-search": "0.0.23",
|
|
20
20
|
"@oclif/plugin-update": "3.2.4",
|
|
21
21
|
"@oclif/plugin-version": "1.3.10",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.19",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.20",
|
|
27
27
|
"@salesforce/plugin-data": "2.5.16",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.19.0",
|
|
29
|
+
"@salesforce/plugin-info": "2.6.49",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.38",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.35",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@types/debug": "^4.1.9",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
58
58
|
"@typescript-eslint/parser": "^5.62.0",
|
|
59
|
-
"aws-sdk": "^2.
|
|
59
|
+
"aws-sdk": "^2.1472.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
|
-
"eslint": "^8.
|
|
61
|
+
"eslint": "^8.51.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
63
63
|
"eslint-config-oclif-typescript": "^2.0.1",
|
|
64
64
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"sinon": "^15.2.0",
|
|
78
78
|
"ts-node": "^10.9.1",
|
|
79
79
|
"typescript": "^5",
|
|
80
|
-
"wireit": "^0.
|
|
80
|
+
"wireit": "^0.14.0"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=16.0.0"
|
|
@@ -1159,9 +1159,9 @@
|
|
|
1159
1159
|
}
|
|
1160
1160
|
},
|
|
1161
1161
|
"node_modules/@eslint/js": {
|
|
1162
|
-
"version": "8.
|
|
1163
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1164
|
-
"integrity": "sha512-
|
|
1162
|
+
"version": "8.51.0",
|
|
1163
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
|
|
1164
|
+
"integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
|
|
1165
1165
|
"dev": true,
|
|
1166
1166
|
"license": "MIT",
|
|
1167
1167
|
"engines": {
|
|
@@ -2629,9 +2629,9 @@
|
|
|
2629
2629
|
}
|
|
2630
2630
|
},
|
|
2631
2631
|
"node_modules/@oclif/plugin-plugins": {
|
|
2632
|
-
"version": "3.
|
|
2633
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
2634
|
-
"integrity": "sha512-
|
|
2632
|
+
"version": "3.9.1",
|
|
2633
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.1.tgz",
|
|
2634
|
+
"integrity": "sha512-86155GW6fQ8ZsmscffIOuvjjCCnXfuUJ/3dA+s6vqVgyGu8VshsHxnA9LCVja/Gz53j9TeaEog08IMcMDsmS7g==",
|
|
2635
2635
|
"license": "MIT",
|
|
2636
2636
|
"dependencies": {
|
|
2637
2637
|
"@oclif/core": "^2.15.0",
|
|
@@ -4055,6 +4055,30 @@
|
|
|
4055
4055
|
"node": ">=4.2.0"
|
|
4056
4056
|
}
|
|
4057
4057
|
},
|
|
4058
|
+
"node_modules/@salesforce/dev-scripts/node_modules/wireit": {
|
|
4059
|
+
"version": "0.9.5",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
|
|
4061
|
+
"integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
|
|
4062
|
+
"dev": true,
|
|
4063
|
+
"license": "Apache-2.0",
|
|
4064
|
+
"workspaces": [
|
|
4065
|
+
"vscode-extension",
|
|
4066
|
+
"website"
|
|
4067
|
+
],
|
|
4068
|
+
"dependencies": {
|
|
4069
|
+
"braces": "^3.0.2",
|
|
4070
|
+
"chokidar": "^3.5.3",
|
|
4071
|
+
"fast-glob": "^3.2.11",
|
|
4072
|
+
"jsonc-parser": "^3.0.0",
|
|
4073
|
+
"proper-lockfile": "^4.1.2"
|
|
4074
|
+
},
|
|
4075
|
+
"bin": {
|
|
4076
|
+
"wireit": "bin/wireit.js"
|
|
4077
|
+
},
|
|
4078
|
+
"engines": {
|
|
4079
|
+
"node": ">=14.14.0"
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
4058
4082
|
"node_modules/@salesforce/dev-scripts/node_modules/workerpool": {
|
|
4059
4083
|
"version": "6.2.0",
|
|
4060
4084
|
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz",
|
|
@@ -4528,9 +4552,9 @@
|
|
|
4528
4552
|
}
|
|
4529
4553
|
},
|
|
4530
4554
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4531
|
-
"version": "1.
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.
|
|
4533
|
-
"integrity": "sha512-
|
|
4555
|
+
"version": "1.19.0",
|
|
4556
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.0.tgz",
|
|
4557
|
+
"integrity": "sha512-R5RqwMXJakUHRpXYQdXdn6To/lgqfUSgZhZyiD/IulTs9C3KfDogYQaLpvhgb36HaQuCLFR+dV86O5iougdL8w==",
|
|
4534
4558
|
"license": "BSD-3-Clause",
|
|
4535
4559
|
"dependencies": {
|
|
4536
4560
|
"@oclif/core": "^2.15.0",
|
|
@@ -4538,7 +4562,7 @@
|
|
|
4538
4562
|
"@salesforce/core": "^5.3.5",
|
|
4539
4563
|
"@salesforce/kit": "^3.0.9",
|
|
4540
4564
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4541
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
4565
|
+
"@salesforce/source-deploy-retrieve": "^9.7.24",
|
|
4542
4566
|
"@salesforce/source-tracking": "^4.2.16",
|
|
4543
4567
|
"chalk": "^4.1.2",
|
|
4544
4568
|
"shelljs": "^0.8.5",
|
|
@@ -4642,15 +4666,15 @@
|
|
|
4642
4666
|
}
|
|
4643
4667
|
},
|
|
4644
4668
|
"node_modules/@salesforce/plugin-info": {
|
|
4645
|
-
"version": "2.6.
|
|
4646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
4647
|
-
"integrity": "sha512-
|
|
4669
|
+
"version": "2.6.49",
|
|
4670
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.49.tgz",
|
|
4671
|
+
"integrity": "sha512-fW4azxlojakFpmEu0b+WDtWmiJ3iW3lwRIMYVAE/31xgJyl2E2wM1KtM95W+EXETqO1UXqlaFCKy15de/U/BYw==",
|
|
4648
4672
|
"license": "BSD-3-Clause",
|
|
4649
4673
|
"dependencies": {
|
|
4650
4674
|
"@oclif/core": "^2.15.0",
|
|
4651
4675
|
"@salesforce/core": "^5.3.1",
|
|
4652
4676
|
"@salesforce/kit": "^3.0.13",
|
|
4653
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
4677
|
+
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4654
4678
|
"got": "^11.8.6",
|
|
4655
4679
|
"marked": "^4.3.0",
|
|
4656
4680
|
"marked-terminal": "^4.2.0",
|
|
@@ -6401,9 +6425,9 @@
|
|
|
6401
6425
|
}
|
|
6402
6426
|
},
|
|
6403
6427
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6404
|
-
"version": "9.7.
|
|
6405
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
6406
|
-
"integrity": "sha512-
|
|
6428
|
+
"version": "9.7.24",
|
|
6429
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz",
|
|
6430
|
+
"integrity": "sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==",
|
|
6407
6431
|
"license": "BSD-3-Clause",
|
|
6408
6432
|
"dependencies": {
|
|
6409
6433
|
"@salesforce/core": "^5.3.1",
|
|
@@ -7927,9 +7951,9 @@
|
|
|
7927
7951
|
}
|
|
7928
7952
|
},
|
|
7929
7953
|
"node_modules/aws-sdk": {
|
|
7930
|
-
"version": "2.
|
|
7931
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
7932
|
-
"integrity": "sha512-
|
|
7954
|
+
"version": "2.1472.0",
|
|
7955
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1472.0.tgz",
|
|
7956
|
+
"integrity": "sha512-U7kAHRbvTy753IXKV8Oom/AqlqnsbXG+Kw5gRbKi6VcsZ3hR/EpNMzdRXTWO5U415bnLWGo8WAqIz67PIaaKsw==",
|
|
7933
7957
|
"dev": true,
|
|
7934
7958
|
"license": "Apache-2.0",
|
|
7935
7959
|
"dependencies": {
|
|
@@ -10501,16 +10525,16 @@
|
|
|
10501
10525
|
}
|
|
10502
10526
|
},
|
|
10503
10527
|
"node_modules/eslint": {
|
|
10504
|
-
"version": "8.
|
|
10505
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
10506
|
-
"integrity": "sha512-
|
|
10528
|
+
"version": "8.51.0",
|
|
10529
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
|
|
10530
|
+
"integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
|
|
10507
10531
|
"dev": true,
|
|
10508
10532
|
"license": "MIT",
|
|
10509
10533
|
"dependencies": {
|
|
10510
10534
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
10511
10535
|
"@eslint-community/regexpp": "^4.6.1",
|
|
10512
10536
|
"@eslint/eslintrc": "^2.1.2",
|
|
10513
|
-
"@eslint/js": "8.
|
|
10537
|
+
"@eslint/js": "8.51.0",
|
|
10514
10538
|
"@humanwhocodes/config-array": "^0.11.11",
|
|
10515
10539
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
10516
10540
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -24632,9 +24656,9 @@
|
|
|
24632
24656
|
}
|
|
24633
24657
|
},
|
|
24634
24658
|
"node_modules/wireit": {
|
|
24635
|
-
"version": "0.
|
|
24636
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.
|
|
24637
|
-
"integrity": "sha512-
|
|
24659
|
+
"version": "0.14.0",
|
|
24660
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.0.tgz",
|
|
24661
|
+
"integrity": "sha512-CwHhyWduARI7zOoyyQvxH6U/5GTy8p6RxTe2LpwIhE4Y8PbaTk0iH8dLkeGMvxETVBkxCgQnF2GfzYKXMSmYSw==",
|
|
24638
24662
|
"dev": true,
|
|
24639
24663
|
"license": "Apache-2.0",
|
|
24640
24664
|
"workspaces": [
|
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.13.
|
|
4
|
+
"version": "2.13.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@oclif/plugin-commands": "2.2.28",
|
|
128
128
|
"@oclif/plugin-help": "5.2.20",
|
|
129
129
|
"@oclif/plugin-not-found": "2.4.3",
|
|
130
|
-
"@oclif/plugin-plugins": "3.
|
|
130
|
+
"@oclif/plugin-plugins": "3.9.1",
|
|
131
131
|
"@oclif/plugin-search": "0.0.23",
|
|
132
132
|
"@oclif/plugin-update": "3.2.4",
|
|
133
133
|
"@oclif/plugin-version": "1.3.10",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"@salesforce/plugin-apex": "2.3.19",
|
|
138
138
|
"@salesforce/plugin-auth": "2.8.20",
|
|
139
139
|
"@salesforce/plugin-data": "2.5.16",
|
|
140
|
-
"@salesforce/plugin-deploy-retrieve": "1.
|
|
141
|
-
"@salesforce/plugin-info": "2.6.
|
|
140
|
+
"@salesforce/plugin-deploy-retrieve": "1.19.0",
|
|
141
|
+
"@salesforce/plugin-info": "2.6.49",
|
|
142
142
|
"@salesforce/plugin-limits": "2.3.38",
|
|
143
143
|
"@salesforce/plugin-login": "1.2.35",
|
|
144
144
|
"@salesforce/plugin-marketplace": "0.3.0",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"resolutions": {
|
|
187
187
|
"@salesforce/schemas": "1.6.0",
|
|
188
188
|
"@salesforce/templates": "59.0.1",
|
|
189
|
-
"@salesforce/source-deploy-retrieve": "9.7.
|
|
189
|
+
"@salesforce/source-deploy-retrieve": "9.7.24",
|
|
190
190
|
"@salesforce/source-tracking": "4.2.16"
|
|
191
191
|
},
|
|
192
192
|
"repository": "salesforcecli/cli",
|
|
@@ -238,9 +238,9 @@
|
|
|
238
238
|
"@types/debug": "^4.1.9",
|
|
239
239
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
240
240
|
"@typescript-eslint/parser": "^5.62.0",
|
|
241
|
-
"aws-sdk": "^2.
|
|
241
|
+
"aws-sdk": "^2.1472.0",
|
|
242
242
|
"chai": "^4.3.10",
|
|
243
|
-
"eslint": "^8.
|
|
243
|
+
"eslint": "^8.51.0",
|
|
244
244
|
"eslint-config-oclif": "^5",
|
|
245
245
|
"eslint-config-oclif-typescript": "^2.0.1",
|
|
246
246
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"sinon": "^15.2.0",
|
|
260
260
|
"ts-node": "^10.9.1",
|
|
261
261
|
"typescript": "^5",
|
|
262
|
-
"wireit": "^0.
|
|
262
|
+
"wireit": "^0.14.0"
|
|
263
263
|
},
|
|
264
264
|
"wireit": {
|
|
265
265
|
"build": {
|