@salesforce/plugin-packaging 2.14.0 → 2.15.0

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.
@@ -1045,6 +1045,134 @@
1045
1045
  "update:package"
1046
1046
  ]
1047
1047
  },
1048
+ "package:install:report": {
1049
+ "aliases": [
1050
+ "force:package:install:report"
1051
+ ],
1052
+ "args": {},
1053
+ "deprecateAliases": true,
1054
+ "examples": [
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
+ ],
1058
+ "flags": {
1059
+ "json": {
1060
+ "description": "Format output as json.",
1061
+ "helpGroup": "GLOBAL",
1062
+ "name": "json",
1063
+ "allowNo": false,
1064
+ "type": "boolean"
1065
+ },
1066
+ "flags-dir": {
1067
+ "helpGroup": "GLOBAL",
1068
+ "name": "flags-dir",
1069
+ "summary": "Import flag values from a directory.",
1070
+ "hasDynamicHelp": false,
1071
+ "multiple": false,
1072
+ "type": "option"
1073
+ },
1074
+ "target-org": {
1075
+ "aliases": [
1076
+ "targetusername",
1077
+ "u"
1078
+ ],
1079
+ "char": "o",
1080
+ "deprecateAliases": true,
1081
+ "name": "target-org",
1082
+ "noCacheDefault": true,
1083
+ "required": true,
1084
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1085
+ "hasDynamicHelp": true,
1086
+ "multiple": false,
1087
+ "type": "option"
1088
+ },
1089
+ "api-version": {
1090
+ "aliases": [
1091
+ "apiversion"
1092
+ ],
1093
+ "deprecateAliases": true,
1094
+ "description": "Override the api version used for api requests made by this command",
1095
+ "name": "api-version",
1096
+ "hasDynamicHelp": false,
1097
+ "multiple": false,
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"
1122
+ }
1123
+ },
1124
+ "hasDynamicHelp": true,
1125
+ "hiddenAliases": [],
1126
+ "id": "package:install:report",
1127
+ "pluginAlias": "@salesforce/plugin-packaging",
1128
+ "pluginName": "@salesforce/plugin-packaging",
1129
+ "pluginType": "core",
1130
+ "strict": true,
1131
+ "summary": "Retrieve the status of a package installation request.",
1132
+ "enableJsonFlag": true,
1133
+ "isESM": true,
1134
+ "relativePath": [
1135
+ "lib",
1136
+ "commands",
1137
+ "package",
1138
+ "install",
1139
+ "report.js"
1140
+ ],
1141
+ "aliasPermutations": [
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"
1166
+ ],
1167
+ "permutations": [
1168
+ "package:install:report",
1169
+ "install:package:report",
1170
+ "install:report:package",
1171
+ "package:report:install",
1172
+ "report:package:install",
1173
+ "report:install:package"
1174
+ ]
1175
+ },
1048
1176
  "package:installed:list": {
1049
1177
  "aliases": [
1050
1178
  "force:package:installed:list"
@@ -1160,15 +1288,95 @@
1160
1288
  "list:installed:package"
1161
1289
  ]
1162
1290
  },
