@salesforce/plugin-packaging 2.15.1 → 2.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -143,7 +143,7 @@ FLAG DESCRIPTIONS
143
143
  --installation-key-bypass flag is required.
144
144
  ```
145
145
 
146
- _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/convert.ts)_
146
+ _See code: [src/commands/package/convert.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/convert.ts)_
147
147
 
148
148
  ## `sf package create`
149
149
 
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222
222
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
223
223
  ```
224
224
 
225
- _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/create.ts)_
225
+ _See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/create.ts)_
226
226
 
227
227
  ## `sf package delete`
228
228
 
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
265
265
  ```
266
266
 
267
- _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/delete.ts)_
267
+ _See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/delete.ts)_
268
268
 
269
269
  ## `sf package install`
270
270
 
@@ -363,7 +363,7 @@ FLAG DESCRIPTIONS
363
363
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
364
364
  ```
365
365
 
366
- _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/install.ts)_
366
+ _See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/install.ts)_
367
367
 
368
368
  ## `sf package install report`
369
369
 
@@ -396,7 +396,7 @@ EXAMPLES
396
396
  $ sf package install report --request-id 0Hf... --target-org me@example.com
397
397
  ```
398
398
 
399
- _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/install/report.ts)_
399
+ _See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/install/report.ts)_
400
400
 
401
401
  ## `sf package installed list`
402
402
 
@@ -428,7 +428,7 @@ EXAMPLES
428
428
  $ sf package installed list --target-org me@example.com
429
429
  ```
430
430
 
431
- _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/installed/list.ts)_
431
+ _See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/installed/list.ts)_
432
432
 
433
433
  ## `sf package list`
434
434
 
@@ -466,7 +466,7 @@ EXAMPLES
466
466
  $ sf package list --target-dev-hub devhub@example.com --verbose
467
467
  ```
468
468
 
469
- _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/list.ts)_
469
+ _See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/list.ts)_
470
470
 
471
471
  ## `sf package push-upgrade abort`
472
472
 
@@ -506,7 +506,7 @@ EXAMPLES
506
506
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
507
507
  ```
508
508
 
509
- _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/push-upgrade/abort.ts)_
509
+ _See code: [src/commands/package/push-upgrade/abort.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/push-upgrade/abort.ts)_
510
510
 
511
511
  ## `sf package push-upgrade list`
512
512
 
@@ -565,7 +565,7 @@ EXAMPLES
565
565
  $ sf package push-upgrade list --package 033xyz –-status Failed
566
566
  ```
567
567
 
568
- _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/push-upgrade/list.ts)_
568
+ _See code: [src/commands/package/push-upgrade/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/push-upgrade/list.ts)_
569
569
 
570
570
  ## `sf package push-upgrade report`
571
571
 
@@ -607,7 +607,7 @@ EXAMPLES
607
607
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
608
608
  ```
609
609
 
610
- _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/push-upgrade/report.ts)_
610
+ _See code: [src/commands/package/push-upgrade/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/push-upgrade/report.ts)_
611
611
 
612
612
  ## `sf package push-upgrade schedule`
613
613
 
@@ -689,7 +689,7 @@ FLAG DESCRIPTIONS
689
689
  Overrides the value of the target-dev-hub configuration variable, if set.
690
690
  ```
691
691
 
692
- _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/push-upgrade/schedule.ts)_
692
+ _See code: [src/commands/package/push-upgrade/schedule.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/push-upgrade/schedule.ts)_
693
693
 
694
694
  ## `sf package uninstall`
695
695
 
@@ -737,7 +737,7 @@ EXAMPLES
737
737
  $ sf package uninstall --package "Undesirable Package Alias"
738
738
  ```
739
739
 
740
- _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/uninstall.ts)_
740
+ _See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/uninstall.ts)_
741
741
 
742
742
  ## `sf package uninstall report`
743
743
 
@@ -770,7 +770,7 @@ EXAMPLES
770
770
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
771
771
  ```
772
772
 
773
- _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/uninstall/report.ts)_
773
+ _See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/uninstall/report.ts)_
774
774
 
775
775
  ## `sf package update`
776
776
 
@@ -825,7 +825,7 @@ FLAG DESCRIPTIONS
825
825
  associated with your package.
826
826
  ```
