Skip to content

Commit

Permalink
Merge pull request #2005 from salesforcecli/release/2.68.6
Browse files Browse the repository at this point in the history
Release PR for 2.68.6 as nightly
  • Loading branch information
svc-cli-bot authored Nov 20, 2024
2 parents 18dbd72 + 7aa9db8 commit 950de56
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 377 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.68.5 linux-x64 node-v22.11.0
@salesforce/cli/2.68.6 linux-x64 node-v22.11.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -4909,7 +4909,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.9.0/src/commands/package/create.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/create.ts)_

## `sf package delete`

Expand Down Expand Up @@ -4951,7 +4951,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.9.0/src/commands/package/delete.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/delete.ts)_

## `sf package install`

Expand Down Expand Up @@ -5050,7 +5050,7 @@ FLAG DESCRIPTIONS
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
```

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

## `sf package install report`

Expand Down Expand Up @@ -5083,7 +5083,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.9.0/src/commands/package/install/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/install/report.ts)_

## `sf package installed list`

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

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

## `sf package list`

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

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

## `sf package uninstall`

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

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

## `sf package uninstall report`

Expand Down Expand Up @@ -5234,7 +5234,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.9.0/src/commands/package/uninstall/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/uninstall/report.ts)_

## `sf package update`

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

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

## `sf package version create`

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

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

## `sf package version create list`

Expand Down Expand Up @@ -5525,7 +5525,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.9.0/src/commands/package/version/create/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/create/list.ts)_

## `sf package version create report`

Expand Down Expand Up @@ -5568,7 +5568,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.9.0/src/commands/package/version/create/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/create/report.ts)_

## `sf package version delete`

Expand Down Expand Up @@ -5609,7 +5609,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.9.0/src/commands/package/version/delete.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/delete.ts)_

## `sf package version displayancestry`

Expand Down Expand Up @@ -5669,7 +5669,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.9.0/src/commands/package/version/displayancestry.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/displayancestry.ts)_

## `sf package version list`

Expand Down Expand Up @@ -5745,7 +5745,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.9.0/src/commands/package/version/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/list.ts)_

## `sf package version promote`

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

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

## `sf package version report`

Expand Down Expand Up @@ -5829,7 +5829,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.9.0/src/commands/package/version/report.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/report.ts)_

## `sf package version update`

Expand Down Expand Up @@ -5882,7 +5882,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.9.0/src/commands/package/version/update.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package/version/update.ts)_

## `sf package1 version create`

Expand Down Expand Up @@ -5949,7 +5949,7 @@ FLAG DESCRIPTIONS
subscribers.
```

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

## `sf package1 version create get`

Expand Down Expand Up @@ -5982,7 +5982,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.9.0/src/commands/package1/version/create/get.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/create/get.ts)_

## `sf package1 version display`

Expand Down Expand Up @@ -6016,7 +6016,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.9.0/src/commands/package1/version/display.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/display.ts)_

## `sf package1 version list`

Expand Down Expand Up @@ -6054,7 +6054,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.9.0/src/commands/package1/version/list.ts)_
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.3/src/commands/package1/version/list.ts)_

## `sf plugins`

Expand Down
8 changes: 4 additions & 4 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.68.5",
"version": "2.68.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"jitPlugins": {
"@salesforce/plugin-custom-metadata": "3.3.39",
"@salesforce/plugin-community": "3.3.4",
"@salesforce/plugin-dev": "2.5.0",
"@salesforce/plugin-dev": "2.5.1",
"@salesforce/plugin-devops-center": "1.2.26",
"@salesforce/plugin-env": "3.0.34",
"@salesforce/plugin-functions": "1.23.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.32",
"@oclif/core": "4.0.33",
"@oclif/plugin-autocomplete": "3.2.10",
"@oclif/plugin-commands": "4.1.10",
"@oclif/plugin-help": "6.2.18",
Expand All @@ -161,7 +161,7 @@
"@salesforce/plugin-limits": "3.3.40",
"@salesforce/plugin-marketplace": "1.3.6",
"@salesforce/plugin-org": "5.2.4",
"@salesforce/plugin-packaging": "2.9.0",
"@salesforce/plugin-packaging": "2.9.3",
"@salesforce/plugin-schema": "3.3.42",
"@salesforce/plugin-settings": "2.4.6",
"@salesforce/plugin-sobject": "1.4.46",
Expand Down
Loading

0 comments on commit 950de56

Please sign in to comment.