@salesforce/plugin-packaging 2.25.2 → 2.25.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +29 -29
  2. package/oclif.manifest.json +256 -256
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -155,7 +155,7 @@ FLAG DESCRIPTIONS
155
155
  --installation-key-bypass flag is required.
156
156
  ```
157
157
 
158
- _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/convert.ts)_
158
+ _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/convert.ts)_
159
159
 
160
160
  ## `sf package create`
161
161
 
@@ -234,7 +234,7 @@ FLAG DESCRIPTIONS
234
234
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
235
235
  ```
236
236
 
237
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/create.ts)_
237
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/create.ts)_
238
238
 
239
239
  ## `sf package delete`
240
240
 
@@ -276,7 +276,7 @@ EXAMPLES
276
276
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
277
277
  ```
278
278
 
279
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/delete.ts)_
279
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/delete.ts)_
280
280
 
281
281
  ## `sf package install`
282
282
 
@@ -375,7 +375,7 @@ FLAG DESCRIPTIONS
375
375
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
376
376
  ```
377
377
 
378
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/install.ts)_
378
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/install.ts)_
379
379
 
380
380
  ## `sf package install report`
381
381
 
@@ -408,7 +408,7 @@ EXAMPLES
408
408
  $ sf package install report --request-id 0Hf... --target-org me@example.com
409
409
  ```
410
410
 
411
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/install/report.ts)_
411
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/install/report.ts)_
412
412
 
413
413
  ## `sf package installed list`
414
414
 
@@ -440,7 +440,7 @@ EXAMPLES
440
440
  $ sf package installed list --target-org me@example.com
441
441
  ```
442
442
 
443
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/installed/list.ts)_
443
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/installed/list.ts)_
444
444
 
445
445
  ## `sf package list`
446
446
 
@@ -478,7 +478,7 @@ EXAMPLES
478
478
  $ sf package list --target-dev-hub devhub@example.com --verbose
479
479
  ```
480
480
 
481
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/list.ts)_
481
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/list.ts)_
482
482
 
483
483
  ## `sf package push-upgrade abort`
484
484
 
@@ -517,7 +517,7 @@ EXAMPLES
517
517
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
518
518
  ```
519
519
 
520
- _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/push-upgrade/abort.ts)_
520
+ _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/abort.ts)_
521
521
 
522
522
  ## `sf package push-upgrade list`
523
523
 
@@ -576,7 +576,7 @@ EXAMPLES
576
576
  $ sf package push-upgrade list --package 033xyz –-status Failed
577
577
  ```
578
578
 
579
- _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/push-upgrade/list.ts)_
579
+ _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/list.ts)_
580
580
 
581
581
  ## `sf package push-upgrade report`
582
582
 
@@ -618,7 +618,7 @@ EXAMPLES
618
618
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
619
619
  ```
620
620
 
621
- _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/push-upgrade/report.ts)_
621
+ _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/report.ts)_
622
622
 
623
623
  ## `sf package push-upgrade schedule`
624
624
 
@@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
705
705
  Overrides the value of the target-dev-hub configuration variable, if set.
706
706
  ```
707
707
 
708
- _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/push-upgrade/schedule.ts)_
708
+ _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/push-upgrade/schedule.ts)_
709
709
 
710
710
  ## `sf package uninstall`
711
711
 
@@ -753,7 +753,7 @@ EXAMPLES
753
753
  $ sf package uninstall --package "Undesirable Package Alias"
754
754
  ```
755
755
 
756
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/uninstall.ts)_
756
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/uninstall.ts)_
757
757
 
758
758
  ## `sf package uninstall report`
759
759
 
@@ -786,7 +786,7 @@ EXAMPLES
786
786
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
787
787
  ```
788
788
 
789
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/uninstall/report.ts)_
789
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/uninstall/report.ts)_
790
790
 
791
791
  ## `sf package update`
792
792
 
@@ -854,7 +854,7 @@ FLAG DESCRIPTIONS
854
854
  the Installed Packages page. Only released package versions can be set as the recommended version.
855
855
  ```
856
856
 
857
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/update.ts)_
857
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/update.ts)_
858
858
 
859
859
  ## `sf package version create`
860
860
 
@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
1031
1031
  periods of no output from commands.
1032
1032
  ```
1033
1033
 
1034
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/create.ts)_
1034
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create.ts)_
1035
1035
 
1036
1036
  ## `sf package version create list`
1037
1037
 
@@ -1092,7 +1092,7 @@ EXAMPLES
1092
1092
  $ sf package version create list --created-last-days 0 --status Success
1093
1093
  ```
1094
1094
 
1095
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/create/list.ts)_
1095
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create/list.ts)_
1096
1096
 
1097
1097
  ## `sf package version create report`
1098
1098
 
@@ -1135,7 +1135,7 @@ EXAMPLES
1135
1135
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
1136
1136
  ```
1137
1137
 
1138
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/create/report.ts)_
1138
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/create/report.ts)_
1139
1139
 
1140
1140
  ## `sf package version delete`
1141
1141
 
@@ -1176,7 +1176,7 @@ EXAMPLES
1176
1176
  $ sf package version delete --package 04t... --target-org devhub@example.com
1177
1177
  ```
