Skip to content

Commit

Permalink
Merge pull request #1809 from salesforcecli/release/2.52.5
Browse files Browse the repository at this point in the history
Release PR for 2.52.5 as nightly
  • Loading branch information
svc-cli-bot authored Jul 23, 2024
2 parents 55d4869 + 3e394e6 commit e831256
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
52 changes: 26 additions & 26 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.52.4 linux-x64 node-v20.15.1
@salesforce/cli/2.52.5 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.8/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.9/src/commands/autocomplete/index.ts)_

## `sf commands`

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

## `sf package delete`

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

## `sf package install`

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

## `sf package install report`

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

## `sf package installed list`

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

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

## `sf package list`

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

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

## `sf package uninstall`

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

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

## `sf package uninstall report`

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

## `sf package update`

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

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

## `sf package version create`

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

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

## `sf package version create list`

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

## `sf package version create report`

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

## `sf package version delete`

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

## `sf package version displayancestry`

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

## `sf package version list`

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

## `sf package version promote`

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

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

## `sf package version report`

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

## `sf package version update`

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

## `sf package1 version create`

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

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

## `sf package1 version create get`

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

## `sf package1 version display`

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

## `sf package1 version list`

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

## `sf plugins`

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

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

## `sf version`

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

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

<!-- commandsstop -->
12 changes: 6 additions & 6 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.52.4",
"version": "2.52.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -140,16 +140,16 @@
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.13",
"@oclif/plugin-autocomplete": "3.1.8",
"@oclif/plugin-autocomplete": "3.1.9",
"@oclif/plugin-commands": "4.0.8",
"@oclif/plugin-help": "6.2.6",
"@oclif/plugin-not-found": "3.2.12",
"@oclif/plugin-plugins": "5.3.8",
"@oclif/plugin-search": "1.2.3",
"@oclif/plugin-update": "4.4.10",
"@oclif/plugin-update": "4.4.11",
"@oclif/plugin-version": "2.2.8",
"@oclif/plugin-warn-if-update-available": "3.1.9",
"@oclif/plugin-which": "3.2.8",
"@oclif/plugin-which": "3.2.9",
"@salesforce/core": "^8.0.2",
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.3.2",
Expand All @@ -160,12 +160,12 @@
"@salesforce/plugin-limits": "3.3.20",
"@salesforce/plugin-marketplace": "1.2.19",
"@salesforce/plugin-org": "4.3.6",
"@salesforce/plugin-packaging": "2.7.2",
"@salesforce/plugin-packaging": "2.7.3",
"@salesforce/plugin-schema": "3.3.21",
"@salesforce/plugin-settings": "2.3.9",
"@salesforce/plugin-sobject": "1.4.20",
"@salesforce/plugin-source": "3.5.7",
"@salesforce/plugin-telemetry": "3.6.2",
"@salesforce/plugin-telemetry": "3.6.3",
"@salesforce/plugin-templates": "56.3.6",
"@salesforce/plugin-trust": "3.7.15",
"@salesforce/plugin-user": "3.5.19",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1841,10 +1841,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/[email protected].8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.8.tgz#1c862c6b9f79654c6dcfb69462717ccbca81b650"
integrity sha512-0vuCjIpHhdxTe34sKqMvFvoTufgiT3UskxAnRJFCPMzQ+muEMWgN5tECgl5ddRvqiP4W5ut6fdPGldP4eSzC2A==
"@oclif/[email protected].9":
version "3.1.9"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.9.tgz#bcbccfa128ed26fd2d8c43e8933dde6ea830ef07"
integrity sha512-eCoKeLLuZB5jVlEotk43PsFVQ1BaIm0ccpXNgF9FS71OCufzuJbqMsC5jfs76XM902lIEljVc+zMXvVVg+4Q8w==
dependencies:
"@oclif/core" "^4"
ansis "^3.3.1"
Expand Down Expand Up @@ -1919,18 +1919,18 @@
ansi-escapes "^7.0.0"
inquirer-autocomplete-standalone "^0.8.1"

