Skip to content

Commit

Permalink
Merge pull request #1765 from salesforcecli/release/2.48.4
Browse files Browse the repository at this point in the history
Release PR for 2.48.4 as nightly
  • Loading branch information
svc-cli-bot authored Jun 25, 2024
2 parents 2e3fc4a + ead9f31 commit c3a6b1b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 353 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.48.3 linux-x64 node-v20.14.0
@salesforce/cli/2.48.4 linux-x64 node-v20.14.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -5494,7 +5494,7 @@ EXAMPLES
$ sf plugins discover
```

_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.16/src/commands/plugins/discover.ts)_
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.17/src/commands/plugins/discover.ts)_

## `sf plugins:inspect PLUGIN...`

Expand Down Expand Up @@ -7631,7 +7631,7 @@ DESCRIPTION
Once you select a command, hit enter and it will show the help for that command.
```

_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.4/src/commands/search.ts)_
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.0/src/commands/search.ts)_

## `sf sobject describe`

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.48.3",
"version": "2.48.4",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -145,7 +145,7 @@
"@oclif/plugin-help": "6.2.3",
"@oclif/plugin-not-found": "3.2.6",
"@oclif/plugin-plugins": "5.3.2",
"@oclif/plugin-search": "1.1.4",
"@oclif/plugin-search": "1.2.0",
"@oclif/plugin-update": "4.4.3",
"@oclif/plugin-version": "2.2.4",
"@oclif/plugin-warn-if-update-available": "3.1.6",
Expand All @@ -158,7 +158,7 @@
"@salesforce/plugin-deploy-retrieve": "3.9.9",
"@salesforce/plugin-info": "3.3.11",
"@salesforce/plugin-limits": "3.3.15",
"@salesforce/plugin-marketplace": "1.2.16",
"@salesforce/plugin-marketplace": "1.2.17",
"@salesforce/plugin-org": "4.2.7",
"@salesforce/plugin-packaging": "2.6.1",
"@salesforce/plugin-schema": "3.3.16",
Expand Down
Loading

0 comments on commit c3a6b1b

Please sign in to comment.