@salesforce/cli 2.60.1 → 2.60.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 +10 -10
- package/npm-shrinkwrap.json +26 -26
- package/oclif.lock +24 -24
- 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.60.
|
|
27
|
+
@salesforce/cli/2.60.2 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1007,7 +1007,7 @@ DESCRIPTION
|
|
|
1007
1007
|
List all sf commands.
|
|
1008
1008
|
```
|
|
1009
1009
|
|
|
1010
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
1010
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.15/src/commands/commands.ts)_
|
|
1011
1011
|
|
|
1012
1012
|
## `sf config get`
|
|
1013
1013
|
|
|
@@ -5588,7 +5588,7 @@ EXAMPLES
|
|
|
5588
5588
|
$ sf plugins
|
|
5589
5589
|
```
|
|
5590
5590
|
|
|
5591
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5591
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/index.ts)_
|
|
5592
5592
|
|
|
5593
5593
|
## `sf plugins discover`
|
|
5594
5594
|
|
|
@@ -5633,7 +5633,7 @@ EXAMPLES
|
|
|
5633
5633
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5634
5634
|
```
|
|
5635
5635
|
|
|
5636
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5636
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/inspect.ts)_
|
|
5637
5637
|
|
|
5638
5638
|
## `sf plugins install PLUGIN`
|
|
5639
5639
|
|
|
@@ -5682,7 +5682,7 @@ EXAMPLES
|
|
|
5682
5682
|
$ sf plugins install someuser/someplugin
|
|
5683
5683
|
```
|
|
5684
5684
|
|
|
5685
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5685
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/install.ts)_
|
|
5686
5686
|
|
|
5687
5687
|
## `sf plugins link PATH`
|
|
5688
5688
|
|
|
@@ -5712,7 +5712,7 @@ EXAMPLES
|
|
|
5712
5712
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5713
5713
|
```
|
|
5714
5714
|
|
|
5715
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5715
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/link.ts)_
|
|
5716
5716
|
|
|
5717
5717
|
## `sf plugins reset`
|
|
5718
5718
|
|
|
@@ -5727,7 +5727,7 @@ FLAGS
|
|
|
5727
5727
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5728
5728
|
```
|
|
5729
5729
|
|
|
5730
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5730
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/reset.ts)_
|
|
5731
5731
|
|
|
5732
5732
|
## `sf plugins trust verify`
|
|
5733
5733
|
|
|
@@ -5784,7 +5784,7 @@ EXAMPLES
|
|
|
5784
5784
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5785
5785
|
```
|
|
5786
5786
|
|
|
5787
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5787
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/uninstall.ts)_
|
|
5788
5788
|
|
|
5789
5789
|
## `sf plugins update`
|
|
5790
5790
|
|
|
@@ -5802,7 +5802,7 @@ DESCRIPTION
|
|
|
5802
5802
|
Update installed plugins.
|
|
5803
5803
|
```
|
|
5804
5804
|
|
|
5805
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5805
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/update.ts)_
|
|
5806
5806
|
|
|
5807
5807
|
## `sf project convert mdapi`
|
|
5808
5808
|
|
|
@@ -7948,7 +7948,7 @@ EXAMPLES
|
|
|
7948
7948
|
$ sf update --available
|
|
7949
7949
|
```
|
|
7950
7950
|
|
|
7951
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.
|
|
7951
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.7/src/commands/update.ts)_
|
|
7952
7952
|
|
|
7953
7953
|
## `sf version`
|
|
7954
7954
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.60.
|
|
9
|
+
"version": "2.60.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.0.
|
|
14
|
+
"@oclif/core": "4.0.22",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.3",
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
16
|
+
"@oclif/plugin-commands": "4.0.15",
|
|
17
17
|
"@oclif/plugin-help": "6.2.11",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.21",
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.8",
|
|
20
20
|
"@oclif/plugin-search": "1.2.8",
|
|
21
|
-
"@oclif/plugin-update": "4.5.
|
|
21
|
+
"@oclif/plugin-update": "4.5.7",
|
|
22
22
|
"@oclif/plugin-version": "2.2.12",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.16",
|
|
24
24
|
"@oclif/plugin-which": "3.2.13",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -3104,9 +3104,9 @@
|
|
|
3104
3104
|
}
|
|
3105
3105
|
},
|
|
3106
3106
|
"node_modules/@oclif/core": {
|
|
3107
|
-
"version": "4.0.
|
|
3108
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3109
|
-
"integrity": "sha512-
|
|
3107
|
+
"version": "4.0.22",
|
|
3108
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
|
|
3109
|
+
"integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
|
|
3110
3110
|
"license": "MIT",
|
|
3111
3111
|
"dependencies": {
|
|
3112
3112
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3259,9 +3259,9 @@
|
|
|
3259
3259
|
}
|
|
3260
3260
|
},
|
|
3261
3261
|
"node_modules/@oclif/plugin-commands": {
|
|
3262
|
-
"version": "4.0.
|
|
3263
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
3264
|
-
"integrity": "sha512-
|
|
3262
|
+
"version": "4.0.15",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.15.tgz",
|
|
3264
|
+
"integrity": "sha512-rs4nlZmhF4zdwAx+aP+4w/Kpfc+La9tABAJnbnSepKDiA1nH37N4SnkREt4Y7uoNvm77qpWFwKXLQ1HUPCIddw==",
|
|
3265
3265
|
"license": "MIT",
|
|
3266
3266
|
"dependencies": {
|
|
3267
3267
|
"@oclif/core": "^4",
|
|
@@ -3286,9 +3286,9 @@
|
|
|
3286
3286
|
}
|
|
3287
3287
|
},
|
|
3288
3288
|
"node_modules/@oclif/plugin-not-found": {
|
|
3289
|
-
"version": "3.2.
|
|
3290
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3291
|
-
"integrity": "sha512-
|
|
3289
|
+
"version": "3.2.21",
|
|
3290
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.21.tgz",
|
|
3291
|
+
"integrity": "sha512-1v5MkECOH+mkubpk5RgyVK1qEHn3hr2wX1qsx5hawTyssd10WEFIkH258M9CjyiG42M6ZCQhOS3Wo2wteLo/vg==",
|
|
3292
3292
|
"license": "MIT",
|
|
3293
3293
|
"dependencies": {
|
|
3294
3294
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -3301,9 +3301,9 @@
|
|
|
3301
3301
|
}
|
|
3302
3302
|
},
|
|
3303
3303
|
"node_modules/@oclif/plugin-plugins": {
|
|
3304
|
-
"version": "5.4.
|
|
3305
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3306
|
-
"integrity": "sha512-
|
|
3304
|
+
"version": "5.4.8",
|
|
3305
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.8.tgz",
|
|
3306
|
+
"integrity": "sha512-jDkWedI7HVhkig8UycXpvSq92s08Op0MJqYnumHZv3g3puz3AAMPouESlMOKY8Z0mEnJHSlnOjLyVXQL2BDKWg==",
|
|
3307
3307
|
"license": "MIT",
|
|
3308
3308
|
"dependencies": {
|
|
3309
3309
|
"@oclif/core": "^4",
|
|
@@ -3379,9 +3379,9 @@
|
|
|
3379
3379
|
}
|
|
3380
3380
|
},
|
|
3381
3381
|
"node_modules/@oclif/plugin-update": {
|
|
3382
|
-
"version": "4.5.
|
|
3383
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
3384
|
-
"integrity": "sha512-
|
|
3382
|
+
"version": "4.5.7",
|
|
3383
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.7.tgz",
|
|
3384
|
+
"integrity": "sha512-OOIiDnc4eopq3eKTvx8Ku/1jYnd3E5gZZoEJJzqj2cgTwQk9yyXfg/XHuC5EsWML3OpPDb8W/7WvUnit/YN/cw==",
|
|
3385
3385
|
"license": "MIT",
|
|
3386
3386
|
"dependencies": {
|
|
3387
3387
|
"@inquirer/select": "^2.4.7",
|
|
@@ -3413,9 +3413,9 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
},
|
|
3415
3415
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3416
|
-
"version": "3.1.
|
|
3417
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3418
|
-
"integrity": "sha512-
|
|
3416
|
+
"version": "3.1.16",
|
|
3417
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz",
|
|
3418
|
+
"integrity": "sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==",
|
|
3419
3419
|
"license": "MIT",
|
|
3420
3420
|
"dependencies": {
|
|
3421
3421
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1518,10 +1518,10 @@
|
|
|
1518
1518
|
proc-log "^4.0.0"
|
|
1519
1519
|
which "^4.0.0"
|
|
1520
1520
|
|
|
1521
|
-
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.
|
|
1522
|
-
version "4.0.
|
|
1523
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1524
|
-
integrity sha512-
|
|
1521
|
+
"@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.22":
|
|
1522
|
+
version "4.0.22"
|
|
1523
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz"
|
|
1524
|
+
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
|
|
1525
1525
|
dependencies:
|
|
1526
1526
|
ansi-escapes "^4.3.2"
|
|
1527
1527
|
ansis "^3.3.2"
|
|
@@ -1566,10 +1566,10 @@
|
|
|
1566
1566
|
semver "^7.6.0"
|
|
1567
1567
|
ts-json-schema-generator "^1.5.1"
|
|
1568
1568
|
|
|
1569
|
-
"@oclif/plugin-commands@4.0.
|
|
1570
|
-
version "4.0.
|
|
1571
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
1572
|
-
integrity sha512-
|
|
1569
|
+
"@oclif/plugin-commands@4.0.15":
|
|
1570
|
+
version "4.0.15"
|
|
1571
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.15.tgz"
|
|
1572
|
+
integrity sha512-rs4nlZmhF4zdwAx+aP+4w/Kpfc+La9tABAJnbnSepKDiA1nH37N4SnkREt4Y7uoNvm77qpWFwKXLQ1HUPCIddw==
|
|
1573
1573
|
dependencies:
|
|
1574
1574
|
"@oclif/core" "^4"
|
|
1575
1575
|
lodash "^4.17.21"
|
|
@@ -1583,20 +1583,20 @@
|
|
|
1583
1583
|
dependencies:
|
|
1584
1584
|
"@oclif/core" "^4"
|
|
1585
1585
|
|
|
1586
|
-
"@oclif/plugin-not-found@^3.2.16", "@oclif/plugin-not-found@3.2.
|
|
1587
|
-
version "3.2.
|
|
1588
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1589
|
-
integrity sha512-
|
|
1586
|
+
"@oclif/plugin-not-found@^3.2.16", "@oclif/plugin-not-found@3.2.21":
|
|
1587
|
+
version "3.2.21"
|
|
1588
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.21.tgz"
|
|
1589
|
+
integrity sha512-1v5MkECOH+mkubpk5RgyVK1qEHn3hr2wX1qsx5hawTyssd10WEFIkH258M9CjyiG42M6ZCQhOS3Wo2wteLo/vg==
|
|
1590
1590
|
dependencies:
|
|
1591
1591
|
"@inquirer/confirm" "^3.2.0"
|
|
1592
1592
|
"@oclif/core" "^4"
|
|
1593
1593
|
ansis "^3.3.1"
|
|
1594
1594
|
fast-levenshtein "^3.0.0"
|
|
1595
1595
|
|
|
1596
|
-
"@oclif/plugin-plugins@5.4.
|
|
1597
|
-
version "5.4.
|
|
1598
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1599
|
-
integrity sha512-
|
|
1596
|
+
"@oclif/plugin-plugins@5.4.8":
|
|
1597
|
+
version "5.4.8"
|
|
1598
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.8.tgz"
|
|
1599
|
+
integrity sha512-jDkWedI7HVhkig8UycXpvSq92s08Op0MJqYnumHZv3g3puz3AAMPouESlMOKY8Z0mEnJHSlnOjLyVXQL2BDKWg==
|
|
1600
1600
|
dependencies:
|
|
1601
1601
|
"@oclif/core" "^4"
|
|
1602
1602
|
ansis "^3.3.2"
|
|
@@ -1619,10 +1619,10 @@
|
|
|
1619
1619
|
ansi-escapes "^7.0.0"
|
|
1620
1620
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1621
1621
|
|
|
1622
|
-
"@oclif/plugin-update@4.5.
|
|
1623
|
-
version "4.5.
|
|
1624
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
1625
|
-
integrity sha512-
|
|
1622
|
+
"@oclif/plugin-update@4.5.7":
|
|
1623
|
+
version "4.5.7"
|
|
1624
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.7.tgz"
|
|
1625
|
+
integrity sha512-OOIiDnc4eopq3eKTvx8Ku/1jYnd3E5gZZoEJJzqj2cgTwQk9yyXfg/XHuC5EsWML3OpPDb8W/7WvUnit/YN/cw==
|
|
1626
1626
|
dependencies:
|
|
1627
1627
|
"@inquirer/select" "^2.4.7"
|
|
1628
1628
|
"@oclif/core" "^4"
|
|
@@ -1643,10 +1643,10 @@
|
|
|
1643
1643
|
"@oclif/core" "^4"
|
|
1644
1644
|
ansis "^3.3.1"
|
|
1645
1645
|
|
|
1646
|
-
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1647
|
-
version "3.1.
|
|
1648
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1649
|
-
integrity sha512-
|
|
1646
|
+
"@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.16":
|
|
1647
|
+
version "3.1.16"
|
|
1648
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz"
|
|
1649
|
+
integrity sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==
|
|
1650
1650
|
dependencies:
|
|
1651
1651
|
"@oclif/core" "^4"
|
|
1652
1652
|
ansis "^3.3.1"
|
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.60.
|
|
4
|
+
"version": "2.60.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@inquirer/select": "^2.3.5",
|
|
143
|
-
"@oclif/core": "4.0.
|
|
143
|
+
"@oclif/core": "4.0.22",
|
|
144
144
|
"@oclif/plugin-autocomplete": "3.2.3",
|
|
145
|
-
"@oclif/plugin-commands": "4.0.
|
|
145
|
+
"@oclif/plugin-commands": "4.0.15",
|
|
146
146
|
"@oclif/plugin-help": "6.2.11",
|
|
147
|
-
"@oclif/plugin-not-found": "3.2.
|
|
148
|
-
"@oclif/plugin-plugins": "5.4.
|
|
147
|
+
"@oclif/plugin-not-found": "3.2.21",
|
|
148
|
+
"@oclif/plugin-plugins": "5.4.8",
|
|
149
149
|
"@oclif/plugin-search": "1.2.8",
|
|
150
|
-
"@oclif/plugin-update": "4.5.
|
|
150
|
+
"@oclif/plugin-update": "4.5.7",
|
|
151
151
|
"@oclif/plugin-version": "2.2.12",
|
|
152
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
152
|
+
"@oclif/plugin-warn-if-update-available": "3.1.16",
|
|
153
153
|
"@oclif/plugin-which": "3.2.13",
|
|
154
154
|
"@salesforce/core": "^8.2.3",
|
|
155
155
|
"@salesforce/kit": "^3.1.6",
|