Skip to content

Commit

Permalink
Merge pull request #1790 from salesforcecli/release/2.50.5
Browse files Browse the repository at this point in the history
Release PR for 2.50.5 as nightly
  • Loading branch information
svc-cli-bot authored Jul 9, 2024
2 parents 1899925 + b542f9d commit f8ab084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.50.4 linux-x64 node-v20.15.0
@salesforce/cli/2.50.5 linux-x64 node-v20.15.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -873,7 +873,7 @@ EXAMPLES
$ sf autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.5/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.6/src/commands/autocomplete/index.ts)_

## `sf commands`

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.50.4",
"version": "2.50.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -140,7 +140,7 @@
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.8",
"@oclif/plugin-autocomplete": "3.1.5",
"@oclif/plugin-autocomplete": "3.1.6",
"@oclif/plugin-commands": "4.0.6",
"@oclif/plugin-help": "6.2.5",
"@oclif/plugin-not-found": "3.2.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-autocomplete@3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.5.tgz#8f3a01f7e90b3daf4e15095635120ea379490901"
integrity sha512-NWKxA7uR0cHFVmtGKuRmK4imYrPmTV5mp8En5uLCjQgY3TYIKp9MDS5sxsF6jErziFdrbwDV4umMbQrjKAxdDQ==
"@oclif/plugin-autocomplete@3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.6.tgz#627ab2b0d9afa95b76f4dc0ba68c0980ee877740"
integrity sha512-Eo13RHSr7c5I5miatEBGhKVkLEADzN8taUlYOs5vbRWtWlR/FoDnwSZJ72gBvvayvCHEqlBOaNBn/wufxdrDAg==
dependencies:
"@oclif/core" "^4"
ansis "^3.2.0"
Expand Down

0 comments on commit f8ab084

Please sign in to comment.