@salesforce/cli 2.13.5 → 2.13.6
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 +23 -23
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.6 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.0/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.0/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.0/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.0/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.0/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.0/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.6",
|
|
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.6",
|
|
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.0",
|
|
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,7 +56,7 @@
|
|
|
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
61
|
"eslint": "^8.50.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
@@ -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.0",
|
|
2633
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.0.tgz",
|
|
2634
|
+
"integrity": "sha512-xnOAHfFjEjNa/90PjrU/H3S/Dq4MuRVrG3c4wPCjrC/0c8IKkOml0Rutu+hLEz9G4mCPf20HVLzw7Vk4I3dyPg==",
|
|
2635
2635
|
"license": "MIT",
|
|
2636
2636
|
"dependencies": {
|
|
2637
2637
|
"@oclif/core": "^2.15.0",
|
|
@@ -4528,9 +4528,9 @@
|
|
|
4528
4528
|
}
|
|
4529
4529
|
},
|
|
4530
4530
|
"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-
|
|
4531
|
+
"version": "1.19.0",
|
|
4532
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.0.tgz",
|
|
4533
|
+
"integrity": "sha512-R5RqwMXJakUHRpXYQdXdn6To/lgqfUSgZhZyiD/IulTs9C3KfDogYQaLpvhgb36HaQuCLFR+dV86O5iougdL8w==",
|
|
4534
4534
|
"license": "BSD-3-Clause",
|
|
4535
4535
|
"dependencies": {
|
|
4536
4536
|
"@oclif/core": "^2.15.0",
|
|
@@ -4538,7 +4538,7 @@
|
|
|
4538
4538
|
"@salesforce/core": "^5.3.5",
|
|
4539
4539
|
"@salesforce/kit": "^3.0.9",
|
|
4540
4540
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4541
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
|
4541
|
+
"@salesforce/source-deploy-retrieve": "^9.7.24",
|
|
4542
4542
|
"@salesforce/source-tracking": "^4.2.16",
|
|
4543
4543
|
"chalk": "^4.1.2",
|
|
4544
4544
|
"shelljs": "^0.8.5",
|
|
@@ -4642,15 +4642,15 @@
|
|
|
4642
4642
|
}
|
|
4643
4643
|
},
|
|
4644
4644
|
"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-
|
|
4645
|
+
"version": "2.6.49",
|
|
4646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.49.tgz",
|
|
4647
|
+
"integrity": "sha512-fW4azxlojakFpmEu0b+WDtWmiJ3iW3lwRIMYVAE/31xgJyl2E2wM1KtM95W+EXETqO1UXqlaFCKy15de/U/BYw==",
|
|
4648
4648
|
"license": "BSD-3-Clause",
|
|
4649
4649
|
"dependencies": {
|
|
4650
4650
|
"@oclif/core": "^2.15.0",
|
|
4651
4651
|
"@salesforce/core": "^5.3.1",
|
|
4652
4652
|
"@salesforce/kit": "^3.0.13",
|
|
4653
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
4653
|
+
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
4654
4654
|
"got": "^11.8.6",
|
|
4655
4655
|
"marked": "^4.3.0",
|
|
4656
4656
|
"marked-terminal": "^4.2.0",
|
|
@@ -6401,9 +6401,9 @@
|
|
|
6401
6401
|
}
|
|
6402
6402
|
},
|
|
6403
6403
|
"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-
|
|
6404
|
+
"version": "9.7.24",
|
|
6405
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz",
|
|
6406
|
+
"integrity": "sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==",
|
|
6407
6407
|
"license": "BSD-3-Clause",
|
|
6408
6408
|
"dependencies": {
|
|
6409
6409
|
"@salesforce/core": "^5.3.1",
|
|
@@ -7927,9 +7927,9 @@
|
|
|
7927
7927
|
}
|
|
7928
7928
|
},
|
|
7929
7929
|
"node_modules/aws-sdk": {
|
|
7930
|
-
"version": "2.
|
|
7931
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
7932
|
-
"integrity": "sha512-
|
|
7930
|
+
"version": "2.1472.0",
|
|
7931
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1472.0.tgz",
|
|
7932
|
+
"integrity": "sha512-U7kAHRbvTy753IXKV8Oom/AqlqnsbXG+Kw5gRbKi6VcsZ3hR/EpNMzdRXTWO5U415bnLWGo8WAqIz67PIaaKsw==",
|
|
7933
7933
|
"dev": true,
|
|
7934
7934
|
"license": "Apache-2.0",
|
|
7935
7935
|
"dependencies": {
|
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.6",
|
|
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.0",
|
|
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,7 +238,7 @@
|
|
|
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
243
|
"eslint": "^8.50.0",
|
|
244
244
|
"eslint-config-oclif": "^5",
|