1178
1178
 
1179
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/delete.ts)_
1179
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/delete.ts)_
1180
1180
 
1181
1181
  ## `sf package version displayancestry`
1182
1182
 
@@ -1236,7 +1236,7 @@ FLAG DESCRIPTIONS
1236
1236
  You can use the DOT code output in graph visualization software to create tree visualizations.
1237
1237
  ```
1238
1238
 
1239
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/displayancestry.ts)_
1239
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/displayancestry.ts)_
1240
1240
 
1241
1241
  ## `sf package version displaydependencies`
1242
1242
 
@@ -1298,7 +1298,7 @@ FLAG DESCRIPTIONS
1298
1298
  package, which must be installed last.
1299
1299
  ```
1300
1300
 
1301
- _See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/displaydependencies.ts)_
1301
+ _See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/displaydependencies.ts)_
1302
1302
 
1303
1303
  ## `sf package version list`
1304
1304
 
@@ -1374,7 +1374,7 @@ EXAMPLES
1374
1374
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1375
1375
  ```
1376
1376
 
1377
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/list.ts)_
1377
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/list.ts)_
1378
1378
 
1379
1379
  ## `sf package version promote`
1380
1380
 
@@ -1418,7 +1418,7 @@ EXAMPLES
1418
1418
  $ sf package version promote --package "Awesome Package Alias"
1419
1419
  ```
1420
1420
 
1421
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/promote.ts)_
1421
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/promote.ts)_
1422
1422
 
1423
1423
  ## `sf package version report`
1424
1424
 
@@ -1458,7 +1458,7 @@ EXAMPLES
1458
1458
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1459
1459
  ```
1460
1460
 
1461
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/report.ts)_
1461
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/report.ts)_
1462
1462
 
1463
1463
  ## `sf package version retrieve`
1464
1464
 
@@ -1503,7 +1503,7 @@ EXAMPLES
1503
1503
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
1504
1504
  ```
1505
1505
 
1506
- _See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/retrieve.ts)_
1506
+ _See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/retrieve.ts)_
1507
1507
 
1508
1508
  ## `sf package version update`
1509
1509
 
@@ -1556,7 +1556,7 @@ EXAMPLES
1556
1556
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1557
1557
  ```
1558
1558
 
1559
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package/version/update.ts)_
1559
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package/version/update.ts)_
1560
1560
 
1561
1561
  ## `sf package1 version create`
1562
1562
 
@@ -1623,7 +1623,7 @@ FLAG DESCRIPTIONS
1623
1623
  subscribers.
1624
1624
  ```
1625
1625
 
1626
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package1/version/create.ts)_
1626
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/create.ts)_
1627
1627
 
1628
1628
  ## `sf package1 version create get`
1629
1629
 
@@ -1656,7 +1656,7 @@ EXAMPLES
1656
1656
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
1657
1657
  ```
1658
1658
 
1659
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package1/version/create/get.ts)_
1659
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/create/get.ts)_
1660
1660
 
1661
1661
  ## `sf package1 version display`
1662
1662
 
@@ -1690,7 +1690,7 @@ EXAMPLES
1690
1690
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
1691
1691
  ```
1692
1692
 
1693
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package1/version/display.ts)_
1693
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/display.ts)_
1694
1694
 
1695
1695
  ## `sf package1 version list`
1696
1696
 
