@salesforce/plugin-packaging 2.24.8 → 2.24.9
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 +384 -384
- 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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/src/commands/package1/version/list.ts)_
|
|
1730
1730
|
|
|
1731
1731
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -4353,12 +4353,16 @@
|
|
|
4353
4353
|
"list:version:package1"
|
|
4354
4354
|
]
|
|
4355
4355
|
},
|
|
4356
|
-
"package:bundle:
|
|
4356
|
+
"package:bundle:install:list": {
|
|
4357
4357
|
"aliases": [],
|
|
4358
4358
|
"args": {},
|
|
4359
|
-
"description": "
|
|
4359
|
+
"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.",
|
|
4360
4360
|
"examples": [
|
|
4361
|
-
"
|
|
4361
|
+
"List all package bundle installation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
|
|
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"
|
|
4362
4366
|
],
|
|
4363
4367
|
"flags": {
|
|
4364
4368
|
"json": {
|
|
@@ -4386,43 +4390,17 @@
|
|
|
4386
4390
|
"multiple": false,
|
|
4387
4391
|
"type": "option"
|
|
4388
4392
|
},
|
|
4389
|
-
"
|
|
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": {
|
|
4393
|
+
"target-org": {
|
|
4416
4394
|
"aliases": [
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4395
|
+
"targetusername",
|
|
4396
|
+
"u"
|
|
4419
4397
|
],
|
|
4420
|
-
"char": "
|
|
4398
|
+
"char": "o",
|
|
4421
4399
|
"deprecateAliases": true,
|
|
4422
|
-
"name": "target-
|
|
4400
|
+
"name": "target-org",
|
|
4423
4401
|
"noCacheDefault": true,
|
|
4424
4402
|
"required": true,
|
|
4425
|
-
"summary": "Username or alias of the
|
|
4403
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4426
4404
|
"hasDynamicHelp": true,
|
|
4427
4405
|
"multiple": false,
|
|
4428
4406
|
"type": "option"
|
|
@@ -4438,84 +4416,89 @@
|
|
|
4438
4416
|
"multiple": false,
|
|
4439
4417
|
"type": "option"
|
|
4440
4418
|
},
|
|
4441
|
-
"
|
|
4442
|
-
"char": "
|
|
4443
|
-
"name": "
|
|
4444
|
-
"summary": "Number of
|
|
4445
|
-
"
|
|
4419
|
+
"created-last-days": {
|
|
4420
|
+
"char": "c",
|
|
4421
|
+
"name": "created-last-days",
|
|
4422
|
+
"summary": "Number of days since the request was created, starting at 0. Use 0 for today.",
|
|
4423
|
+
"hasDynamicHelp": false,
|
|
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.",
|
|
4446
4431
|
"hasDynamicHelp": false,
|
|
4447
4432
|
"multiple": false,
|
|
4433
|
+
"options": [
|
|
4434
|
+
"Queued",
|
|
4435
|
+
"InProgress",
|
|
4436
|
+
"Success",
|
|
4437
|
+
"Error"
|
|
4438
|
+
],
|
|
4448
4439
|
"type": "option"
|
|
4449
4440
|
},
|
|
4450
4441
|
"verbose": {
|
|
4451
4442
|
"name": "verbose",
|
|
4452
|
-
"summary": "
|
|
4443
|
+
"summary": "Display additional information, such as the validation text for each package bundle installation request.",
|
|
4453
4444
|
"allowNo": false,
|
|
4454
4445
|
"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"
|
|
4463
4446
|
}
|
|
4464
4447
|
},
|
|
4465
4448
|
"hasDynamicHelp": true,
|
|
4466
4449
|
"hidden": true,
|
|
4467
4450
|
"hiddenAliases": [],
|
|
4468
|
-
"id": "package:bundle:
|
|
4451
|
+
"id": "package:bundle:install:list",
|
|
4469
4452
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4470
4453
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4471
4454
|
"pluginType": "core",
|
|
4472
4455
|
"state": "beta",
|
|
4473
4456
|
"strict": true,
|
|
4474
|
-
"summary": "
|
|
4457
|
+
"summary": "List package bundle installation requests.",
|
|
4475
4458
|
"enableJsonFlag": true,
|
|
4476
|
-
"requiresProject": true,
|
|
4477
4459
|
"isESM": true,
|
|
4478
4460
|
"relativePath": [
|
|
4479
4461
|
"lib",
|
|
4480
4462
|
"commands",
|
|
4481
4463
|
"package",
|
|
4482
4464
|
"bundle",
|
|
4483
|
-
"
|
|
4484
|
-
"
|
|
4465
|
+
"install",
|
|
4466
|
+
"list.js"
|
|
4485
4467
|
],
|
|
4486
4468
|
"aliasPermutations": [],
|
|
4487
4469
|
"permutations": [
|
|
4488
|
-
"package:bundle:
|
|
4489
|
-
"bundle:package:
|
|
4490
|
-
"bundle:
|
|
4491
|
-
"bundle:
|
|
4492
|
-
"package:
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
4496
|
-
"package:
|
|
4497
|
-
"
|
|
4498
|
-
"
|
|
4499
|
-
"
|
|
4500
|
-
"package:bundle:
|
|
4501
|
-
"bundle:package:
|
|
4502
|
-
"bundle:
|
|
4503
|
-
"bundle:
|
|
4504
|
-
"package:
|
|
4505
|
-
"
|
|
4506
|
-
"
|
|
4507
|
-
"
|
|
4508
|
-
"package:
|
|
4509
|
-
"
|
|
4510
|
-
"
|
|
4511
|
-
"
|
|
4470
|
+
"package:bundle:install:list",
|
|
4471
|
+
"bundle:package:install:list",
|
|
4472
|
+
"bundle:install:package:list",
|
|
4473
|
+
"bundle:install:list:package",
|
|
4474
|
+
"package:install:bundle:list",
|
|
4475
|
+
"install:package:bundle:list",
|
|
4476
|
+
"install:bundle:package:list",
|
|
4477
|
+
"install:bundle:list:package",
|
|
4478
|
+
"package:install:list:bundle",
|
|
4479
|
+
"install:package:list:bundle",
|
|
4480
|
+
"install:list:package:bundle",
|
|
4481
|
+
"install:list:bundle:package",
|
|
4482
|
+
"package:bundle:list:install",
|
|
4483
|
+
"bundle:package:list:install",
|
|
4484
|
+
"bundle:list:package:install",
|
|
4485
|
+
"bundle:list:install:package",
|
|
4486
|
+
"package:list:bundle:install",
|
|
4487
|
+
"list:package:bundle:install",
|
|
4488
|
+
"list:bundle:package:install",
|
|
4489
|
+
"list:bundle:install:package",
|
|
4490
|
+
"package:list:install:bundle",
|
|
4491
|
+
"list:package:install:bundle",
|
|
4492
|
+
"list:install:package:bundle",
|
|
4493
|
+
"list:install:bundle:package"
|
|
4512
4494
|
]
|
|
4513
4495
|
},
|
|
4514
|
-
"package:bundle:
|
|
4496
|
+
"package:bundle:install:report": {
|
|
4515
4497
|
"aliases": [],
|
|
4516
4498
|
"args": {},
|
|
4499
|
+
"description": "The command returns information such as the current status of the request and details about the package bundle version being installed.",
|
|
4517
4500
|
"examples": [
|
|
4518
|
-
"
|
|
4501
|
+
"Report on a package bundle installation request:\n<%= config.bin %> <%= command.id %> --package-install-request-id 0Ho0x0000000000000"
|
|
4519
4502
|
],
|
|
4520
4503
|
"flags": {
|
|
4521
4504
|
"json": {
|
|
@@ -4543,17 +4526,17 @@
|
|
|
4543
4526
|
"multiple": false,
|
|
4544
4527
|
"type": "option"
|
|
4545
4528
|
},
|
|
4546
|
-
"target-
|
|
4529
|
+
"target-org": {
|
|
4547
4530
|
"aliases": [
|
|
4548
|
-
"
|
|
4549
|
-
"
|
|
4531
|
+
"targetusername",
|
|
4532
|
+
"u"
|
|
4550
4533
|
],
|
|
4551
|
-
"char": "
|
|
4534
|
+
"char": "o",
|
|
4552
4535
|
"deprecateAliases": true,
|
|
4553
|
-
"name": "target-
|
|
4536
|
+
"name": "target-org",
|
|
4554
4537
|
"noCacheDefault": true,
|
|
4555
4538
|
"required": true,
|
|
4556
|
-
"summary": "Username or alias of the
|
|
4539
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4557
4540
|
"hasDynamicHelp": true,
|
|
4558
4541
|
"multiple": false,
|
|
4559
4542
|
"type": "option"
|
|
@@ -4569,9 +4552,19 @@
|
|
|
4569
4552
|
"multiple": false,
|
|
4570
4553
|
"type": "option"
|
|
4571
4554
|
},
|
|
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
|
+
},
|
|
4572
4564
|
"verbose": {
|
|
4573
4565
|
"name": "verbose",
|
|
4574
|
-
"
|
|
4566
|
+
"required": false,
|
|
4567
|
+
"summary": "Show verbose output.",
|
|
4575
4568
|
"allowNo": false,
|
|
4576
4569
|
"type": "boolean"
|
|
4577
4570
|
}
|
|
@@ -4579,13 +4572,13 @@
|
|
|
4579
4572
|
"hasDynamicHelp": true,
|
|
4580
4573
|
"hidden": true,
|
|
4581
4574
|
"hiddenAliases": [],
|
|
4582
|
-
"id": "package:bundle:
|
|
4575
|
+
"id": "package:bundle:install:report",
|
|
4583
4576
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4584
4577
|
"pluginName": "@salesforce/plugin-packaging",
|
|
4585
4578
|
"pluginType": "core",
|
|
4586
4579
|
"state": "beta",
|
|
4587
4580
|
"strict": true,
|
|
4588
|
-
"summary": "
|
|
4581
|
+
"summary": "Report on the status of a package bundle installation request.",
|
|
4589
4582
|
"enableJsonFlag": true,
|
|
4590
4583
|
"isESM": true,
|
|
4591
4584
|
"relativePath": [
|
|
@@ -4593,42 +4586,43 @@
|
|
|
4593
4586
|
"commands",
|
|
4594
4587
|
"package",
|
|
4595
4588
|
"bundle",
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4589
|
+
"install",
|
|
4590
|
+
"report.js"
|
|
4598
4591
|
],
|
|
4599
4592
|
"aliasPermutations": [],
|
|
4600
4593
|
"permutations": [
|
|
4601
|
-
"package:bundle:
|
|
4602
|
-
"bundle:package:
|
|
4603
|
-
"bundle:
|
|
4604
|
-
"bundle:
|
|
4605
|
-
"package:
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
"
|
|
4609
|
-
"package:
|
|
4610
|
-
"
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"package:bundle:
|
|
4614
|
-
"bundle:package:
|
|
4615
|
-
"bundle:
|
|
4616
|
-
"bundle:
|
|
4617
|
-
"package:
|
|
4618
|
-
"
|
|
4619
|
-
"
|
|
4620
|
-
"
|
|
4621
|
-
"package:
|
|
4622
|
-
"
|
|
4623
|
-
"
|
|
4624
|
-
"
|
|
4594
|
+
"package:bundle:install:report",
|
|
4595
|
+
"bundle:package:install:report",
|
|
4596
|
+
"bundle:install:package:report",
|
|
4597
|
+
"bundle:install:report:package",
|
|
4598
|
+
"package:install:bundle:report",
|
|
4599
|
+
"install:package:bundle:report",
|
|
4600
|
+
"install:bundle:package:report",
|
|
4601
|
+
"install:bundle:report:package",
|
|
4602
|
+
"package:install:report:bundle",
|
|
4603
|
+
"install:package:report:bundle",
|
|
4604
|
+
"install:report:package:bundle",
|
|
4605
|
+
"install:report:bundle:package",
|
|
4606
|
+
"package:bundle:report:install",
|
|
4607
|
+
"bundle:package:report:install",
|
|
4608
|
+
"bundle:report:package:install",
|
|
4609
|
+
"bundle:report:install:package",
|
|
4610
|
+
"package:report:bundle:install",
|
|
4611
|
+
"report:package:bundle:install",
|
|
4612
|
+
"report:bundle:package:install",
|
|
4613
|
+
"report:bundle:install:package",
|
|
4614
|
+
"package:report:install:bundle",
|
|
4615
|
+
"report:package:install:bundle",
|
|
4616
|
+
"report:install:package:bundle",
|
|
4617
|
+
"report:install:bundle:package"
|
|
4625
4618
|
]
|
|
4626
4619
|
},
|
|
4627
|
-
"package:bundle:version:
|
|
4620
|
+
"package:bundle:version:create": {
|
|
4628
4621
|
"aliases": [],
|
|
4629
4622
|
"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...\".",
|
|
4630
4624
|
"examples": [
|
|
4631
|
-
"
|
|
4625
|
+
"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"
|
|
4632
4626
|
],
|
|
4633
4627
|
"flags": {
|
|
4634
4628
|
"json": {
|
|
@@ -4656,6 +4650,32 @@
|
|
|
4656
4650
|
"multiple": false,
|
|
4657
4651
|
"type": "option"
|
|
4658
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
|
+
},
|
|
4659
4679
|
"target-dev-hub": {
|
|
4660
4680
|
"aliases": [
|
|
4661
4681
|
"targetdevhubusername",
|
|
@@ -4682,8 +4702,252 @@
|
|
|
4682
4702
|
"multiple": false,
|
|
4683
4703
|
"type": "option"
|
|
4684
4704
|
},
|
|
4685
|
-
"
|
|
4686
|
-
"char": "
|
|
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"
|
|
4896
|
+
],
|
|
4897
|
+
"flags": {
|
|
4898
|
+
"json": {
|
|
4899
|
+
"description": "Format output as json.",
|
|
4900
|
+
"helpGroup": "GLOBAL",
|
|
4901
|
+
"name": "json",
|
|
4902
|
+
"allowNo": false,
|
|
4903
|
+
"type": "boolean"
|
|
4904
|
+
},
|
|
4905
|
+
"flags-dir": {
|
|
4906
|
+
"helpGroup": "GLOBAL",
|
|
4907
|
+
"name": "flags-dir",
|
|
4908
|
+
"summary": "Import flag values from a directory.",
|
|
4909
|
+
"hasDynamicHelp": false,
|
|
4910
|
+
"multiple": false,
|
|
4911
|
+
"type": "option"
|
|
4912
|
+
},
|
|
4913
|
+
"loglevel": {
|
|
4914
|
+
"deprecated": {
|
|
4915
|
+
"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."
|
|
4916
|
+
},
|
|
4917
|
+
"hidden": true,
|
|
4918
|
+
"name": "loglevel",
|
|
4919
|
+
"hasDynamicHelp": false,
|
|
4920
|
+
"multiple": false,
|
|
4921
|
+
"type": "option"
|
|
4922
|
+
},
|
|
4923
|
+
"target-dev-hub": {
|
|
4924
|
+
"aliases": [
|
|
4925
|
+
"targetdevhubusername",
|
|
4926
|
+
"target-hub-org"
|
|
4927
|
+
],
|
|
4928
|
+
"char": "v",
|
|
4929
|
+
"deprecateAliases": true,
|
|
4930
|
+
"name": "target-dev-hub",
|
|
4931
|
+
"noCacheDefault": true,
|
|
4932
|
+
"required": true,
|
|
4933
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4934
|
+
"hasDynamicHelp": true,
|
|
4935
|
+
"multiple": false,
|
|
4936
|
+
"type": "option"
|
|
4937
|
+
},
|
|
4938
|
+
"api-version": {
|
|
4939
|
+
"aliases": [
|
|
4940
|
+
"apiversion"
|
|
4941
|
+
],
|
|
4942
|
+
"deprecateAliases": true,
|
|
4943
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4944
|
+
"name": "api-version",
|
|
4945
|
+
"hasDynamicHelp": false,
|
|
4946
|
+
"multiple": false,
|
|
4947
|
+
"type": "option"
|
|
4948
|
+
},
|
|
4949
|
+
"bundle-version": {
|
|
4950
|
+
"char": "b",
|
|
4687
4951
|
"name": "bundle-version",
|
|
4688
4952
|
"required": true,
|
|
4689
4953
|
"summary": "Name or ID of the package bundle version to retrieve details about.",
|
|
@@ -5505,270 +5769,6 @@
|
|
|
5505
5769
|
"get:create:version:package1"
|
|
5506
5770
|
]
|
|
5507
5771
|
},
|
|
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.9"
|
|
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.9",
|
|
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.
|
|
9
|
+
"@salesforce/core": "^8.25.0",
|
|
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.68",
|
|
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.9.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.24.9.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|