Skip to content

Commit f2b5876

Browse files
authored
Merge pull request #2512 from salesforcecli/release/2.117.5
Release PR for 2.117.5 as nightly
2 parents da2c176 + 6953541 commit f2b5876

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.117.4 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.117.5 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
59985998
--installation-key-bypass flag is required.
59995999
```
60006000

6001-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/convert.ts)_
6001+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/convert.ts)_
60026002

60036003
## `sf package create`
60046004

@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
60776077
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
60786078
```
60796079

6080-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/create.ts)_
6080+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/create.ts)_
60816081

60826082
## `sf package delete`
60836083

@@ -6119,7 +6119,7 @@ EXAMPLES
61196119
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
61206120
```
61216121

6122-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/delete.ts)_
6122+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/delete.ts)_
61236123

61246124
## `sf package install`
61256125

@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
62186218
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
62196219
```
62206220

6221-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/install.ts)_
6221+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install.ts)_
62226222

62236223
## `sf package install report`
62246224

@@ -6251,7 +6251,7 @@ EXAMPLES
62516251
$ sf package install report --request-id 0Hf... --target-org me@example.com
62526252
```
62536253

6254-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/install/report.ts)_
6254+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install/report.ts)_
62556255

62566256
## `sf package installed list`
62576257

@@ -6283,7 +6283,7 @@ EXAMPLES
62836283
$ sf package installed list --target-org me@example.com
62846284
```
62856285

6286-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/installed/list.ts)_
6286+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/installed/list.ts)_
62876287

62886288
## `sf package list`
62896289

@@ -6321,7 +6321,7 @@ EXAMPLES
63216321
$ sf package list --target-dev-hub devhub@example.com --verbose
63226322
```
63236323

6324-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/list.ts)_
6324+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/list.ts)_
63256325

63266326
## `sf package push-upgrade abort`
63276327

@@ -6360,7 +6360,7 @@ EXAMPLES
63606360
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
63616361
```
63626362

6363-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/push-upgrade/abort.ts)_
6363+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/abort.ts)_
63646364

63656365
## `sf package push-upgrade list`
63666366

@@ -6419,7 +6419,7 @@ EXAMPLES
64196419
$ sf package push-upgrade list --package 033xyz –-status Failed
64206420
```
64216421

6422-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/push-upgrade/list.ts)_
6422+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/list.ts)_
64236423

64246424
## `sf package push-upgrade report`
64256425

@@ -6461,7 +6461,7 @@ EXAMPLES
64616461
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
64626462
```
64636463

6464-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/push-upgrade/report.ts)_
6464+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/report.ts)_
64656465

64666466
## `sf package push-upgrade schedule`
64676467

@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
65486548
Overrides the value of the target-dev-hub configuration variable, if set.
65496549
```
65506550

6551-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/push-upgrade/schedule.ts)_
6551+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/schedule.ts)_
65526552

65536553
## `sf package uninstall`
65546554

@@ -6596,7 +6596,7 @@ EXAMPLES
65966596
$ sf package uninstall --package "Undesirable Package Alias"
65976597
```
65986598

6599-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/uninstall.ts)_
6599+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall.ts)_
66006600

66016601
## `sf package uninstall report`
66026602

@@ -6629,7 +6629,7 @@ EXAMPLES
66296629
$ sf package uninstall report --request-id 06y... --target-org me@example.com
66306630
```
66316631

6632-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/uninstall/report.ts)_
6632+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall/report.ts)_
66336633

66346634
## `sf package update`
66356635

@@ -6692,7 +6692,7 @@ FLAG DESCRIPTIONS
66926692
notified to upgrade to the recommended version.
66936693
```
66946694

6695-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/update.ts)_
6695+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/update.ts)_
66966696

66976697
## `sf package version create`
66986698

@@ -6867,7 +6867,7 @@ FLAG DESCRIPTIONS
68676867
periods of no output from commands.
68686868
```
68696869

6870-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/create.ts)_
6870+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create.ts)_
68716871

68726872
## `sf package version create list`
68736873

@@ -6928,7 +6928,7 @@ EXAMPLES
69286928
$ sf package version create list --created-last-days 0 --status Success
69296929
```
69306930

6931-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/create/list.ts)_
6931+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/list.ts)_
69326932

69336933
## `sf package version create report`
69346934

@@ -6971,7 +6971,7 @@ EXAMPLES
69716971
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
69726972
```
69736973

6974-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/create/report.ts)_
6974+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/report.ts)_
69756975

69766976
## `sf package version delete`
69776977

@@ -7012,7 +7012,7 @@ EXAMPLES
70127012
$ sf package version delete --package 04t... --target-org devhub@example.com
70137013
```
70147014