"@oclif/[email protected].10":
version "4.4.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.4.10.tgz#d5d950da88acbfcbd3339026efd8af7261641d11"
integrity sha512-U4DEQFqWY+Y+x+/du9ZTmgHnsXK9P7l23eFWR9vXFPFIrxKgQhYWBKGNy74MpKon8LAckOrQl/45fBqfcg3X5w==
"@oclif/[email protected].11":
version "4.4.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.4.11.tgz#46753042500b7f7ad0bbfb1862130e9c2af23ea3"
integrity sha512-GBNxzUXakalWHmv8LEGq6EXCS28ZtkV0TUGxnYWswQpyu34lyMSGb1io9EfwbrpP/BIW4mgI7PdhDGSmsVNdIA==
dependencies:
"@inquirer/select" "^2.4.1"
"@oclif/core" "^4"
ansis "^3.2.1"
debug "^4.3.5"
filesize "^6.1.0"
got "^13"
semver "^7.6.0"
semver "^7.6.3"
tar-fs "^2.1.1"
tty-table "^4.2.3"

Expand All @@ -1953,13 +1953,13 @@
http-call "^5.2.2"
lodash "^4.17.21"

"@oclif/[email protected].8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.8.tgz#791fd4fee4d4229cae311da46774f0f52d88dd1a"
integrity sha512-7QN9B+wTWTItuZvbO1mvZSEDyPROSe9xSA1ujrGr6bokBXnuPcudFRk7OKWPZu5Yajg6ae70nOVHG3VuBT3OHQ==
"@oclif/[email protected].9":
version "3.2.9"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.9.tgz#35f0d400ee83b50e5ecdb83143745d5c6ad07ddc"
integrity sha512-iIfnU6N7GD351TSln/qu8I0CdhGpUCZBwzw8Ul9F9G/wdQhVqh4ogt8BKnmU34j/8WI+qmc6tP64vF0Qdqwe5Q==
dependencies:
"@oclif/core" "^4"
ansis "^3.2.1"
ansis "^3.3.1"

"@octokit/auth-token@^3.0.0":
version "3.0.4"
Expand Down Expand Up @@ -2362,10 +2362,10 @@
is-wsl "^3.1.0"
open "^10.1.0"

"@salesforce/[email protected].2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.7.2.tgz#35cb1511cd8ba87b0d943112396f1b1901710abc"
integrity sha512-dOBzn47OoVfqCpANBcz3nDp6QWH/ZdZxur3Pq8iaHbi6q0C3NJ80eyzNdsV7VCKwhFy4uwGm6trx0UH3e/YokQ==
"@salesforce/[email protected].3":
version "2.7.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.7.3.tgz#22e3dfaea006e6c2734e15f7df170df1d02af328"
integrity sha512-eG1YKEk7bl1TvkTcG3yJG+PXAn5pRCnKYc2hcQZP7J9QYj5a/ZPIujFOXtStNEPUtqOy6UfAKif7wBgH1/oMOg==
dependencies:
"@oclif/core" "^4"
"@salesforce/core" "^8.0.1"
Expand Down Expand Up @@ -2455,10 +2455,10 @@
got "^13.0.0"
proxy-agent "^6.3.1"

"@salesforce/[email protected].2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.2.tgz#437a31f426043fa191d098be24cb96d70be84d86"
integrity sha512-5VFMAWI3gcUmp+3/drpa4Z3GcPKeQu32hjH+ieEqwC08ARqsGP4Ps8YodZUgl8FuF664YeP7wYsvNEIFM1XVkw==
"@salesforce/[email protected].3":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.3.tgz#8d0323b52dd4f3ab88816abcd8d468a3c8dd4ff3"
integrity sha512-yBdTi6pw92WGluwy9+g9Lbdw27OTUppmQTVtGHbpjL0hCZ3mXBhQ4cY0hxHiIBRwx+DC/5lpTrHhCh6eecR0Ag==
dependencies:
"@oclif/core" "^4.0.11"
"@salesforce/core" "^8.0.3"
Expand Down

0 comments on commit e831256

Please sign in to comment.