Skip to content

Commit 34285f3

Browse files
authored
Merge pull request #2193 from salesforcecli/release/2.86.2
Release PR for 2.86.2 as nightly
2 parents 38fcdd2 + 7983b43 commit 34285f3

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.86.1 linux-x64 node-v22.14.0
28+
@salesforce/cli/2.86.2 linux-x64 node-v22.14.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -1084,7 +1084,7 @@ DESCRIPTION
10841084
List all sf commands.
10851085
```
10861086

1087-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.23/src/commands/commands.ts)_
1087+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.24/src/commands/commands.ts)_
10881088

10891089
## `sf config get`
10901090

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.86.1",
4+
"version": "2.86.2",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145145
"@inquirer/select": "^2.3.5",
146146
"@oclif/core": "4.2.10",
147147
"@oclif/plugin-autocomplete": "3.2.27",
148-
"@oclif/plugin-commands": "4.1.23",
148+
"@oclif/plugin-commands": "4.1.24",
149149
"@oclif/plugin-help": "6.2.27",
150150
"@oclif/plugin-not-found": "3.2.49",
151151
"@oclif/plugin-plugins": "5.4.36",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,13 +1706,13 @@
17061706
semver "^7.6.0"
17071707
ts-json-schema-generator "^1.5.1"
17081708

1709-
"@oclif/plugin-commands@4.1.23":
1710-
version "4.1.23"
1711-
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.23.tgz#7937a7861e2436247f868442bed4e2a9175b3485"
1712-
integrity sha512-KprBKrFKwX2TaBenP7jqr0bgCjzRRXFnh5VYY4WHck3epC40yuKLeiPot31hQ3xs9y4wupaV0A6AMPxdSq6Leg==
1709+
"@oclif/plugin-commands@4.1.24":
1710+
version "4.1.24"
1711+
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.24.tgz#18d1c7b8480afb6b338a66f6974ca4fb61f70409"
1712+
integrity sha512-NKC+5/NpgIUtch4qnZkyKVFjTvr9nRV0HcW7PSFVLU4IZ5mUhQ/Bs+47v7A6LliEkh/+eJwSkWF3bQbOMvBZuA==
17131713
dependencies:
17141714
"@oclif/core" "^4"
1715-
"@oclif/table" "^0.4.7"
1715+
"@oclif/table" "^0.4.8"
17161716
lodash "^4.17.21"
17171717
object-treeify "^4.0.1"
17181718

@@ -1803,10 +1803,10 @@
18031803
"@oclif/core" "^4"
18041804
ansis "^3.17.0"
18051805

1806-
"@oclif/table@^0.4.6", "@oclif/table@^0.4.7":
1807-
version "0.4.7"
1808-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.7.tgz#5e2d3690f897a68f3d2fb13573f15cdfcff84e29"
1809-
integrity sha512-NZGHzQbsy4w30fw9p+5eANmPUB4aXyIAbU+qAlxbAGzRm1ogxm06EmuuCfdH25rUIlq4GnycGEO3AQIkPnG9Cg==
1806+
"@oclif/table@^0.4.6", "@oclif/table@^0.4.7", "@oclif/table@^0.4.8":
1807+
version "0.4.8"
1808+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.8.tgz#38c38fc771ccc3754d2fe37f7279ce65c3d9ab8b"
1809+
integrity sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==
18101810
dependencies:
18111811
"@types/react" "^18.3.12"
18121812
change-case "^5.4.4"

0 commit comments

Comments
 (0)