Skip to content

Commit e989cbe

Browse files
authored
Merge pull request #2480 from salesforcecli/release/2.115.3
Release PR for 2.115.3 as nightly
2 parents 5444638 + f2f1d16 commit e989cbe

3 files changed

Lines changed: 9 additions & 9 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.115.2 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.115.3 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -1828,7 +1828,7 @@ DESCRIPTION
18281828
List all sf commands.
18291829
```
18301830

1831-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.37/src/commands/commands.ts)_
1831+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.38/src/commands/commands.ts)_
18321832

18331833
## `sf config get`
18341834

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.115.2",
4+
"version": "2.115.3",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146146
"@inquirer/select": "^2.3.5",
147147
"@oclif/core": "4.8.0",
148148
"@oclif/plugin-autocomplete": "3.2.39",
149-
"@oclif/plugin-commands": "4.1.37",
149+
"@oclif/plugin-commands": "4.1.38",
150150
"@oclif/plugin-help": "6.2.36",
151151
"@oclif/plugin-not-found": "3.2.73",
152152
"@oclif/plugin-plugins": "5.4.54",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,13 +2034,13 @@
20342034
semver "^7.6.0"
20352035
ts-json-schema-generator "^1.5.1"
20362036

2037-
"@oclif/plugin-commands@4.1.37":
2038-
version "4.1.37"
2039-
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.37.tgz#1b24952e8a5fc4bd8eff955ea23b8785a8fdc9f4"
2040-
integrity sha512-9wbCHPbJLqJ18kMiF6a7p9Y9/hkxl3ECbM/HNk8KlOJNz4TLx4yT1s6qQvORfwUXQPlwr2FXkVwrKwi9q7tklA==
2037+
"@oclif/plugin-commands@4.1.38":
2038+
version "4.1.38"
2039+
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.38.tgz#18fa6766502d69c712f437e449ec58e412fefb57"
2040+
integrity sha512-cv2hRvS5wLD9Ai0cxBuAS7r/4U7GDj9DiC66onU5Eq0mrYW0YMQH8eHEk/sRAo5Wdt5wAA1ZrjoWx/53g1xu9w==
20412041
dependencies:
20422042
"@oclif/core" "^4"
2043-
"@oclif/table" "^0.5.0"
2043+
"@oclif/table" "^0.5.1"
20442044
lodash "^4.17.21"
20452045
object-treeify "^4.0.1"
20462046

0 commit comments

Comments
 (0)