7015-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/delete.ts)_
7015+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/delete.ts)_
70167016

70177017
## `sf package version displayancestry`
70187018

@@ -7072,7 +7072,7 @@ FLAG DESCRIPTIONS
70727072
You can use the DOT code output in graph visualization software to create tree visualizations.
70737073
```
70747074

7075-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/displayancestry.ts)_
7075+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displayancestry.ts)_
70767076

70777077
## `sf package version displaydependencies`
70787078

@@ -7134,7 +7134,7 @@ FLAG DESCRIPTIONS
71347134
package, which must be installed last.
71357135
```
71367136

7137-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/displaydependencies.ts)_
7137+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displaydependencies.ts)_
71387138

71397139
## `sf package version list`
71407140

@@ -7210,7 +7210,7 @@ EXAMPLES
72107210
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
72117211
```
72127212

7213-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/list.ts)_
7213+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/list.ts)_
72147214

72157215
## `sf package version promote`
72167216

@@ -7254,7 +7254,7 @@ EXAMPLES
72547254
$ sf package version promote --package "Awesome Package Alias"
72557255
```
72567256

7257-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/promote.ts)_
7257+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/promote.ts)_
72587258

72597259
## `sf package version report`
72607260

@@ -7294,7 +7294,7 @@ EXAMPLES
72947294
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
72957295
```
72967296

7297-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/report.ts)_
7297+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/report.ts)_
72987298

72997299
## `sf package version retrieve`
73007300

@@ -7339,7 +7339,7 @@ EXAMPLES
73397339
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
73407340
```
73417341

7342-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/retrieve.ts)_
7342+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/retrieve.ts)_
73437343

73447344
## `sf package version update`
73457345

@@ -7392,7 +7392,7 @@ EXAMPLES
73927392
$ sf package version update --package 04t... --version-description "New Package Version Description"
73937393
```
73947394

7395-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package/version/update.ts)_
7395+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/update.ts)_
73967396

73977397
## `sf package1 version create`
73987398

@@ -7459,7 +7459,7 @@ FLAG DESCRIPTIONS
74597459
subscribers.
74607460
```
74617461

7462-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package1/version/create.ts)_
7462+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create.ts)_
74637463

74647464
## `sf package1 version create get`
74657465

@@ -7492,7 +7492,7 @@ EXAMPLES
74927492
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
74937493
```
74947494

7495-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package1/version/create/get.ts)_
7495+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create/get.ts)_
74967496

74977497
## `sf package1 version display`
74987498

@@ -7526,7 +7526,7 @@ EXAMPLES
75267526
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
75277527
```
75287528

7529-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package1/version/display.ts)_
7529+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/display.ts)_
75307530

75317531
## `sf package1 version list`
75327532

@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
75647564
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
75657565
```
75667566

7567-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.1/src/commands/package1/version/list.ts)_
7567+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/list.ts)_
75687568

75697569
## `sf plugins`
75707570

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.117.4",
4+
"version": "2.117.5",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -167,7 +167,7 @@
167167
"@salesforce/plugin-limits": "3.3.74",
168168
"@salesforce/plugin-marketplace": "1.3.8",
169169
"@salesforce/plugin-org": "5.9.53",
170-
"@salesforce/plugin-packaging": "2.24.1",
170+
"@salesforce/plugin-packaging": "2.24.2",
171171
"@salesforce/plugin-schema": "3.3.90",
172172
"@salesforce/plugin-settings": "2.4.54",
173173
"@salesforce/plugin-sobject": "1.4.81",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,10 +2370,10 @@
23702370
open "^10.2.0"
23712371
terminal-link "^3.0.0"
23722372

2373-
"@salesforce/plugin-packaging@2.24.1":
2374-
version "2.24.1"
2375-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.24.1.tgz#ea6f2f422c4807e38757afb6dc5dc2b812db1384"
2376-
integrity sha512-hYRQbzrePXhTLqVgox+Bez3EC6aoZTqDypNkFIl5UeluHacwbbKgUJ6ReNNxy/4o6T9xTU9lrKpE4oCGPMZp6A==
2373+
"@salesforce/plugin-packaging@2.24.2":
2374+
version "2.24.2"
2375+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-packaging/-/plugin-packaging-2.24.2.tgz#7c1b4c2f5d5499e7105b026285d31071ce5bd52a"
2376+
integrity sha512-tbLmyMc5dBHYsqD/yI+mOckf4/4alfbqlqrIpXxM0lJLdsjum/11JMA+nZo8djskpGrcQvLI6tXEL0pZxIBUXQ==
23772377
dependencies:
23782378
"@oclif/core" "^4"
23792379
"@salesforce/core" "^8.24.0"

0 commit comments

Comments
 (0)