1163
- "package:install:report": {
1291
+ "package:push-upgrade:abort": {
1292
+ "aliases": [],
1293
+ "args": {},
1294
+ "description": "Specify the request ID for which you want abort the request. If applicable, the command displays errors related to the request.\n\nTo show all requests in the org, run \"<%= config.bin %> package pushupgrade list --package 033...\".",
1295
+ "examples": [
1296
+ "Cancel the specified package push upgrade request with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV...",
1297
+ "Cancel the specified package push upgrade request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV... --target-dev-hub devhub@example.com"
1298
+ ],
1299
+ "flags": {
1300
+ "json": {
1301
+ "description": "Format output as json.",
1302
+ "helpGroup": "GLOBAL",
1303
+ "name": "json",
1304
+ "allowNo": false,
1305
+ "type": "boolean"
1306
+ },
1307
+ "flags-dir": {
1308
+ "helpGroup": "GLOBAL",
1309
+ "name": "flags-dir",
1310
+ "summary": "Import flag values from a directory.",
1311
+ "hasDynamicHelp": false,
1312
+ "multiple": false,
1313
+ "type": "option"
1314
+ },
1315
+ "target-dev-hub": {
1316
+ "char": "v",
1317
+ "name": "target-dev-hub",
1318
+ "noCacheDefault": true,
1319
+ "required": true,
1320
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1321
+ "hasDynamicHelp": true,
1322
+ "multiple": false,
1323
+ "type": "option"
1324
+ },
1325
+ "api-version": {
1326
+ "description": "Override the api version used for api requests made by this command",
1327
+ "name": "api-version",
1328
+ "hasDynamicHelp": false,
1329
+ "multiple": false,
1330
+ "type": "option"
1331
+ },
1332
+ "push-request-id": {
1333
+ "char": "i",
1334
+ "name": "push-request-id",
1335
+ "required": true,
1336
+ "summary": "ID of the package push request (starts with 0DV). This ID is returned after the package push-upgrade schedule command completes successfully.",
1337
+ "hasDynamicHelp": false,
1338
+ "multiple": false,
1339
+ "type": "option"
1340
+ }
1341
+ },
1342
+ "hasDynamicHelp": true,
1343
+ "hiddenAliases": [],
1344
+ "id": "package:push-upgrade:abort",
1345
+ "pluginAlias": "@salesforce/plugin-packaging",
1346
+ "pluginName": "@salesforce/plugin-packaging",
1347
+ "pluginType": "core",
1348
+ "strict": true,
1349
+ "summary": "Abort a package push upgrade that has been scheduled. Only push upgrade requests with a status of Created or Pending can be aborted.",
1350
+ "enableJsonFlag": true,
1351
+ "isESM": true,
1352
+ "relativePath": [
1353
+ "lib",
1354
+ "commands",
1355
+ "package",
1356
+ "push-upgrade",
1357
+ "abort.js"
1358
+ ],
1359
+ "aliasPermutations": [],
1360
+ "permutations": [
1361
+ "package:push-upgrade:abort",
1362
+ "push-upgrade:package:abort",
1363
+ "push-upgrade:abort:package",
1364
+ "package:abort:push-upgrade",
1365
+ "abort:package:push-upgrade",
1366
+ "abort:push-upgrade:package"
1367
+ ]
1368
+ },
1369
+ "package:push-upgrade:list": {
1164
1370
  "aliases": [
1165
- "force:package:install:report"
1371
+ "force:package:push-upgrade:list"
1166
1372
  ],
1167
1373
  "args": {},
1168
- "deprecateAliases": true,
1374
+ "description": "Shows the details of each request to create a push upgrade in the Dev Hub org.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nTo get information about a specific request, run \"sf package pushupgrade report\" and supply the request ID.",
1169
1375
  "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"
1376
+ "List all package push upgrade requests in the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033xyz --target-dev-hub myHub",
1377
+ "List all package push upgrade requests in the specified Dev Hub org scheduled in the last 30 days:\n<%= config.bin %> <%= command.id %> --package 033xyz --scheduled-last-days 30 --target-dev-hub myHub",
1378
+ "List all package push upgrade with a status Succeeded:\n<%= config.bin %> <%= command.id %> --package 033xyz –-status Succeeded",
1379
+ "List all package push upgrade with a status Failed:\n<%= config.bin %> <%= command.id %> --package 033xyz –-status Failed"
1172
1380
  ],
1173
1381
  "flags": {
1174
1382
  "json": {
@@ -1186,17 +1394,17 @@
1186
1394
  "multiple": false,
1187
1395
  "type": "option"
1188
1396
  },
1189
- "target-org": {
1397
+ "target-dev-hub": {
1190
1398
  "aliases": [
1191
- "targetusername",
1192
- "u"
1399
+ "targetdevhubusername",
1400
+ "target-hub-org"
1193
1401
  ],
1194
- "char": "o",
1402
+ "char": "v",
1195
1403
  "deprecateAliases": true,
1196
- "name": "target-org",
1404
+ "name": "target-dev-hub",
1197
1405
  "noCacheDefault": true,
1198
1406
  "required": true,
1199
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1407
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1200
1408
  "hasDynamicHelp": true,
1201
1409
  "multiple": false,
1202
1410
  "type": "option"
@@ -1212,6 +1420,129 @@
1212
1420
  "multiple": false,
1213
1421
  "type": "option"
1214
1422
  },
1423
+ "package": {
1424
+ "char": "p",
1425
+ "name": "package",
1426
+ "required": true,
1427
+ "summary": "Package ID (starts with 033) of the package that you want push upgrade information for.",
1428
+ "hasDynamicHelp": false,
1429
+ "multiple": false,
1430
+ "type": "option"
1431
+ },
1432
+ "scheduled-last-days": {
1433
+ "aliases": [
1434
+ "scheduledlastdays"
1435
+ ],
1436
+ "char": "l",
1437
+ "deprecateAliases": true,
1438
+ "name": "scheduled-last-days",
1439
+ "summary": "Number of days in the past for which to display the list of push upgrade requests that were scheduled. Used to filter the list output to only recently scheduled push upgrades.",
1440
+ "hasDynamicHelp": false,
1441
+ "multiple": false,
1442
+ "type": "option"
1443
+ },
1444
+ "status": {
1445
+ "char": "s",
1446
+ "name": "status",
1447
+ "summary": "Status used to filter the list output Valid values are: Created, Canceled, Pending, In Progress, Failed, or Succeeded",
1448
+ "hasDynamicHelp": false,
1449
+ "multiple": false,
1450
+ "options": [
1451
+ "Created",
1452
+ "Cancelled",
1453
+ "Pending",
1454
+ "In Progress",
1455
+ "Failed",
1456
+ "Succeeded"
1457
+ ],
1458
+ "type": "option"
1459
+ },
1460
+ "show-push-migrations-only": {
1461
+ "name": "show-push-migrations-only",
1462
+ "summary": "Display only push upgrade requests for package migrations.",
1463
+ "allowNo": false,
1464
+ "type": "boolean"
1465
+ }
1466
+ },
1467
+ "hasDynamicHelp": true,
1468
+ "hiddenAliases": [],
1469
+ "id": "package:push-upgrade:list",
1470
+ "pluginAlias": "@salesforce/plugin-packaging",
1471
+ "pluginName": "@salesforce/plugin-packaging",
1472
+ "pluginType": "core",
1473
+ "strict": true,
1474
+ "summary": "Lists the status of push upgrade requests for a given package.",
1475
+ "enableJsonFlag": true,
1476
+ "isESM": true,
1477
+ "relativePath": [
1478
+ "lib",
1479
+ "commands",
1480
+ "package",
1481
+ "push-upgrade",
1482
+ "list.js"
1483
+ ],
1484
+ "aliasPermutations": [
1485
+ "force:package:push-upgrade:list",
1486
+ "package:force:push-upgrade:list",
1487
+ "package:push-upgrade:force:list",
1488
+ "package:push-upgrade:list:force",
1489
+ "force:push-upgrade:package:list",
1490
+ "push-upgrade:force:package:list",
1491
+ "push-upgrade:package:force:list",
1492
+ "push-upgrade:package:list:force",
1493
+ "force:push-upgrade:list:package",
1494
+ "push-upgrade:force:list:package",
1495
+ "push-upgrade:list:force:package",
1496
+ "push-upgrade:list:package:force",
1497
+ "force:package:list:push-upgrade",
1498
+ "package:force:list:push-upgrade",
1499
+ "package:list:force:push-upgrade",
1500
+ "package:list:push-upgrade:force",
1501
+ "force:list:package:push-upgrade",
1502
+ "list:force:package:push-upgrade",
1503
+ "list:package:force:push-upgrade",
1504
+ "list:package:push-upgrade:force",
1505
+ "force:list:push-upgrade:package",
1506
+ "list:force:push-upgrade:package",
1507
+ "list:push-upgrade:force:package",
1508
+ "list:push-upgrade:package:force"
1509
+ ],
1510
+ "permutations": [
1511
+ "package:push-upgrade:list",
1512
+ "push-upgrade:package:list",
1513
+ "push-upgrade:list:package",
1514
+ "package:list:push-upgrade",
1515
+ "list:package:push-upgrade",
1516
+ "list:push-upgrade:package"
1517
+ ]
1518
+ },
1519
+ "package:push-upgrade:report": {
1520
+ "aliases": [
1521
+ "force:package:push-upgrade:report"
1522
+ ],
1523
+ "args": {},
1524
+ "deprecateAliases": true,
1525
+ "description": "Specify the request ID for which you want to view details. If applicable, the command displays errors related to the request.\n\nTo show all requests in the org, run \"<%= config.bin %> package pushupgrade list\".",
1526
+ "examples": [
1527
+ "Retrieve details about the package push upgrade with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV...",
1528
+ "Retrieve details about the specified package push request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --push-request-id 0DV... --target-dev-hub devhub@example.com"
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
+ "flags-dir": {
1539
+ "helpGroup": "GLOBAL",
1540
+ "name": "flags-dir",
1541
+ "summary": "Import flag values from a directory.",
1542
+ "hasDynamicHelp": false,
1543
+ "multiple": false,
1544
+ "type": "option"
1545
+ },
1215
1546
  "loglevel": {
1216
1547
  "deprecated": {
1217
1548
  "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."
@@ -1222,15 +1553,41 @@
1222
1553
  "multiple": false,
1223
1554
  "type": "option"
1224
1555
  },
1225
- "request-id": {
1556
+ "target-dev-hub": {
1226
1557
  "aliases": [
1227
- "requestid"
1558
+ "targetdevhubusername",
1559
+ "target-hub-org"
1560
+ ],
1561
+ "char": "v",
1562
+ "deprecateAliases": true,
1563
+ "name": "target-dev-hub",
1564
+ "noCacheDefault": true,
1565
+ "required": true,
1566
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1567
+ "hasDynamicHelp": true,
1568
+ "multiple": false,
1569
+ "type": "option"
1570
+ },
1571
+ "api-version": {
1572
+ "aliases": [
1573
+ "apiversion"
1574
+ ],
1575
+ "deprecateAliases": true,
1576
+ "description": "Override the api version used for api requests made by this command",
1577
+ "name": "api-version",
1578
+ "hasDynamicHelp": false,
1579
+ "multiple": false,
1580
+ "type": "option"
1581
+ },
1582
+ "push-request-id": {
1583
+ "aliases": [
1584
+ "pushrequestid"
1228
1585
  ],
1229
1586
  "char": "i",
1230
1587
  "deprecateAliases": true,
1231
- "name": "request-id",
1588
+ "name": "push-request-id",
1232
1589
  "required": true,
1233
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1590
+ "summary": "ID of the package push request (starts with 0DV). This ID is returned after the package push-upgrade schedule command completes successfully.",
1234
1591
  "hasDynamicHelp": false,
1235
1592
  "multiple": false,
1236
1593
  "type": "option"
@@ -1238,54 +1595,176 @@
1238
1595
  },
1239
1596
  "hasDynamicHelp": true,
1240
1597
  "hiddenAliases": [],
1241
- "id": "package:install:report",
1598
+ "id": "package:push-upgrade:report",
1242
1599
  "pluginAlias": "@salesforce/plugin-packaging",
1243
1600
  "pluginName": "@salesforce/plugin-packaging",
1244
1601
  "pluginType": "core",
1245
1602
  "strict": true,
1246
- "summary": "Retrieve the status of a package installation request.",
1603
+ "summary": "Retrieve the status of a package push upgrade.",
1247
1604
  "enableJsonFlag": true,
1248
1605
  "isESM": true,
1249
1606
  "relativePath": [
1250
1607
  "lib",
1251
1608
  "commands",
1252
1609
  "package",
1253
- "install",
1610
+ "push-upgrade",
1254
1611
  "report.js"
1255
1612
  ],
1256
1613
  "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"
1614
+ "force:package:push-upgrade:report",
1615
+ "package:force:push-upgrade:report",
1616
+ "package:push-upgrade:force:report",
1617
+ "package:push-upgrade:report:force",
1618
+ "force:push-upgrade:package:report",
1619
+ "push-upgrade:force:package:report",
1620
+ "push-upgrade:package:force:report",
1621
+ "push-upgrade:package:report:force",
1622
+ "force:push-upgrade:report:package",
1623
+ "push-upgrade:force:report:package",
1624
+ "push-upgrade:report:force:package",
1625
+ "push-upgrade:report:package:force",
1626
+ "force:package:report:push-upgrade",
1627
+ "package:force:report:push-upgrade",
1628
+ "package:report:force:push-upgrade",
1629
+ "package:report:push-upgrade:force",
1630
+ "force:report:package:push-upgrade",
1631
+ "report:force:package:push-upgrade",
1632
+ "report:package:force:push-upgrade",
1633
+ "report:package:push-upgrade:force",
1634
+ "force:report:push-upgrade:package",
1635
+ "report:force:push-upgrade:package",
1636
+ "report:push-upgrade:force:package",
1637
+ "report:push-upgrade:package:force"
1281
1638
  ],
1282
1639
  "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"
1640
+ "package:push-upgrade:report",
1641
+ "push-upgrade:package:report",
1642
+ "push-upgrade:report:package",
1643
+ "package:report:push-upgrade",
1644
+ "report:package:push-upgrade",
1645
+ "report:push-upgrade:package"
1646
+ ]
1647
+ },
1648
+ "package:push-upgrade:schedule": {
1649
+ "aliases": [],
1650
+ "args": {},
1651
+ "description": "Represents a push upgrade request for upgrading a package in one or many orgs from one version to another version.\nTo initiate a push upgrade for an unlocked or second-generation managed package, the Create and Update Second-Generation Packages user permission is required.\nFor second-generation managed packages, the push upgrade feature is available only for packages that have passed AppExchange security review. To enable push upgrades for your managed package, log a support case in the Salesforce Partner Community.\nFor unlocked packages, push upgrades are enabled by default.\n\nUse the -–migrate-to-2GP flag to indicate you’re installing a converted second-generation managed package into an org that has the first-generation managed package version of that package installed.",
1652
+ "examples": [
1653
+ "Schedule a push upgrade that initiates at a specified time:\n<%= config.bin %> <%= command.id %> --package 04txyz --start-time \"2024-12-06T21:00:00\" --org-file upgrade-orgs.csv",
1654
+ "Schedule a push upgrade that initiates as soon as possible:\n<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv",
1655
+ "Schedule a push migration from a 1GP package to a 2GP package:\n<%= config.bin %> <%= command.id %> --migrate-to-2gp --package 04txyz --start-time \"2024-12-06T21:00:00\" --org-file upgrade-orgs.csv --target-dev-hub myHub"
1656
+ ],
1657
+ "flags": {
1658
+ "json": {
1659
+ "description": "Format output as json.",
1660
+ "helpGroup": "GLOBAL",
1661
+ "name": "json",
1662
+ "allowNo": false,
1663
+ "type": "boolean"
1664
+ },
1665
+ "flags-dir": {
1666
+ "helpGroup": "GLOBAL",
1667
+ "name": "flags-dir",
1668
+ "summary": "Import flag values from a directory.",
1669
+ "hasDynamicHelp": false,
1670
+ "multiple": false,
1671
+ "type": "option"
1672
+ },
1673
+ "target-dev-hub": {
1674
+ "char": "v",
1675
+ "description": "Overrides the value of the target-dev-hub configuration variable, if set.",
1676
+ "name": "target-dev-hub",
1677
+ "noCacheDefault": true,
1678
+ "required": true,
1679
+ "summary": "Username or alias of the Dev Hub org.",
1680
+ "hasDynamicHelp": true,
1681
+ "multiple": false,
1682
+ "type": "option"
1683
+ },
1684
+ "api-version": {
1685
+ "aliases": [
1686
+ "apiversion"
1687
+ ],
1688
+ "deprecateAliases": true,
1689
+ "description": "Override the api version used for api requests made by this command",
1690
+ "name": "api-version",
1691
+ "hasDynamicHelp": false,
1692
+ "multiple": false,
1693
+ "type": "option"
1694
+ },
1695
+ "package": {
1696
+ "char": "p",
1697
+ "name": "package",
1698
+ "required": true,
1699
+ "summary": "ID (starts with 04t) of the package version that the package is being upgraded to. The package version must be an active, non-beta package version.",
1700
+ "hasDynamicHelp": false,
1701
+ "multiple": false,
1702
+ "type": "option"
1703
+ },
1704
+ "start-time": {
1705
+ "char": "t",
1706
+ "description": "Scheduled push upgrades begin as soon as resources are available on the Salesforce instance, which is either at or after the start time you specify. In certain scenarios, the push upgrade starts a few hours after the scheduled start time.\n\nAs a best practice, schedule push upgrades at off-peak hours like 1:00 AM Saturday. \nIf you don't specify this flag, the push upgrade is scheduled to run as soon as resources are available on the Salesforce instance.",
1707
+ "name": "start-time",
1708
+ "summary": "Date and time (UTC) when the push upgrade is processed. Set to the earliest time that you want Salesforce to attempt to start the upgrade.",
1709
+ "hasDynamicHelp": false,
1710
+ "multiple": false,
1711
+ "type": "option"
1712
+ },
1713
+ "org-list": {
1714
+ "char": "l",
1715
+ "exclusive": [
1716
+ "org-file"
1717
+ ],
1718
+ "name": "org-list",
1719
+ "summary": "Comma-separated list of subscriber org IDs that need the package upgrade.",
1720
+ "hasDynamicHelp": false,
1721
+ "multiple": false,
1722
+ "type": "option"
1723
+ },
1724
+ "org-file": {
1725
+ "char": "f",
1726
+ "description": "The file must contain one org per line. The org ID must be the only value in each row. \nAll listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package-version flag.",
1727
+ "exclusive": [
1728
+ "org-list"
1729
+ ],
1730
+ "name": "org-file",
1731
+ "summary": "Filename of the CSV file that contains the list of orgs that need the package upgrade.",
1732
+ "hasDynamicHelp": false,
1733
+ "multiple": false,
1734
+ "type": "option"
1735
+ },
1736
+ "migrate-to-2gp": {
1737
+ "name": "migrate-to-2gp",
1738
+ "summary": "Upgrade from a first-generation managed package (1GP) to a second-generation managed package (2GP). Required when you’re pushing a 2GP package to orgs with the 1GP version installed.",
1739
+ "allowNo": false,
1740
+ "type": "boolean"
1741
+ }
1742
+ },
1743
+ "hasDynamicHelp": true,
1744
+ "hiddenAliases": [],
1745
+ "id": "package:push-upgrade:schedule",
1746
+ "pluginAlias": "@salesforce/plugin-packaging",
1747
+ "pluginName": "@salesforce/plugin-packaging",
1748
+ "pluginType": "core",
1749
+ "strict": true,
1750
+ "summary": "Schedule a package push upgrade.",
1751
+ "enableJsonFlag": true,
1752
+ "isESM": true,
1753
+ "relativePath": [
1754
+ "lib",
1755
+ "commands",
1756
+ "package",
1757
+ "push-upgrade",
1758
+ "schedule.js"
1759
+ ],
1760
+ "aliasPermutations": [],
1761
+ "permutations": [
1762
+ "package:push-upgrade:schedule",
1763
+ "push-upgrade:package:schedule",
1764
+ "push-upgrade:schedule:package",
1765
+ "package:schedule:push-upgrade",
1766
+ "schedule:package:push-upgrade",
1767
+ "schedule:push-upgrade:package"
1289
1768
  ]
1290
1769
  },
1291
1770
  "package:uninstall:report": {
@@ -4063,5 +4542,5 @@
4063
4542
  ]
4064
4543
  }
4065
4544
  },
4066
- "version": "2.14.0"
4545
+ "version": "2.15.0"
4067
4546
  }