Skip to content

Commit 12e8091

Browse files
committed
chore(release): 2.21.0 [skip ci]
1 parent 3830c7b commit 12e8091

3 files changed

Lines changed: 46 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.21.0](https://github.com/salesforcecli/plugin-packaging/compare/2.20.6...2.21.0) (2025-10-13)
2+
3+
### Features
4+
5+
- add recommended-version-id to package update ([2ef182c](https://github.com/salesforcecli/plugin-packaging/commit/2ef182c03de7f662fdd14fccfe85414b564bfd2e))
6+
- implement additional label feedback ([bb70b3b](https://github.com/salesforcecli/plugin-packaging/commit/bb70b3ba19fd0a486e91db4e0552e5d6856290a3))
7+
- update messages for recommended version flag ([d9290a9](https://github.com/salesforcecli/plugin-packaging/commit/d9290a9aa5f99d64e1adaf84f49ca8d2dd33ae94))
8+
- update README with new package update flag ([320439d](https://github.com/salesforcecli/plugin-packaging/commit/320439db7eb8a3cb302d0ad34311fd4a204345e0))
9+
110
## [2.20.6](https://github.com/salesforcecli/plugin-packaging/compare/2.20.5...2.20.6) (2025-10-10)
211

312
### Bug Fixes

README.md

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ FLAG DESCRIPTIONS
154154
--installation-key-bypass flag is required.
155155
```
156156

157-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/convert.ts)_
157+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/convert.ts)_
158158

159159
## `sf package create`
160160

@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
233233
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
234234
```
235235

236-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/create.ts)_
236+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/create.ts)_
237237

238238
## `sf package delete`
239239

@@ -275,7 +275,7 @@ EXAMPLES
275275
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
276276
```
277277

278-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/delete.ts)_
278+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/delete.ts)_
279279

280280
## `sf package install`
281281

@@ -374,7 +374,7 @@ FLAG DESCRIPTIONS
374374
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
375375
```
376376

377-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/install.ts)_
377+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/install.ts)_
378378

379379
## `sf package install report`
380380

@@ -407,7 +407,7 @@ EXAMPLES
407407
$ sf package install report --request-id 0Hf... --target-org me@example.com
408408
```
409409

410-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/install/report.ts)_
410+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/install/report.ts)_
411411

412412
## `sf package installed list`
413413

@@ -439,7 +439,7 @@ EXAMPLES
439439
$ sf package installed list --target-org me@example.com
440440
```
441441

442-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/installed/list.ts)_
442+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/installed/list.ts)_
443443

444444
## `sf package list`
445445

@@ -477,7 +477,7 @@ EXAMPLES
477477
$ sf package list --target-dev-hub devhub@example.com --verbose
478478
```
479479

480-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/list.ts)_
480+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/list.ts)_
481481

482482
## `sf package push-upgrade abort`
483483

@@ -516,7 +516,7 @@ EXAMPLES
516516
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
517517
```
518518

519-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/push-upgrade/abort.ts)_
519+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/push-upgrade/abort.ts)_
520520

521521
## `sf package push-upgrade list`
522522

@@ -575,7 +575,7 @@ EXAMPLES
575575
$ sf package push-upgrade list --package 033xyz –-status Failed
576576
```
577577

578-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/push-upgrade/list.ts)_
578+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/push-upgrade/list.ts)_
579579

580580
## `sf package push-upgrade report`
581581

@@ -617,7 +617,7 @@ EXAMPLES
617617
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
618618
```
619619

620-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/push-upgrade/report.ts)_
620+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/push-upgrade/report.ts)_
621621

622622
## `sf package push-upgrade schedule`
623623

@@ -704,7 +704,7 @@ FLAG DESCRIPTIONS
704704
Overrides the value of the target-dev-hub configuration variable, if set.
705705
```
706706

707-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/push-upgrade/schedule.ts)_
707+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/push-upgrade/schedule.ts)_
708708

709709
## `sf package uninstall`
710710

@@ -752,7 +752,7 @@ EXAMPLES
752752
$ sf package uninstall --package "Undesirable Package Alias"
753753
```
754754

755-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/uninstall.ts)_
755+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/uninstall.ts)_
756756

757757
## `sf package uninstall report`
758758

