Skip to content

Commit

Permalink
Merge pull request #1824 from salesforcecli/release/2.54.1
Browse files Browse the repository at this point in the history
Release PR for 2.54.1 as nightly
  • Loading branch information
svc-cli-bot authored Aug 2, 2024
2 parents 721e552 + ec7b350 commit d62cfbc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 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.54.0 linux-x64 node-v20.15.1
@salesforce/cli/2.54.1 linux-x64 node-v20.15.1
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -871,7 +871,7 @@ EXAMPLES
$ sf autocomplete --refresh-cache
```

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

## `sf commands`

Expand Down Expand Up @@ -5426,7 +5426,7 @@ EXAMPLES
$ sf plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/index.ts)_

## `sf plugins discover`

Expand Down Expand Up @@ -5471,7 +5471,7 @@ EXAMPLES
$ sf plugins inspect @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/inspect.ts)_

## `sf plugins install PLUGIN`

Expand Down Expand Up @@ -5520,7 +5520,7 @@ EXAMPLES
$ sf plugins install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/install.ts)_

## `sf plugins link PATH`

Expand Down Expand Up @@ -5550,7 +5550,7 @@ EXAMPLES
$ sf plugins link @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/link.ts)_

## `sf plugins reset`

Expand All @@ -5565,7 +5565,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/reset.ts)_

## `sf plugins trust verify`

Expand Down Expand Up @@ -5622,7 +5622,7 @@ EXAMPLES
$ sf plugins uninstall @salesforce/plugin-packaging
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/uninstall.ts)_

## `sf plugins update`

Expand All @@ -5640,7 +5640,7 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.9/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.0/src/commands/plugins/update.ts)_

## `sf project convert mdapi`

Expand Down
6 changes: 3 additions & 3 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.54.0",
"version": "2.54.1",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -140,11 +140,11 @@
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.17",
"@oclif/plugin-autocomplete": "3.1.11",
"@oclif/plugin-autocomplete": "3.2.0",
"@oclif/plugin-commands": "4.0.10",
"@oclif/plugin-help": "6.2.7",
"@oclif/plugin-not-found": "3.2.14",
"@oclif/plugin-plugins": "5.3.9",
"@oclif/plugin-plugins": "5.4.0",
"@oclif/plugin-search": "1.2.5",
"@oclif/plugin-update": "4.5.0",
"@oclif/plugin-version": "2.2.9",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1839,10 +1839,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-autocomplete@3.1.11":
version "3.1.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.11.tgz#06dbd862d436bdfba3547b5113984afbea755223"
integrity sha512-SDyVH/WTK0nsqWyhQik3nH+PYOgCOvxrPBd3laZvKiRODx/2QFr71SVH4CuMK4Wr2Pkax+jOlej7ECK1E3n6+Q==
"@oclif/plugin-autocomplete@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.0.tgz#11ab32ff7c63b3e20f3bac93ee23628fa8cefd97"
integrity sha512-URNnLAk+FP+k422On8nZhyuJcPgrCWyVolbVE+wKl9ngWR56//MLakrf7AKwfeuto9U2TmrOsXVZhzWzZ2VTMw==
dependencies:
"@oclif/core" "^4"
ansis "^3.3.1"
Expand Down Expand Up @@ -1891,10 +1891,10 @@
ansis "^3.3.1"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@5.3.9":
version "5.3.9"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.3.9.tgz#1c1ac78fd3df3eb1b1efc3856cf2a519e67b6113"
integrity sha512-79PM/ACAbuyxF6XMRdzW12OOJ1XsNb5h/vWWglISbYf7IlI/Uyo26B7ix+mvdL0nq/XSDaMePBad1+aR5BmXzg==
"@oclif/plugin-plugins@5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.0.tgz#75e26e60f12d576ee14760478e59eb9a5af43b29"
integrity sha512-nps0twvQypi4X3iWDpkft8+fG7xeJFwevF9al2YQIXo2wHgkXqX7ZfR6h4xjItRBwOoaXtJfBehVuWUw6IXWNw==
dependencies:
"@oclif/core" "^4"
ansis "^3.2.1"
Expand Down

0 comments on commit d62cfbc

Please sign in to comment.