Skip to content

Commit

Permalink
Merge pull request #1873 from salesforcecli/release/2.57.7
Browse files Browse the repository at this point in the history
Release PR for 2.57.7 as nightly
  • Loading branch information
svc-cli-bot authored Aug 28, 2024
2 parents 8ca7d53 + a788e07 commit 291554e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.57.6 linux-x64 node-v20.16.0
@salesforce/cli/2.57.7 linux-x64 node-v20.16.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -2059,7 +2059,7 @@ EXAMPLES
$ sf doctor --plugin @salesforce/plugin-source
```

_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.0/src/commands/doctor.ts)_
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.2/src/commands/doctor.ts)_

## `sf force data bulk delete`

Expand Down Expand Up @@ -2261,7 +2261,7 @@ EXAMPLES
$ sf info releasenotes display --version latest
```

_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.0/src/commands/info/releasenotes/display.ts)_
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.2/src/commands/info/releasenotes/display.ts)_

## `sf lightning generate app`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.57.6",
"version": "2.57.7",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -158,7 +158,7 @@
"@salesforce/plugin-auth": "3.6.51",
"@salesforce/plugin-data": "3.6.3",
"@salesforce/plugin-deploy-retrieve": "3.12.0",
"@salesforce/plugin-info": "3.4.0",
"@salesforce/plugin-info": "3.4.2",
"@salesforce/plugin-limits": "3.3.27",
"@salesforce/plugin-marketplace": "1.2.24",
"@salesforce/plugin-org": "4.5.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2212,10 +2212,10 @@
"@salesforce/ts-types" "^2.0.12"
ansis "^3.3.2"

"@salesforce/[email protected].0", "@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.3.29":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.0.tgz#4c1c8f8512fc6dc940bff4e9077c1f9e7789f086"
integrity sha512-Kk97+MwCpXr0OIrI4rNBV1mayLDAJVyqZZJaLjMGEjGptk2aPOHCQtaWJcezHA24+t/GgIR/PtC5416GCYAfoA==
"@salesforce/[email protected].2", "@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.3.29":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.2.tgz#4f1cc845c0d4c79bdde5d3d870e1df9b783405a7"
integrity sha512-Rl2pA9jnJIU5bvE/GrVdpjdgsmRFlWcRiwND4usrmQPEfohViTPDhcV5RBjRb1wlXlsAVYrVD3dlB1tqVq8BmQ==
dependencies:
"@inquirer/input" "^2.2.9"
"@jsforce/jsforce-node" "^3.2.2"
Expand Down

0 comments on commit 291554e

Please sign in to comment.