@@ -785,7 +785,7 @@ EXAMPLES
785785
$ sf package uninstall report --request-id 06y... --target-org me@example.com
786786
```
787787

788-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/uninstall/report.ts)_
788+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/uninstall/report.ts)_
789789

790790
## `sf package update`
791791

@@ -794,17 +794,17 @@ Update package details.
794794
```
795795
USAGE
796796
$ sf package update -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-n <value>] [-d
797-
<value>] [-o <value>] [-r <value>] [--enable-app-analytics]
797+
<value>] [-o <value>] [--enable-app-analytics] [-r <value>]
798798
799799
FLAGS
800800
-d, --description=<value> New description of the package.
801801
-n, --name=<value> New name of the package.
802802
-o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
803803
errors.
804804
-p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
805+
-r, --recommended-version-id=<value> Package version ID that subscribers are notified to install or upgrade to.
805806
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
806807
`target-dev-hub` configuration variable is already set.
807-
-r, --recommended-version-id Package version ID (starts with 04t) that subscribers are notified to install or upgrade to
808808
--api-version=<value> Override the api version used for api requests made by this command
809809
--[no-]enable-app-analytics Enable AppExchange App Analytics usage data collection on this managed
810810
package and its components.
@@ -839,9 +839,15 @@ FLAG DESCRIPTIONS
839839
840840
Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures
841841
associated with your package.
842+
843+
-r, --recommended-version-id=<value> Package version ID that subscribers are notified to install or upgrade to.
844+
845+
Specify the recommended package version for subscribers to install. Subscribers are notified to install the package
846+
version ID that you specify. If the subscribers have a different version of the same package installed, they're
847+
notified to upgrade to the recommended version.
842848
```
843849

844-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/update.ts)_
850+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/update.ts)_
845851

846852
## `sf package version create`
847853

@@ -1016,7 +1022,7 @@ FLAG DESCRIPTIONS
10161022
periods of no output from commands.
10171023
```
10181024

1019-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/create.ts)_
1025+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/create.ts)_
10201026

10211027
## `sf package version create list`
10221028

@@ -1077,7 +1083,7 @@ EXAMPLES
10771083
$ sf package version create list --created-last-days 0 --status Success
10781084
```
10791085

1080-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/create/list.ts)_
1086+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/create/list.ts)_
10811087

10821088
## `sf package version create report`
10831089

@@ -1120,7 +1126,7 @@ EXAMPLES
11201126
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
11211127
```
11221128

1123-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/create/report.ts)_
1129+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/create/report.ts)_
11241130

11251131
## `sf package version delete`
11261132

@@ -1161,7 +1167,7 @@ EXAMPLES
11611167
$ sf package version delete --package 04t... --target-org devhub@example.com
11621168
```
11631169

1164-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/delete.ts)_
1170+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/delete.ts)_
11651171

11661172
## `sf package version displayancestry`
11671173

@@ -1221,7 +1227,7 @@ FLAG DESCRIPTIONS
12211227
You can use the DOT code output in graph visualization software to create tree visualizations.
12221228
```
12231229

1224-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/displayancestry.ts)_
1230+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/displayancestry.ts)_
12251231

12261232
## `sf package version displaydependencies`
12271233

@@ -1283,7 +1289,7 @@ FLAG DESCRIPTIONS
12831289
package, which must be installed last.
12841290
```
12851291

1286-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/displaydependencies.ts)_
1292+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/displaydependencies.ts)_
12871293

12881294
## `sf package version list`
12891295

@@ -1359,7 +1365,7 @@ EXAMPLES
13591365
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
13601366
```
13611367

1362-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/list.ts)_
1368+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/list.ts)_
13631369

13641370
## `sf package version promote`
13651371

@@ -1403,7 +1409,7 @@ EXAMPLES
14031409
$ sf package version promote --package "Awesome Package Alias"
14041410
```
14051411

1406-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/promote.ts)_
1412+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/promote.ts)_
14071413

14081414
## `sf package version report`
14091415

@@ -1443,7 +1449,7 @@ EXAMPLES
14431449
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
14441450
```
14451451

1446-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/report.ts)_
1452+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/report.ts)_
14471453

14481454
## `sf package version update`
14491455

@@ -1496,7 +1502,7 @@ EXAMPLES
14961502
$ sf package version update --package 04t... --version-description "New Package Version Description"
14971503
```
14981504

1499-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package/version/update.ts)_
1505+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package/version/update.ts)_
15001506

15011507
## `sf package1 version create`
15021508

@@ -1563,7 +1569,7 @@ FLAG DESCRIPTIONS
15631569
subscribers.
15641570
```
15651571

1566-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package1/version/create.ts)_
1572+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package1/version/create.ts)_
15671573

15681574
## `sf package1 version create get`
15691575

@@ -1596,7 +1602,7 @@ EXAMPLES
15961602
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
15971603
```
15981604

1599-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package1/version/create/get.ts)_
1605+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package1/version/create/get.ts)_
16001606

16011607
## `sf package1 version display`
16021608

@@ -1630,7 +1636,7 @@ EXAMPLES
16301636
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
16311637
```
16321638

1633-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package1/version/display.ts)_
1639+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package1/version/display.ts)_
16341640

16351641
## `sf package1 version list`
16361642

@@ -1668,6 +1674,6 @@ FLAG DESCRIPTIONS
16681674
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
16691675
```
16701676

1671-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.20.6/src/commands/package1/version/list.ts)_
1677+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.21.0/src/commands/package1/version/list.ts)_
16721678

16731679
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-packaging",
33
"description": "SF plugin that support Salesforce Packaging Platform",
4-
"version": "2.20.6",
4+
"version": "2.21.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)