@salesforce/plugin-packaging 2.25.3 → 2.25.4
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.
- package/README.md +29 -29
- package/oclif.manifest.json +256 -256
- package/package.json +6 -4
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.
|
|
158
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
237
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
279
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
378
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
411
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
443
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
481
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
520
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
579
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
621
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
708
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
756
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
789
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
857
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1034
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1095
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1138
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1179
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1239
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1301
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1377
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1421
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1461
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1506
|
+
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1559
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1626
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1659
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1693
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/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.
|
|
1731
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.25.4/src/commands/package1/version/list.ts)_
|
|
1732
1732
|
|
|
1733
1733
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -4359,12 +4359,16 @@
|
|
|
4359
4359
|
"list:version:package1"
|
|
4360
4360
|
]
|
|
4361
4361
|
},
|
|
4362
|
-
"package:bundle:
|
|
4362
|
+
"package:bundle:install:list": {
|
|
4363
4363
|
"aliases": [],
|
|
4364
4364
|
"args": {},
|
|
4365
|
-
"description": "
|
|
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.",
|
|
4366
4366
|
"examples": [
|
|
4367
|
-
"
|
|
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"
|
|
4368
4372
|
],
|
|
4369
4373
|
"flags": {
|
|
4370
4374
|
"json": {
|
|
@@ -4392,43 +4396,17 @@
|
|
|
4392
4396
|
"multiple": false,
|
|
4393
4397
|
"type": "option"
|
|
4394
4398
|
},
|
|
4395
|
-
"
|
|
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": {
|
|
4399
|
+
"target-org": {
|
|
4422
4400
|
"aliases": [
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4401
|
+
"targetusername",
|
|
4402
|
+
"u"
|
|
4425
4403
|
],
|
|
4426
|
-
"char": "
|
|
4404
|
+
"char": "o",
|
|
4427
4405
|
"deprecateAliases": true,
|
|
4428
|
-
"name": "target-
|
|
4406
|
+
"name": "target-org",
|
|
4429
4407
|
"noCacheDefault": true,
|
|
4430
4408
|
"required": true,
|
|
4431
|
-
"summary": "Username or alias of the
|
|
4409
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4432
4410
|
"hasDynamicHelp": true,
|
|
4433
4411
|
"multiple": false,
|
|
4434
4412
|
"type": "option"
|
|
@@ -4444,84 +4422,89 @@
|
|
|
4444
4422
|
"multiple": false,
|
|
4445
4423
|
"type": "option"
|
|
4446
4424
|
},
|
|
4447
|
-
"
|
|
4448
|
-
"char": "
|
|
4449
|
-
"name": "
|
|
4450
|
-
"summary": "Number of
|
|
4451
|
-
"
|
|
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.",
|
|
4452
4437
|
"hasDynamicHelp": false,
|
|
4453
4438
|
"multiple": false,
|
|
4439
|
+
"options": [
|
|
4440
|
+
"Queued",
|
|
4441
|
+
"InProgress",
|
|
4442
|
+
"Success",
|
|
4443
|
+
"Error"
|
|
4444
|
+
],
|
|
4454
4445
|
"type": "option"
|
|
4455
4446
|
},
|
|
4456
4447
|
"verbose": {
|
|
4457
4448
|
"name": "verbose",
|
|
4458
|
-
"summary": "
|
|
4449
|
+
"summary": "Display additional information, such as the validation text for each package bundle installation request.",
|
|
4459
4450
|
"allowNo": false,
|
|
4460
4451
|
"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"
|
|
4469
4452
|
}
|
|
4470
4453
|
},
|
|
4471
4454
|
"hasDynamicHelp": true,
|
|
4472
4455
|
"hidden": true,
|
|
4473
4456
|
"hiddenAliases": [],
|
|
4474
|
-
"id": "package:bundle:
|
|
4457
|
+
"id": "package:bundle:install:list",
|
|
4475
4458
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4476
4459
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4477
4460
|
"pluginType": "core",
|
|
4478
4461
|
"state": "beta",
|
|
4479
4462
|
"strict": true,
|
|
4480
|
-
"summary": "
|
|
4463
|
+
"summary": "List package bundle installation requests.",
|
|
4481
4464
|
"enableJsonFlag": true,
|
|
4482
|
-
"requiresProject": true,
|
|
4483
4465
|
"isESM": true,
|
|
4484
4466
|
"relativePath": [
|
|
4485
4467
|
"lib",
|
|
4486
4468
|
"commands",
|
|
4487
4469
|
"package",
|
|
4488
4470
|
"bundle",
|
|
4489
|
-
"
|
|
4490
|
-
"
|
|
4471
|
+
"install",
|
|
4472
|
+
"list.js"
|
|
4491
4473
|
],
|
|
4492
4474
|
"aliasPermutations": [],
|
|
4493
4475
|
"permutations": [
|
|
4494
|
-
"package:bundle:
|
|
4495
|
-
"bundle:package:
|
|
4496
|
-
"bundle:
|
|
4497
|
-
"bundle:
|
|
4498
|
-
"package:
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4501
|
-
"
|
|
4502
|
-
"package:
|
|
4503
|
-
"
|
|
4504
|
-
"
|
|
4505
|
-
"
|
|
4506
|
-
"package:bundle:
|
|
4507
|
-
"bundle:package:
|
|
4508
|
-
"bundle:
|
|
4509
|
-
"bundle:
|
|
4510
|
-
"package:
|
|
4511
|
-
"
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4514
|
-
"package:
|
|
4515
|
-
"
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
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"
|
|
4518
4500
|
]
|
|
4519
4501
|
},
|
|
4520
|
-
"package:bundle:
|
|
4502
|
+
"package:bundle:install:report": {
|
|
4521
4503
|
"aliases": [],
|
|
4522
4504
|
"args": {},
|
|
4505
|
+
"description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
|
|
4523
4506
|
"examples": [
|
|
4524
|
-
"
|
|
4507
|
+
"Report on a package bundle installation request:\n<%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000"
|
|
4525
4508
|
],
|
|
4526
4509
|
"flags": {
|
|
4527
4510
|
"json": {
|
|
@@ -4549,17 +4532,17 @@
|
|
|
4549
4532
|
"multiple": false,
|
|
4550
4533
|
"type": "option"
|
|
4551
4534
|
},
|
|
4552
|
-
"target-
|
|
4535
|
+
"target-org": {
|
|
4553
4536
|
"aliases": [
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4537
|
+
"targetusername",
|
|
4538
|
+
"u"
|
|
4556
4539
|
],
|
|
4557
|
-
"char": "
|
|
4540
|
+
"char": "o",
|
|
4558
4541
|
"deprecateAliases": true,
|
|
4559
|
-
"name": "target-
|
|
4542
|
+
"name": "target-org",
|
|
4560
4543
|
"noCacheDefault": true,
|
|
4561
4544
|
"required": true,
|
|
4562
|
-
"summary": "Username or alias of the
|
|
4545
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4563
4546
|
"hasDynamicHelp": true,
|
|
4564
4547
|
"multiple": false,
|
|
4565
4548
|
"type": "option"
|
|
@@ -4575,9 +4558,19 @@
|
|
|
4575
4558
|
"multiple": false,
|
|
4576
4559
|
"type": "option"
|
|
4577
4560
|
},
|
|
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
|
+
},
|
|
4578
4570
|
"verbose": {
|
|
4579
4571
|
"name": "verbose",
|
|
4580
|
-
"
|
|
4572
|
+
"required": false,
|
|
4573
|
+
"summary": "Show verbose output.",
|
|
4581
4574
|
"allowNo": false,
|
|
4582
4575
|
"type": "boolean"
|
|
4583
4576
|
}
|
|
@@ -4585,13 +4578,13 @@
|
|
|
4585
4578
|
"hasDynamicHelp": true,
|
|
4586
4579
|
"hidden": true,
|
|
4587
4580
|
"hiddenAliases": [],
|
|
4588
|
-
"id": "package:bundle:
|
|
4581
|
+
"id": "package:bundle:install:report",
|
|
4589
4582
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4590
4583
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4591
4584
|
"pluginType": "core",
|
|
4592
4585
|
"state": "beta",
|
|
4593
4586
|
"strict": true,
|
|
4594
|
-
"summary": "
|
|
4587
|
+
"summary": "Report on the status of a package bundle installation request.",
|
|
4595
4588
|
"enableJsonFlag": true,
|
|
4596
4589
|
"isESM": true,
|
|
4597
4590
|
"relativePath": [
|
|
@@ -4599,42 +4592,43 @@
|
|
|
4599
4592
|
"commands",
|
|
4600
4593
|
"package",
|
|
4601
4594
|
"bundle",
|
|
4602
|
-
"
|
|
4603
|
-
"
|
|
4595
|
+
"install",
|
|
4596
|
+
"report.js"
|
|
4604
4597
|
],
|
|
4605
4598
|
"aliasPermutations": [],
|
|
4606
4599
|
"permutations": [
|
|
4607
|
-
"package:bundle:
|
|
4608
|
-
"bundle:package:
|
|
4609
|
-
"bundle:
|
|
4610
|
-
"bundle:
|
|
4611
|
-
"package:
|
|
4612
|
-
"
|
|
4613
|
-
"
|
|
4614
|
-
"
|
|
4615
|
-
"package:
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
"package:bundle:
|
|
4620
|
-
"bundle:package:
|
|
4621
|
-
"bundle:
|
|
4622
|
-
"bundle:
|
|
4623
|
-
"package:
|
|
4624
|
-
"
|
|
4625
|
-
"
|
|
4626
|
-
"
|
|
4627
|
-
"package:
|
|
4628
|
-
"
|
|
4629
|
-
"
|
|
4630
|
-
"
|
|
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"
|
|
4631
4624
|
]
|
|
4632
4625
|
},
|
|
4633
|
-
"package:bundle:version:
|
|
4626
|
+
"package:bundle:version:create": {
|
|
4634
4627
|
"aliases": [],
|
|
4635
4628
|
"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...\".",
|
|
4636
4630
|
"examples": [
|
|
4637
|
-
"
|
|
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"
|
|
4638
4632
|
],
|
|
4639
4633
|
"flags": {
|
|
4640
4634
|
"json": {
|
|
@@ -4662,6 +4656,32 @@
|
|
|
4662
4656
|
"multiple": false,
|
|
4663
4657
|
"type": "option"
|
|
4664
4658
|
},
|
|
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
|
+
},
|
|
4665
4685
|
"target-dev-hub": {
|
|
4666
4686
|
"aliases": [
|
|
4667
4687
|
"targetdevhubusername",
|
|
@@ -4688,33 +4708,42 @@
|
|
|
4688
4708
|
"multiple": false,
|
|
4689
4709
|
"type": "option"
|
|
4690
4710
|
},
|
|
4691
|
-
"
|
|
4692
|
-
"char": "
|
|
4693
|
-
"name": "
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
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,
|
|
4696
4716
|
"hasDynamicHelp": false,
|
|
4697
4717
|
"multiple": false,
|
|
4698
4718
|
"type": "option"
|
|
4699
4719
|
},
|
|
4700
4720
|
"verbose": {
|
|
4701
4721
|
"name": "verbose",
|
|
4702
|
-
"summary": "
|
|
4722
|
+
"summary": "Show verbose output of the command execution.",
|
|
4703
4723
|
"allowNo": false,
|
|
4704
4724
|
"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"
|
|
4705
4733
|
}
|
|
4706
4734
|
},
|
|
4707
4735
|
"hasDynamicHelp": true,
|
|
4708
4736
|
"hidden": true,
|
|
4709
4737
|
"hiddenAliases": [],
|
|
4710
|
-
"id": "package:bundle:version:
|
|
4738
|
+
"id": "package:bundle:version:create",
|
|
4711
4739
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4712
4740
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4713
4741
|
"pluginType": "core",
|
|
4714
4742
|
"state": "beta",
|
|
4715
4743
|
"strict": true,
|
|
4716
|
-
"summary": "
|
|
4744
|
+
"summary": "Create a new package bundle version.",
|
|
4717
4745
|
"enableJsonFlag": true,
|
|
4746
|
+
"requiresProject": true,
|
|
4718
4747
|
"isESM": true,
|
|
4719
4748
|
"relativePath": [
|
|
4720
4749
|
"lib",
|
|
@@ -4722,46 +4751,41 @@
|
|
|
4722
4751
|
"package",
|
|
4723
4752
|
"bundle",
|
|
4724
4753
|
"version",
|
|
4725
|
-
"
|
|
4754
|
+
"create.js"
|
|
4726
4755
|
],
|
|
4727
4756
|
"aliasPermutations": [],
|
|
4728
4757
|
"permutations": [
|
|
4729
|
-
"package:bundle:version:
|
|
4730
|
-
"bundle:package:version:
|
|
4731
|
-
"bundle:version:package:
|
|
4732
|
-
"bundle:version:
|
|
4733
|
-
"package:version:bundle:
|
|
4734
|
-
"version:package:bundle:
|
|
4735
|
-
"version:bundle:package:
|
|
4736
|
-
"version:bundle:
|
|
4737
|
-
"package:version:
|
|
4738
|
-
"version:package:
|
|
4739
|
-
"version:
|
|
4740
|
-
"version:
|
|
4741
|
-
"package:bundle:
|
|
4742
|
-
"bundle:package:
|
|
4743
|
-
"bundle:
|
|
4744
|
-
"bundle:
|
|
4745
|
-
"package:
|
|
4746
|
-
"
|
|
4747
|
-
"
|
|
4748
|
-
"
|
|
4749
|
-
"package:
|
|
4750
|
-
"
|
|
4751
|
-
"
|
|
4752
|
-
"
|
|
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"
|
|
4753
4782
|
]
|
|
4754
4783
|
},
|
|
4755
|
-
"package:bundle:
|
|
4784
|
+
"package:bundle:version:list": {
|
|
4756
4785
|
"aliases": [],
|
|
4757
4786
|
"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.",
|
|
4759
4787
|
"examples": [
|
|
4760
|
-
"List
|
|
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"
|
|
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"
|
|
4765
4789
|
],
|
|
4766
4790
|
"flags": {
|
|
4767
4791
|
"json": {
|
|
@@ -4789,17 +4813,17 @@
|
|
|
4789
4813
|
"multiple": false,
|
|
4790
4814
|
"type": "option"
|
|
4791
4815
|
},
|
|
4792
|
-
"target-
|
|
4816
|
+
"target-dev-hub": {
|
|
4793
4817
|
"aliases": [
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4818
|
+
"targetdevhubusername",
|
|
4819
|
+
"target-hub-org"
|
|
4796
4820
|
],
|
|
4797
|
-
"char": "
|
|
4821
|
+
"char": "v",
|
|
4798
4822
|
"deprecateAliases": true,
|
|
4799
|
-
"name": "target-
|
|
4823
|
+
"name": "target-dev-hub",
|
|
4800
4824
|
"noCacheDefault": true,
|
|
4801
4825
|
"required": true,
|
|
4802
|
-
"summary": "Username or alias of the
|
|
4826
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4803
4827
|
"hasDynamicHelp": true,
|
|
4804
4828
|
"multiple": false,
|
|
4805
4829
|
"type": "option"
|
|
@@ -4815,31 +4839,9 @@
|
|
|
4815
4839
|
"multiple": false,
|
|
4816
4840
|
"type": "option"
|
|
4817
4841
|
},
|
|
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
|
-
},
|
|
4840
4842
|
"verbose": {
|
|
4841
4843
|
"name": "verbose",
|
|
4842
|
-
"summary": "Display
|
|
4844
|
+
"summary": "Display extended details about the package bundle versions.",
|
|
4843
4845
|
"allowNo": false,
|
|
4844
4846
|
"type": "boolean"
|
|
4845
4847
|
}
|
|
@@ -4847,13 +4849,13 @@
|
|
|
4847
4849
|
"hasDynamicHelp": true,
|
|
4848
4850
|
"hidden": true,
|
|
4849
4851
|
"hiddenAliases": [],
|
|
4850
|
-
"id": "package:bundle:
|
|
4852
|
+
"id": "package:bundle:version:list",
|
|
4851
4853
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4852
4854
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4853
4855
|
"pluginType": "core",
|
|
4854
4856
|
"state": "beta",
|
|
4855
4857
|
"strict": true,
|
|
4856
|
-
"summary": "List package bundle
|
|
4858
|
+
"summary": "List all package bundle versions in the Dev Hub org.",
|
|
4857
4859
|
"enableJsonFlag": true,
|
|
4858
4860
|
"isESM": true,
|
|
4859
4861
|
"relativePath": [
|
|
@@ -4861,43 +4863,42 @@
|
|
|
4861
4863
|
"commands",
|
|
4862
4864
|
"package",
|
|
4863
4865
|
"bundle",
|
|
4864
|
-
"
|
|
4866
|
+
"version",
|
|
4865
4867
|
"list.js"
|
|
4866
4868
|
],
|
|
4867
4869
|
"aliasPermutations": [],
|
|
4868
4870
|
"permutations": [
|
|
4869
|
-
"package:bundle:
|
|
4870
|
-
"bundle:package:
|
|
4871
|
-
"bundle:
|
|
4872
|
-
"bundle:
|
|
4873
|
-
"package:
|
|
4874
|
-
"
|
|
4875
|
-
"
|
|
4876
|
-
"
|
|
4877
|
-
"package:
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4880
|
-
"
|
|
4881
|
-
"package:bundle:list:
|
|
4882
|
-
"bundle:package:list:
|
|
4883
|
-
"bundle:list:package:
|
|
4884
|
-
"bundle:list:
|
|
4885
|
-
"package:list:bundle:
|
|
4886
|
-
"list:package:bundle:
|
|
4887
|
-
"list:bundle:package:
|
|
4888
|
-
"list:bundle:
|
|
4889
|
-
"package:list:
|
|
4890
|
-
"list:package:
|
|
4891
|
-
"list:
|
|
4892
|
-
"list:
|
|
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"
|
|
4893
4895
|
]
|
|
4894
4896
|
},
|
|
4895
|
-
"package:bundle:
|
|
4897
|
+
"package:bundle:version:report": {
|
|
4896
4898
|
"aliases": [],
|
|
4897
4899
|
"args": {},
|
|
4898
|
-
"description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
|
|
4899
4900
|
"examples": [
|
|
4900
|
-
"
|
|
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"
|
|
4901
4902
|
],
|
|
4902
4903
|
"flags": {
|
|
4903
4904
|
"json": {
|
|
@@ -4925,17 +4926,17 @@
|
|
|
4925
4926
|
"multiple": false,
|
|
4926
4927
|
"type": "option"
|
|
4927
4928
|
},
|
|
4928
|
-
"target-
|
|
4929
|
+
"target-dev-hub": {
|
|
4929
4930
|
"aliases": [
|
|
4930
|
-
"
|
|
4931
|
-
"
|
|
4931
|
+
"targetdevhubusername",
|
|
4932
|
+
"target-hub-org"
|
|
4932
4933
|
],
|
|
4933
|
-
"char": "
|
|
4934
|
+
"char": "v",
|
|
4934
4935
|
"deprecateAliases": true,
|
|
4935
|
-
"name": "target-
|
|
4936
|
+
"name": "target-dev-hub",
|
|
4936
4937
|
"noCacheDefault": true,
|
|
4937
4938
|
"required": true,
|
|
4938
|
-
"summary": "Username or alias of the
|
|
4939
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4939
4940
|
"hasDynamicHelp": true,
|
|
4940
4941
|
"multiple": false,
|
|
4941
4942
|
"type": "option"
|
|
@@ -4951,19 +4952,18 @@
|
|
|
4951
4952
|
"multiple": false,
|
|
4952
4953
|
"type": "option"
|
|
4953
4954
|
},
|
|
4954
|
-
"
|
|
4955
|
-
"char": "
|
|
4956
|
-
"name": "
|
|
4955
|
+
"bundle-version": {
|
|
4956
|
+
"char": "b",
|
|
4957
|
+
"name": "bundle-version",
|
|
4957
4958
|
"required": true,
|
|
4958
|
-
"summary": "ID of the package bundle
|
|
4959
|
+
"summary": "Name or ID of the package bundle version to retrieve details about.",
|
|
4959
4960
|
"hasDynamicHelp": false,
|
|
4960
4961
|
"multiple": false,
|
|
4961
4962
|
"type": "option"
|
|
4962
4963
|
},
|
|
4963
4964
|
"verbose": {
|
|
4964
4965
|
"name": "verbose",
|
|
4965
|
-
"
|
|
4966
|
-
"summary": "Show verbose output.",
|
|
4966
|
+
"summary": "Display extended details about the package bundle version.",
|
|
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:
|
|
4974
|
+
"id": "package:bundle:version: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": "
|
|
4980
|
+
"summary": "Retrieve details about a specific package bundle version.",
|
|
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
|
-
"
|
|
4988
|
+
"version",
|
|
4989
4989
|
"report.js"
|
|
4990
4990
|
],
|
|
4991
4991
|
"aliasPermutations": [],
|
|
4992
4992
|
"permutations": [
|
|
4993
|
-
"package:bundle:
|
|
4994
|
-
"bundle:package:
|
|
4995
|
-
"bundle:
|
|
4996
|
-
"bundle:
|
|
4997
|
-
"package:
|
|
4998
|
-
"
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
5001
|
-
"package:
|
|
5002
|
-
"
|
|
5003
|
-
"
|
|
5004
|
-
"
|
|
5005
|
-
"package:bundle:report:
|
|
5006
|
-
"bundle:package:report:
|
|
5007
|
-
"bundle:report:package:
|
|
5008
|
-
"bundle:report:
|
|
5009
|
-
"package:report:bundle:
|
|
5010
|
-
"report:package:bundle:
|
|
5011
|
-
"report:bundle:package:
|
|
5012
|
-
"report:bundle:
|
|
5013
|
-
"package:report:
|
|
5014
|
-
"report:package:
|
|
5015
|
-
"report:
|
|
5016
|
-
"report:
|
|
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"
|
|
5017
5017
|
]
|
|
5018
5018
|
},
|
|
5019
5019
|
"package:version:create:list": {
|
|
@@ -6227,5 +6227,5 @@
|
|
|
6227
6227
|
]
|
|
6228
6228
|
}
|
|
6229
6229
|
},
|
|
6230
|
-
"version": "2.25.
|
|
6230
|
+
"version": "2.25.4"
|
|
6231
6231
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.25.
|
|
4
|
+
"version": "2.25.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
|
+
"enableO11y": true,
|
|
8
|
+
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
7
9
|
"dependencies": {
|
|
8
10
|
"@oclif/core": "^4",
|
|
9
11
|
"@salesforce/core": "^8.26.0",
|
|
@@ -19,7 +21,7 @@
|
|
|
19
21
|
"@salesforce/plugin-command-reference": "^3.1.80",
|
|
20
22
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
|
21
23
|
"minimatch": "^10.1.2",
|
|
22
|
-
"oclif": "^4.22.
|
|
24
|
+
"oclif": "^4.22.77",
|
|
23
25
|
"ts-node": "^10.9.2",
|
|
24
26
|
"typescript": "^5.9.3"
|
|
25
27
|
},
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
"exports": "./lib/index.js",
|
|
249
251
|
"type": "module",
|
|
250
252
|
"sfdx": {
|
|
251
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.4.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.25.4.sig"
|
|
253
255
|
}
|
|
254
256
|
}
|