@salesforce/plugin-packaging 1.27.9 → 1.27.10

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.
@@ -919,16 +919,15 @@
919
919
  "update.js"
920
920
  ]
921
921
  },
922
- "package1:version:create": {
922
+ "package:install:report": {
923
923
  "aliases": [
924
- "force:package1:version:create"
924
+ "force:package:install:report"
925
925
  ],
926
926
  "args": {},
927
927
  "deprecateAliases": true,
928
- "description": "The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to create an unmanaged package version.",
929
928
  "examples": [
930
- "Create a first-generation package version from the package with the specified ID and name the package version \"example\"; use your default org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example",
931
- "Same as previous example, but provide a description and wait for 30 minutes for the package version to be created; use the specified org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example --description \"example description\" --wait 30 --target-org myorg@example.com"
929
+ "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
930
+ "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"
932
931
  ],
933
932
  "flags": {
934
933
  "json": {
@@ -938,16 +937,6 @@
938
937
  "allowNo": false,
939
938
  "type": "boolean"
940
939
  },
941
- "loglevel": {
942
- "deprecated": {
943
- "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."
944
- },
945
- "hidden": true,
946
- "name": "loglevel",
947
- "hasDynamicHelp": false,
948
- "multiple": false,
949
- "type": "option"
950
- },
951
940
  "target-org": {
952
941
  "aliases": [
953
942
  "targetusername",
@@ -974,98 +963,25 @@
974
963
  "multiple": false,
975
964
  "type": "option"
976
965
  },
977
- "package-id": {
978
- "aliases": [
979
- "packageid"
980
- ],
981
- "char": "i",
982
- "deprecateAliases": true,
983
- "name": "package-id",
984
- "required": true,
985
- "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
986
- "hasDynamicHelp": false,
987
- "multiple": false,
988
- "type": "option"
989
- },
990
- "name": {
991
- "char": "n",
992
- "name": "name",
993
- "required": true,
994
- "summary": "Package version name.",
995
- "hasDynamicHelp": false,
996
- "multiple": false,
997
- "type": "option"
998
- },
999
- "description": {
1000
- "char": "d",
1001
- "name": "description",
1002
- "summary": "Package version description.",
1003
- "hasDynamicHelp": false,
1004
- "multiple": false,
1005
- "type": "option"
1006
- },
1007
- "version": {
1008
- "char": "v",
1009
- "name": "version",
1010
- "summary": "Package version in major.minor format, for example, 3.2.",
1011
- "hasDynamicHelp": false,
1012
- "multiple": false,
1013
- "type": "option"
1014
- },
1015
- "managed-released": {
1016
- "aliases": [
1017
- "managedrelease"
1018
- ],
1019
- "char": "m",
1020
- "deprecateAliases": true,
1021
- "description": "To create a beta version, don’t include this parameter.",
1022
- "name": "managed-released",
1023
- "summary": "Create a managed package version.",
1024
- "allowNo": false,
1025
- "type": "boolean"
1026
- },
1027
- "release-notes-url": {
1028
- "aliases": [
1029
- "releasenotesurl"
1030
- ],
1031
- "char": "r",
1032
- "deprecateAliases": true,
1033
- "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
1034
- "name": "release-notes-url",
1035
- "summary": "Release notes URL.",
1036
- "hasDynamicHelp": false,
1037
- "multiple": false,
1038
- "type": "option"
1039
- },
1040
- "post-install-url": {
1041
- "aliases": [
1042
- "postinstallurl"
1043
- ],
1044
- "char": "p",
1045
- "deprecateAliases": true,
1046
- "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
1047
- "name": "post-install-url",
1048
- "summary": "Post install URL.",
966
+ "loglevel": {
967
+ "deprecated": {
968
+ "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."
969
+ },
970
+ "hidden": true,
971
+ "name": "loglevel",
1049
972
  "hasDynamicHelp": false,
1050
973
  "multiple": false,
1051
974
  "type": "option"
1052
975
  },
1053
- "installation-key": {
976
+ "request-id": {
1054
977
  "aliases": [
1055
- "installationkey"
978
+ "requestid"
1056
979
  ],
1057
- "char": "k",
980
+ "char": "i",
1058
981
  "deprecateAliases": true,
1059
- "name": "installation-key",
1060
- "summary": "Installation key for key-protected package (default: null).",
1061
- "hasDynamicHelp": false,
1062
- "multiple": false,
1063
- "type": "option"
1064
- },
1065
- "wait": {
1066
- "char": "w",
1067
- "name": "wait",
1068
- "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
982
+ "name": "request-id",
983
+ "required": true,
984
+ "summary": "ID of the package install request you want to check; starts with 0Hf.",
1069
985
  "hasDynamicHelp": false,
1070
986
  "multiple": false,
1071
987
  "type": "option"
@@ -1073,33 +989,32 @@
1073
989
  },
1074
990
  "hasDynamicHelp": true,
1075
991
  "hiddenAliases": [],
1076
- "id": "package1:version:create",
992
+ "id": "package:install:report",
1077
993
  "pluginAlias": "@salesforce/plugin-packaging",
1078
994
  "pluginName": "@salesforce/plugin-packaging",
1079
995
  "pluginType": "core",
1080
996
  "strict": true,
1081
- "summary": "Create a first-generation package version in the release org.",
997
+ "summary": "Retrieve the status of a package installation request.",
1082
998
  "enableJsonFlag": true,
1083
999
  "SF_ENV": "SF_ENV",
1084
- "requiresProject": true,
1085
1000
  "isESM": false,
1086
1001
  "relativePath": [
1087
1002
  "lib",
1088
1003
  "commands",
1089
- "package1",
1090
- "version",
1091
- "create.js"
1004
+ "package",
1005
+ "install",
1006
+ "report.js"
1092
1007
  ]
1093
1008
  },
1094
- "package1:version:display": {
1009
+ "package:installed:list": {
1095
1010
  "aliases": [
1096
- "force:package1:version:display"
1011
+ "force:package:installed:list"
1097
1012
  ],
1098
1013
  "args": {},
1099
1014
  "deprecateAliases": true,
1100
1015
  "examples": [
1101
- "Display details about the first-generation package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t...",
1102
- "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
1016
+ "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1017
+ "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1103
1018
  ],
1104
1019
  "flags": {
1105
1020
  "json": {
@@ -1144,49 +1059,37 @@
1144
1059
  "hasDynamicHelp": false,
1145
1060
  "multiple": false,
1146
1061
  "type": "option"
1147
- },
1148
- "package-version-id": {
1149
- "aliases": [
1150
- "packageversionid"
1151
- ],
1152
- "char": "i",
1153
- "deprecateAliases": true,
1154
- "name": "package-version-id",
1155
- "required": true,
1156
- "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
1157
- "hasDynamicHelp": false,
1158
- "multiple": false,
1159
- "type": "option"
1160
1062
  }
1161
1063
  },
1162
1064
  "hasDynamicHelp": true,
1163
1065
  "hiddenAliases": [],
1164
- "id": "package1:version:display",
1066
+ "id": "package:installed:list",
1165
1067
  "pluginAlias": "@salesforce/plugin-packaging",
1166
1068
  "pluginName": "@salesforce/plugin-packaging",
1167
1069
  "pluginType": "core",
1168
1070
  "strict": true,
1169
- "summary": "Display details about a first-generation package version.",
1071
+ "summary": "List the org’s installed packages.",
1170
1072
  "enableJsonFlag": true,
1171
1073
  "SF_ENV": "SF_ENV",
1074
+ "requiresProject": true,
1172
1075
  "isESM": false,
1173
1076
  "relativePath": [
1174
1077
  "lib",
1175
1078
  "commands",
1176
- "package1",
1177
- "version",
1178
- "display.js"
1079
+ "package",
1080
+ "installed",
1081
+ "list.js"
1179
1082
  ]
1180
1083
  },
1181
- "package1:version:list": {
1084
+ "package:uninstall:report": {
1182
1085
  "aliases": [
1183
- "force:package1:version:list"
1086
+ "force:package:uninstall:report"
1184
1087
  ],
1185
1088
  "args": {},
1186
1089
  "deprecateAliases": true,
1187
1090
  "examples": [
1188
- "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
1189
- "List package versions for the specified first-generation package in the specifief org:\n<%= config.bin %> <%= command.id %> --package-id 033... --target-org myorg@example.com"
1091
+ "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1092
+ "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
1190
1093
  ],
1191
1094
  "flags": {
1192
1095
  "json": {
@@ -1232,15 +1135,15 @@
1232
1135
  "multiple": false,
1233
1136
  "type": "option"
1234
1137
  },
1235
- "package-id": {
1138
+ "request-id": {
1236
1139
  "aliases": [
1237
- "packageid"
1140
+ "requestid"
1238
1141
  ],
1239
1142
  "char": "i",
1240
1143
  "deprecateAliases": true,
1241
- "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
1242
- "name": "package-id",
1243
- "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
1144
+ "name": "request-id",
1145
+ "required": true,
1146
+ "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1244
1147
  "hasDynamicHelp": false,
1245
1148
  "multiple": false,
1246
1149
  "type": "option"
@@ -1248,32 +1151,35 @@
1248
1151
  },
1249
1152
  "hasDynamicHelp": true,
1250
1153
  "hiddenAliases": [],
1251
- "id": "package1:version:list",
1154
+ "id": "package:uninstall:report",
1252
1155
  "pluginAlias": "@salesforce/plugin-packaging",
1253
1156
  "pluginName": "@salesforce/plugin-packaging",
1254
1157
  "pluginType": "core",
1255
1158
  "strict": true,
1256
- "summary": "List package versions for the specified first-generation package or for the org.",
1159
+ "summary": "Retrieve the status of a package uninstall request.",
1257
1160
  "enableJsonFlag": true,
1258
1161
  "SF_ENV": "SF_ENV",
1259
1162
  "isESM": false,
1260
1163
  "relativePath": [
1261
1164
  "lib",
1262
1165
  "commands",
1263
- "package1",
1264
- "version",
1265
- "list.js"
1166
+ "package",
1167
+ "uninstall",
1168
+ "report.js"
1266
1169
  ]
1267
1170
  },
1268
- "package:install:report": {
1171
+ "package:version:create": {
1269
1172
  "aliases": [
1270
- "force:package:install:report"
1173
+ "force:package:version:create"
1271
1174
  ],
1272
1175
  "args": {},
1273
1176
  "deprecateAliases": true,
1177
+ "description": "The package version is based on the package contents in the specified directory.\n\nTo retrieve details about a package version create request, including status and package version ID (04t), run \"<%= config.bin %> package version create report -i 08c...\".\n\nWe recommend that you specify the --installation-key parameter to protect the contents of your package and to prevent unauthorized installation of your package.\n\nTo list package version creation requests in the org, run \"<%= config.bin %> package version create list\".\nTo promote a package version to released, you must use the --code-coverage parameter. The package must also meet the code coverage requirements. This requirement applies to both managed and unlocked packages.\n\nWe don’t calculate code coverage for org-dependent unlocked packages, or for package versions that specify --skip-validation.",
1274
1178
  "examples": [
1275
- "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1276
- "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"
1179
+ "Create a package version from the contents of the \"common\" directory and give it an installation key of \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123",
1180
+ "Create a package version from a package with the specified alias; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123 --target-dev-hub devhub@example.com",
1181
+ "Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
1182
+ "Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
1277
1183
  ],
1278
1184
  "flags": {
1279
1185
  "json": {
@@ -1283,17 +1189,27 @@
1283
1189
  "allowNo": false,
1284
1190
  "type": "boolean"
1285
1191
  },
1286
- "target-org": {
1192
+ "loglevel": {
1193
+ "deprecated": {
1194
+ "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."
1195
+ },
1196
+ "hidden": true,
1197
+ "name": "loglevel",
1198
+ "hasDynamicHelp": false,
1199
+ "multiple": false,
1200
+ "type": "option"
1201
+ },
1202
+ "target-dev-hub": {
1287
1203
  "aliases": [
1288
- "targetusername",
1289
- "u"
1204
+ "targetdevhubusername",
1205
+ "target-hub-org"
1290
1206
  ],
1291
- "char": "o",
1207
+ "char": "v",
1292
1208
  "deprecateAliases": true,
1293
- "name": "target-org",
1209
+ "name": "target-dev-hub",
1294
1210
  "noCacheDefault": true,
1295
1211
  "required": true,
1296
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1212
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1297
1213
  "hasDynamicHelp": true,
1298
1214
  "multiple": false,
1299
1215
  "type": "option"
@@ -1309,285 +1225,23 @@
1309
1225
  "multiple": false,
1310
1226
  "type": "option"
1311
1227
  },
1312
- "loglevel": {
1313
- "deprecated": {
1314
- "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."
1315
- },
1316
- "hidden": true,
1317
- "name": "loglevel",
1228
+ "branch": {
1229
+ "char": "b",
1230
+ "name": "branch",
1231
+ "summary": "Name of the branch in your source control system that the package version is based on.",
1318
1232
  "hasDynamicHelp": false,
1319
1233
  "multiple": false,
1320
1234
  "type": "option"
1321
1235
  },
1322
- "request-id": {
1236
+ "build-instance": {
1323
1237
  "aliases": [
1324
- "requestid"
1238
+ "buildinstance"
1325
1239
  ],
1326
- "char": "i",
1240
+ "char": "s",
1327
1241
  "deprecateAliases": true,
1328
- "name": "request-id",
1329
- "required": true,
1330
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1331
- "hasDynamicHelp": false,
1332
- "multiple": false,
1333
- "type": "option"
1334
- }
1335
- },
1336
- "hasDynamicHelp": true,
1337
- "hiddenAliases": [],
1338
- "id": "package:install:report",
1339
- "pluginAlias": "@salesforce/plugin-packaging",
1340
- "pluginName": "@salesforce/plugin-packaging",
1341
- "pluginType": "core",
1342
- "strict": true,
1343
- "summary": "Retrieve the status of a package installation request.",
1344
- "enableJsonFlag": true,
1345
- "SF_ENV": "SF_ENV",
1346
- "isESM": false,
1347
- "relativePath": [
1348
- "lib",
1349
- "commands",
1350
- "package",
1351
- "install",
1352
- "report.js"
1353
- ]
1354
- },
1355
- "package:installed:list": {
1356
- "aliases": [
1357
- "force:package:installed:list"
1358
- ],
1359
- "args": {},
1360
- "deprecateAliases": true,
1361
- "examples": [
1362
- "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1363
- "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1364
- ],
1365
- "flags": {
1366
- "json": {
1367
- "description": "Format output as json.",
1368
- "helpGroup": "GLOBAL",
1369
- "name": "json",
1370
- "allowNo": false,
1371
- "type": "boolean"
1372
- },
1373
- "loglevel": {
1374
- "deprecated": {
1375
- "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."
1376
- },
1377
- "hidden": true,
1378
- "name": "loglevel",
1379
- "hasDynamicHelp": false,
1380
- "multiple": false,
1381
- "type": "option"
1382
- },
1383
- "target-org": {
1384
- "aliases": [
1385
- "targetusername",
1386
- "u"
1387
- ],
1388
- "char": "o",
1389
- "deprecateAliases": true,
1390
- "name": "target-org",
1391
- "noCacheDefault": true,
1392
- "required": true,
1393
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1394
- "hasDynamicHelp": true,
1395
- "multiple": false,
1396
- "type": "option"
1397
- },
1398
- "api-version": {
1399
- "aliases": [
1400
- "apiversion"
1401
- ],
1402
- "deprecateAliases": true,
1403
- "description": "Override the api version used for api requests made by this command",
1404
- "name": "api-version",
1405
- "hasDynamicHelp": false,
1406
- "multiple": false,
1407
- "type": "option"
1408
- }
1409
- },
1410
- "hasDynamicHelp": true,
1411
- "hiddenAliases": [],
1412
- "id": "package:installed:list",
1413
- "pluginAlias": "@salesforce/plugin-packaging",
1414
- "pluginName": "@salesforce/plugin-packaging",
1415
- "pluginType": "core",
1416
- "strict": true,
1417
- "summary": "List the org’s installed packages.",
1418
- "enableJsonFlag": true,
1419
- "SF_ENV": "SF_ENV",
1420
- "requiresProject": true,
1421
- "isESM": false,
1422
- "relativePath": [
1423
- "lib",
1424
- "commands",
1425
- "package",
1426
- "installed",
1427
- "list.js"
1428
- ]
1429
- },
1430
- "package:uninstall:report": {
1431
- "aliases": [
1432
- "force:package:uninstall:report"
1433
- ],
1434
- "args": {},
1435
- "deprecateAliases": true,
1436
- "examples": [
1437
- "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1438
- "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
1439
- ],
1440
- "flags": {
1441
- "json": {
1442
- "description": "Format output as json.",
1443
- "helpGroup": "GLOBAL",
1444
- "name": "json",
1445
- "allowNo": false,
1446
- "type": "boolean"
1447
- },
1448
- "loglevel": {
1449
- "deprecated": {
1450
- "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."
1451
- },
1452
- "hidden": true,
1453
- "name": "loglevel",
1454
- "hasDynamicHelp": false,
1455
- "multiple": false,
1456
- "type": "option"
1457
- },
1458
- "target-org": {
1459
- "aliases": [
1460
- "targetusername",
1461
- "u"
1462
- ],
1463
- "char": "o",
1464
- "deprecateAliases": true,
1465
- "name": "target-org",
1466
- "noCacheDefault": true,
1467
- "required": true,
1468
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1469
- "hasDynamicHelp": true,
1470
- "multiple": false,
1471
- "type": "option"
1472
- },
1473
- "api-version": {
1474
- "aliases": [
1475
- "apiversion"
1476
- ],
1477
- "deprecateAliases": true,
1478
- "description": "Override the api version used for api requests made by this command",
1479
- "name": "api-version",
1480
- "hasDynamicHelp": false,
1481
- "multiple": false,
1482
- "type": "option"
1483
- },
1484
- "request-id": {
1485
- "aliases": [
1486
- "requestid"
1487
- ],
1488
- "char": "i",
1489
- "deprecateAliases": true,
1490
- "name": "request-id",
1491
- "required": true,
1492
- "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1493
- "hasDynamicHelp": false,
1494
- "multiple": false,
1495
- "type": "option"
1496
- }
1497
- },
1498
- "hasDynamicHelp": true,
1499
- "hiddenAliases": [],
1500
- "id": "package:uninstall:report",
1501
- "pluginAlias": "@salesforce/plugin-packaging",
1502
- "pluginName": "@salesforce/plugin-packaging",
1503
- "pluginType": "core",
1504
- "strict": true,
1505
- "summary": "Retrieve the status of a package uninstall request.",
1506
- "enableJsonFlag": true,
1507
- "SF_ENV": "SF_ENV",
1508
- "isESM": false,
1509
- "relativePath": [
1510
- "lib",
1511
- "commands",
1512
- "package",
1513
- "uninstall",
1514
- "report.js"
1515
- ]
1516
- },
1517
- "package:version:create": {
1518
- "aliases": [
1519
- "force:package:version:create"
1520
- ],
1521
- "args": {},
1522
- "deprecateAliases": true,
1523
- "description": "The package version is based on the package contents in the specified directory.\n\nTo retrieve details about a package version create request, including status and package version ID (04t), run \"<%= config.bin %> package version create report -i 08c...\".\n\nWe recommend that you specify the --installation-key parameter to protect the contents of your package and to prevent unauthorized installation of your package.\n\nTo list package version creation requests in the org, run \"<%= config.bin %> package version create list\".\nTo promote a package version to released, you must use the --code-coverage parameter. The package must also meet the code coverage requirements. This requirement applies to both managed and unlocked packages.\n\nWe don’t calculate code coverage for org-dependent unlocked packages, or for package versions that specify --skip-validation.",
1524
- "examples": [
1525
- "Create a package version from the contents of the \"common\" directory and give it an installation key of \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123",
1526
- "Create a package version from a package with the specified alias; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123 --target-dev-hub devhub@example.com",
1527
- "Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
1528
- "Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
1529
- ],
1530
- "flags": {
1531
- "json": {
1532
- "description": "Format output as json.",
1533
- "helpGroup": "GLOBAL",
1534
- "name": "json",
1535
- "allowNo": false,
1536
- "type": "boolean"
1537
- },
1538
- "loglevel": {
1539
- "deprecated": {
1540
- "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."
1541
- },
1542
- "hidden": true,
1543
- "name": "loglevel",
1544
- "hasDynamicHelp": false,
1545
- "multiple": false,
1546
- "type": "option"
1547
- },
1548
- "target-dev-hub": {
1549
- "aliases": [
1550
- "targetdevhubusername",
1551
- "target-hub-org"
1552
- ],
1553
- "char": "v",
1554
- "deprecateAliases": true,
1555
- "name": "target-dev-hub",
1556
- "noCacheDefault": true,
1557
- "required": true,
1558
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1559
- "hasDynamicHelp": true,
1560
- "multiple": false,
1561
- "type": "option"
1562
- },
1563
- "api-version": {
1564
- "aliases": [
1565
- "apiversion"
1566
- ],
1567
- "deprecateAliases": true,
1568
- "description": "Override the api version used for api requests made by this command",
1569
- "name": "api-version",
1570
- "hasDynamicHelp": false,
1571
- "multiple": false,
1572
- "type": "option"
1573
- },
1574
- "branch": {
1575
- "char": "b",
1576
- "name": "branch",
1577
- "summary": "Name of the branch in your source control system that the package version is based on.",
1578
- "hasDynamicHelp": false,
1579
- "multiple": false,
1580
- "type": "option"
1581
- },
1582
- "build-instance": {
1583
- "aliases": [
1584
- "buildinstance"
1585
- ],
1586
- "char": "s",
1587
- "deprecateAliases": true,
1588
- "hidden": true,
1589
- "name": "build-instance",
1590
- "summary": "Instance where the package version will be created, such as NA50.",
1242
+ "hidden": true,
1243
+ "name": "build-instance",
1244
+ "summary": "Instance where the package version will be created, such as NA50.",
1591
1245
  "hasDynamicHelp": false,
1592
1246
  "multiple": false,
1593
1247
  "type": "option"
@@ -2412,60 +2066,370 @@
2412
2066
  "multiple": false,
2413
2067
  "type": "option"
2414
2068
  },
2415
- "api-version": {
2069
+ "api-version": {
2070
+ "aliases": [
2071
+ "apiversion"
2072
+ ],
2073
+ "deprecateAliases": true,
2074
+ "description": "Override the api version used for api requests made by this command",
2075
+ "name": "api-version",
2076
+ "hasDynamicHelp": false,
2077
+ "multiple": false,
2078
+ "type": "option"
2079
+ },
2080
+ "target-org": {
2081
+ "aliases": [
2082
+ "targetusername",
2083
+ "u"
2084
+ ],
2085
+ "char": "o",
2086
+ "deprecateAliases": true,
2087
+ "name": "target-org",
2088
+ "noCacheDefault": true,
2089
+ "required": true,
2090
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2091
+ "hasDynamicHelp": true,
2092
+ "multiple": false,
2093
+ "type": "option"
2094
+ },
2095
+ "package": {
2096
+ "char": "p",
2097
+ "name": "package",
2098
+ "required": true,
2099
+ "summary": "Subscriber package version ID (starts with 04t).",
2100
+ "hasDynamicHelp": false,
2101
+ "multiple": false,
2102
+ "type": "option"
2103
+ },
2104
+ "output-dir": {
2105
+ "char": "d",
2106
+ "name": "output-dir",
2107
+ "summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
2108
+ "default": "force-app",
2109
+ "hasDynamicHelp": false,
2110
+ "multiple": false,
2111
+ "type": "option"
2112
+ }
2113
+ },
2114
+ "hasDynamicHelp": true,
2115
+ "hidden": true,
2116
+ "hiddenAliases": [],
2117
+ "id": "package:version:retrieve",
2118
+ "pluginAlias": "@salesforce/plugin-packaging",
2119
+ "pluginName": "@salesforce/plugin-packaging",
2120
+ "pluginType": "core",
2121
+ "strict": true,
2122
+ "summary": "Retrieve package metadata for a specified package version.",
2123
+ "enableJsonFlag": true,
2124
+ "SF_ENV": "SF_ENV",
2125
+ "requiresProject": true,
2126
+ "isESM": false,
2127
+ "relativePath": [
2128
+ "lib",
2129
+ "commands",
2130
+ "package",
2131
+ "version",
2132
+ "retrieve.js"
2133
+ ]
2134
+ },
2135
+ "package:version:update": {
2136
+ "aliases": [
2137
+ "force:package:version:update"
2138
+ ],
2139
+ "args": {},
2140
+ "deprecateAliases": true,
2141
+ "description": "Specify a new value for each option you want to update.\n\nTo display details about a package version, run \"<%= config.bin %> package version display\".",
2142
+ "examples": [
2143
+ "Update the package version that has the specified alias (that contains spaces) with a new installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123",
2144
+ "Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-dev-hub devhub@example.com",
2145
+ "Update the package version that has the specified ID with a new description:\n<%= config.bin %> <%= command.id %> --package 04t... --version-description \"New Package Version Description\""
2146
+ ],
2147
+ "flags": {
2148
+ "json": {
2149
+ "description": "Format output as json.",
2150
+ "helpGroup": "GLOBAL",
2151
+ "name": "json",
2152
+ "allowNo": false,
2153
+ "type": "boolean"
2154
+ },
2155
+ "loglevel": {
2156
+ "deprecated": {
2157
+ "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."
2158
+ },
2159
+ "hidden": true,
2160
+ "name": "loglevel",
2161
+ "hasDynamicHelp": false,
2162
+ "multiple": false,
2163
+ "type": "option"
2164
+ },
2165
+ "target-dev-hub": {
2166
+ "aliases": [
2167
+ "targetdevhubusername",
2168
+ "target-hub-org"
2169
+ ],
2170
+ "char": "v",
2171
+ "deprecateAliases": true,
2172
+ "name": "target-dev-hub",
2173
+ "noCacheDefault": true,
2174
+ "required": true,
2175
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
2176
+ "hasDynamicHelp": true,
2177
+ "multiple": false,
2178
+ "type": "option"
2179
+ },
2180
+ "api-version": {
2181
+ "aliases": [
2182
+ "apiversion"
2183
+ ],
2184
+ "deprecateAliases": true,
2185
+ "description": "Override the api version used for api requests made by this command",
2186
+ "name": "api-version",
2187
+ "hasDynamicHelp": false,
2188
+ "multiple": false,
2189
+ "type": "option"
2190
+ },
2191
+ "package": {
2192
+ "char": "p",
2193
+ "name": "package",
2194
+ "required": true,
2195
+ "summary": "ID (starts with 04t) or alias of the package to update a version of.",
2196
+ "hasDynamicHelp": false,
2197
+ "multiple": false,
2198
+ "type": "option"
2199
+ },
2200
+ "version-name": {
2201
+ "aliases": [
2202
+ "versionname"
2203
+ ],
2204
+ "char": "a",
2205
+ "deprecateAliases": true,
2206
+ "name": "version-name",
2207
+ "summary": "New package version name.",
2208
+ "hasDynamicHelp": false,
2209
+ "multiple": false,
2210
+ "type": "option"
2211
+ },
2212
+ "version-description": {
2213
+ "aliases": [
2214
+ "versiondescription"
2215
+ ],
2216
+ "char": "e",
2217
+ "deprecateAliases": true,
2218
+ "name": "version-description",
2219
+ "summary": "New package version description.",
2220
+ "hasDynamicHelp": false,
2221
+ "multiple": false,
2222
+ "type": "option"
2223
+ },
2224
+ "branch": {
2225
+ "char": "b",
2226
+ "name": "branch",
2227
+ "summary": "New package version branch.",
2228
+ "hasDynamicHelp": false,
2229
+ "multiple": false,
2230
+ "type": "option"
2231
+ },
2232
+ "tag": {
2233
+ "char": "t",
2234
+ "name": "tag",
2235
+ "summary": "New package version tag.",
2236
+ "hasDynamicHelp": false,
2237
+ "multiple": false,
2238
+ "type": "option"
2239
+ },
2240
+ "installation-key": {
2241
+ "aliases": [
2242
+ "installationkey"
2243
+ ],
2244
+ "char": "k",
2245
+ "deprecateAliases": true,
2246
+ "name": "installation-key",
2247
+ "summary": "New installation key for key-protected package (default: null)",
2248
+ "hasDynamicHelp": false,
2249
+ "multiple": false,
2250
+ "type": "option"
2251
+ }
2252
+ },
2253
+ "hasDynamicHelp": true,
2254
+ "hiddenAliases": [],
2255
+ "id": "package:version:update",
2256
+ "pluginAlias": "@salesforce/plugin-packaging",
2257
+ "pluginName": "@salesforce/plugin-packaging",
2258
+ "pluginType": "core",
2259
+ "strict": true,
2260
+ "summary": "Update a package version.",
2261
+ "enableJsonFlag": true,
2262
+ "SF_ENV": "SF_ENV",
2263
+ "requiresProject": true,
2264
+ "isESM": false,
2265
+ "relativePath": [
2266
+ "lib",
2267
+ "commands",
2268
+ "package",
2269
+ "version",
2270
+ "update.js"
2271
+ ]
2272
+ },
2273
+ "package1:version:create": {
2274
+ "aliases": [
2275
+ "force:package1:version:create"
2276
+ ],
2277
+ "args": {},
2278
+ "deprecateAliases": true,
2279
+ "description": "The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to create an unmanaged package version.",
2280
+ "examples": [
2281
+ "Create a first-generation package version from the package with the specified ID and name the package version \"example\"; use your default org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example",
2282
+ "Same as previous example, but provide a description and wait for 30 minutes for the package version to be created; use the specified org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example --description \"example description\" --wait 30 --target-org myorg@example.com"
2283
+ ],
2284
+ "flags": {
2285
+ "json": {
2286
+ "description": "Format output as json.",
2287
+ "helpGroup": "GLOBAL",
2288
+ "name": "json",
2289
+ "allowNo": false,
2290
+ "type": "boolean"
2291
+ },
2292
+ "loglevel": {
2293
+ "deprecated": {
2294
+ "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."
2295
+ },
2296
+ "hidden": true,
2297
+ "name": "loglevel",
2298
+ "hasDynamicHelp": false,
2299
+ "multiple": false,
2300
+ "type": "option"
2301
+ },
2302
+ "target-org": {
2303
+ "aliases": [
2304
+ "targetusername",
2305
+ "u"
2306
+ ],
2307
+ "char": "o",
2308
+ "deprecateAliases": true,
2309
+ "name": "target-org",
2310
+ "noCacheDefault": true,
2311
+ "required": true,
2312
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2313
+ "hasDynamicHelp": true,
2314
+ "multiple": false,
2315
+ "type": "option"
2316
+ },
2317
+ "api-version": {
2318
+ "aliases": [
2319
+ "apiversion"
2320
+ ],
2321
+ "deprecateAliases": true,
2322
+ "description": "Override the api version used for api requests made by this command",
2323
+ "name": "api-version",
2324
+ "hasDynamicHelp": false,
2325
+ "multiple": false,
2326
+ "type": "option"
2327
+ },
2328
+ "package-id": {
2329
+ "aliases": [
2330
+ "packageid"
2331
+ ],
2332
+ "char": "i",
2333
+ "deprecateAliases": true,
2334
+ "name": "package-id",
2335
+ "required": true,
2336
+ "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
2337
+ "hasDynamicHelp": false,
2338
+ "multiple": false,
2339
+ "type": "option"
2340
+ },
2341
+ "name": {
2342
+ "char": "n",
2343
+ "name": "name",
2344
+ "required": true,
2345
+ "summary": "Package version name.",
2346
+ "hasDynamicHelp": false,
2347
+ "multiple": false,
2348
+ "type": "option"
2349
+ },
2350
+ "description": {
2351
+ "char": "d",
2352
+ "name": "description",
2353
+ "summary": "Package version description.",
2354
+ "hasDynamicHelp": false,
2355
+ "multiple": false,
2356
+ "type": "option"
2357
+ },
2358
+ "version": {
2359
+ "char": "v",
2360
+ "name": "version",
2361
+ "summary": "Package version in major.minor format, for example, 3.2.",
2362
+ "hasDynamicHelp": false,
2363
+ "multiple": false,
2364
+ "type": "option"
2365
+ },
2366
+ "managed-released": {
2367
+ "aliases": [
2368
+ "managedrelease"
2369
+ ],
2370
+ "char": "m",
2371
+ "deprecateAliases": true,
2372
+ "description": "To create a beta version, don’t include this parameter.",
2373
+ "name": "managed-released",
2374
+ "summary": "Create a managed package version.",
2375
+ "allowNo": false,
2376
+ "type": "boolean"
2377
+ },
2378
+ "release-notes-url": {
2379
+ "aliases": [
2380
+ "releasenotesurl"
2381
+ ],
2382
+ "char": "r",
2383
+ "deprecateAliases": true,
2384
+ "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
2385
+ "name": "release-notes-url",
2386
+ "summary": "Release notes URL.",
2387
+ "hasDynamicHelp": false,
2388
+ "multiple": false,
2389
+ "type": "option"
2390
+ },
2391
+ "post-install-url": {
2416
2392
  "aliases": [
2417
- "apiversion"
2393
+ "postinstallurl"
2418
2394
  ],
2395
+ "char": "p",
2419
2396
  "deprecateAliases": true,
2420
- "description": "Override the api version used for api requests made by this command",
2421
- "name": "api-version",
2397
+ "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
2398
+ "name": "post-install-url",
2399
+ "summary": "Post install URL.",
2422
2400
  "hasDynamicHelp": false,
2423
2401
  "multiple": false,
2424
2402
  "type": "option"
2425
2403
  },
2426
- "target-org": {
2404
+ "installation-key": {
2427
2405
  "aliases": [
2428
- "targetusername",
2429
- "u"
2406
+ "installationkey"
2430
2407
  ],
2431
- "char": "o",
2408
+ "char": "k",
2432
2409
  "deprecateAliases": true,
2433
- "name": "target-org",
2434
- "noCacheDefault": true,
2435
- "required": true,
2436
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2437
- "hasDynamicHelp": true,
2438
- "multiple": false,
2439
- "type": "option"
2440
- },
2441
- "package": {
2442
- "char": "p",
2443
- "name": "package",
2444
- "required": true,
2445
- "summary": "Subscriber package version ID (starts with 04t).",
2410
+ "name": "installation-key",
2411
+ "summary": "Installation key for key-protected package (default: null).",
2446
2412
  "hasDynamicHelp": false,
2447
2413
  "multiple": false,
2448
2414
  "type": "option"
2449
2415
  },
2450
- "output-dir": {
2451
- "char": "d",
2452
- "name": "output-dir",
2453
- "summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
2454
- "default": "force-app",
2416
+ "wait": {
2417
+ "char": "w",
2418
+ "name": "wait",
2419
+ "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
2455
2420
  "hasDynamicHelp": false,
2456
2421
  "multiple": false,
2457
2422
  "type": "option"
2458
2423
  }
2459
2424
  },
2460
2425
  "hasDynamicHelp": true,
2461
- "hidden": true,
2462
2426
  "hiddenAliases": [],
2463
- "id": "package:version:retrieve",
2427
+ "id": "package1:version:create",
2464
2428
  "pluginAlias": "@salesforce/plugin-packaging",
2465
2429
  "pluginName": "@salesforce/plugin-packaging",
2466
2430
  "pluginType": "core",
2467
2431
  "strict": true,
2468
- "summary": "Retrieve package metadata for a specified package version.",
2432
+ "summary": "Create a first-generation package version in the release org.",
2469
2433
  "enableJsonFlag": true,
2470
2434
  "SF_ENV": "SF_ENV",
2471
2435
  "requiresProject": true,
@@ -2473,22 +2437,20 @@
2473
2437
  "relativePath": [
2474
2438
  "lib",
2475
2439
  "commands",
2476
- "package",
2440
+ "package1",
2477
2441
  "version",
2478
- "retrieve.js"
2442
+ "create.js"
2479
2443
  ]
2480
2444
  },
2481
- "package:version:update": {
2445
+ "package1:version:display": {
2482
2446
  "aliases": [
2483
- "force:package:version:update"
2447
+ "force:package1:version:display"
2484
2448
  ],
2485
2449
  "args": {},
2486
2450
  "deprecateAliases": true,
2487
- "description": "Specify a new value for each option you want to update.\n\nTo display details about a package version, run \"<%= config.bin %> package version display\".",
2488
2451
  "examples": [
2489
- "Update the package version that has the specified alias (that contains spaces) with a new installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123",
2490
- "Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-dev-hub devhub@example.com",
2491
- "Update the package version that has the specified ID with a new description:\n<%= config.bin %> <%= command.id %> --package 04t... --version-description \"New Package Version Description\""
2452
+ "Display details about the first-generation package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t...",
2453
+ "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
2492
2454
  ],
2493
2455
  "flags": {
2494
2456
  "json": {
@@ -2508,17 +2470,17 @@
2508
2470
  "multiple": false,
2509
2471
  "type": "option"
2510
2472
  },
2511
- "target-dev-hub": {
2473
+ "target-org": {
2512
2474
  "aliases": [
2513
- "targetdevhubusername",
2514
- "target-hub-org"
2475
+ "targetusername",
2476
+ "u"
2515
2477
  ],
2516
- "char": "v",
2478
+ "char": "o",
2517
2479
  "deprecateAliases": true,
2518
- "name": "target-dev-hub",
2480
+ "name": "target-org",
2519
2481
  "noCacheDefault": true,
2520
2482
  "required": true,
2521
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
2483
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2522
2484
  "hasDynamicHelp": true,
2523
2485
  "multiple": false,
2524
2486
  "type": "option"
@@ -2534,63 +2496,15 @@
2534
2496
  "multiple": false,
2535
2497
  "type": "option"
2536
2498
  },
2537
- "package": {
2538
- "char": "p",
2539
- "name": "package",
2540
- "required": true,
2541
- "summary": "ID (starts with 04t) or alias of the package to update a version of.",
2542
- "hasDynamicHelp": false,
2543
- "multiple": false,
2544
- "type": "option"
2545
- },
2546
- "version-name": {
2547
- "aliases": [
2548
- "versionname"
2549
- ],
2550
- "char": "a",
2551
- "deprecateAliases": true,
2552
- "name": "version-name",
2553
- "summary": "New package version name.",
2554
- "hasDynamicHelp": false,
2555
- "multiple": false,
2556
- "type": "option"
2557
- },
2558
- "version-description": {
2559
- "aliases": [
2560
- "versiondescription"
2561
- ],
2562
- "char": "e",
2563
- "deprecateAliases": true,
2564
- "name": "version-description",
2565
- "summary": "New package version description.",
2566
- "hasDynamicHelp": false,
2567
- "multiple": false,
2568
- "type": "option"
2569
- },
2570
- "branch": {
2571
- "char": "b",
2572
- "name": "branch",
2573
- "summary": "New package version branch.",
2574
- "hasDynamicHelp": false,
2575
- "multiple": false,
2576
- "type": "option"
2577
- },
2578
- "tag": {
2579
- "char": "t",
2580
- "name": "tag",
2581
- "summary": "New package version tag.",
2582
- "hasDynamicHelp": false,
2583
- "multiple": false,
2584
- "type": "option"
2585
- },
2586
- "installation-key": {
2499
+ "package-version-id": {
2587
2500
  "aliases": [
2588
- "installationkey"
2501
+ "packageversionid"
2589
2502
  ],
2590
- "char": "k",
2503
+ "char": "i",
2591
2504
  "deprecateAliases": true,
2592
- "name": "installation-key",
2593
- "summary": "New installation key for key-protected package (default: null)",
2505
+ "name": "package-version-id",
2506
+ "required": true,
2507
+ "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
2594
2508
  "hasDynamicHelp": false,
2595
2509
  "multiple": false,
2596
2510
  "type": "option"
@@ -2598,33 +2512,32 @@
2598
2512
  },
2599
2513
  "hasDynamicHelp": true,
2600
2514
  "hiddenAliases": [],
2601
- "id": "package:version:update",
2515
+ "id": "package1:version:display",
2602
2516
  "pluginAlias": "@salesforce/plugin-packaging",
2603
2517
  "pluginName": "@salesforce/plugin-packaging",
2604
2518
  "pluginType": "core",
2605
2519
  "strict": true,
2606
- "summary": "Update a package version.",
2520
+ "summary": "Display details about a first-generation package version.",
2607
2521
  "enableJsonFlag": true,
2608
2522
  "SF_ENV": "SF_ENV",
2609
- "requiresProject": true,
2610
2523
  "isESM": false,
2611
2524
  "relativePath": [
2612
2525
  "lib",
2613
2526
  "commands",
2614
- "package",
2527
+ "package1",
2615
2528
  "version",
2616
- "update.js"
2529
+ "display.js"
2617
2530
  ]
2618
2531
  },
2619
- "package1:version:create:get": {
2532
+ "package1:version:list": {
2620
2533
  "aliases": [
2621
- "force:package1:version:create:get"
2534
+ "force:package1:version:list"
2622
2535
  ],
2623
2536
  "args": {},
2624
2537
  "deprecateAliases": true,
2625
2538
  "examples": [
2626
- "Get the status of the creation request for the package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --request-id 0HD...",
2627
- "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --request-id 0HD... --target-org myorg@example.com"
2539
+ "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
2540
+ "List package versions for the specified first-generation package in the specifief org:\n<%= config.bin %> <%= command.id %> --package-id 033... --target-org myorg@example.com"
2628
2541
  ],
2629
2542
  "flags": {
2630
2543
  "json": {
@@ -2670,15 +2583,15 @@
2670
2583
  "multiple": false,
2671
2584
  "type": "option"
2672
2585
  },
2673
- "request-id": {
2586
+ "package-id": {
2674
2587
  "aliases": [
2675
- "requestid"
2588
+ "packageid"
2676
2589
  ],
2677
2590
  "char": "i",
2678
2591
  "deprecateAliases": true,
2679
- "name": "request-id",
2680
- "required": true,
2681
- "summary": "ID of the PackageUploadRequest (starts with 0HD).",
2592
+ "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
2593
+ "name": "package-id",
2594
+ "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
2682
2595
  "hasDynamicHelp": false,
2683
2596
  "multiple": false,
2684
2597
  "type": "option"
@@ -2686,12 +2599,12 @@
2686
2599
  },
2687
2600
  "hasDynamicHelp": true,
2688
2601
  "hiddenAliases": [],
2689
- "id": "package1:version:create:get",
2602
+ "id": "package1:version:list",
2690
2603
  "pluginAlias": "@salesforce/plugin-packaging",
2691
2604
  "pluginName": "@salesforce/plugin-packaging",
2692
2605
  "pluginType": "core",
2693
2606
  "strict": true,
2694
- "summary": "Retrieve the status of a package version creation request.",
2607
+ "summary": "List package versions for the specified first-generation package or for the org.",
2695
2608
  "enableJsonFlag": true,
2696
2609
  "SF_ENV": "SF_ENV",
2697
2610
  "isESM": false,
@@ -2700,8 +2613,7 @@
2700
2613
  "commands",
2701
2614
  "package1",
2702
2615
  "version",
2703
- "create",
2704
- "get.js"
2616
+ "list.js"
2705
2617
  ]
2706
2618
  },
2707
2619
  "package:version:create:list": {
@@ -2909,7 +2821,95 @@
2909
2821
  "create",
2910
2822
  "report.js"
2911
2823
  ]
2824
+ },
2825
+ "package1:version:create:get": {
2826
+ "aliases": [
2827
+ "force:package1:version:create:get"
2828
+ ],
2829
+ "args": {},
2830
+ "deprecateAliases": true,
2831
+ "examples": [
2832
+ "Get the status of the creation request for the package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --request-id 0HD...",
2833
+ "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --request-id 0HD... --target-org myorg@example.com"
2834
+ ],
2835
+ "flags": {
2836
+ "json": {
2837
+ "description": "Format output as json.",
2838
+ "helpGroup": "GLOBAL",
2839
+ "name": "json",
2840
+ "allowNo": false,
2841
+ "type": "boolean"
2842
+ },
2843
+ "loglevel": {
2844
+ "deprecated": {
2845
+ "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."
2846
+ },
2847
+ "hidden": true,
2848
+ "name": "loglevel",
2849
+ "hasDynamicHelp": false,
2850
+ "multiple": false,
2851
+ "type": "option"
2852
+ },
2853
+ "target-org": {
2854
+ "aliases": [
2855
+ "targetusername",
2856
+ "u"
2857
+ ],
2858
+ "char": "o",
2859
+ "deprecateAliases": true,
2860
+ "name": "target-org",
2861
+ "noCacheDefault": true,
2862
+ "required": true,
2863
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2864
+ "hasDynamicHelp": true,
2865
+ "multiple": false,
2866
+ "type": "option"
2867
+ },
2868
+ "api-version": {
2869
+ "aliases": [
2870
+ "apiversion"
2871
+ ],
2872
+ "deprecateAliases": true,
2873
+ "description": "Override the api version used for api requests made by this command",
2874
+ "name": "api-version",
2875
+ "hasDynamicHelp": false,
2876
+ "multiple": false,
2877
+ "type": "option"
2878
+ },
2879
+ "request-id": {
2880
+ "aliases": [
2881
+ "requestid"
2882
+ ],
2883
+ "char": "i",
2884
+ "deprecateAliases": true,
2885
+ "name": "request-id",
2886
+ "required": true,
2887
+ "summary": "ID of the PackageUploadRequest (starts with 0HD).",
2888
+ "hasDynamicHelp": false,
2889
+ "multiple": false,
2890
+ "type": "option"
2891
+ }
2892
+ },
2893
+ "hasDynamicHelp": true,
2894
+ "hiddenAliases": [],
2895
+ "id": "package1:version:create:get",
2896
+ "pluginAlias": "@salesforce/plugin-packaging",
2897
+ "pluginName": "@salesforce/plugin-packaging",
2898
+ "pluginType": "core",
2899
+ "strict": true,
2900
+ "summary": "Retrieve the status of a package version creation request.",
2901
+ "enableJsonFlag": true,
2902
+ "SF_ENV": "SF_ENV",
2903
+ "isESM": false,
2904
+ "relativePath": [
2905
+ "lib",
2906
+ "commands",
2907
+ "package1",
2908
+ "version",
2909
+ "create",
2910
+ "get.js"
2911
+ ]
2912
2912
  }
2913
2913
  },
2914
- "version": "1.27.9"
2914
+ "version": "1.27.10"
2915
2915
  }