Skip to content

Commit

Permalink
chore(release): bump to 2.45.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 5, 2024
1 parent 6c2c2d5 commit adb2d8f
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 264 deletions.
46 changes: 23 additions & 23 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.45.5 linux-x64 node-v20.13.1
@salesforce/cli/2.45.6 linux-x64 node-v20.13.1
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -204,7 +204,7 @@ EXAMPLES
$ sf alias list
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/list.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_

## `sf alias set`

Expand All @@ -222,7 +222,7 @@ DESCRIPTION
Set one or more aliases on your local computer.
Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
can use an alias.
You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the
Expand Down Expand Up @@ -253,7 +253,7 @@ EXAMPLES
$ sf alias set my-scratch-org [email protected]
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/set.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_

## `sf alias unset`

Expand Down Expand Up @@ -293,7 +293,7 @@ EXAMPLES
$ sf alias unset --all [--no-prompt]
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/unset.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_

## `sf analytics generate template`

Expand Down Expand Up @@ -842,7 +842,7 @@ EXAMPLES
$ sf autocomplete --refresh-cache
```

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

## `sf commands`

Expand Down Expand Up @@ -871,7 +871,7 @@ DESCRIPTION
List all sf commands.
```

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

## `sf config get`

Expand Down Expand Up @@ -920,7 +920,7 @@ CONFIGURATION VARIABLES
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/get.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_

## `sf config list`

Expand Down Expand Up @@ -960,7 +960,7 @@ EXAMPLES
$ sf config list
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/list.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_

## `sf config set`

Expand Down Expand Up @@ -1029,7 +1029,7 @@ CONFIGURATION VARIABLES
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/set.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_

## `sf config unset`

Expand Down Expand Up @@ -1079,7 +1079,7 @@ CONFIGURATION VARIABLES
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
```

_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/unset.ts)_
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_

## `sf data create file`

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

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

## `sf plugins discover`

Expand All @@ -5458,7 +5458,7 @@ EXAMPLES
$ sf plugins discover
```

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

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

Expand All @@ -5485,7 +5485,7 @@ EXAMPLES
$ sf plugins inspect @salesforce/plugin-packaging
```

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

## `sf plugins install PLUGIN`

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

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

## `sf plugins link PATH`

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

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

## `sf plugins reset`

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

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

## `sf plugins trust verify`

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

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

## `sf plugins update`

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

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

## `sf project convert mdapi`

Expand Down Expand Up @@ -7591,7 +7591,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.0/src/commands/search.ts)_
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.1/src/commands/search.ts)_

## `sf sobject describe`

Expand Down Expand Up @@ -7776,7 +7776,7 @@ EXAMPLES
$ sf update --available
```

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

## `sf version`

Expand All @@ -7796,7 +7796,7 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.2/src/commands/version.ts)_

## `sf visualforce generate component`

Expand Down Expand Up @@ -7936,6 +7936,6 @@ EXAMPLES
$ sf which "foo bar baz"
```

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

<!-- commandsstop -->
24 changes: 12 additions & 12 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.45.5",
"version": "2.45.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -140,16 +140,16 @@
"dependencies": {
"@inquirer/select": "^1.3.1",
"@oclif/core": "3.26.9",
"@oclif/plugin-autocomplete": "3.1.1",
"@oclif/plugin-commands": "4.0.1",
"@oclif/plugin-autocomplete": "3.1.2",
"@oclif/plugin-commands": "4.0.2",
"@oclif/plugin-help": "6.1.0",
"@oclif/plugin-not-found": "3.2.1",
"@oclif/plugin-plugins": "5.2.1",
"@oclif/plugin-search": "1.1.0",
"@oclif/plugin-update": "4.3.2",
"@oclif/plugin-version": "2.2.1",
"@oclif/plugin-warn-if-update-available": "3.1.3",
"@oclif/plugin-which": "3.2.0",
"@oclif/plugin-not-found": "3.2.2",
"@oclif/plugin-plugins": "5.2.2",
"@oclif/plugin-search": "1.1.1",
"@oclif/plugin-update": "4.3.3",
"@oclif/plugin-version": "2.2.2",
"@oclif/plugin-warn-if-update-available": "3.1.4",
"@oclif/plugin-which": "3.2.1",
"@salesforce/core": "^7.2.0",
"@salesforce/kit": "^3.1.0",
"@salesforce/plugin-apex": "3.1.14",
Expand All @@ -158,11 +158,11 @@
"@salesforce/plugin-deploy-retrieve": "3.8.4",
"@salesforce/plugin-info": "3.3.4",
"@salesforce/plugin-limits": "3.3.10",
"@salesforce/plugin-marketplace": "1.2.9",
"@salesforce/plugin-marketplace": "1.2.10",
"@salesforce/plugin-org": "4.1.19",
"@salesforce/plugin-packaging": "2.4.5",
"@salesforce/plugin-schema": "3.3.10",
"@salesforce/plugin-settings": "2.2.7",
"@salesforce/plugin-settings": "2.3.0",
"@salesforce/plugin-sobject": "1.4.8",
"@salesforce/plugin-source": "3.3.21",
"@salesforce/plugin-telemetry": "3.3.12",
Expand Down
Loading

0 comments on commit adb2d8f

Please sign in to comment.