@salesforce/cli 2.38.6 → 2.39.0
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 +44 -29
- package/oclif.lock +33 -27
- package/oclif.manifest.json +1 -1
- 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.
|
|
27
|
+
@salesforce/cli/2.39.0 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg',
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
|
|
|
766
766
|
--tests Test1 --tests Test2
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
769
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/run/test.ts)_
|
|
770
770
|
|
|
771
771
|
## `sf apex tail log`
|
|
772
772
|
|
|
@@ -809,7 +809,7 @@ EXAMPLES
|
|
|
809
809
|
$ sf apex tail log --color --skip-trace-flag
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
812
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/tail/log.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf autocomplete [SHELL]`
|
|
815
815
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.11/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -7342,7 +7342,7 @@ FLAG DESCRIPTIONS
|
|
|
7342
7342
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7343
7343
|
```
|
|
7344
7344
|
|
|
7345
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7345
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/field.ts)_
|
|
7346
7346
|
|
|
7347
7347
|
## `sf schema generate platformevent`
|
|
7348
7348
|
|
|
@@ -7374,7 +7374,7 @@ EXAMPLES
|
|
|
7374
7374
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7375
7375
|
```
|
|
7376
7376
|
|
|
7377
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7377
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/platformevent.ts)_
|
|
7378
7378
|
|
|
7379
7379
|
## `sf schema generate sobject`
|
|
7380
7380
|
|
|
@@ -7431,7 +7431,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7431
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7432
7432
|
```
|
|
7433
7433
|
|
|
7434
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7434
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/sobject.ts)_
|
|
7435
7435
|
|
|
7436
7436
|
## `sf schema generate tab`
|
|
7437
7437
|
|
|
@@ -7479,7 +7479,7 @@ FLAG DESCRIPTIONS
|
|
|
7479
7479
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7480
7480
|
```
|
|
7481
7481
|
|
|
7482
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7482
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.4/src/commands/schema/generate/tab.ts)_
|
|
7483
7483
|
|
|
7484
7484
|
## `sf search`
|
|
7485
7485
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.39.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.3.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.4",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.11",
|
|
20
20
|
"@oclif/plugin-search": "1.0.22",
|
|
21
21
|
"@oclif/plugin-update": "4.2.6",
|
|
22
22
|
"@oclif/plugin-version": "2.0.17",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
|
-
"@salesforce/plugin-apex": "3.1.
|
|
27
|
+
"@salesforce/plugin-apex": "3.1.6",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.1",
|
|
29
29
|
"@salesforce/plugin-data": "3.3.1",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.6.2",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.3",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.1",
|
|
38
|
-
"@salesforce/plugin-sobject": "1.3.
|
|
38
|
+
"@salesforce/plugin-sobject": "1.3.4",
|
|
39
39
|
"@salesforce/plugin-source": "3.3.1",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.3.3",
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.2",
|
|
42
42
|
"@salesforce/plugin-trust": "3.6.3",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.2",
|
|
44
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
44
|
+
"@salesforce/sf-plugins-core": "9.0.4",
|
|
45
45
|
"chalk": "^5.3.0",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
47
|
"strip-ansi": "^7.1.0"
|
|
@@ -3794,9 +3794,9 @@
|
|
|
3794
3794
|
}
|
|
3795
3795
|
},
|
|
3796
3796
|
"node_modules/@oclif/plugin-plugins": {
|
|
3797
|
-
"version": "5.0.
|
|
3798
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
3799
|
-
"integrity": "sha512-
|
|
3797
|
+
"version": "5.0.11",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.11.tgz",
|
|
3799
|
+
"integrity": "sha512-es+IMNI97Jw+EX25r9ejrOph9R/8FbNXmWrH/NnhUJ3lNDpeMPM8njP4ovHYJi2+ta2VTHDxhQFNRDlNnUiyOw==",
|
|
3800
3800
|
"license": "MIT",
|
|
3801
3801
|
"dependencies": {
|
|
3802
3802
|
"@oclif/core": "^3.26.2",
|
|
@@ -3806,7 +3806,8 @@
|
|
|
3806
3806
|
"npm-package-arg": "^11.0.2",
|
|
3807
3807
|
"npm-run-path": "^5.3.0",
|
|
3808
3808
|
"semver": "^7.6.0",
|
|
3809
|
-
"validate-npm-package-name": "^5.0.0"
|
|
3809
|
+
"validate-npm-package-name": "^5.0.0",
|
|
3810
|
+
"yarn": "^1.22.22"
|
|
3810
3811
|
},
|
|
3811
3812
|
"engines": {
|
|
3812
3813
|
"node": ">=18.0.0"
|
|
@@ -4243,13 +4244,13 @@
|
|
|
4243
4244
|
}
|
|
4244
4245
|
},
|
|
4245
4246
|
"node_modules/@salesforce/apex-node": {
|
|
4246
|
-
"version": "5.0.0-beta.
|
|
4247
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.
|
|
4248
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "5.0.0-beta.2",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.2.tgz",
|
|
4249
|
+
"integrity": "sha512-jLQX4tqasxllcjBSC9c6XPErqJwItCW/nWwJu8QPVhAJA3AAGJaom4/RyPSV3McMBH8kYefGsNTDr3snSlI1Hw==",
|
|
4249
4250
|
"license": "BSD-3-Clause",
|
|
4250
4251
|
"dependencies": {
|
|
4251
4252
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
4252
|
-
"@salesforce/core": "^7.
|
|
4253
|
+
"@salesforce/core": "^7.2.0",
|
|
4253
4254
|
"@salesforce/kit": "^3.1.0",
|
|
4254
4255
|
"@types/istanbul-reports": "^3.0.4",
|
|
4255
4256
|
"faye": "1.4.0",
|
|
@@ -4546,13 +4547,13 @@
|
|
|
4546
4547
|
}
|
|
4547
4548
|
},
|
|
4548
4549
|
"node_modules/@salesforce/plugin-apex": {
|
|
4549
|
-
"version": "3.1.
|
|
4550
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
4551
|
-
"integrity": "sha512-
|
|
4550
|
+
"version": "3.1.6",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.6.tgz",
|
|
4552
|
+
"integrity": "sha512-nSNmrRAQViLkFvUFX6ujYyrj+a2lt27lw6tMKzYo0dnxkbUGkohyTS022VxXNfspjNET80ltmoNr4fH/JZa1uw==",
|
|
4552
4553
|
"license": "BSD-3-Clause",
|
|
4553
4554
|
"dependencies": {
|
|
4554
4555
|
"@oclif/core": "^3.26.2",
|
|
4555
|
-
"@salesforce/apex-node": "^5.0.0-beta.
|
|
4556
|
+
"@salesforce/apex-node": "^5.0.0-beta.2",
|
|
4556
4557
|
"@salesforce/core": "^7.0.1",
|
|
4557
4558
|
"@salesforce/kit": "^3.1.0",
|
|
4558
4559
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
@@ -4982,9 +4983,9 @@
|
|
|
4982
4983
|
}
|
|
4983
4984
|
},
|
|
4984
4985
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4985
|
-
"version": "1.3.
|
|
4986
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.
|
|
4987
|
-
"integrity": "sha512-
|
|
4986
|
+
"version": "1.3.4",
|
|
4987
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.4.tgz",
|
|
4988
|
+
"integrity": "sha512-lJ5nQZV19Z+1DEVE98RD0M+ziQ38rN51yX+lIJXiXMj6zq0unsznOaNqy+m9lxdohmrNhE3lKSPKveBY1QRxhQ==",
|
|
4988
4989
|
"license": "BSD-3-Clause",
|
|
4989
4990
|
"dependencies": {
|
|
4990
4991
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -5055,9 +5056,9 @@
|
|
|
5055
5056
|
}
|
|
5056
5057
|
},
|
|
5057
5058
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5058
|
-
"version": "3.3.
|
|
5059
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
5060
|
-
"integrity": "sha512-
|
|
5059
|
+
"version": "3.3.3",
|
|
5060
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.3.tgz",
|
|
5061
|
+
"integrity": "sha512-GXboZ0X5E1HZF0yLDh81CW/59dmM93g2MTGRqx9+jrdmx10NCd5VnlgnTI5FndkY08VYLjEdbG4IhouKb8f8RA==",
|
|
5061
5062
|
"license": "BSD-3-Clause",
|
|
5062
5063
|
"dependencies": {
|
|
5063
5064
|
"@oclif/core": "^3.26.2",
|
|
@@ -5143,14 +5144,14 @@
|
|
|
5143
5144
|
"license": "ISC"
|
|
5144
5145
|
},
|
|
5145
5146
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5146
|
-
"version": "9.0.
|
|
5147
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
5148
|
-
"integrity": "sha512-
|
|
5147
|
+
"version": "9.0.4",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz",
|
|
5149
|
+
"integrity": "sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==",
|
|
5149
5150
|
"license": "BSD-3-Clause",
|
|
5150
5151
|
"dependencies": {
|
|
5151
5152
|
"@inquirer/confirm": "^2.0.17",
|
|
5152
5153
|
"@inquirer/password": "^1.1.16",
|
|
5153
|
-
"@oclif/core": "^3.26.
|
|
5154
|
+
"@oclif/core": "^3.26.2",
|
|
5154
5155
|
"@salesforce/core": "^7.2.0",
|
|
5155
5156
|
"@salesforce/kit": "^3.1.0",
|
|
5156
5157
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -24011,6 +24012,20 @@
|
|
|
24011
24012
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
24012
24013
|
}
|
|
24013
24014
|
},
|
|
24015
|
+
"node_modules/yarn": {
|
|
24016
|
+
"version": "1.22.22",
|
|
24017
|
+
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz",
|
|
24018
|
+
"integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==",
|
|
24019
|
+
"hasInstallScript": true,
|
|
24020
|
+
"license": "BSD-2-Clause",
|
|
24021
|
+
"bin": {
|
|
24022
|
+
"yarn": "bin/yarn.js",
|
|
24023
|
+
"yarnpkg": "bin/yarn.js"
|
|
24024
|
+
},
|
|
24025
|
+
"engines": {
|
|
24026
|
+
"node": ">=4.0.0"
|
|
24027
|
+
}
|
|
24028
|
+
},
|
|
24014
24029
|
"node_modules/yarn-deduplicate": {
|
|
24015
24030
|
"version": "6.0.2",
|
|
24016
24031
|
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-6.0.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1908,10 +1908,10 @@
|
|
|
1908
1908
|
chalk "^5.3.0"
|
|
1909
1909
|
fast-levenshtein "^3.0.0"
|
|
1910
1910
|
|
|
1911
|
-
"@oclif/plugin-plugins@5.0.
|
|
1912
|
-
version "5.0.
|
|
1913
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
1914
|
-
integrity sha512-
|
|
1911
|
+
"@oclif/plugin-plugins@5.0.11":
|
|
1912
|
+
version "5.0.11"
|
|
1913
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.11.tgz"
|
|
1914
|
+
integrity sha512-es+IMNI97Jw+EX25r9ejrOph9R/8FbNXmWrH/NnhUJ3lNDpeMPM8njP4ovHYJi2+ta2VTHDxhQFNRDlNnUiyOw==
|
|
1915
1915
|
dependencies:
|
|
1916
1916
|
"@oclif/core" "^3.26.2"
|
|
1917
1917
|
chalk "^5.3.0"
|
|
@@ -1921,6 +1921,7 @@
|
|
|
1921
1921
|
npm-run-path "^5.3.0"
|
|
1922
1922
|
semver "^7.6.0"
|
|
1923
1923
|
validate-npm-package-name "^5.0.0"
|
|
1924
|
+
yarn "^1.22.22"
|
|
1924
1925
|
|
|
1925
1926
|
"@oclif/plugin-search@1.0.22":
|
|
1926
1927
|
version "1.0.22"
|
|
@@ -2211,13 +2212,13 @@
|
|
|
2211
2212
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
2212
2213
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2213
2214
|
|
|
2214
|
-
"@salesforce/apex-node@^5.0.0-beta.0":
|
|
2215
|
-
version "5.0.0-beta.
|
|
2216
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.
|
|
2217
|
-
integrity sha512-
|
|
2215
|
+
"@salesforce/apex-node@^5.0.0-beta.0", "@salesforce/apex-node@^5.0.0-beta.2":
|
|
2216
|
+
version "5.0.0-beta.2"
|
|
2217
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-5.0.0-beta.2.tgz"
|
|
2218
|
+
integrity sha512-jLQX4tqasxllcjBSC9c6XPErqJwItCW/nWwJu8QPVhAJA3AAGJaom4/RyPSV3McMBH8kYefGsNTDr3snSlI1Hw==
|
|
2218
2219
|
dependencies:
|
|
2219
2220
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
2220
|
-
"@salesforce/core" "^7.
|
|
2221
|
+
"@salesforce/core" "^7.2.0"
|
|
2221
2222
|
"@salesforce/kit" "^3.1.0"
|
|
2222
2223
|
"@types/istanbul-reports" "^3.0.4"
|
|
2223
2224
|
faye "1.4.0"
|
|
@@ -2329,13 +2330,13 @@
|
|
|
2329
2330
|
graphology-types "^0.24.7"
|
|
2330
2331
|
jszip "^3.10.1"
|
|
2331
2332
|
|
|
2332
|
-
"@salesforce/plugin-apex@3.1.
|
|
2333
|
-
version "3.1.
|
|
2334
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
2335
|
-
integrity sha512-
|
|
2333
|
+
"@salesforce/plugin-apex@3.1.6":
|
|
2334
|
+
version "3.1.6"
|
|
2335
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.6.tgz"
|
|
2336
|
+
integrity sha512-nSNmrRAQViLkFvUFX6ujYyrj+a2lt27lw6tMKzYo0dnxkbUGkohyTS022VxXNfspjNET80ltmoNr4fH/JZa1uw==
|
|
2336
2337
|
dependencies:
|
|
2337
2338
|
"@oclif/core" "^3.26.2"
|
|
2338
|
-
"@salesforce/apex-node" "^5.0.0-beta.
|
|
2339
|
+
"@salesforce/apex-node" "^5.0.0-beta.2"
|
|
2339
2340
|
"@salesforce/core" "^7.0.1"
|
|
2340
2341
|
"@salesforce/kit" "^3.1.0"
|
|
2341
2342
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
@@ -2518,10 +2519,10 @@
|
|
|
2518
2519
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
2519
2520
|
fast-levenshtein "^3.0.0"
|
|
2520
2521
|
|
|
2521
|
-
"@salesforce/plugin-sobject@1.3.
|
|
2522
|
-
version "1.3.
|
|
2523
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.
|
|
2524
|
-
integrity sha512-
|
|
2522
|
+
"@salesforce/plugin-sobject@1.3.4":
|
|
2523
|
+
version "1.3.4"
|
|
2524
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.3.4.tgz"
|
|
2525
|
+
integrity sha512-lJ5nQZV19Z+1DEVE98RD0M+ziQ38rN51yX+lIJXiXMj6zq0unsznOaNqy+m9lxdohmrNhE3lKSPKveBY1QRxhQ==
|
|
2525
2526
|
dependencies:
|
|
2526
2527
|
"@inquirer/confirm" "^2.0.17"
|
|
2527
2528
|
"@inquirer/input" "^1.2.16"
|
|
@@ -2551,10 +2552,10 @@
|
|
|
2551
2552
|
got "^13.0.0"
|
|
2552
2553
|
proxy-agent "^6.3.1"
|
|
2553
2554
|
|
|
2554
|
-
"@salesforce/plugin-telemetry@3.3.
|
|
2555
|
-
version "3.3.
|
|
2556
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.
|
|
2557
|
-
integrity sha512-
|
|
2555
|
+
"@salesforce/plugin-telemetry@3.3.3":
|
|
2556
|
+
version "3.3.3"
|
|
2557
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.3.tgz"
|
|
2558
|
+
integrity sha512-GXboZ0X5E1HZF0yLDh81CW/59dmM93g2MTGRqx9+jrdmx10NCd5VnlgnTI5FndkY08VYLjEdbG4IhouKb8f8RA==
|
|
2558
2559
|
dependencies:
|
|
2559
2560
|
"@oclif/core" "^3.26.2"
|
|
2560
2561
|
"@salesforce/core" "^7.2.0"
|
|
@@ -2613,14 +2614,14 @@
|
|
|
2613
2614
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz"
|
|
2614
2615
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
2615
2616
|
|
|
2616
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.2", "@salesforce/sf-plugins-core@9.0.
|
|
2617
|
-
version "9.0.
|
|
2618
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
2619
|
-
integrity sha512-
|
|
2617
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.2", "@salesforce/sf-plugins-core@9.0.4":
|
|
2618
|
+
version "9.0.4"
|
|
2619
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz"
|
|
2620
|
+
integrity sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==
|
|
2620
2621
|
dependencies:
|
|
2621
2622
|
"@inquirer/confirm" "^2.0.17"
|
|
2622
2623
|
"@inquirer/password" "^1.1.16"
|
|
2623
|
-
"@oclif/core" "^3.26.
|
|
2624
|
+
"@oclif/core" "^3.26.2"
|
|
2624
2625
|
"@salesforce/core" "^7.2.0"
|
|
2625
2626
|
"@salesforce/kit" "^3.1.0"
|
|
2626
2627
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -12596,6 +12597,11 @@ yarn-deduplicate@^6.0.2:
|
|
|
12596
12597
|
semver "^7.5.0"
|
|
12597
12598
|
tslib "^2.5.0"
|
|
12598
12599
|
|
|
12600
|
+
yarn@^1.22.22:
|
|
12601
|
+
version "1.22.22"
|
|
12602
|
+
resolved "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz"
|
|
12603
|
+
integrity sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==
|
|
12604
|
+
|
|
12599
12605
|
yeoman-environment@^3, yeoman-environment@^3.2.0, yeoman-environment@^3.9.1:
|
|
12600
12606
|
version "3.19.3"
|
|
12601
12607
|
resolved "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.19.3.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.39.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.2",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.3",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.0",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.9",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@oclif/plugin-commands": "3.3.1",
|
|
145
145
|
"@oclif/plugin-help": "6.0.21",
|
|
146
146
|
"@oclif/plugin-not-found": "3.1.4",
|
|
147
|
-
"@oclif/plugin-plugins": "5.0.
|
|
147
|
+
"@oclif/plugin-plugins": "5.0.11",
|
|
148
148
|
"@oclif/plugin-search": "1.0.22",
|
|
149
149
|
"@oclif/plugin-update": "4.2.6",
|
|
150
150
|
"@oclif/plugin-version": "2.0.17",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"@oclif/plugin-which": "3.1.7",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
|
-
"@salesforce/plugin-apex": "3.1.
|
|
155
|
+
"@salesforce/plugin-apex": "3.1.6",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.1",
|
|
157
157
|
"@salesforce/plugin-data": "3.3.1",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.6.2",
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.0",
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.3",
|
|
165
165
|
"@salesforce/plugin-settings": "2.2.1",
|
|
166
|
-
"@salesforce/plugin-sobject": "1.3.
|
|
166
|
+
"@salesforce/plugin-sobject": "1.3.4",
|
|
167
167
|
"@salesforce/plugin-source": "3.3.1",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.3.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.3.3",
|
|
169
169
|
"@salesforce/plugin-templates": "56.2.2",
|
|
170
170
|
"@salesforce/plugin-trust": "3.6.3",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.2",
|
|
172
|
-
"@salesforce/sf-plugins-core": "9.0.
|
|
172
|
+
"@salesforce/sf-plugins-core": "9.0.4",
|
|
173
173
|
"chalk": "^5.3.0",
|
|
174
174
|
"debug": "^4.3.4",
|
|
175
175
|
"strip-ansi": "^7.1.0"
|