@salesforce/plugin-packaging 2.24.6 → 2.24.8
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 +382 -382
- 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.24.
|
|
158
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
237
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
279
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
378
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
411
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
443
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
481
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
520
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
579
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
621
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
708
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
756
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
789
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/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.24.
|
|
857
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/update.ts)_
|
|
858
858
|
|
|
859
859
|
## `sf package version create`
|
|
860
860
|
|
|
@@ -1029,7 +1029,7 @@ FLAG DESCRIPTIONS
|
|
|
1029
1029
|
periods of no output from commands.
|
|
1030
1030
|
```
|
|
1031
1031
|
|
|
1032
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1032
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/create.ts)_
|
|
1033
1033
|
|
|
1034
1034
|
## `sf package version create list`
|
|
1035
1035
|
|
|
@@ -1090,7 +1090,7 @@ EXAMPLES
|
|
|
1090
1090
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1091
1091
|
```
|
|
1092
1092
|
|
|
1093
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1093
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/create/list.ts)_
|
|
1094
1094
|
|
|
1095
1095
|
## `sf package version create report`
|
|
1096
1096
|
|
|
@@ -1133,7 +1133,7 @@ EXAMPLES
|
|
|
1133
1133
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1136
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/create/report.ts)_
|
|
1137
1137
|
|
|
1138
1138
|
## `sf package version delete`
|
|
1139
1139
|
|
|
@@ -1174,7 +1174,7 @@ EXAMPLES
|
|
|
1174
1174
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1175
1175
|
```
|
|
1176
1176
|
|
|
1177
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1177
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/delete.ts)_
|
|
1178
1178
|
|
|
1179
1179
|
## `sf package version displayancestry`
|
|
1180
1180
|
|
|
@@ -1234,7 +1234,7 @@ FLAG DESCRIPTIONS
|
|
|
1234
1234
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1237
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/displayancestry.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `sf package version displaydependencies`
|
|
1240
1240
|
|
|
@@ -1296,7 +1296,7 @@ FLAG DESCRIPTIONS
|
|
|
1296
1296
|
package, which must be installed last.
|
|
1297
1297
|
```
|
|
1298
1298
|
|
|
1299
|
-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1299
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/displaydependencies.ts)_
|
|
1300
1300
|
|
|
1301
1301
|
## `sf package version list`
|
|
1302
1302
|
|
|
@@ -1372,7 +1372,7 @@ EXAMPLES
|
|
|
1372
1372
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1373
1373
|
```
|
|
1374
1374
|
|
|
1375
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1375
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/list.ts)_
|
|
1376
1376
|
|
|
1377
1377
|
## `sf package version promote`
|
|
1378
1378
|
|
|
@@ -1416,7 +1416,7 @@ EXAMPLES
|
|
|
1416
1416
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1417
1417
|
```
|
|
1418
1418
|
|
|
1419
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1419
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/promote.ts)_
|
|
1420
1420
|
|
|
1421
1421
|
## `sf package version report`
|
|
1422
1422
|
|
|
@@ -1456,7 +1456,7 @@ EXAMPLES
|
|
|
1456
1456
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1457
1457
|
```
|
|
1458
1458
|
|
|
1459
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1459
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/report.ts)_
|
|
1460
1460
|
|
|
1461
1461
|
## `sf package version retrieve`
|
|
1462
1462
|
|
|
@@ -1501,7 +1501,7 @@ EXAMPLES
|
|
|
1501
1501
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
1502
1502
|
```
|
|
1503
1503
|
|
|
1504
|
-
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1504
|
+
_See code: [src/commands/package/version/retrieve.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/retrieve.ts)_
|
|
1505
1505
|
|
|
1506
1506
|
## `sf package version update`
|
|
1507
1507
|
|
|
@@ -1554,7 +1554,7 @@ EXAMPLES
|
|
|
1554
1554
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1555
1555
|
```
|
|
1556
1556
|
|
|
1557
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1557
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package/version/update.ts)_
|
|
1558
1558
|
|
|
1559
1559
|
## `sf package1 version create`
|
|
1560
1560
|
|
|
@@ -1621,7 +1621,7 @@ FLAG DESCRIPTIONS
|
|
|
1621
1621
|
subscribers.
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1624
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package1/version/create.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf package1 version create get`
|
|
1627
1627
|
|
|
@@ -1654,7 +1654,7 @@ EXAMPLES
|
|
|
1654
1654
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1655
1655
|
```
|
|
1656
1656
|
|
|
1657
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1657
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package1/version/create/get.ts)_
|
|
1658
1658
|
|
|
1659
1659
|
## `sf package1 version display`
|
|
1660
1660
|
|
|
@@ -1688,7 +1688,7 @@ EXAMPLES
|
|
|
1688
1688
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1689
1689
|
```
|
|
1690
1690
|
|
|
1691
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1691
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package1/version/display.ts)_
|
|
1692
1692
|
|
|
1693
1693
|
## `sf package1 version list`
|
|
1694
1694
|
|
|
@@ -1726,6 +1726,6 @@ FLAG DESCRIPTIONS
|
|
|
1726
1726
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1727
1727
|
```
|
|
1728
1728
|
|
|
1729
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
1729
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.24.8/src/commands/package1/version/list.ts)_
|
|
1730
1730
|
|
|
1731
1731
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -4353,16 +4353,12 @@
|
|
|
4353
4353
|
"list:version:package1"
|
|
4354
4354
|
]
|
|
4355
4355
|
},
|
|
4356
|
-
"package:bundle:
|
|
4356
|
+
"package:bundle:version:create": {
|
|
4357
4357
|
"aliases": [],
|
|
4358
4358
|
"args": {},
|
|
4359
|
-
"description": "
|
|
4359
|
+
"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...\".",
|
|
4360
4360
|
"examples": [
|
|
4361
|
-
"
|
|
4362
|
-
"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",
|
|
4363
|
-
"List package bundle installation requests with the Error status:\n<%= config.bin %> <%= command.id %> --status Error",
|
|
4364
|
-
"List package bundle installation requests with the Queued status:\n<%= config.bin %> <%= command.id %> --status Queued",
|
|
4365
|
-
"List package bundle install requests from today with the Success status:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
|
|
4361
|
+
"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"
|
|
4366
4362
|
],
|
|
4367
4363
|
"flags": {
|
|
4368
4364
|
"json": {
|
|
@@ -4390,17 +4386,43 @@
|
|
|
4390
4386
|
"multiple": false,
|
|
4391
4387
|
"type": "option"
|
|
4392
4388
|
},
|
|
4393
|
-
"
|
|
4389
|
+
"bundle": {
|
|
4390
|
+
"char": "b",
|
|
4391
|
+
"name": "bundle",
|
|
4392
|
+
"required": true,
|
|
4393
|
+
"summary": "Name or ID of the package bundle to create a version for.",
|
|
4394
|
+
"hasDynamicHelp": false,
|
|
4395
|
+
"multiple": false,
|
|
4396
|
+
"type": "option"
|
|
4397
|
+
},
|
|
4398
|
+
"description": {
|
|
4399
|
+
"char": "d",
|
|
4400
|
+
"name": "description",
|
|
4401
|
+
"summary": "Description of the package bundle version.",
|
|
4402
|
+
"hasDynamicHelp": false,
|
|
4403
|
+
"multiple": false,
|
|
4404
|
+
"type": "option"
|
|
4405
|
+
},
|
|
4406
|
+
"definition-file": {
|
|
4407
|
+
"char": "p",
|
|
4408
|
+
"name": "definition-file",
|
|
4409
|
+
"required": true,
|
|
4410
|
+
"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.",
|
|
4411
|
+
"hasDynamicHelp": false,
|
|
4412
|
+
"multiple": false,
|
|
4413
|
+
"type": "option"
|
|
4414
|
+
},
|
|
4415
|
+
"target-dev-hub": {
|
|
4394
4416
|
"aliases": [
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4417
|
+
"targetdevhubusername",
|
|
4418
|
+
"target-hub-org"
|
|
4397
4419
|
],
|
|
4398
|
-
"char": "
|
|
4420
|
+
"char": "v",
|
|
4399
4421
|
"deprecateAliases": true,
|
|
4400
|
-
"name": "target-
|
|
4422
|
+
"name": "target-dev-hub",
|
|
4401
4423
|
"noCacheDefault": true,
|
|
4402
4424
|
"required": true,
|
|
4403
|
-
"summary": "Username or alias of the
|
|
4425
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4404
4426
|
"hasDynamicHelp": true,
|
|
4405
4427
|
"multiple": false,
|
|
4406
4428
|
"type": "option"
|
|
@@ -4416,89 +4438,84 @@
|
|
|
4416
4438
|
"multiple": false,
|
|
4417
4439
|
"type": "option"
|
|
4418
4440
|
},
|
|
4419
|
-
"
|
|
4420
|
-
"char": "
|
|
4421
|
-
"name": "
|
|
4422
|
-
"summary": "Number of
|
|
4423
|
-
"
|
|
4424
|
-
"multiple": false,
|
|
4425
|
-
"type": "option"
|
|
4426
|
-
},
|
|
4427
|
-
"status": {
|
|
4428
|
-
"char": "s",
|
|
4429
|
-
"name": "status",
|
|
4430
|
-
"summary": "Status of the installation request, used to filter the list.",
|
|
4441
|
+
"wait": {
|
|
4442
|
+
"char": "w",
|
|
4443
|
+
"name": "wait",
|
|
4444
|
+
"summary": "Number of minutes to wait for the package bundle version to be created.",
|
|
4445
|
+
"default": 0,
|
|
4431
4446
|
"hasDynamicHelp": false,
|
|
4432
4447
|
"multiple": false,
|
|
4433
|
-
"options": [
|
|
4434
|
-
"Queued",
|
|
4435
|
-
"InProgress",
|
|
4436
|
-
"Success",
|
|
4437
|
-
"Error"
|
|
4438
|
-
],
|
|
4439
4448
|
"type": "option"
|
|
4440
4449
|
},
|
|
4441
4450
|
"verbose": {
|
|
4442
4451
|
"name": "verbose",
|
|
4443
|
-
"summary": "
|
|
4452
|
+
"summary": "Show verbose output of the command execution.",
|
|
4444
4453
|
"allowNo": false,
|
|
4445
4454
|
"type": "boolean"
|
|
4455
|
+
},
|
|
4456
|
+
"version-number": {
|
|
4457
|
+
"char": "n",
|
|
4458
|
+
"name": "version-number",
|
|
4459
|
+
"summary": "Version number of the package bundle version to be created; overrides the sfdx-project.json value.",
|
|
4460
|
+
"hasDynamicHelp": false,
|
|
4461
|
+
"multiple": false,
|
|
4462
|
+
"type": "option"
|
|
4446
4463
|
}
|
|
4447
4464
|
},
|
|
4448
4465
|
"hasDynamicHelp": true,
|
|
4449
4466
|
"hidden": true,
|
|
4450
4467
|
"hiddenAliases": [],
|
|
4451
|
-
"id": "package:bundle:
|
|
4468
|
+
"id": "package:bundle:version:create",
|
|
4452
4469
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4453
4470
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4454
4471
|
"pluginType": "core",
|
|
4455
4472
|
"state": "beta",
|
|
4456
4473
|
"strict": true,
|
|
4457
|
-
"summary": "
|
|
4474
|
+
"summary": "Create a new package bundle version.",
|
|
4458
4475
|
"enableJsonFlag": true,
|
|
4476
|
+
"requiresProject": true,
|
|
4459
4477
|
"isESM": true,
|
|
4460
4478
|
"relativePath": [
|
|
4461
4479
|
"lib",
|
|
4462
4480
|
"commands",
|
|
4463
4481
|
"package",
|
|
4464
4482
|
"bundle",
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4483
|
+
"version",
|
|
4484
|
+
"create.js"
|
|
4467
4485
|
],
|
|
4468
4486
|
"aliasPermutations": [],
|
|
4469
4487
|
"permutations": [
|
|
4470
|
-
"package:bundle:
|
|
4471
|
-
"bundle:package:
|
|
4472
|
-
"bundle:
|
|
4473
|
-
"bundle:
|
|
4474
|
-
"package:
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"package:
|
|
4479
|
-
"
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4482
|
-
"package:bundle:
|
|
4483
|
-
"bundle:package:
|
|
4484
|
-
"bundle:
|
|
4485
|
-
"bundle:
|
|
4486
|
-
"package:
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4489
|
-
"
|
|
4490
|
-
"package:
|
|
4491
|
-
"
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4488
|
+
"package:bundle:version:create",
|
|
4489
|
+
"bundle:package:version:create",
|
|
4490
|
+
"bundle:version:package:create",
|
|
4491
|
+
"bundle:version:create:package",
|
|
4492
|
+
"package:version:bundle:create",
|
|
4493
|
+
"version:package:bundle:create",
|
|
4494
|
+
"version:bundle:package:create",
|
|
4495
|
+
"version:bundle:create:package",
|
|
4496
|
+
"package:version:create:bundle",
|
|
4497
|
+
"version:package:create:bundle",
|
|
4498
|
+
"version:create:package:bundle",
|
|
4499
|
+
"version:create:bundle:package",
|
|
4500
|
+
"package:bundle:create:version",
|
|
4501
|
+
"bundle:package:create:version",
|
|
4502
|
+
"bundle:create:package:version",
|
|
4503
|
+
"bundle:create:version:package",
|
|
4504
|
+
"package:create:bundle:version",
|
|
4505
|
+
"create:package:bundle:version",
|
|
4506
|
+
"create:bundle:package:version",
|
|
4507
|
+
"create:bundle:version:package",
|
|
4508
|
+
"package:create:version:bundle",
|
|
4509
|
+
"create:package:version:bundle",
|
|
4510
|
+
"create:version:package:bundle",
|
|
4511
|
+
"create:version:bundle:package"
|
|
4494
4512
|
]
|
|
4495
4513
|
},
|
|
4496
|
-
"package:bundle:
|
|
4514
|
+
"package:bundle:version:list": {
|
|
4497
4515
|
"aliases": [],
|
|
4498
4516
|
"args": {},
|
|
4499
|
-
"description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
|
|
4500
4517
|
"examples": [
|
|
4501
|
-
"
|
|
4518
|
+
"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"
|
|
4502
4519
|
],
|
|
4503
4520
|
"flags": {
|
|
4504
4521
|
"json": {
|
|
@@ -4526,17 +4543,17 @@
|
|
|
4526
4543
|
"multiple": false,
|
|
4527
4544
|
"type": "option"
|
|
4528
4545
|
},
|
|
4529
|
-
"target-
|
|
4546
|
+
"target-dev-hub": {
|
|
4530
4547
|
"aliases": [
|
|
4531
|
-
"
|
|
4532
|
-
"
|
|
4548
|
+
"targetdevhubusername",
|
|
4549
|
+
"target-hub-org"
|
|
4533
4550
|
],
|
|
4534
|
-
"char": "
|
|
4551
|
+
"char": "v",
|
|
4535
4552
|
"deprecateAliases": true,
|
|
4536
|
-
"name": "target-
|
|
4553
|
+
"name": "target-dev-hub",
|
|
4537
4554
|
"noCacheDefault": true,
|
|
4538
4555
|
"required": true,
|
|
4539
|
-
"summary": "Username or alias of the
|
|
4556
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4540
4557
|
"hasDynamicHelp": true,
|
|
4541
4558
|
"multiple": false,
|
|
4542
4559
|
"type": "option"
|
|
@@ -4552,19 +4569,9 @@
|
|
|
4552
4569
|
"multiple": false,
|
|
4553
4570
|
"type": "option"
|
|
4554
4571
|
},
|
|
4555
|
-
"package-install-request-id": {
|
|
4556
|
-
"char": "i",
|
|
4557
|
-
"name": "package-install-request-id",
|
|
4558
|
-
"required": true,
|
|
4559
|
-
"summary": "ID of the package bundle installation request to report on.",
|
|
4560
|
-
"hasDynamicHelp": false,
|
|
4561
|
-
"multiple": false,
|
|
4562
|
-
"type": "option"
|
|
4563
|
-
},
|
|
4564
4572
|
"verbose": {
|
|
4565
4573
|
"name": "verbose",
|
|
4566
|
-
"
|
|
4567
|
-
"summary": "Show verbose output.",
|
|
4574
|
+
"summary": "Display extended details about the package bundle versions.",
|
|
4568
4575
|
"allowNo": false,
|
|
4569
4576
|
"type": "boolean"
|
|
4570
4577
|
}
|
|
@@ -4572,13 +4579,13 @@
|
|
|
4572
4579
|
"hasDynamicHelp": true,
|
|
4573
4580
|
"hidden": true,
|
|
4574
4581
|
"hiddenAliases": [],
|
|
4575
|
-
"id": "package:bundle:
|
|
4582
|
+
"id": "package:bundle:version:list",
|
|
4576
4583
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4577
4584
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4578
4585
|
"pluginType": "core",
|
|
4579
4586
|
"state": "beta",
|
|
4580
4587
|
"strict": true,
|
|
4581
|
-
"summary": "
|
|
4588
|
+
"summary": "List all package bundle versions in the Dev Hub org.",
|
|
4582
4589
|
"enableJsonFlag": true,
|
|
4583
4590
|
"isESM": true,
|
|
4584
4591
|
"relativePath": [
|
|
@@ -4586,313 +4593,42 @@
|
|
|
4586
4593
|
"commands",
|
|
4587
4594
|
"package",
|
|
4588
4595
|
"bundle",
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4596
|
+
"version",
|
|
4597
|
+
"list.js"
|
|
4591
4598
|
],
|
|
4592
4599
|
"aliasPermutations": [],
|
|
4593
4600
|
"permutations": [
|
|
4594
|
-
"package:bundle:
|
|
4595
|
-
"bundle:package:
|
|
4596
|
-
"bundle:
|
|
4597
|
-
"bundle:
|
|
4598
|
-
"package:
|
|
4599
|
-
"
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
4602
|
-
"package:
|
|
4603
|
-
"
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"package:bundle:
|
|
4607
|
-
"bundle:package:
|
|
4608
|
-
"bundle:
|
|
4609
|
-
"bundle:
|
|
4610
|
-
"package:
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"
|
|
4614
|
-
"package:
|
|
4615
|
-
"
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
4601
|
+
"package:bundle:version:list",
|
|
4602
|
+
"bundle:package:version:list",
|
|
4603
|
+
"bundle:version:package:list",
|
|
4604
|
+
"bundle:version:list:package",
|
|
4605
|
+
"package:version:bundle:list",
|
|
4606
|
+
"version:package:bundle:list",
|
|
4607
|
+
"version:bundle:package:list",
|
|
4608
|
+
"version:bundle:list:package",
|
|
4609
|
+
"package:version:list:bundle",
|
|
4610
|
+
"version:package:list:bundle",
|
|
4611
|
+
"version:list:package:bundle",
|
|
4612
|
+
"version:list:bundle:package",
|
|
4613
|
+
"package:bundle:list:version",
|
|
4614
|
+
"bundle:package:list:version",
|
|
4615
|
+
"bundle:list:package:version",
|
|
4616
|
+
"bundle:list:version:package",
|
|
4617
|
+
"package:list:bundle:version",
|
|
4618
|
+
"list:package:bundle:version",
|
|
4619
|
+
"list:bundle:package:version",
|
|
4620
|
+
"list:bundle:version:package",
|
|
4621
|
+
"package:list:version:bundle",
|
|
4622
|
+
"list:package:version:bundle",
|
|
4623
|
+
"list:version:package:bundle",
|
|
4624
|
+
"list:version:bundle:package"
|
|
4618
4625
|
]
|
|
4619
4626
|
},
|
|
4620
|
-
"package:bundle:version:
|
|
4627
|
+
"package:bundle:version:report": {
|
|
4621
4628
|
"aliases": [],
|
|
4622
4629
|
"args": {},
|
|
4623
|
-
"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...\".",
|
|
4624
4630
|
"examples": [
|
|
4625
|
-
"
|
|
4626
|
-
],
|
|
4627
|
-
"flags": {
|
|
4628
|
-
"json": {
|
|
4629
|
-
"description": "Format output as json.",
|
|
4630
|
-
"helpGroup": "GLOBAL",
|
|
4631
|
-
"name": "json",
|
|
4632
|
-
"allowNo": false,
|
|
4633
|
-
"type": "boolean"
|
|
4634
|
-
},
|
|
4635
|
-
"flags-dir": {
|
|
4636
|
-
"helpGroup": "GLOBAL",
|
|
4637
|
-
"name": "flags-dir",
|
|
4638
|
-
"summary": "Import flag values from a directory.",
|
|
4639
|
-
"hasDynamicHelp": false,
|
|
4640
|
-
"multiple": false,
|
|
4641
|
-
"type": "option"
|
|
4642
|
-
},
|
|
4643
|
-
"loglevel": {
|
|
4644
|
-
"deprecated": {
|
|
4645
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4646
|
-
},
|
|
4647
|
-
"hidden": true,
|
|
4648
|
-
"name": "loglevel",
|
|
4649
|
-
"hasDynamicHelp": false,
|
|
4650
|
-
"multiple": false,
|
|
4651
|
-
"type": "option"
|
|
4652
|
-
},
|
|
4653
|
-
"bundle": {
|
|
4654
|
-
"char": "b",
|
|
4655
|
-
"name": "bundle",
|
|
4656
|
-
"required": true,
|
|
4657
|
-
"summary": "Name or ID of the package bundle to create a version for.",
|
|
4658
|
-
"hasDynamicHelp": false,
|
|
4659
|
-
"multiple": false,
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"description": {
|
|
4663
|
-
"char": "d",
|
|
4664
|
-
"name": "description",
|
|
4665
|
-
"summary": "Description of the package bundle version.",
|
|
4666
|
-
"hasDynamicHelp": false,
|
|
4667
|
-
"multiple": false,
|
|
4668
|
-
"type": "option"
|
|
4669
|
-
},
|
|
4670
|
-
"definition-file": {
|
|
4671
|
-
"char": "p",
|
|
4672
|
-
"name": "definition-file",
|
|
4673
|
-
"required": true,
|
|
4674
|
-
"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.",
|
|
4675
|
-
"hasDynamicHelp": false,
|
|
4676
|
-
"multiple": false,
|
|
4677
|
-
"type": "option"
|
|
4678
|
-
},
|
|
4679
|
-
"target-dev-hub": {
|
|
4680
|
-
"aliases": [
|
|
4681
|
-
"targetdevhubusername",
|
|
4682
|
-
"target-hub-org"
|
|
4683
|
-
],
|
|
4684
|
-
"char": "v",
|
|
4685
|
-
"deprecateAliases": true,
|
|
4686
|
-
"name": "target-dev-hub",
|
|
4687
|
-
"noCacheDefault": true,
|
|
4688
|
-
"required": true,
|
|
4689
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4690
|
-
"hasDynamicHelp": true,
|
|
4691
|
-
"multiple": false,
|
|
4692
|
-
"type": "option"
|
|
4693
|
-
},
|
|
4694
|
-
"api-version": {
|
|
4695
|
-
"aliases": [
|
|
4696
|
-
"apiversion"
|
|
4697
|
-
],
|
|
4698
|
-
"deprecateAliases": true,
|
|
4699
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4700
|
-
"name": "api-version",
|
|
4701
|
-
"hasDynamicHelp": false,
|
|
4702
|
-
"multiple": false,
|
|
4703
|
-
"type": "option"
|
|
4704
|
-
},
|
|
4705
|
-
"wait": {
|
|
4706
|
-
"char": "w",
|
|
4707
|
-
"name": "wait",
|
|
4708
|
-
"summary": "Number of minutes to wait for the package bundle version to be created.",
|
|
4709
|
-
"default": 0,
|
|
4710
|
-
"hasDynamicHelp": false,
|
|
4711
|
-
"multiple": false,
|
|
4712
|
-
"type": "option"
|
|
4713
|
-
},
|
|
4714
|
-
"verbose": {
|
|
4715
|
-
"name": "verbose",
|
|
4716
|
-
"summary": "Show verbose output of the command execution.",
|
|
4717
|
-
"allowNo": false,
|
|
4718
|
-
"type": "boolean"
|
|
4719
|
-
},
|
|
4720
|
-
"version-number": {
|
|
4721
|
-
"char": "n",
|
|
4722
|
-
"name": "version-number",
|
|
4723
|
-
"summary": "Version number of the package bundle version to be created; overrides the sfdx-project.json value.",
|
|
4724
|
-
"hasDynamicHelp": false,
|
|
4725
|
-
"multiple": false,
|
|
4726
|
-
"type": "option"
|
|
4727
|
-
}
|
|
4728
|
-
},
|
|
4729
|
-
"hasDynamicHelp": true,
|
|
4730
|
-
"hidden": true,
|
|
4731
|
-
"hiddenAliases": [],
|
|
4732
|
-
"id": "package:bundle:version:create",
|
|
4733
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4734
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4735
|
-
"pluginType": "core",
|
|
4736
|
-
"state": "beta",
|
|
4737
|
-
"strict": true,
|
|
4738
|
-
"summary": "Create a new package bundle version.",
|
|
4739
|
-
"enableJsonFlag": true,
|
|
4740
|
-
"requiresProject": true,
|
|
4741
|
-
"isESM": true,
|
|
4742
|
-
"relativePath": [
|
|
4743
|
-
"lib",
|
|
4744
|
-
"commands",
|
|
4745
|
-
"package",
|
|
4746
|
-
"bundle",
|
|
4747
|
-
"version",
|
|
4748
|
-
"create.js"
|
|
4749
|
-
],
|
|
4750
|
-
"aliasPermutations": [],
|
|
4751
|
-
"permutations": [
|
|
4752
|
-
"package:bundle:version:create",
|
|
4753
|
-
"bundle:package:version:create",
|
|
4754
|
-
"bundle:version:package:create",
|
|
4755
|
-
"bundle:version:create:package",
|
|
4756
|
-
"package:version:bundle:create",
|
|
4757
|
-
"version:package:bundle:create",
|
|
4758
|
-
"version:bundle:package:create",
|
|
4759
|
-
"version:bundle:create:package",
|
|
4760
|
-
"package:version:create:bundle",
|
|
4761
|
-
"version:package:create:bundle",
|
|
4762
|
-
"version:create:package:bundle",
|
|
4763
|
-
"version:create:bundle:package",
|
|
4764
|
-
"package:bundle:create:version",
|
|
4765
|
-
"bundle:package:create:version",
|
|
4766
|
-
"bundle:create:package:version",
|
|
4767
|
-
"bundle:create:version:package",
|
|
4768
|
-
"package:create:bundle:version",
|
|
4769
|
-
"create:package:bundle:version",
|
|
4770
|
-
"create:bundle:package:version",
|
|
4771
|
-
"create:bundle:version:package",
|
|
4772
|
-
"package:create:version:bundle",
|
|
4773
|
-
"create:package:version:bundle",
|
|
4774
|
-
"create:version:package:bundle",
|
|
4775
|
-
"create:version:bundle:package"
|
|
4776
|
-
]
|
|
4777
|
-
},
|
|
4778
|
-
"package:bundle:version:list": {
|
|
4779
|
-
"aliases": [],
|
|
4780
|
-
"args": {},
|
|
4781
|
-
"examples": [
|
|
4782
|
-
"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"
|
|
4783
|
-
],
|
|
4784
|
-
"flags": {
|
|
4785
|
-
"json": {
|
|
4786
|
-
"description": "Format output as json.",
|
|
4787
|
-
"helpGroup": "GLOBAL",
|
|
4788
|
-
"name": "json",
|
|
4789
|
-
"allowNo": false,
|
|
4790
|
-
"type": "boolean"
|
|
4791
|
-
},
|
|
4792
|
-
"flags-dir": {
|
|
4793
|
-
"helpGroup": "GLOBAL",
|
|
4794
|
-
"name": "flags-dir",
|
|
4795
|
-
"summary": "Import flag values from a directory.",
|
|
4796
|
-
"hasDynamicHelp": false,
|
|
4797
|
-
"multiple": false,
|
|
4798
|
-
"type": "option"
|
|
4799
|
-
},
|
|
4800
|
-
"loglevel": {
|
|
4801
|
-
"deprecated": {
|
|
4802
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4803
|
-
},
|
|
4804
|
-
"hidden": true,
|
|
4805
|
-
"name": "loglevel",
|
|
4806
|
-
"hasDynamicHelp": false,
|
|
4807
|
-
"multiple": false,
|
|
4808
|
-
"type": "option"
|
|
4809
|
-
},
|
|
4810
|
-
"target-dev-hub": {
|
|
4811
|
-
"aliases": [
|
|
4812
|
-
"targetdevhubusername",
|
|
4813
|
-
"target-hub-org"
|
|
4814
|
-
],
|
|
4815
|
-
"char": "v",
|
|
4816
|
-
"deprecateAliases": true,
|
|
4817
|
-
"name": "target-dev-hub",
|
|
4818
|
-
"noCacheDefault": true,
|
|
4819
|
-
"required": true,
|
|
4820
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4821
|
-
"hasDynamicHelp": true,
|
|
4822
|
-
"multiple": false,
|
|
4823
|
-
"type": "option"
|
|
4824
|
-
},
|
|
4825
|
-
"api-version": {
|
|
4826
|
-
"aliases": [
|
|
4827
|
-
"apiversion"
|
|
4828
|
-
],
|
|
4829
|
-
"deprecateAliases": true,
|
|
4830
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4831
|
-
"name": "api-version",
|
|
4832
|
-
"hasDynamicHelp": false,
|
|
4833
|
-
"multiple": false,
|
|
4834
|
-
"type": "option"
|
|
4835
|
-
},
|
|
4836
|
-
"verbose": {
|
|
4837
|
-
"name": "verbose",
|
|
4838
|
-
"summary": "Display extended details about the package bundle versions.",
|
|
4839
|
-
"allowNo": false,
|
|
4840
|
-
"type": "boolean"
|
|
4841
|
-
}
|
|
4842
|
-
},
|
|
4843
|
-
"hasDynamicHelp": true,
|
|
4844
|
-
"hidden": true,
|
|
4845
|
-
"hiddenAliases": [],
|
|
4846
|
-
"id": "package:bundle:version:list",
|
|
4847
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4848
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4849
|
-
"pluginType": "core",
|
|
4850
|
-
"state": "beta",
|
|
4851
|
-
"strict": true,
|
|
4852
|
-
"summary": "List all package bundle versions in the Dev Hub org.",
|
|
4853
|
-
"enableJsonFlag": true,
|
|
4854
|
-
"isESM": true,
|
|
4855
|
-
"relativePath": [
|
|
4856
|
-
"lib",
|
|
4857
|
-
"commands",
|
|
4858
|
-
"package",
|
|
4859
|
-
"bundle",
|
|
4860
|
-
"version",
|
|
4861
|
-
"list.js"
|
|
4862
|
-
],
|
|
4863
|
-
"aliasPermutations": [],
|
|
4864
|
-
"permutations": [
|
|
4865
|
-
"package:bundle:version:list",
|
|
4866
|
-
"bundle:package:version:list",
|
|
4867
|
-
"bundle:version:package:list",
|
|
4868
|
-
"bundle:version:list:package",
|
|
4869
|
-
"package:version:bundle:list",
|
|
4870
|
-
"version:package:bundle:list",
|
|
4871
|
-
"version:bundle:package:list",
|
|
4872
|
-
"version:bundle:list:package",
|
|
4873
|
-
"package:version:list:bundle",
|
|
4874
|
-
"version:package:list:bundle",
|
|
4875
|
-
"version:list:package:bundle",
|
|
4876
|
-
"version:list:bundle:package",
|
|
4877
|
-
"package:bundle:list:version",
|
|
4878
|
-
"bundle:package:list:version",
|
|
4879
|
-
"bundle:list:package:version",
|
|
4880
|
-
"bundle:list:version:package",
|
|
4881
|
-
"package:list:bundle:version",
|
|
4882
|
-
"list:package:bundle:version",
|
|
4883
|
-
"list:bundle:package:version",
|
|
4884
|
-
"list:bundle:version:package",
|
|
4885
|
-
"package:list:version:bundle",
|
|
4886
|
-
"list:package:version:bundle",
|
|
4887
|
-
"list:version:package:bundle",
|
|
4888
|
-
"list:version:bundle:package"
|
|
4889
|
-
]
|
|
4890
|
-
},
|
|
4891
|
-
"package:bundle:version:report": {
|
|
4892
|
-
"aliases": [],
|
|
4893
|
-
"args": {},
|
|
4894
|
-
"examples": [
|
|
4895
|
-
"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"
|
|
4631
|
+
"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"
|
|
4896
4632
|
],
|
|
4897
4633
|
"flags": {
|
|
4898
4634
|
"json": {
|
|
@@ -5769,6 +5505,270 @@
|
|
|
5769
5505
|
"get:create:version:package1"
|
|
5770
5506
|
]
|
|
5771
5507
|
},
|
|
5508
|
+
"package:bundle:install:list": {
|
|
5509
|
+
"aliases": [],
|
|
5510
|
+
"args": {},
|
|
5511
|
+
"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.",
|
|
5512
|
+
"examples": [
|
|
5513
|
+
"List all package bundle installation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
|
|
5514
|
+
"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",
|
|
5515
|
+
"List package bundle installation requests with the Error status:\n<%= config.bin %> <%= command.id %> --status Error",
|
|
5516
|
+
"List package bundle installation requests with the Queued status:\n<%= config.bin %> <%= command.id %> --status Queued",
|
|
5517
|
+
"List package bundle install requests from today with the Success status:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
|
|
5518
|
+
],
|
|
5519
|
+
"flags": {
|
|
5520
|
+
"json": {
|
|
5521
|
+
"description": "Format output as json.",
|
|
5522
|
+
"helpGroup": "GLOBAL",
|
|
5523
|
+
"name": "json",
|
|
5524
|
+
"allowNo": false,
|
|
5525
|
+
"type": "boolean"
|
|
5526
|
+
},
|
|
5527
|
+
"flags-dir": {
|
|
5528
|
+
"helpGroup": "GLOBAL",
|
|
5529
|
+
"name": "flags-dir",
|
|
5530
|
+
"summary": "Import flag values from a directory.",
|
|
5531
|
+
"hasDynamicHelp": false,
|
|
5532
|
+
"multiple": false,
|
|
5533
|
+
"type": "option"
|
|
5534
|
+
},
|
|
5535
|
+
"loglevel": {
|
|
5536
|
+
"deprecated": {
|
|
5537
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
5538
|
+
},
|
|
5539
|
+
"hidden": true,
|
|
5540
|
+
"name": "loglevel",
|
|
5541
|
+
"hasDynamicHelp": false,
|
|
5542
|
+
"multiple": false,
|
|
5543
|
+
"type": "option"
|
|
5544
|
+
},
|
|
5545
|
+
"target-org": {
|
|
5546
|
+
"aliases": [
|
|
5547
|
+
"targetusername",
|
|
5548
|
+
"u"
|
|
5549
|
+
],
|
|
5550
|
+
"char": "o",
|
|
5551
|
+
"deprecateAliases": true,
|
|
5552
|
+
"name": "target-org",
|
|
5553
|
+
"noCacheDefault": true,
|
|
5554
|
+
"required": true,
|
|
5555
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5556
|
+
"hasDynamicHelp": true,
|
|
5557
|
+
"multiple": false,
|
|
5558
|
+
"type": "option"
|
|
5559
|
+
},
|
|
5560
|
+
"api-version": {
|
|
5561
|
+
"aliases": [
|
|
5562
|
+
"apiversion"
|
|
5563
|
+
],
|
|
5564
|
+
"deprecateAliases": true,
|
|
5565
|
+
"description": "Override the api version used for api requests made by this command",
|
|
5566
|
+
"name": "api-version",
|
|
5567
|
+
"hasDynamicHelp": false,
|
|
5568
|
+
"multiple": false,
|
|
5569
|
+
"type": "option"
|
|
5570
|
+
},
|
|
5571
|
+
"created-last-days": {
|
|
5572
|
+
"char": "c",
|
|
5573
|
+
"name": "created-last-days",
|
|
5574
|
+
"summary": "Number of days since the request was created, starting at 0. Use 0 for today.",
|
|
5575
|
+
"hasDynamicHelp": false,
|
|
5576
|
+
"multiple": false,
|
|
5577
|
+
"type": "option"
|
|
5578
|
+
},
|
|
5579
|
+
"status": {
|
|
5580
|
+
"char": "s",
|
|
5581
|
+
"name": "status",
|
|
5582
|
+
"summary": "Status of the installation request, used to filter the list.",
|
|
5583
|
+
"hasDynamicHelp": false,
|
|
5584
|
+
"multiple": false,
|
|
5585
|
+
"options": [
|
|
5586
|
+
"Queued",
|
|
5587
|
+
"InProgress",
|
|
5588
|
+
"Success",
|
|
5589
|
+
"Error"
|
|
5590
|
+
],
|
|
5591
|
+
"type": "option"
|
|
5592
|
+
},
|
|
5593
|
+
"verbose": {
|
|
5594
|
+
"name": "verbose",
|
|
5595
|
+
"summary": "Display additional information, such as the validation text for each package bundle installation request.",
|
|
5596
|
+
"allowNo": false,
|
|
5597
|
+
"type": "boolean"
|
|
5598
|
+
}
|
|
5599
|
+
},
|
|
5600
|
+
"hasDynamicHelp": true,
|
|
5601
|
+
"hidden": true,
|
|
5602
|
+
"hiddenAliases": [],
|
|
5603
|
+
"id": "package:bundle:install:list",
|
|
5604
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5605
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
5606
|
+
"pluginType": "core",
|
|
5607
|
+
"state": "beta",
|
|
5608
|
+
"strict": true,
|
|
5609
|
+
"summary": "List package bundle installation requests.",
|
|
5610
|
+
"enableJsonFlag": true,
|
|
5611
|
+
"isESM": true,
|
|
5612
|
+
"relativePath": [
|
|
5613
|
+
"lib",
|
|
5614
|
+
"commands",
|
|
5615
|
+
"package",
|
|
5616
|
+
"bundle",
|
|
5617
|
+
"install",
|
|
5618
|
+
"list.js"
|
|
5619
|
+
],
|
|
5620
|
+
"aliasPermutations": [],
|
|
5621
|
+
"permutations": [
|
|
5622
|
+
"package:bundle:install:list",
|
|
5623
|
+
"bundle:package:install:list",
|
|
5624
|
+
"bundle:install:package:list",
|
|
5625
|
+
"bundle:install:list:package",
|
|
5626
|
+
"package:install:bundle:list",
|
|
5627
|
+
"install:package:bundle:list",
|
|
5628
|
+
"install:bundle:package:list",
|
|
5629
|
+
"install:bundle:list:package",
|
|
5630
|
+
"package:install:list:bundle",
|
|
5631
|
+
"install:package:list:bundle",
|
|
5632
|
+
"install:list:package:bundle",
|
|
5633
|
+
"install:list:bundle:package",
|
|
5634
|
+
"package:bundle:list:install",
|
|
5635
|
+
"bundle:package:list:install",
|
|
5636
|
+
"bundle:list:package:install",
|
|
5637
|
+
"bundle:list:install:package",
|
|
5638
|
+
"package:list:bundle:install",
|
|
5639
|
+
"list:package:bundle:install",
|
|
5640
|
+
"list:bundle:package:install",
|
|
5641
|
+
"list:bundle:install:package",
|
|
5642
|
+
"package:list:install:bundle",
|
|
5643
|
+
"list:package:install:bundle",
|
|
5644
|
+
"list:install:package:bundle",
|
|
5645
|
+
"list:install:bundle:package"
|
|
5646
|
+
]
|
|
5647
|
+
},
|
|
5648
|
+
"package:bundle:install:report": {
|
|
5649
|
+
"aliases": [],
|
|
5650
|
+
"args": {},
|
|
5651
|
+
"description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
|
|
5652
|
+
"examples": [
|
|
5653
|
+
"Report on a package bundle installation request:\n<%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000"
|
|
5654
|
+
],
|
|
5655
|
+
"flags": {
|
|
5656
|
+
"json": {
|
|
5657
|
+
"description": "Format output as json.",
|
|
5658
|
+
"helpGroup": "GLOBAL",
|
|
5659
|
+
"name": "json",
|
|
5660
|
+
"allowNo": false,
|
|
5661
|
+
"type": "boolean"
|
|
5662
|
+
},
|
|
5663
|
+
"flags-dir": {
|
|
5664
|
+
"helpGroup": "GLOBAL",
|
|
5665
|
+
"name": "flags-dir",
|
|
5666
|
+
"summary": "Import flag values from a directory.",
|
|
5667
|
+
"hasDynamicHelp": false,
|
|
5668
|
+
"multiple": false,
|
|
5669
|
+
"type": "option"
|
|
5670
|
+
},
|
|
5671
|
+
"loglevel": {
|
|
5672
|
+
"deprecated": {
|
|
5673
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
5674
|
+
},
|
|
5675
|
+
"hidden": true,
|
|
5676
|
+
"name": "loglevel",
|
|
5677
|
+
"hasDynamicHelp": false,
|
|
5678
|
+
"multiple": false,
|
|
5679
|
+
"type": "option"
|
|
5680
|
+
},
|
|
5681
|
+
"target-org": {
|
|
5682
|
+
"aliases": [
|
|
5683
|
+
"targetusername",
|
|
5684
|
+
"u"
|
|
5685
|
+
],
|
|
5686
|
+
"char": "o",
|
|
5687
|
+
"deprecateAliases": true,
|
|
5688
|
+
"name": "target-org",
|
|
5689
|
+
"noCacheDefault": true,
|
|
5690
|
+
"required": true,
|
|
5691
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5692
|
+
"hasDynamicHelp": true,
|
|
5693
|
+
"multiple": false,
|
|
5694
|
+
"type": "option"
|
|
5695
|
+
},
|
|
5696
|
+
"api-version": {
|
|
5697
|
+
"aliases": [
|
|
5698
|
+
"apiversion"
|
|
5699
|
+
],
|
|
5700
|
+
"deprecateAliases": true,
|
|
5701
|
+
"description": "Override the api version used for api requests made by this command",
|
|
5702
|
+
"name": "api-version",
|
|
5703
|
+
"hasDynamicHelp": false,
|
|
5704
|
+
"multiple": false,
|
|
5705
|
+
"type": "option"
|
|
5706
|
+
},
|
|
5707
|
+
"package-install-request-id": {
|
|
5708
|
+
"char": "i",
|
|
5709
|
+
"name": "package-install-request-id",
|
|
5710
|
+
"required": true,
|
|
5711
|
+
"summary": "ID of the package bundle installation request to report on.",
|
|
5712
|
+
"hasDynamicHelp": false,
|
|
5713
|
+
"multiple": false,
|
|
5714
|
+
"type": "option"
|
|
5715
|
+
},
|
|
5716
|
+
"verbose": {
|
|
5717
|
+
"name": "verbose",
|
|
5718
|
+
"required": false,
|
|
5719
|
+
"summary": "Show verbose output.",
|
|
5720
|
+
"allowNo": false,
|
|
5721
|
+
"type": "boolean"
|
|
5722
|
+
}
|
|
5723
|
+
},
|
|
5724
|
+
"hasDynamicHelp": true,
|
|
5725
|
+
"hidden": true,
|
|
5726
|
+
"hiddenAliases": [],
|
|
5727
|
+
"id": "package:bundle:install:report",
|
|
5728
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5729
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
5730
|
+
"pluginType": "core",
|
|
5731
|
+
"state": "beta",
|
|
5732
|
+
"strict": true,
|
|
5733
|
+
"summary": "Report on the status of a package bundle installation request.",
|
|
5734
|
+
"enableJsonFlag": true,
|
|
5735
|
+
"isESM": true,
|
|
5736
|
+
"relativePath": [
|
|
5737
|
+
"lib",
|
|
5738
|
+
"commands",
|
|
5739
|
+
"package",
|
|
5740
|
+
"bundle",
|
|
5741
|
+
"install",
|
|
5742
|
+
"report.js"
|
|
5743
|
+
],
|
|
5744
|
+
"aliasPermutations": [],
|
|
5745
|
+
"permutations": [
|
|
5746
|
+
"package:bundle:install:report",
|
|
5747
|
+
"bundle:package:install:report",
|
|
5748
|
+
"bundle:install:package:report",
|
|
5749
|
+
"bundle:install:report:package",
|
|
5750
|
+
"package:install:bundle:report",
|
|
5751
|
+
"install:package:bundle:report",
|
|
5752
|
+
"install:bundle:package:report",
|
|
5753
|
+
"install:bundle:report:package",
|
|
5754
|
+
"package:install:report:bundle",
|
|
5755
|
+
"install:package:report:bundle",
|
|
5756
|
+
"install:report:package:bundle",
|
|
5757
|
+
"install:report:bundle:package",
|
|
5758
|
+
"package:bundle:report:install",
|
|
5759
|
+
"bundle:package:report:install",
|
|
5760
|
+
"bundle:report:package:install",
|
|
5761
|
+
"bundle:report:install:package",
|
|
5762
|
+
"package:report:bundle:install",
|
|
5763
|
+
"report:package:bundle:install",
|
|
5764
|
+
"report:bundle:package:install",
|
|
5765
|
+
"report:bundle:install:package",
|
|
5766
|
+
"package:report:install:bundle",
|
|
5767
|
+
"report:package:install:bundle",
|
|
5768
|
+
"report:install:package:bundle",
|
|
5769
|
+
"report:install:bundle:package"
|
|
5770
|
+
]
|
|
5771
|
+
},
|
|
5772
5772
|
"package:bundle:version:create:list": {
|
|
5773
5773
|
"aliases": [],
|
|
5774
5774
|
"args": {},
|
|
@@ -6221,5 +6221,5 @@
|
|
|
6221
6221
|
]
|
|
6222
6222
|
}
|
|
6223
6223
|
},
|
|
6224
|
-
"version": "2.24.
|
|
6224
|
+
"version": "2.24.8"
|
|
6225
6225
|
}
|
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.24.
|
|
4
|
+
"version": "2.24.8",
|
|
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.24.
|
|
9
|
+
"@salesforce/core": "^8.24.3",
|
|
10
10
|
"@salesforce/kit": "^3.2.4",
|
|
11
11
|
"@salesforce/packaging": "^4.18.8",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.79",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.32",
|
|
21
21
|
"minimatch": "^10.1.1",
|
|
22
|
-
"oclif": "^4.22.
|
|
22
|
+
"oclif": "^4.22.65",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
24
24
|
"typescript": "^5.9.3"
|
|
25
25
|
},
|
|
@@ -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.24.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.24.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.24.8.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.24.8.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|