827
827
 
828
- _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/update.ts)_
828
+ _See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/update.ts)_
829
829
 
830
830
  ## `sf package version create`
831
831
 
@@ -1000,7 +1000,7 @@ FLAG DESCRIPTIONS
1000
1000
  periods of no output from commands.
1001
1001
  ```
1002
1002
 
1003
- _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/create.ts)_
1003
+ _See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/create.ts)_
1004
1004
 
1005
1005
  ## `sf package version create list`
1006
1006
 
@@ -1061,7 +1061,7 @@ EXAMPLES
1061
1061
  $ sf package version create list --created-last-days 0 --status Success
1062
1062
  ```
1063
1063
 
1064
- _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/create/list.ts)_
1064
+ _See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/create/list.ts)_
1065
1065
 
1066
1066
  ## `sf package version create report`
1067
1067
 
@@ -1104,7 +1104,7 @@ EXAMPLES
1104
1104
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
1105
1105
  ```
1106
1106
 
1107
- _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/create/report.ts)_
1107
+ _See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/create/report.ts)_
1108
1108
 
1109
1109
  ## `sf package version delete`
1110
1110
 
@@ -1145,7 +1145,7 @@ EXAMPLES
1145
1145
  $ sf package version delete --package 04t... --target-org devhub@example.com
1146
1146
  ```
1147
1147
 
1148
- _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/delete.ts)_
1148
+ _See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/delete.ts)_
1149
1149
 
1150
1150
  ## `sf package version displayancestry`
1151
1151
 
@@ -1205,7 +1205,7 @@ FLAG DESCRIPTIONS
1205
1205
  You can use the DOT code output in graph visualization software to create tree visualizations.
1206
1206
  ```
1207
1207
 
1208
- _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/displayancestry.ts)_
1208
+ _See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/displayancestry.ts)_
1209
1209
 
1210
1210
  ## `sf package version list`
1211
1211
 
@@ -1281,7 +1281,7 @@ EXAMPLES
1281
1281
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
1282
1282
  ```
1283
1283
 
1284
- _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/list.ts)_
1284
+ _See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/list.ts)_
1285
1285
 
1286
1286
  ## `sf package version promote`
1287
1287
 
@@ -1325,7 +1325,7 @@ EXAMPLES
1325
1325
  $ sf package version promote --package "Awesome Package Alias"
1326
1326
  ```
1327
1327
 
1328
- _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/promote.ts)_
1328
+ _See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/promote.ts)_
1329
1329
 
1330
1330
  ## `sf package version report`
1331
1331
 
@@ -1365,7 +1365,7 @@ EXAMPLES
1365
1365
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
1366
1366
  ```
1367
1367
 
1368
- _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/report.ts)_
1368
+ _See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/report.ts)_
1369
1369
 
1370
1370
  ## `sf package version update`
1371
1371
 
@@ -1418,7 +1418,7 @@ EXAMPLES
1418
1418
  $ sf package version update --package 04t... --version-description "New Package Version Description"
1419
1419
  ```
1420
1420
 
1421
- _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package/version/update.ts)_
1421
+ _See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package/version/update.ts)_
1422
1422
 
1423
1423
  ## `sf package1 version create`
1424
1424
 
@@ -1485,7 +1485,7 @@ FLAG DESCRIPTIONS
1485
1485
  subscribers.
1486
1486
  ```
1487
1487
 
1488
- _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package1/version/create.ts)_
1488
+ _See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package1/version/create.ts)_
1489
1489
 
1490
1490
  ## `sf package1 version create get`
1491
1491
 
@@ -1518,7 +1518,7 @@ EXAMPLES
1518
1518
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
1519
1519
  ```
1520
1520
 
1521
- _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package1/version/create/get.ts)_
1521
+ _See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package1/version/create/get.ts)_
1522
1522
 
1523
1523
  ## `sf package1 version display`
1524
1524
 
@@ -1552,7 +1552,7 @@ EXAMPLES
1552
1552
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
1553
1553
  ```
1554
1554
 
1555
- _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package1/version/display.ts)_
1555
+ _See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package1/version/display.ts)_
1556
1556
 