@@ -1728,6 +1728,6 @@ FLAG DESCRIPTIONS
1728
1728
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
1729
1729
  ```
1730
1730
 
1731
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.2/src/commands/package1/version/list.ts)_
1731
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.3/src/commands/package1/version/list.ts)_
1732
1732
 
1733
1733
  <!-- commandsstop -->
@@ -4359,16 +4359,12 @@
4359
4359
  "list:version:package1"
4360
4360
  ]
4361
4361
  },
4362
- "package:bundle:install:list": {
4362
+ "package:bundle:version:create": {
4363
4363
  "aliases": [],
4364
4364
  "args": {},
4365
- "description": "Shows the details of each request to install a package bundle version in the target org.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nTo get information about a specific request, run \"<%= config.bin %> package bundle install report\" and enter the request ID.",
4365
+ "description": "Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file.\n\nAfter the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions.\n\nTo retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run \"sf package version create report -i 08c...\".",
4366
4366
  "examples": [
4367
- "List all package bundle installation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
4368
- "List package bundle installation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com",
4369
- "List package bundle installation requests with the Error status:\n<%= config.bin %> <%= command.id %> --status Error",
4370
- "List package bundle installation requests with the Queued status:\n<%= config.bin %> <%= command.id %> --status Queued",
4371
- "List package bundle install requests from today with the Success status:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
4367
+ "Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com"
4372
4368
  ],
4373
4369
  "flags": {
4374
4370
  "json": {
@@ -4396,17 +4392,43 @@
4396
4392
  "multiple": false,
4397
4393
  "type": "option"
4398
4394
  },
4399
- "target-org": {
4395
+ "bundle": {
4396
+ "char": "b",
4397
+ "name": "bundle",
4398
+ "required": true,
4399
+ "summary": "Name or ID of the package bundle to create a version for.",
4400
+ "hasDynamicHelp": false,
4401
+ "multiple": false,
4402
+ "type": "option"
4403
+ },
4404
+ "description": {
4405
+ "char": "d",
4406
+ "name": "description",
4407
+ "summary": "Description of the package bundle version.",
4408
+ "hasDynamicHelp": false,
4409
+ "multiple": false,
4410
+ "type": "option"
4411
+ },
4412
+ "definition-file": {
4413
+ "char": "p",
4414
+ "name": "definition-file",
4415
+ "required": true,
4416
+ "summary": "Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle.",
4417
+ "hasDynamicHelp": false,
4418
+ "multiple": false,
4419
+ "type": "option"
4420
+ },
4421
+ "target-dev-hub": {
4400
4422
  "aliases": [
4401
- "targetusername",
4402
- "u"
4423
+ "targetdevhubusername",
4424
+ "target-hub-org"
4403
4425
  ],
4404
- "char": "o",
4426
+ "char": "v",
4405
4427
  "deprecateAliases": true,
4406
- "name": "target-org",
4428
+ "name": "target-dev-hub",
4407
4429
  "noCacheDefault": true,
4408
4430
  "required": true,
4409
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4431
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4410
4432
  "hasDynamicHelp": true,
4411
4433
  "multiple": false,
4412
4434
  "type": "option"
@@ -4422,89 +4444,84 @@
4422
4444
  "multiple": false,
4423
4445
  "type": "option"
4424
4446
  },
4425
- "created-last-days": {
4426
- "char": "c",
4427
- "name": "created-last-days",
4428
- "summary": "Number of days since the request was created, starting at 0. Use 0 for today.",
4429
- "hasDynamicHelp": false,
4430
- "multiple": false,
4431
- "type": "option"
4432
- },
4433
- "status": {
4434
- "char": "s",
4435
- "name": "status",
4436
- "summary": "Status of the installation request, used to filter the list.",
4447
+ "wait": {
4448
+ "char": "w",
4449
+ "name": "wait",
4450
+ "summary": "Number of minutes to wait for the package bundle version to be created.",
4451
+ "default": 0,
4437
4452
  "hasDynamicHelp": false,
4438
4453
  "multiple": false,
4439
- "options": [
4440
- "Queued",
4441
- "InProgress",
4442
- "Success",
4443
- "Error"
4444
- ],
4445
4454
  "type": "option"
4446
4455
  },
4447
4456
  "verbose": {
4448
4457
  "name": "verbose",
4449
- "summary": "Display additional information, such as the validation text for each package bundle installation request.",
4458
+ "summary": "Show verbose output of the command execution.",
4450
4459
  "allowNo": false,
4451
4460
  "type": "boolean"
4461
+ },
4462
+ "version-number": {
4463
+ "char": "n",
4464
+ "name": "version-number",
4465
+ "summary": "Version number of the package bundle version to be created; overrides the sfdx-project.json value.",
4466
+ "hasDynamicHelp": false,
4467
+ "multiple": false,
4468
+ "type": "option"
4452
4469
  }
4453
4470
  },
4454
4471
  "hasDynamicHelp": true,
4455
4472
  "hidden": true,
4456
4473
  "hiddenAliases": [],
4457
- "id": "package:bundle:install:list",
4474
+ "id": "package:bundle:version:create",
4458
4475
  "pluginAlias": "@salesforce/plugin-packaging",
4459
4476
  "pluginName": "@salesforce/plugin-packaging",
4460
4477
  "pluginType": "core",
4461
4478
  "state": "beta",
4462
4479
  "strict": true,
4463
- "summary": "List package bundle installation requests.",
4480
+ "summary": "Create a new package bundle version.",
4464
4481
  "enableJsonFlag": true,
4482
+ "requiresProject": true,
4465
4483
  "isESM": true,
4466
4484
  "relativePath": [
4467
4485
  "lib",
4468
4486
  "commands",
4469
4487
  "package",
4470
4488
  "bundle",
4471
- "install",
4472
- "list.js"
4489
+ "version",
4490
+ "create.js"
4473
4491
  ],
4474
4492
  "aliasPermutations": [],
4475
4493
  "permutations": [
4476
- "package:bundle:install:list",
4477
- "bundle:package:install:list",
4478
- "bundle:install:package:list",
4479
- "bundle:install:list:package",
4480
- "package:install:bundle:list",
4481
- "install:package:bundle:list",
4482
- "install:bundle:package:list",
4483
- "install:bundle:list:package",
4484
- "package:install:list:bundle",
4485
- "install:package:list:bundle",
4486
- "install:list:package:bundle",
4487
- "install:list:bundle:package",
4488
- "package:bundle:list:install",
4489
- "bundle:package:list:install",
4490
- "bundle:list:package:install",
4491
- "bundle:list:install:package",
4492
- "package:list:bundle:install",
4493
- "list:package:bundle:install",
4494
- "list:bundle:package:install",
4495
- "list:bundle:install:package",
4496
- "package:list:install:bundle",
4497
- "list:package:install:bundle",
4498
- "list:install:package:bundle",
4499
- "list:install:bundle:package"
4494
+ "package:bundle:version:create",
4495
+ "bundle:package:version:create",
4496
+ "bundle:version:package:create",
4497
+ "bundle:version:create:package",
4498
+ "package:version:bundle:create",
4499
+ "version:package:bundle:create",
4500
+ "version:bundle:package:create",
4501
+ "version:bundle:create:package",
4502
+ "package:version:create:bundle",
4503
+ "version:package:create:bundle",
4504
+ "version:create:package:bundle",
4505
+ "version:create:bundle:package",
4506
+ "package:bundle:create:version",
4507
+ "bundle:package:create:version",
4508
+ "bundle:create:package:version",
4509
+ "bundle:create:version:package",
4510
+ "package:create:bundle:version",
4511
+ "create:package:bundle:version",
4512
+ "create:bundle:package:version",
4513
+ "create:bundle:version:package",
4514
+ "package:create:version:bundle",
4515
+ "create:package:version:bundle",
4516
+ "create:version:package:bundle",
4517
+ "create:version:bundle:package"
4500
4518
  ]
4501
4519
  },
4502
- "package:bundle:install:report": {
4520
+ "package:bundle:version:list": {
4503
4521
  "aliases": [],
4504
4522
  "args": {},
4505
- "description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
4506
4523
  "examples": [
4507
- "Report on a package bundle installation request:\n<%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000"
4524
+ "List package bundle versions in the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com"
4508
4525
  ],
4509
4526
  "flags": {
4510
4527
  "json": {
@@ -4532,17 +4549,17 @@
4532
4549
  "multiple": false,
4533
4550
  "type": "option"
4534
4551
  },
4535
- "target-org": {
4552
+ "target-dev-hub": {
4536
4553
  "aliases": [
4537
- "targetusername",
4538
- "u"
4554
+ "targetdevhubusername",
4555
+ "target-hub-org"
4539
4556
  ],
4540
- "char": "o",
4557
+ "char": "v",
4541
4558
  "deprecateAliases": true,
4542
- "name": "target-org",
4559
+ "name": "target-dev-hub",
4543
4560
  "noCacheDefault": true,
4544
4561
  "required": true,
4545
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4562
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4546
4563
  "hasDynamicHelp": true,
4547
4564
  "multiple": false,
4548
4565
  "type": "option"
@@ -4558,19 +4575,9 @@
4558
4575
  "multiple": false,
4559
4576
  "type": "option"
4560
4577
  },
4561
- "package-install-request-id": {
4562
- "char": "i",
4563
- "name": "package-install-request-id",
4564
- "required": true,
4565
- "summary": "ID of the package bundle installation request to report on.",
4566
- "hasDynamicHelp": false,
4567
- "multiple": false,
4568
- "type": "option"
4569
- },
4570
4578
  "verbose": {
4571
4579
  "name": "verbose",
4572
- "required": false,
4573
- "summary": "Show verbose output.",
4580
+ "summary": "Display extended details about the package bundle versions.",
4574
4581
  "allowNo": false,
4575
4582
  "type": "boolean"
4576
4583
  }
@@ -4578,13 +4585,13 @@
4578
4585
  "hasDynamicHelp": true,
4579
4586
  "hidden": true,
4580
4587
  "hiddenAliases": [],
4581
- "id": "package:bundle:install:report",
4588
+ "id": "package:bundle:version:list",
4582
4589
  "pluginAlias": "@salesforce/plugin-packaging",
4583
4590
  "pluginName": "@salesforce/plugin-packaging",
4584
4591
  "pluginType": "core",
4585
4592
  "state": "beta",
4586
4593
  "strict": true,
4587
- "summary": "Report on the status of a package bundle installation request.",
4594
+ "summary": "List all package bundle versions in the Dev Hub org.",
4588
4595
  "enableJsonFlag": true,
4589
4596
  "isESM": true,
4590
4597
  "relativePath": [
@@ -4592,43 +4599,42 @@
4592
4599
  "commands",
4593
4600
  "package",
4594
4601
  "bundle",
4595
- "install",
4596
- "report.js"
4602
+ "version",
4603
+ "list.js"
4597
4604
  ],
4598
4605
  "aliasPermutations": [],
4599
4606
  "permutations": [
4600
- "package:bundle:install:report",
4601
- "bundle:package:install:report",
4602
- "bundle:install:package:report",
4603
- "bundle:install:report:package",
4604
- "package:install:bundle:report",
4605
- "install:package:bundle:report",
4606
- "install:bundle:package:report",
4607
- "install:bundle:report:package",
4608
- "package:install:report:bundle",
4609
- "install:package:report:bundle",
4610
- "install:report:package:bundle",
4611
- "install:report:bundle:package",
4612
- "package:bundle:report:install",
4613
- "bundle:package:report:install",
4614
- "bundle:report:package:install",
4615
- "bundle:report:install:package",
4616
- "package:report:bundle:install",
4617
- "report:package:bundle:install",
4618
- "report:bundle:package:install",
4619
- "report:bundle:install:package",
4620
- "package:report:install:bundle",
4621
- "report:package:install:bundle",
4622
- "report:install:package:bundle",
4623
- "report:install:bundle:package"
4607
+ "package:bundle:version:list",
4608
+ "bundle:package:version:list",
4609
+ "bundle:version:package:list",
4610
+ "bundle:version:list:package",
4611
+ "package:version:bundle:list",
4612
+ "version:package:bundle:list",
4613
+ "version:bundle:package:list",
4614
+ "version:bundle:list:package",
4615
+ "package:version:list:bundle",
4616
+ "version:package:list:bundle",
4617
+ "version:list:package:bundle",
4618
+ "version:list:bundle:package",
4619
+ "package:bundle:list:version",
4620
+ "bundle:package:list:version",
4621
+ "bundle:list:package:version",
4622
+ "bundle:list:version:package",
4623
+ "package:list:bundle:version",
4624
+ "list:package:bundle:version",
4625
+ "list:bundle:package:version",
4626
+ "list:bundle:version:package",
4627
+ "package:list:version:bundle",
4628
+ "list:package:version:bundle",
4629
+ "list:version:package:bundle",
4630
+ "list:version:bundle:package"
4624
4631
  ]
4625
4632
  },
4626
- "package:bundle:version:create": {
4633
+ "package:bundle:version:report": {
4627
4634
  "aliases": [],
4628
4635
  "args": {},
4629
- "description": "Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file.\n\nAfter the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions.\n\nTo retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run \"sf package version create report -i 08c...\".",
4630
4636
  "examples": [
4631
- "Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --bundle Your bundle name --definition-file resources/definition.json --target-dev-hub devhub@example.com"
4637
+ "Retrieve details about the package bundle version; uses the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --bundle-version \"Your bundle version name or ID\" --target-dev-hub devhub@example.com"
4632
4638
  ],
4633
4639
  "flags": {
4634
4640
  "json": {
@@ -4656,32 +4662,6 @@
4656
4662
  "multiple": false,
4657
4663
  "type": "option"
4658
4664
  },
4659
- "bundle": {
4660
- "char": "b",
4661
- "name": "bundle",
4662
- "required": true,
4663
- "summary": "Name or ID of the package bundle to create a version for.",
4664
- "hasDynamicHelp": false,
4665
- "multiple": false,
4666
- "type": "option"
4667
- },
4668
- "description": {
4669
- "char": "d",
4670
- "name": "description",
4671
- "summary": "Description of the package bundle version.",
4672
- "hasDynamicHelp": false,
4673
- "multiple": false,
4674
- "type": "option"
4675
- },
4676
- "definition-file": {
4677
- "char": "p",
4678
- "name": "definition-file",
4679
- "required": true,
4680
- "summary": "Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle.",
4681
- "hasDynamicHelp": false,
4682
- "multiple": false,
4683
- "type": "option"
4684
- },
4685
4665
  "target-dev-hub": {
4686
4666
  "aliases": [
4687
4667
  "targetdevhubusername",
@@ -4708,42 +4688,33 @@
4708
4688
  "multiple": false,
4709
4689
  "type": "option"
4710
4690
  },
4711
- "wait": {
4712
- "char": "w",
4713
- "name": "wait",
4714
- "summary": "Number of minutes to wait for the package bundle version to be created.",
4715
- "default": 0,
4691
+ "bundle-version": {
4692
+ "char": "b",
4693
+ "name": "bundle-version",
4694
+ "required": true,
4695
+ "summary": "Name or ID of the package bundle version to retrieve details about.",
4716
4696
  "hasDynamicHelp": false,
4717
4697
  "multiple": false,
4718
4698
  "type": "option"
4719
4699
  },
4720
4700
  "verbose": {
4721
4701
  "name": "verbose",
4722
- "summary": "Show verbose output of the command execution.",
4702
+ "summary": "Display extended details about the package bundle version.",
4723
4703
  "allowNo": false,
4724
4704
  "type": "boolean"
4725
- },
4726
- "version-number": {
4727
- "char": "n",
4728
- "name": "version-number",
4729
- "summary": "Version number of the package bundle version to be created; overrides the sfdx-project.json value.",
4730
- "hasDynamicHelp": false,
4731
- "multiple": false,
4732
- "type": "option"
4733
4705
  }
4734
4706
  },
4735
4707
  "hasDynamicHelp": true,
4736
4708
  "hidden": true,
4737
4709
  "hiddenAliases": [],
4738
- "id": "package:bundle:version:create",
4710
+ "id": "package:bundle:version:report",
4739
4711
  "pluginAlias": "@salesforce/plugin-packaging",
4740
4712
  "pluginName": "@salesforce/plugin-packaging",
4741
4713
  "pluginType": "core",
4742
4714
  "state": "beta",
4743
4715
  "strict": true,
4744
- "summary": "Create a new package bundle version.",
4716
+ "summary": "Retrieve details about a specific package bundle version.",
4745
4717
  "enableJsonFlag": true,
4746
- "requiresProject": true,
4747
4718
  "isESM": true,
4748
4719
  "relativePath": [
4749
4720
  "lib",
@@ -4751,41 +4722,46 @@
4751
4722
  "package",
4752
4723
  "bundle",
4753
4724
  "version",
4754
- "create.js"
4725
+ "report.js"
4755
4726
  ],
4756
4727
  "aliasPermutations": [],
4757
4728
  "permutations": [
4758
- "package:bundle:version:create",
4759
- "bundle:package:version:create",
4760
- "bundle:version:package:create",
4761
- "bundle:version:create:package",
4762
- "package:version:bundle:create",
4763
- "version:package:bundle:create",
4764
- "version:bundle:package:create",
4765
- "version:bundle:create:package",
4766
- "package:version:create:bundle",
4767
- "version:package:create:bundle",
4768
- "version:create:package:bundle",
4769
- "version:create:bundle:package",
4770
- "package:bundle:create:version",
4771
- "bundle:package:create:version",
4772
- "bundle:create:package:version",
4773
- "bundle:create:version:package",
4774
- "package:create:bundle:version",
4775
- "create:package:bundle:version",
4776
- "create:bundle:package:version",
4777
- "create:bundle:version:package",
4778
- "package:create:version:bundle",
4779
- "create:package:version:bundle",
4780
- "create:version:package:bundle",
4781
- "create:version:bundle:package"
4729
+ "package:bundle:version:report",
4730
+ "bundle:package:version:report",
4731
+ "bundle:version:package:report",
4732
+ "bundle:version:report:package",
4733
+ "package:version:bundle:report",
4734
+ "version:package:bundle:report",
4735
+ "version:bundle:package:report",
4736
+ "version:bundle:report:package",
4737
+ "package:version:report:bundle",
4738
+ "version:package:report:bundle",
4739
+ "version:report:package:bundle",
4740
+ "version:report:bundle:package",
4741
+ "package:bundle:report:version",
4742
+ "bundle:package:report:version",
4743
+ "bundle:report:package:version",
4744
+ "bundle:report:version:package",
4745
+ "package:report:bundle:version",
4746
+ "report:package:bundle:version",
4747
+ "report:bundle:package:version",
4748
+ "report:bundle:version:package",
4749
+ "package:report:version:bundle",
4750
+ "report:package:version:bundle",
4751
+ "report:version:package:bundle",
4752
+ "report:version:bundle:package"
4782
4753
  ]
4783
4754
  },
4784
- "package:bundle:version:list": {
4755
+ "package:bundle:install:list": {
4785
4756
  "aliases": [],
4786
4757
  "args": {},
4758
+ "description": "Shows the details of each request to install a package bundle version in the target org.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nTo get information about a specific request, run \"<%= config.bin %> package bundle install report\" and enter the request ID.",
4787
4759
  "examples": [
4788
- "List package bundle versions in the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com"
4760
+ "List all package bundle installation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
4761
+ "List package bundle installation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub devhub@example.com",
4762
+ "List package bundle installation requests with the Error status:\n<%= config.bin %> <%= command.id %> --status Error",
4763
+ "List package bundle installation requests with the Queued status:\n<%= config.bin %> <%= command.id %> --status Queued",
4764
+ "List package bundle install requests from today with the Success status:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
4789
4765
  ],
4790
4766
  "flags": {
4791
4767
  "json": {
@@ -4813,17 +4789,17 @@
4813
4789
  "multiple": false,
4814
4790
  "type": "option"
4815
4791
  },
4816
- "target-dev-hub": {
4792
+ "target-org": {
4817
4793
  "aliases": [
4818
- "targetdevhubusername",
4819
- "target-hub-org"
4794
+ "targetusername",
4795
+ "u"
4820
4796
  ],
4821
- "char": "v",
4797
+ "char": "o",
4822
4798
  "deprecateAliases": true,
4823
- "name": "target-dev-hub",
4799
+ "name": "target-org",
4824
4800
  "noCacheDefault": true,
4825
4801
  "required": true,
4826
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4802
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4827
4803
  "hasDynamicHelp": true,
4828
4804
  "multiple": false,
4829
4805
  "type": "option"
@@ -4839,9 +4815,31 @@
4839
4815
  "multiple": false,
4840
4816
  "type": "option"
4841
4817
  },
4818
+ "created-last-days": {
4819
+ "char": "c",
4820
+ "name": "created-last-days",
4821
+ "summary": "Number of days since the request was created, starting at 0. Use 0 for today.",
4822
+ "hasDynamicHelp": false,
4823
+ "multiple": false,
4824
+ "type": "option"
4825
+ },
4826
+ "status": {
4827
+ "char": "s",
4828
+ "name": "status",
4829
+ "summary": "Status of the installation request, used to filter the list.",
4830
+ "hasDynamicHelp": false,
4831
+ "multiple": false,
4832
+ "options": [
4833
+ "Queued",
4834
+ "InProgress",
4835
+ "Success",
4836
+ "Error"
4837
+ ],
4838
+ "type": "option"
4839
+ },
4842
4840
  "verbose": {
4843
4841
  "name": "verbose",
4844
- "summary": "Display extended details about the package bundle versions.",
4842
+ "summary": "Display additional information, such as the validation text for each package bundle installation request.",
4845
4843
  "allowNo": false,
4846
4844
  "type": "boolean"
4847
4845
  }
@@ -4849,13 +4847,13 @@
4849
4847
  "hasDynamicHelp": true,
4850
4848
  "hidden": true,
4851
4849
  "hiddenAliases": [],
4852
- "id": "package:bundle:version:list",
4850
+ "id": "package:bundle:install:list",
4853
4851
  "pluginAlias": "@salesforce/plugin-packaging",
4854
4852
  "pluginName": "@salesforce/plugin-packaging",
4855
4853
  "pluginType": "core",
4856
4854
  "state": "beta",
4857
4855
  "strict": true,
4858
- "summary": "List all package bundle versions in the Dev Hub org.",
4856
+ "summary": "List package bundle installation requests.",
4859
4857
  "enableJsonFlag": true,
4860
4858
  "isESM": true,
4861
4859
  "relativePath": [
@@ -4863,42 +4861,43 @@
4863
4861
  "commands",
4864
4862
  "package",
4865
4863
  "bundle",
4866
- "version",
4864
+ "install",
4867
4865
  "list.js"
4868
4866
  ],
4869
4867
  "aliasPermutations": [],
4870
4868
  "permutations": [
4871
- "package:bundle:version:list",
4872
- "bundle:package:version:list",
4873
- "bundle:version:package:list",
4874
- "bundle:version:list:package",
4875
- "package:version:bundle:list",
4876
- "version:package:bundle:list",
4877
- "version:bundle:package:list",
4878
- "version:bundle:list:package",
4879
- "package:version:list:bundle",
4880
- "version:package:list:bundle",
4881
- "version:list:package:bundle",
4882
- "version:list:bundle:package",
4883
- "package:bundle:list:version",
4884
- "bundle:package:list:version",
4885
- "bundle:list:package:version",
4886
- "bundle:list:version:package",
4887
- "package:list:bundle:version",
4888
- "list:package:bundle:version",
4889
- "list:bundle:package:version",
4890
- "list:bundle:version:package",
4891
- "package:list:version:bundle",
4892
- "list:package:version:bundle",
4893
- "list:version:package:bundle",
4894
- "list:version:bundle:package"
4869
+ "package:bundle:install:list",
4870
+ "bundle:package:install:list",
4871
+ "bundle:install:package:list",
4872
+ "bundle:install:list:package",
4873
+ "package:install:bundle:list",
4874
+ "install:package:bundle:list",
4875
+ "install:bundle:package:list",
4876
+ "install:bundle:list:package",
4877
+ "package:install:list:bundle",
4878
+ "install:package:list:bundle",
4879
+ "install:list:package:bundle",
4880
+ "install:list:bundle:package",
4881
+ "package:bundle:list:install",
4882
+ "bundle:package:list:install",
4883
+ "bundle:list:package:install",
4884
+ "bundle:list:install:package",
4885
+ "package:list:bundle:install",
4886
+ "list:package:bundle:install",
4887
+ "list:bundle:package:install",
4888
+ "list:bundle:install:package",
4889
+ "package:list:install:bundle",
4890
+ "list:package:install:bundle",
4891
+ "list:install:package:bundle",
4892
+ "list:install:bundle:package"
4895
4893
  ]
4896
4894
  },
4897
- "package:bundle:version:report": {
4895
+ "package:bundle:install:report": {
4898
4896
  "aliases": [],
4899
4897
  "args": {},
4898
+ "description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
4900
4899
  "examples": [
4901
- "Retrieve details about the package bundle version; uses the Dev Hub org with the username devhub@example.com:\n<%= config.bin %> <%= command.id %> --bundle-version \"Your bundle version name or ID\" --target-dev-hub devhub@example.com"
4900
+ "Report on a package bundle installation request:\n<%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000"
4902
4901
  ],
4903
4902
  "flags": {
4904
4903
  "json": {
@@ -4926,17 +4925,17 @@
4926
4925
  "multiple": false,
4927
4926
  "type": "option"
4928
4927
  },
4929
- "target-dev-hub": {
4928
+ "target-org": {
4930
4929
  "aliases": [
4931
- "targetdevhubusername",
4932
- "target-hub-org"
4930
+ "targetusername",
4931
+ "u"
4933
4932
  ],
4934
- "char": "v",
4933
+ "char": "o",
4935
4934
  "deprecateAliases": true,
4936
- "name": "target-dev-hub",
4935
+ "name": "target-org",
4937
4936
  "noCacheDefault": true,
4938
4937
  "required": true,
4939
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4938
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
4940
4939
  "hasDynamicHelp": true,
4941
4940
  "multiple": false,
4942
4941
  "type": "option"
@@ -4952,18 +4951,19 @@
4952
4951
  "multiple": false,
4953
4952
  "type": "option"
4954
4953
  },
4955
- "bundle-version": {
4956
- "char": "b",
4957
- "name": "bundle-version",
4954
+ "package-install-request-id": {
4955
+ "char": "i",
4956
+ "name": "package-install-request-id",
4958
4957
  "required": true,
4959
- "summary": "Name or ID of the package bundle version to retrieve details about.",
4958
+ "summary": "ID of the package bundle installation request to report on.",
4960
4959
  "hasDynamicHelp": false,
4961
4960
  "multiple": false,
4962
4961
  "type": "option"
4963
4962
  },
4964
4963
  "verbose": {
4965
4964
  "name": "verbose",
4966
- "summary": "Display extended details about the package bundle version.",
4965
+ "required": false,
4966
+ "summary": "Show verbose output.",
4967
4967
  "allowNo": false,
4968
4968
  "type": "boolean"
4969
4969
  }
@@ -4971,13 +4971,13 @@
4971
4971
  "hasDynamicHelp": true,
4972
4972
  "hidden": true,
4973
4973
  "hiddenAliases": [],
4974
- "id": "package:bundle:version:report",
4974
+ "id": "package:bundle:install:report",
4975
4975
  "pluginAlias": "@salesforce/plugin-packaging",
4976
4976
  "pluginName": "@salesforce/plugin-packaging",
4977
4977
  "pluginType": "core",
4978
4978
  "state": "beta",
4979
4979
  "strict": true,
4980
- "summary": "Retrieve details about a specific package bundle version.",
4980
+ "summary": "Report on the status of a package bundle installation request.",
4981
4981
  "enableJsonFlag": true,
4982
4982
  "isESM": true,
4983
4983
  "relativePath": [
@@ -4985,35 +4985,35 @@
4985
4985
  "commands",
4986
4986
  "package",
4987
4987
  "bundle",
4988
- "version",
4988
+ "install",
4989
4989
  "report.js"
4990
4990
  ],
4991
4991
  "aliasPermutations": [],
4992
4992
  "permutations": [
4993
- "package:bundle:version:report",
4994
- "bundle:package:version:report",
4995
- "bundle:version:package:report",
4996
- "bundle:version:report:package",
4997
- "package:version:bundle:report",
4998
- "version:package:bundle:report",
4999
- "version:bundle:package:report",
5000
- "version:bundle:report:package",
5001
- "package:version:report:bundle",
5002
- "version:package:report:bundle",
5003
- "version:report:package:bundle",
5004
- "version:report:bundle:package",
5005
- "package:bundle:report:version",
5006
- "bundle:package:report:version",
5007
- "bundle:report:package:version",
5008
- "bundle:report:version:package",
5009
- "package:report:bundle:version",
5010
- "report:package:bundle:version",
5011
- "report:bundle:package:version",
5012
- "report:bundle:version:package",
5013
- "package:report:version:bundle",
5014
- "report:package:version:bundle",
5015
- "report:version:package:bundle",
5016
- "report:version:bundle:package"
4993
+ "package:bundle:install:report",
4994
+ "bundle:package:install:report",
4995
+ "bundle:install:package:report",
4996
+ "bundle:install:report:package",
4997
+ "package:install:bundle:report",
4998
+ "install:package:bundle:report",
4999
+ "install:bundle:package:report",
5000
+ "install:bundle:report:package",
5001
+ "package:install:report:bundle",
5002
+ "install:package:report:bundle",
5003
+ "install:report:package:bundle",
5004
+ "install:report:bundle:package",
5005
+ "package:bundle:report:install",
5006
+ "bundle:package:report:install",
5007
+ "bundle:report:package:install",
5008
+ "bundle:report:install:package",
5009
+ "package:report:bundle:install",
5010
+ "report:package:bundle:install",
5011
+ "report:bundle:package:install",
5012
+ "report:bundle:install:package",
5013
+ "package:report:install:bundle",
5014
+ "report:package:install:bundle",
5015
+ "report:install:package:bundle",
5016
+ "report:install:bundle:package"
5017
5017
  ]
5018
5018
  },
5019
5019
  "package:version:create:list": {
@@ -6227,5 +6227,5 @@
6227
6227
  ]
6228
6228
  }
6229
6229
  },
6230
- "version": "2.25.2"
6230
+ "version": "2.25.3"
6231
6231
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.25.2",
4
+ "version": "2.25.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.25.1",
9
+ "@salesforce/core": "^8.26.0",
10
10
  "@salesforce/kit": "^3.2.4",
11
11
  "@salesforce/packaging": "^4.20.3",
12
12
  "@salesforce/sf-plugins-core": "^12.2.6",
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-command-snapshot": "^5.3.9",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
18
18
  "@salesforce/dev-scripts": "^11.0.4",
19
- "@salesforce/plugin-command-reference": "^3.1.79",
19
+ "@salesforce/plugin-command-reference": "^3.1.80",
20
20
  "eslint-plugin-sf-plugin": "^1.20.32",
21
21
  "minimatch": "^10.1.2",
22
22
  "oclif": "^4.22.73",
@@ -248,7 +248,7 @@
248
248
  "exports": "./lib/index.js",
249
249
  "type": "module",
250
250
  "sfdx": {
251
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.2.crt",
252
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.2.sig"
251
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.3.crt",
252
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.3.sig"
253
253
  }
254
254
  }