Skip to content

Commit

Permalink
chore(release): bump to 2.42.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 15, 2024
1 parent dca3980 commit 313a618
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
50 changes: 25 additions & 25 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.42.5 linux-x64 node-v20.12.2
@salesforce/cli/2.42.6 linux-x64 node-v20.12.2
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -4241,7 +4241,7 @@ FLAG DESCRIPTIONS
subscribers.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/create.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create.ts)_

## `sf package1 version create get`

Expand Down Expand Up @@ -4274,7 +4274,7 @@ EXAMPLES
$ sf package1 version create get --request-id 0HD... --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/create/get.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/create/get.ts)_

## `sf package1 version display`

Expand Down Expand Up @@ -4308,7 +4308,7 @@ EXAMPLES
$ sf package1 version display --package-version-id 04t... --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/display.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/display.ts)_

## `sf package1 version list`

Expand Down Expand Up @@ -4346,7 +4346,7 @@ FLAG DESCRIPTIONS
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package1/version/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package1/version/list.ts)_

## `sf package create`

Expand Down Expand Up @@ -4425,7 +4425,7 @@ FLAG DESCRIPTIONS
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/create.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/create.ts)_

## `sf package delete`

Expand Down Expand Up @@ -4467,7 +4467,7 @@ EXAMPLES
$ sf package delete --package 0Ho... --target-dev-hub [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/delete.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/delete.ts)_

## `sf package install`

Expand Down Expand Up @@ -4565,7 +4565,7 @@ FLAG DESCRIPTIONS
specify DeprecateOnly or Delete only for unlocked package upgrades.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/install.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/install.ts)_

## `sf package install report`

Expand Down Expand Up @@ -4598,7 +4598,7 @@ EXAMPLES
$ sf package install report --request-id 0Hf... --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/install/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/install/report.ts)_

## `sf package installed list`

Expand Down Expand Up @@ -4630,7 +4630,7 @@ EXAMPLES
$ sf package installed list --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/installed/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/installed/list.ts)_

## `sf package list`

Expand Down Expand Up @@ -4668,7 +4668,7 @@ EXAMPLES
$ sf package list --target-dev-hub [email protected] --verbose
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/list.ts)_

## `sf package uninstall`

Expand Down Expand Up @@ -4716,7 +4716,7 @@ EXAMPLES
$ sf package uninstall --package "Undesirable Package Alias"
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/uninstall.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/uninstall.ts)_

## `sf package uninstall report`

Expand Down Expand Up @@ -4749,7 +4749,7 @@ EXAMPLES
$ sf package uninstall report --request-id 06y... --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/uninstall/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/uninstall/report.ts)_

## `sf package update`

Expand Down Expand Up @@ -4804,7 +4804,7 @@ FLAG DESCRIPTIONS
associated with your package.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/update.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/update.ts)_

## `sf package version create`

Expand Down Expand Up @@ -4959,7 +4959,7 @@ FLAG DESCRIPTIONS
periods of no output from commands.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create.ts)_

## `sf package version create list`

Expand Down Expand Up @@ -5020,7 +5020,7 @@ EXAMPLES
$ sf package version create list --created-last-days 0 --status Success
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create/list.ts)_

## `sf package version create report`

Expand Down Expand Up @@ -5063,7 +5063,7 @@ EXAMPLES
$ sf package version create report --package-create-request-id 08c... --target-dev-hub [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/create/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/create/report.ts)_

## `sf package version delete`

Expand Down Expand Up @@ -5102,7 +5102,7 @@ EXAMPLES
$ sf package version delete --package 04t... --target-org [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/delete.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/delete.ts)_

## `sf package version displayancestry`

Expand Down Expand Up @@ -5162,7 +5162,7 @@ FLAG DESCRIPTIONS
You can use the DOT code output in graph visualization software to create tree visualizations.
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/displayancestry.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/displayancestry.ts)_

## `sf package version list`

Expand Down Expand Up @@ -5231,7 +5231,7 @@ EXAMPLES
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/list.ts)_

## `sf package version promote`

Expand Down Expand Up @@ -5275,7 +5275,7 @@ EXAMPLES
$ sf package version promote --package "Awesome Package Alias"
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/promote.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/promote.ts)_

## `sf package version report`

Expand Down Expand Up @@ -5315,7 +5315,7 @@ EXAMPLES
$ sf package version report --package "Your Package Alias" --target-dev-hub [email protected]
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/report.ts)_

## `sf package version update`

Expand Down Expand Up @@ -5368,7 +5368,7 @@ EXAMPLES
$ sf package version update --package 04t... --version-description "New Package Version Description"
```

_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.3/src/commands/package/version/update.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.4/src/commands/package/version/update.ts)_

## `sf plugins`

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

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

## `sf version`

Expand All @@ -7701,7 +7701,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.1.1/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.2/src/commands/version.ts)_

## `sf visualforce generate component`

Expand Down
10 changes: 5 additions & 5 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.42.5",
"version": "2.42.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -146,8 +146,8 @@
"@oclif/plugin-not-found": "3.1.9",
"@oclif/plugin-plugins": "5.0.21",
"@oclif/plugin-search": "1.0.24",
"@oclif/plugin-update": "4.2.11",
"@oclif/plugin-version": "2.1.1",
"@oclif/plugin-update": "4.2.12",
"@oclif/plugin-version": "2.1.2",
"@oclif/plugin-warn-if-update-available": "3.0.19",
"@oclif/plugin-which": "3.1.10",
"@salesforce/core": "^7.2.0",
Expand All @@ -160,7 +160,7 @@
"@salesforce/plugin-limits": "3.3.7",
"@salesforce/plugin-marketplace": "1.2.5",
"@salesforce/plugin-org": "4.1.10",
"@salesforce/plugin-packaging": "2.4.3",
"@salesforce/plugin-packaging": "2.4.4",
"@salesforce/plugin-schema": "3.3.6",
"@salesforce/plugin-settings": "2.2.6",
"@salesforce/plugin-sobject": "1.4.2",
Expand Down Expand Up @@ -206,7 +206,7 @@
"@salesforce/plugin-user"
],
"resolutions": {
"@salesforce/schemas": "1.7.0"
"@salesforce/schemas": "1.8.1"
},
"repository": "salesforcecli/cli",
"scripts": {
Expand Down
Loading

0 comments on commit 313a618

Please sign in to comment.