1557
1557
  ## `sf package1 version list`
1558
1558
 
@@ -1590,6 +1590,6 @@ FLAG DESCRIPTIONS
1590
1590
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
1591
1591
  ```
1592
1592
 
1593
- _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.1/src/commands/package1/version/list.ts)_
1593
+ _See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.15.3/src/commands/package1/version/list.ts)_
1594
1594
 
1595
1595
  <!-- commandsstop -->
@@ -191,13 +191,13 @@ Display verbose command output. When polling for the status of the creation, thi
191
191
 
192
192
  # InProgress
193
193
 
194
- Package version creation request status is '%s'. Run "%s package:version:create:report -i %s" to query for status.
194
+ Package version creation request status is '%s'. Run "%s package version create report -i %s" to query for status.
195
195
 
196
196
  # Success
197
197
 
198
198
  Successfully created the package version [%s]. Subscriber Package Version Id: %s
199
199
  Package Installation URL: %s%s
200
- As an alternative, you can use the "%s package:install" command.
200
+ As an alternative, you can use the "%s package install" command.
201
201
 
202
202
  # errorPathNotFound
203
203
 
@@ -1045,15 +1045,15 @@
1045
1045
  "update:package"
1046
1046
  ]
1047
1047
  },
1048
- "package:installed:list": {
1048
+ "package:install:report": {
1049
1049
  "aliases": [
1050
- "force:package:installed:list"
1050
+ "force:package:install:report"
1051
1051
  ],
1052
1052
  "args": {},
1053
1053
  "deprecateAliases": true,
1054
1054
  "examples": [
1055
- "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1056
- "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1055
+ "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1056
+ "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"
1057
1057
  ],
1058
1058
  "flags": {
1059
1059
  "json": {
@@ -1071,16 +1071,6 @@
1071
1071
  "multiple": false,
1072
1072
  "type": "option"
1073
1073
  },
1074
- "loglevel": {
1075
- "deprecated": {
1076
- "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."
1077
- },
1078
- "hidden": true,
1079
- "name": "loglevel",
1080
- "hasDynamicHelp": false,
1081
- "multiple": false,
1082
- "type": "option"
1083
- },
1084
1074
  "target-org": {
1085
1075
  "aliases": [
1086
1076
  "targetusername",
@@ -1106,69 +1096,92 @@
1106
1096
  "hasDynamicHelp": false,
1107
1097
  "multiple": false,
1108
1098
  "type": "option"
1099
+ },
1100
+ "loglevel": {
1101
+ "deprecated": {
1102
+ "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."
1103
+ },
1104
+ "hidden": true,
1105
+ "name": "loglevel",
1106
+ "hasDynamicHelp": false,
1107
+ "multiple": false,
1108
+ "type": "option"
1109
+ },
1110
+ "request-id": {
1111
+ "aliases": [
1112
+ "requestid"
1113
+ ],
1114
+ "char": "i",
1115
+ "deprecateAliases": true,
1116
+ "name": "request-id",
1117
+ "required": true,
1118
+ "summary": "ID of the package install request you want to check; starts with 0Hf.",
1119
+ "hasDynamicHelp": false,
1120
+ "multiple": false,
1121
+ "type": "option"
1109
1122
  }
1110
1123
  },
1111
1124
  "hasDynamicHelp": true,
1112
1125
  "hiddenAliases": [],
1113
- "id": "package:installed:list",
1126
+ "id": "package:install:report",
1114
1127
  "pluginAlias": "@salesforce/plugin-packaging",
1115
1128
  "pluginName": "@salesforce/plugin-packaging",
1116
1129
  "pluginType": "core",
1117
1130
  "strict": true,
1118
- "summary": "List the org’s installed packages.",
1131
+ "summary": "Retrieve the status of a package installation request.",
1119
1132
  "enableJsonFlag": true,
1120
1133
  "isESM": true,
1121
1134
  "relativePath": [
1122
1135
  "lib",
1123
1136
  "commands",
1124
1137
  "package",
1125
- "installed",
1126
- "list.js"
1138
+ "install",
1139
+ "report.js"
1127
1140
  ],
1128
1141
  "aliasPermutations": [
1129
- "force:package:installed:list",
1130
- "package:force:installed:list",
1131
- "package:installed:force:list",
1132
- "package:installed:list:force",
1133
- "force:installed:package:list",
1134
- "installed:force:package:list",
1135
- "installed:package:force:list",
1136
- "installed:package:list:force",
1137
- "force:installed:list:package",
1138
- "installed:force:list:package",
1139
- "installed:list:force:package",
1140
- "installed:list:package:force",
1141
- "force:package:list:installed",
1142
- "package:force:list:installed",
1143
- "package:list:force:installed",
1144
- "package:list:installed:force",
1145
- "force:list:package:installed",
1146
- "list:force:package:installed",
1147
- "list:package:force:installed",
1148
- "list:package:installed:force",
1149
- "force:list:installed:package",
1150
- "list:force:installed:package",
1151
- "list:installed:force:package",
1152
- "list:installed:package:force"
1142
+ "force:package:install:report",
1143
+ "package:force:install:report",
1144
+ "package:install:force:report",
1145
+ "package:install:report:force",
1146
+ "force:install:package:report",
1147
+ "install:force:package:report",
1148
+ "install:package:force:report",
1149
+ "install:package:report:force",
1150
+ "force:install:report:package",
1151
+ "install:force:report:package",
1152
+ "install:report:force:package",
1153
+ "install:report:package:force",
1154
+ "force:package:report:install",
1155
+ "package:force:report:install",
1156
+ "package:report:force:install",
1157
+ "package:report:install:force",
1158
+ "force:report:package:install",
1159
+ "report:force:package:install",
1160
+ "report:package:force:install",
1161
+ "report:package:install:force",
1162
+ "force:report:install:package",
1163
+ "report:force:install:package",
1164
+ "report:install:force:package",
1165
+ "report:install:package:force"
1153
1166
  ],
1154
1167
  "permutations": [
1155
- "package:installed:list",
1156
- "installed:package:list",
1157
- "installed:list:package",
1158
- "package:list:installed",
1159
- "list:package:installed",
1160
- "list:installed:package"
1168
+ "package:install:report",
1169
+ "install:package:report",
1170
+ "install:report:package",
1171
+ "package:report:install",
1172
+ "report:package:install",
1173
+ "report:install:package"
1161
1174
  ]
1162
1175
  },
1163
- "package:install:report": {
1176
+ "package:installed:list": {
1164
1177
  "aliases": [
1165
- "force:package:install:report"
1178
+ "force:package:installed:list"
1166
1179
  ],
1167
1180
  "args": {},
1168
1181
  "deprecateAliases": true,
1169
1182
  "examples": [
1170
- "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1171
- "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"
1183
+ "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1184
+ "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1172
1185
  ],
1173
1186
  "flags": {
1174
1187
  "json": {
@@ -1186,6 +1199,16 @@
1186
1199
  "multiple": false,
1187
1200
  "type": "option"
1188
1201
  },
1202
+ "loglevel": {
1203
+ "deprecated": {
1204
+ "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."
1205
+ },
1206
+ "hidden": true,
1207
+ "name": "loglevel",
1208
+ "hasDynamicHelp": false,
1209
+ "multiple": false,
1210
+ "type": "option"
1211
+ },
1189
1212
  "target-org": {
1190
1213
  "aliases": [
1191
1214
  "targetusername",
@@ -1211,81 +1234,58 @@
1211
1234
  "hasDynamicHelp": false,
1212
1235
  "multiple": false,
1213
1236
  "type": "option"
1214
- },
1215
- "loglevel": {
1216
- "deprecated": {
1217
- "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."
1218
- },
1219
- "hidden": true,
1220
- "name": "loglevel",
1221
- "hasDynamicHelp": false,
1222
- "multiple": false,
1223
- "type": "option"
1224
- },
1225
- "request-id": {
1226
- "aliases": [
1227
- "requestid"
1228
- ],
1229
- "char": "i",
1230
- "deprecateAliases": true,
1231
- "name": "request-id",
1232
- "required": true,
1233
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1234
- "hasDynamicHelp": false,
1235
- "multiple": false,
1236
- "type": "option"
1237
1237
  }
1238
1238
  },
1239
1239
  "hasDynamicHelp": true,
1240
1240
  "hiddenAliases": [],
1241
- "id": "package:install:report",
1241
+ "id": "package:installed:list",
1242
1242
  "pluginAlias": "@salesforce/plugin-packaging",
1243
1243
  "pluginName": "@salesforce/plugin-packaging",
1244
1244
  "pluginType": "core",
1245
1245
  "strict": true,
1246
- "summary": "Retrieve the status of a package installation request.",
1246
+ "summary": "List the org’s installed packages.",
1247
1247
  "enableJsonFlag": true,
1248
1248
  "isESM": true,
1249
1249
  "relativePath": [
1250
1250
  "lib",
1251
1251
  "commands",
1252
1252
  "package",
1253
- "install",
1254
- "report.js"
1253
+ "installed",
1254
+ "list.js"
1255
1255
  ],
1256
1256
  "aliasPermutations": [
1257
- "force:package:install:report",
1258
- "package:force:install:report",
1259
- "package:install:force:report",
1260
- "package:install:report:force",
1261
- "force:install:package:report",
1262
- "install:force:package:report",
1263
- "install:package:force:report",
1264
- "install:package:report:force",
1265
- "force:install:report:package",
1266
- "install:force:report:package",
1267
- "install:report:force:package",
1268
- "install:report:package:force",
1269
- "force:package:report:install",
1270
- "package:force:report:install",
1271
- "package:report:force:install",
1272
- "package:report:install:force",
1273
- "force:report:package:install",
1274
- "report:force:package:install",
1275
- "report:package:force:install",
1276
- "report:package:install:force",
1277
- "force:report:install:package",
1278
- "report:force:install:package",
1279
- "report:install:force:package",
1280
- "report:install:package:force"
1257
+ "force:package:installed:list",
1258
+ "package:force:installed:list",
1259
+ "package:installed:force:list",
1260
+ "package:installed:list:force",
1261
+ "force:installed:package:list",
1262
+ "installed:force:package:list",
1263
+ "installed:package:force:list",
1264
+ "installed:package:list:force",
1265
+ "force:installed:list:package",
1266
+ "installed:force:list:package",
1267
+ "installed:list:force:package",
1268
+ "installed:list:package:force",
1269
+ "force:package:list:installed",
1270
+ "package:force:list:installed",
1271
+ "package:list:force:installed",
1272
+ "package:list:installed:force",
1273
+ "force:list:package:installed",
1274
+ "list:force:package:installed",
1275
+ "list:package:force:installed",
1276
+ "list:package:installed:force",
1277
+ "force:list:installed:package",
1278
+ "list:force:installed:package",
1279
+ "list:installed:force:package",
1280
+ "list:installed:package:force"
1281
1281
  ],
1282
1282
  "permutations": [
1283
- "package:install:report",
1284
- "install:package:report",
1285
- "install:report:package",
1286
- "package:report:install",
1287
- "report:package:install",
1288
- "report:install:package"
1283
+ "package:installed:list",
1284
+ "installed:package:list",
1285
+ "installed:list:package",
1286
+ "package:list:installed",
1287
+ "list:package:installed",
1288
+ "list:installed:package"
1289
1289
  ]
1290
1290
  },
1291
1291
  "package:push-upgrade:abort": {
@@ -4542,5 +4542,5 @@
4542
4542
  ]
4543
4543
  }
4544
4544
  },
4545
- "version": "2.15.1"
4545
+ "version": "2.15.3"
4546
4546
  }
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.15.1",
4
+ "version": "2.15.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -13,12 +13,12 @@
13
13
  "chalk": "^5.4.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.2.40",
16
+ "@oclif/plugin-command-snapshot": "^5.3.0",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^11.0.2",
19
19
  "@salesforce/plugin-command-reference": "^3.1.54",
20
20
  "eslint-plugin-sf-plugin": "^1.20.24",
21
- "oclif": "^4.17.46",
21
+ "oclif": "^4.18.0",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.8.3"
24
24
  },
@@ -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.15.1.crt",
251
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.15.1.sig"
250
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.15.3.crt",
251
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.15.3.sig"
252
252
  }
253
253
  }