@salesforce/plugin-packaging 2.19.1 → 2.19.2
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 +28 -28
- package/oclif.manifest.json +110 -110
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -154,7 +154,7 @@ FLAG DESCRIPTIONS
|
|
|
154
154
|
--installation-key-bypass flag is required.
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
157
|
+
_See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/convert.ts)_
|
|
158
158
|
|
|
159
159
|
## `sf package create`
|
|
160
160
|
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
|
233
233
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
236
|
+
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/create.ts)_
|
|
237
237
|
|
|
238
238
|
## `sf package delete`
|
|
239
239
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
278
|
+
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/delete.ts)_
|
|
279
279
|
|
|
280
280
|
## `sf package install`
|
|
281
281
|
|
|
@@ -374,7 +374,7 @@ FLAG DESCRIPTIONS
|
|
|
374
374
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
377
|
+
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/install.ts)_
|
|
378
378
|
|
|
379
379
|
## `sf package install report`
|
|
380
380
|
|
|
@@ -407,7 +407,7 @@ EXAMPLES
|
|
|
407
407
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
410
|
+
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/install/report.ts)_
|
|
411
411
|
|
|
412
412
|
## `sf package installed list`
|
|
413
413
|
|
|
@@ -439,7 +439,7 @@ EXAMPLES
|
|
|
439
439
|
$ sf package installed list --target-org me@example.com
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
442
|
+
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/installed/list.ts)_
|
|
443
443
|
|
|
444
444
|
## `sf package list`
|
|
445
445
|
|
|
@@ -477,7 +477,7 @@ EXAMPLES
|
|
|
477
477
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
480
|
+
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/list.ts)_
|
|
481
481
|
|
|
482
482
|
## `sf package push-upgrade abort`
|
|
483
483
|
|
|
@@ -516,7 +516,7 @@ EXAMPLES
|
|
|
516
516
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
519
|
+
_See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/push-upgrade/abort.ts)_
|
|
520
520
|
|
|
521
521
|
## `sf package push-upgrade list`
|
|
522
522
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
578
|
+
_See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/push-upgrade/list.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf package push-upgrade report`
|
|
581
581
|
|
|
@@ -617,7 +617,7 @@ EXAMPLES
|
|
|
617
617
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
620
|
+
_See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/push-upgrade/report.ts)_
|
|
621
621
|
|
|
622
622
|
## `sf package push-upgrade schedule`
|
|
623
623
|
|
|
@@ -704,7 +704,7 @@ FLAG DESCRIPTIONS
|
|
|
704
704
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
707
|
+
_See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
708
708
|
|
|
709
709
|
## `sf package uninstall`
|
|
710
710
|
|
|
@@ -752,7 +752,7 @@ EXAMPLES
|
|
|
752
752
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
755
|
+
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/uninstall.ts)_
|
|
756
756
|
|
|
757
757
|
## `sf package uninstall report`
|
|
758
758
|
|
|
@@ -785,7 +785,7 @@ EXAMPLES
|
|
|
785
785
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
788
|
+
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/uninstall/report.ts)_
|
|
789
789
|
|
|
790
790
|
## `sf package update`
|
|
791
791
|
|
|
@@ -840,7 +840,7 @@ FLAG DESCRIPTIONS
|
|
|
840
840
|
associated with your package.
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
843
|
+
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/update.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf package version create`
|
|
846
846
|
|
|
@@ -1015,7 +1015,7 @@ FLAG DESCRIPTIONS
|
|
|
1015
1015
|
periods of no output from commands.
|
|
1016
1016
|
```
|
|
1017
1017
|
|
|
1018
|
-
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1018
|
+
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/create.ts)_
|
|
1019
1019
|
|
|
1020
1020
|
## `sf package version create list`
|
|
1021
1021
|
|
|
@@ -1076,7 +1076,7 @@ EXAMPLES
|
|
|
1076
1076
|
$ sf package version create list --created-last-days 0 --status Success
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1079
|
+
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/create/list.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `sf package version create report`
|
|
1082
1082
|
|
|
@@ -1119,7 +1119,7 @@ EXAMPLES
|
|
|
1119
1119
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
1120
1120
|
```
|
|
1121
1121
|
|
|
1122
|
-
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1122
|
+
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/create/report.ts)_
|
|
1123
1123
|
|
|
1124
1124
|
## `sf package version delete`
|
|
1125
1125
|
|
|
@@ -1160,7 +1160,7 @@ EXAMPLES
|
|
|
1160
1160
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
1161
1161
|
```
|
|
1162
1162
|
|
|
1163
|
-
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1163
|
+
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/delete.ts)_
|
|
1164
1164
|
|
|
1165
1165
|
## `sf package version displayancestry`
|
|
1166
1166
|
|
|
@@ -1220,7 +1220,7 @@ FLAG DESCRIPTIONS
|
|
|
1220
1220
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
1221
1221
|
```
|
|
1222
1222
|
|
|
1223
|
-
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1223
|
+
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/displayancestry.ts)_
|
|
1224
1224
|
|
|
1225
1225
|
## `sf package version displaydependencies`
|
|
1226
1226
|
|
|
@@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS
|
|
|
1282
1282
|
package, which must be installed last.
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1285
|
+
_See code: [src/commands/package/version/displaydependencies.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/displaydependencies.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf package version list`
|
|
1288
1288
|
|
|
@@ -1358,7 +1358,7 @@ EXAMPLES
|
|
|
1358
1358
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
1359
1359
|
```
|
|
1360
1360
|
|
|
1361
|
-
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1361
|
+
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/list.ts)_
|
|
1362
1362
|
|
|
1363
1363
|
## `sf package version promote`
|
|
1364
1364
|
|
|
@@ -1402,7 +1402,7 @@ EXAMPLES
|
|
|
1402
1402
|
$ sf package version promote --package "Awesome Package Alias"
|
|
1403
1403
|
```
|
|
1404
1404
|
|
|
1405
|
-
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1405
|
+
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/promote.ts)_
|
|
1406
1406
|
|
|
1407
1407
|
## `sf package version report`
|
|
1408
1408
|
|
|
@@ -1442,7 +1442,7 @@ EXAMPLES
|
|
|
1442
1442
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1445
|
+
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/report.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf package version update`
|
|
1448
1448
|
|
|
@@ -1495,7 +1495,7 @@ EXAMPLES
|
|
|
1495
1495
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
1496
1496
|
```
|
|
1497
1497
|
|
|
1498
|
-
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1498
|
+
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package/version/update.ts)_
|
|
1499
1499
|
|
|
1500
1500
|
## `sf package1 version create`
|
|
1501
1501
|
|
|
@@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS
|
|
|
1562
1562
|
subscribers.
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1565
|
+
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package1/version/create.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf package1 version create get`
|
|
1568
1568
|
|
|
@@ -1595,7 +1595,7 @@ EXAMPLES
|
|
|
1595
1595
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
1596
1596
|
```
|
|
1597
1597
|
|
|
1598
|
-
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1598
|
+
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package1/version/create/get.ts)_
|
|
1599
1599
|
|
|
1600
1600
|
## `sf package1 version display`
|
|
1601
1601
|
|
|
@@ -1629,7 +1629,7 @@ EXAMPLES
|
|
|
1629
1629
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
1630
1630
|
```
|
|
1631
1631
|
|
|
1632
|
-
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1632
|
+
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package1/version/display.ts)_
|
|
1633
1633
|
|
|
1634
1634
|
## `sf package1 version list`
|
|
1635
1635
|
|
|
@@ -1667,6 +1667,6 @@ FLAG DESCRIPTIONS
|
|
|
1667
1667
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
1668
1668
|
```
|
|
1669
1669
|
|
|
1670
|
-
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.
|
|
1670
|
+
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.19.2/src/commands/package1/version/list.ts)_
|
|
1671
1671
|
|
|
1672
1672
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1053,15 +1053,15 @@
|
|
|
1053
1053
|
"update:package"
|
|
1054
1054
|
]
|
|
1055
1055
|
},
|
|
1056
|
-
"package:
|
|
1056
|
+
"package:install:report": {
|
|
1057
1057
|
"aliases": [
|
|
1058
|
-
"force:package:
|
|
1058
|
+
"force:package:install:report"
|
|
1059
1059
|
],
|
|
1060
1060
|
"args": {},
|
|
1061
1061
|
"deprecateAliases": true,
|
|
1062
1062
|
"examples": [
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1063
|
+
"Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
|
|
1064
|
+
"Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
|
|
1065
1065
|
],
|
|
1066
1066
|
"flags": {
|
|
1067
1067
|
"json": {
|
|
@@ -1079,16 +1079,6 @@
|
|
|
1079
1079
|
"multiple": false,
|
|
1080
1080
|
"type": "option"
|
|
1081
1081
|
},
|
|
1082
|
-
"loglevel": {
|
|
1083
|
-
"deprecated": {
|
|
1084
|
-
"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."
|
|
1085
|
-
},
|
|
1086
|
-
"hidden": true,
|
|
1087
|
-
"name": "loglevel",
|
|
1088
|
-
"hasDynamicHelp": false,
|
|
1089
|
-
"multiple": false,
|
|
1090
|
-
"type": "option"
|
|
1091
|
-
},
|
|
1092
1082
|
"target-org": {
|
|
1093
1083
|
"aliases": [
|
|
1094
1084
|
"targetusername",
|
|
@@ -1114,69 +1104,92 @@
|
|
|
1114
1104
|
"hasDynamicHelp": false,
|
|
1115
1105
|
"multiple": false,
|
|
1116
1106
|
"type": "option"
|
|
1107
|
+
},
|
|
1108
|
+
"loglevel": {
|
|
1109
|
+
"deprecated": {
|
|
1110
|
+
"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."
|
|
1111
|
+
},
|
|
1112
|
+
"hidden": true,
|
|
1113
|
+
"name": "loglevel",
|
|
1114
|
+
"hasDynamicHelp": false,
|
|
1115
|
+
"multiple": false,
|
|
1116
|
+
"type": "option"
|
|
1117
|
+
},
|
|
1118
|
+
"request-id": {
|
|
1119
|
+
"aliases": [
|
|
1120
|
+
"requestid"
|
|
1121
|
+
],
|
|
1122
|
+
"char": "i",
|
|
1123
|
+
"deprecateAliases": true,
|
|
1124
|
+
"name": "request-id",
|
|
1125
|
+
"required": true,
|
|
1126
|
+
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
1127
|
+
"hasDynamicHelp": false,
|
|
1128
|
+
"multiple": false,
|
|
1129
|
+
"type": "option"
|
|
1117
1130
|
}
|
|
1118
1131
|
},
|
|
1119
1132
|
"hasDynamicHelp": true,
|
|
1120
1133
|
"hiddenAliases": [],
|
|
1121
|
-
"id": "package:
|
|
1134
|
+
"id": "package:install:report",
|
|
1122
1135
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1123
1136
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1124
1137
|
"pluginType": "core",
|
|
1125
1138
|
"strict": true,
|
|
1126
|
-
"summary": "
|
|
1139
|
+
"summary": "Retrieve the status of a package installation request.",
|
|
1127
1140
|
"enableJsonFlag": true,
|
|
1128
1141
|
"isESM": true,
|
|
1129
1142
|
"relativePath": [
|
|
1130
1143
|
"lib",
|
|
1131
1144
|
"commands",
|
|
1132
1145
|
"package",
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1146
|
+
"install",
|
|
1147
|
+
"report.js"
|
|
1135
1148
|
],
|
|
1136
1149
|
"aliasPermutations": [
|
|
1137
|
-
"force:package:
|
|
1138
|
-
"package:force:
|
|
1139
|
-
"package:
|
|
1140
|
-
"package:
|
|
1141
|
-
"force:
|
|
1142
|
-
"
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1145
|
-
"force:
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"force:package:
|
|
1150
|
-
"package:force:
|
|
1151
|
-
"package:
|
|
1152
|
-
"package:
|
|
1153
|
-
"force:
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"force:
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1150
|
+
"force:package:install:report",
|
|
1151
|
+
"package:force:install:report",
|
|
1152
|
+
"package:install:force:report",
|
|
1153
|
+
"package:install:report:force",
|
|
1154
|
+
"force:install:package:report",
|
|
1155
|
+
"install:force:package:report",
|
|
1156
|
+
"install:package:force:report",
|
|
1157
|
+
"install:package:report:force",
|
|
1158
|
+
"force:install:report:package",
|
|
1159
|
+
"install:force:report:package",
|
|
1160
|
+
"install:report:force:package",
|
|
1161
|
+
"install:report:package:force",
|
|
1162
|
+
"force:package:report:install",
|
|
1163
|
+
"package:force:report:install",
|
|
1164
|
+
"package:report:force:install",
|
|
1165
|
+
"package:report:install:force",
|
|
1166
|
+
"force:report:package:install",
|
|
1167
|
+
"report:force:package:install",
|
|
1168
|
+
"report:package:force:install",
|
|
1169
|
+
"report:package:install:force",
|
|
1170
|
+
"force:report:install:package",
|
|
1171
|
+
"report:force:install:package",
|
|
1172
|
+
"report:install:force:package",
|
|
1173
|
+
"report:install:package:force"
|
|
1161
1174
|
],
|
|
1162
1175
|
"permutations": [
|
|
1163
|
-
"package:
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"package:
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1176
|
+
"package:install:report",
|
|
1177
|
+
"install:package:report",
|
|
1178
|
+
"install:report:package",
|
|
1179
|
+
"package:report:install",
|
|
1180
|
+
"report:package:install",
|
|
1181
|
+
"report:install:package"
|
|
1169
1182
|
]
|
|
1170
1183
|
},
|
|
1171
|
-
"package:
|
|
1184
|
+
"package:installed:list": {
|
|
1172
1185
|
"aliases": [
|
|
1173
|
-
"force:package:
|
|
1186
|
+
"force:package:installed:list"
|
|
1174
1187
|
],
|
|
1175
1188
|
"args": {},
|
|
1176
1189
|
"deprecateAliases": true,
|
|
1177
1190
|
"examples": [
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1191
|
+
"List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1192
|
+
"List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
|
|
1180
1193
|
],
|
|
1181
1194
|
"flags": {
|
|
1182
1195
|
"json": {
|
|
@@ -1194,6 +1207,16 @@
|
|
|
1194
1207
|
"multiple": false,
|
|
1195
1208
|
"type": "option"
|
|
1196
1209
|
},
|
|
1210
|
+
"loglevel": {
|
|
1211
|
+
"deprecated": {
|
|
1212
|
+
"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."
|
|
1213
|
+
},
|
|
1214
|
+
"hidden": true,
|
|
1215
|
+
"name": "loglevel",
|
|
1216
|
+
"hasDynamicHelp": false,
|
|
1217
|
+
"multiple": false,
|
|
1218
|
+
"type": "option"
|
|
1219
|
+
},
|
|
1197
1220
|
"target-org": {
|
|
1198
1221
|
"aliases": [
|
|
1199
1222
|
"targetusername",
|
|
@@ -1219,81 +1242,58 @@
|
|
|
1219
1242
|
"hasDynamicHelp": false,
|
|
1220
1243
|
"multiple": false,
|
|
1221
1244
|
"type": "option"
|
|
1222
|
-
},
|
|
1223
|
-
"loglevel": {
|
|
1224
|
-
"deprecated": {
|
|
1225
|
-
"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."
|
|
1226
|
-
},
|
|
1227
|
-
"hidden": true,
|
|
1228
|
-
"name": "loglevel",
|
|
1229
|
-
"hasDynamicHelp": false,
|
|
1230
|
-
"multiple": false,
|
|
1231
|
-
"type": "option"
|
|
1232
|
-
},
|
|
1233
|
-
"request-id": {
|
|
1234
|
-
"aliases": [
|
|
1235
|
-
"requestid"
|
|
1236
|
-
],
|
|
1237
|
-
"char": "i",
|
|
1238
|
-
"deprecateAliases": true,
|
|
1239
|
-
"name": "request-id",
|
|
1240
|
-
"required": true,
|
|
1241
|
-
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
1242
|
-
"hasDynamicHelp": false,
|
|
1243
|
-
"multiple": false,
|
|
1244
|
-
"type": "option"
|
|
1245
1245
|
}
|
|
1246
1246
|
},
|
|
1247
1247
|
"hasDynamicHelp": true,
|
|
1248
1248
|
"hiddenAliases": [],
|
|
1249
|
-
"id": "package:
|
|
1249
|
+
"id": "package:installed:list",
|
|
1250
1250
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1251
1251
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1252
1252
|
"pluginType": "core",
|
|
1253
1253
|
"strict": true,
|
|
1254
|
-
"summary": "
|
|
1254
|
+
"summary": "List the org’s installed packages.",
|
|
1255
1255
|
"enableJsonFlag": true,
|
|
1256
1256
|
"isESM": true,
|
|
1257
1257
|
"relativePath": [
|
|
1258
1258
|
"lib",
|
|
1259
1259
|
"commands",
|
|
1260
1260
|
"package",
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1261
|
+
"installed",
|
|
1262
|
+
"list.js"
|
|
1263
1263
|
],
|
|
1264
1264
|
"aliasPermutations": [
|
|
1265
|
-
"force:package:
|
|
1266
|
-
"package:force:
|
|
1267
|
-
"package:
|
|
1268
|
-
"package:
|
|
1269
|
-
"force:
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"force:
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
"force:package:
|
|
1278
|
-
"package:force:
|
|
1279
|
-
"package:
|
|
1280
|
-
"package:
|
|
1281
|
-
"force:
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"force:
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1265
|
+
"force:package:installed:list",
|
|
1266
|
+
"package:force:installed:list",
|
|
1267
|
+
"package:installed:force:list",
|
|
1268
|
+
"package:installed:list:force",
|
|
1269
|
+
"force:installed:package:list",
|
|
1270
|
+
"installed:force:package:list",
|
|
1271
|
+
"installed:package:force:list",
|
|
1272
|
+
"installed:package:list:force",
|
|
1273
|
+
"force:installed:list:package",
|
|
1274
|
+
"installed:force:list:package",
|
|
1275
|
+
"installed:list:force:package",
|
|
1276
|
+
"installed:list:package:force",
|
|
1277
|
+
"force:package:list:installed",
|
|
1278
|
+
"package:force:list:installed",
|
|
1279
|
+
"package:list:force:installed",
|
|
1280
|
+
"package:list:installed:force",
|
|
1281
|
+
"force:list:package:installed",
|
|
1282
|
+
"list:force:package:installed",
|
|
1283
|
+
"list:package:force:installed",
|
|
1284
|
+
"list:package:installed:force",
|
|
1285
|
+
"force:list:installed:package",
|
|
1286
|
+
"list:force:installed:package",
|
|
1287
|
+
"list:installed:force:package",
|
|
1288
|
+
"list:installed:package:force"
|
|
1289
1289
|
],
|
|
1290
1290
|
"permutations": [
|
|
1291
|
-
"package:
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"package:
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1291
|
+
"package:installed:list",
|
|
1292
|
+
"installed:package:list",
|
|
1293
|
+
"installed:list:package",
|
|
1294
|
+
"package:list:installed",
|
|
1295
|
+
"list:package:installed",
|
|
1296
|
+
"list:installed:package"
|
|
1297
1297
|
]
|
|
1298
1298
|
},
|
|
1299
1299
|
"package:push-upgrade:abort": {
|
|
@@ -4667,5 +4667,5 @@
|
|
|
4667
4667
|
]
|
|
4668
4668
|
}
|
|
4669
4669
|
},
|
|
4670
|
-
"version": "2.19.
|
|
4670
|
+
"version": "2.19.2"
|
|
4671
4671
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
11
|
"@salesforce/packaging": "^4.11.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
13
|
-
"chalk": "^5.
|
|
13
|
+
"chalk": "^5.5.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"exports": "./lib/index.js",
|
|
248
248
|
"type": "module",
|
|
249
249
|
"sfdx": {
|
|
250
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.
|
|
251
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.
|
|
250
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.2.crt",
|
|
251
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.2.sig"
|
|
252
252
|
}
|
|
253
253
|
}
|