@salesforce/plugin-packaging 2.4.3 → 2.4.4
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 +22 -22
- package/oclif.manifest.json +1341 -1341
- package/package.json +8 -10
- package/npm-shrinkwrap.json +0 -17687
- package/oclif.lock +0 -8270
package/oclif.manifest.json
CHANGED
|
@@ -1036,16 +1036,15 @@
|
|
|
1036
1036
|
"update:package"
|
|
1037
1037
|
]
|
|
1038
1038
|
},
|
|
1039
|
-
"
|
|
1039
|
+
"package:install:report": {
|
|
1040
1040
|
"aliases": [
|
|
1041
|
-
"force:
|
|
1041
|
+
"force:package:install:report"
|
|
1042
1042
|
],
|
|
1043
1043
|
"args": {},
|
|
1044
1044
|
"deprecateAliases": true,
|
|
1045
|
-
"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.",
|
|
1046
1045
|
"examples": [
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1046
|
+
"Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
|
|
1047
|
+
"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"
|
|
1049
1048
|
],
|
|
1050
1049
|
"flags": {
|
|
1051
1050
|
"json": {
|
|
@@ -1063,16 +1062,6 @@
|
|
|
1063
1062
|
"multiple": false,
|
|
1064
1063
|
"type": "option"
|
|
1065
1064
|
},
|
|
1066
|
-
"loglevel": {
|
|
1067
|
-
"deprecated": {
|
|
1068
|
-
"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."
|
|
1069
|
-
},
|
|
1070
|
-
"hidden": true,
|
|
1071
|
-
"name": "loglevel",
|
|
1072
|
-
"hasDynamicHelp": false,
|
|
1073
|
-
"multiple": false,
|
|
1074
|
-
"type": "option"
|
|
1075
|
-
},
|
|
1076
1065
|
"target-org": {
|
|
1077
1066
|
"aliases": [
|
|
1078
1067
|
"targetusername",
|
|
@@ -1099,165 +1088,91 @@
|
|
|
1099
1088
|
"multiple": false,
|
|
1100
1089
|
"type": "option"
|
|
1101
1090
|
},
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1108
|
-
"name": "package-id",
|
|
1109
|
-
"required": true,
|
|
1110
|
-
"summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
|
|
1111
|
-
"hasDynamicHelp": false,
|
|
1112
|
-
"multiple": false,
|
|
1113
|
-
"type": "option"
|
|
1114
|
-
},
|
|
1115
|
-
"name": {
|
|
1116
|
-
"char": "n",
|
|
1117
|
-
"name": "name",
|
|
1118
|
-
"required": true,
|
|
1119
|
-
"summary": "Package version name.",
|
|
1120
|
-
"hasDynamicHelp": false,
|
|
1121
|
-
"multiple": false,
|
|
1122
|
-
"type": "option"
|
|
1123
|
-
},
|
|
1124
|
-
"description": {
|
|
1125
|
-
"char": "d",
|
|
1126
|
-
"name": "description",
|
|
1127
|
-
"summary": "Package version description.",
|
|
1128
|
-
"hasDynamicHelp": false,
|
|
1129
|
-
"multiple": false,
|
|
1130
|
-
"type": "option"
|
|
1131
|
-
},
|
|
1132
|
-
"version": {
|
|
1133
|
-
"char": "v",
|
|
1134
|
-
"name": "version",
|
|
1135
|
-
"summary": "Package version in major.minor format, for example, 3.2.",
|
|
1136
|
-
"hasDynamicHelp": false,
|
|
1137
|
-
"multiple": false,
|
|
1138
|
-
"type": "option"
|
|
1139
|
-
},
|
|
1140
|
-
"managed-released": {
|
|
1141
|
-
"aliases": [
|
|
1142
|
-
"managedrelease"
|
|
1143
|
-
],
|
|
1144
|
-
"char": "m",
|
|
1145
|
-
"deprecateAliases": true,
|
|
1146
|
-
"description": "To create a beta version, don’t include this parameter.",
|
|
1147
|
-
"name": "managed-released",
|
|
1148
|
-
"summary": "Create a managed package version.",
|
|
1149
|
-
"allowNo": false,
|
|
1150
|
-
"type": "boolean"
|
|
1151
|
-
},
|
|
1152
|
-
"release-notes-url": {
|
|
1153
|
-
"aliases": [
|
|
1154
|
-
"releasenotesurl"
|
|
1155
|
-
],
|
|
1156
|
-
"char": "r",
|
|
1157
|
-
"deprecateAliases": true,
|
|
1158
|
-
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
1159
|
-
"name": "release-notes-url",
|
|
1160
|
-
"summary": "Release notes URL.",
|
|
1161
|
-
"hasDynamicHelp": false,
|
|
1162
|
-
"multiple": false,
|
|
1163
|
-
"type": "option"
|
|
1164
|
-
},
|
|
1165
|
-
"post-install-url": {
|
|
1166
|
-
"aliases": [
|
|
1167
|
-
"postinstallurl"
|
|
1168
|
-
],
|
|
1169
|
-
"char": "p",
|
|
1170
|
-
"deprecateAliases": true,
|
|
1171
|
-
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
1172
|
-
"name": "post-install-url",
|
|
1173
|
-
"summary": "Post install URL.",
|
|
1091
|
+
"loglevel": {
|
|
1092
|
+
"deprecated": {
|
|
1093
|
+
"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."
|
|
1094
|
+
},
|
|
1095
|
+
"hidden": true,
|
|
1096
|
+
"name": "loglevel",
|
|
1174
1097
|
"hasDynamicHelp": false,
|
|
1175
1098
|
"multiple": false,
|
|
1176
1099
|
"type": "option"
|
|
1177
1100
|
},
|
|
1178
|
-
"
|
|
1101
|
+
"request-id": {
|
|
1179
1102
|
"aliases": [
|
|
1180
|
-
"
|
|
1103
|
+
"requestid"
|
|
1181
1104
|
],
|
|
1182
|
-
"char": "
|
|
1105
|
+
"char": "i",
|
|
1183
1106
|
"deprecateAliases": true,
|
|
1184
|
-
"name": "
|
|
1185
|
-
"
|
|
1107
|
+
"name": "request-id",
|
|
1108
|
+
"required": true,
|
|
1109
|
+
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
1186
1110
|
"hasDynamicHelp": false,
|
|
1187
1111
|
"multiple": false,
|
|
1188
1112
|
"type": "option"
|
|
1189
|
-
},
|
|
1190
|
-
"wait": {
|
|
1191
|
-
"char": "w",
|
|
1192
|
-
"name": "wait",
|
|
1193
|
-
"summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
|
|
1194
|
-
"hasDynamicHelp": true,
|
|
1195
|
-
"multiple": false,
|
|
1196
|
-
"type": "option"
|
|
1197
1113
|
}
|
|
1198
1114
|
},
|
|
1199
1115
|
"hasDynamicHelp": true,
|
|
1200
1116
|
"hiddenAliases": [],
|
|
1201
|
-
"id": "
|
|
1117
|
+
"id": "package:install:report",
|
|
1202
1118
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1203
1119
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1204
1120
|
"pluginType": "core",
|
|
1205
1121
|
"strict": true,
|
|
1206
|
-
"summary": "
|
|
1122
|
+
"summary": "Retrieve the status of a package installation request.",
|
|
1207
1123
|
"enableJsonFlag": true,
|
|
1208
|
-
"requiresProject": true,
|
|
1209
1124
|
"isESM": true,
|
|
1210
1125
|
"relativePath": [
|
|
1211
1126
|
"lib",
|
|
1212
1127
|
"commands",
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1128
|
+
"package",
|
|
1129
|
+
"install",
|
|
1130
|
+
"report.js"
|
|
1216
1131
|
],
|
|
1217
1132
|
"aliasPermutations": [
|
|
1218
|
-
"force:
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1222
|
-
"force:
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
"force:
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1230
|
-
"force:
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
"force:
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"force:
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1133
|
+
"force:package:install:report",
|
|
1134
|
+
"package:force:install:report",
|
|
1135
|
+
"package:install:force:report",
|
|
1136
|
+
"package:install:report:force",
|
|
1137
|
+
"force:install:package:report",
|
|
1138
|
+
"install:force:package:report",
|
|
1139
|
+
"install:package:force:report",
|
|
1140
|
+
"install:package:report:force",
|
|
1141
|
+
"force:install:report:package",
|
|
1142
|
+
"install:force:report:package",
|
|
1143
|
+
"install:report:force:package",
|
|
1144
|
+
"install:report:package:force",
|
|
1145
|
+
"force:package:report:install",
|
|
1146
|
+
"package:force:report:install",
|
|
1147
|
+
"package:report:force:install",
|
|
1148
|
+
"package:report:install:force",
|
|
1149
|
+
"force:report:package:install",
|
|
1150
|
+
"report:force:package:install",
|
|
1151
|
+
"report:package:force:install",
|
|
1152
|
+
"report:package:install:force",
|
|
1153
|
+
"force:report:install:package",
|
|
1154
|
+
"report:force:install:package",
|
|
1155
|
+
"report:install:force:package",
|
|
1156
|
+
"report:install:package:force"
|
|
1242
1157
|
],
|
|
1243
1158
|
"permutations": [
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1159
|
+
"package:install:report",
|
|
1160
|
+
"install:package:report",
|
|
1161
|
+
"install:report:package",
|
|
1162
|
+
"package:report:install",
|
|
1163
|
+
"report:package:install",
|
|
1164
|
+
"report:install:package"
|
|
1250
1165
|
]
|
|
1251
1166
|
},
|
|
1252
|
-
"
|
|
1167
|
+
"package:installed:list": {
|
|
1253
1168
|
"aliases": [
|
|
1254
|
-
"force:
|
|
1169
|
+
"force:package:installed:list"
|
|
1255
1170
|
],
|
|
1256
1171
|
"args": {},
|
|
1257
1172
|
"deprecateAliases": true,
|
|
1258
1173
|
"examples": [
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1174
|
+
"List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1175
|
+
"List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
|
|
1261
1176
|
],
|
|
1262
1177
|
"flags": {
|
|
1263
1178
|
"json": {
|
|
@@ -1310,82 +1225,70 @@
|
|
|
1310
1225
|
"hasDynamicHelp": false,
|
|
1311
1226
|
"multiple": false,
|
|
1312
1227
|
"type": "option"
|
|
1313
|
-
},
|
|
1314
|
-
"package-version-id": {
|
|
1315
|
-
"aliases": [
|
|
1316
|
-
"packageversionid"
|
|
1317
|
-
],
|
|
1318
|
-
"char": "i",
|
|
1319
|
-
"deprecateAliases": true,
|
|
1320
|
-
"name": "package-version-id",
|
|
1321
|
-
"required": true,
|
|
1322
|
-
"summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
|
|
1323
|
-
"hasDynamicHelp": false,
|
|
1324
|
-
"multiple": false,
|
|
1325
|
-
"type": "option"
|
|
1326
1228
|
}
|
|
1327
1229
|
},
|
|
1328
1230
|
"hasDynamicHelp": true,
|
|
1329
1231
|
"hiddenAliases": [],
|
|
1330
|
-
"id": "
|
|
1232
|
+
"id": "package:installed:list",
|
|
1331
1233
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1332
1234
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1333
1235
|
"pluginType": "core",
|
|
1334
1236
|
"strict": true,
|
|
1335
|
-
"summary": "
|
|
1237
|
+
"summary": "List the org’s installed packages.",
|
|
1336
1238
|
"enableJsonFlag": true,
|
|
1239
|
+
"requiresProject": true,
|
|
1337
1240
|
"isESM": true,
|
|
1338
1241
|
"relativePath": [
|
|
1339
1242
|
"lib",
|
|
1340
1243
|
"commands",
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1244
|
+
"package",
|
|
1245
|
+
"installed",
|
|
1246
|
+
"list.js"
|
|
1344
1247
|
],
|
|
1345
1248
|
"aliasPermutations": [
|
|
1346
|
-
"force:
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
"force:
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"force:
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1358
|
-
"force:
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1362
|
-
"force:
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1366
|
-
"force:
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
],
|
|
1371
|
-
"permutations": [
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
]
|
|
1379
|
-
},
|
|
1380
|
-
"
|
|
1381
|
-
"aliases": [
|
|
1382
|
-
"force:
|
|
1249
|
+
"force:package:installed:list",
|
|
1250
|
+
"package:force:installed:list",
|
|
1251
|
+
"package:installed:force:list",
|
|
1252
|
+
"package:installed:list:force",
|
|
1253
|
+
"force:installed:package:list",
|
|
1254
|
+
"installed:force:package:list",
|
|
1255
|
+
"installed:package:force:list",
|
|
1256
|
+
"installed:package:list:force",
|
|
1257
|
+
"force:installed:list:package",
|
|
1258
|
+
"installed:force:list:package",
|
|
1259
|
+
"installed:list:force:package",
|
|
1260
|
+
"installed:list:package:force",
|
|
1261
|
+
"force:package:list:installed",
|
|
1262
|
+
"package:force:list:installed",
|
|
1263
|
+
"package:list:force:installed",
|
|
1264
|
+
"package:list:installed:force",
|
|
1265
|
+
"force:list:package:installed",
|
|
1266
|
+
"list:force:package:installed",
|
|
1267
|
+
"list:package:force:installed",
|
|
1268
|
+
"list:package:installed:force",
|
|
1269
|
+
"force:list:installed:package",
|
|
1270
|
+
"list:force:installed:package",
|
|
1271
|
+
"list:installed:force:package",
|
|
1272
|
+
"list:installed:package:force"
|
|
1273
|
+
],
|
|
1274
|
+
"permutations": [
|
|
1275
|
+
"package:installed:list",
|
|
1276
|
+
"installed:package:list",
|
|
1277
|
+
"installed:list:package",
|
|
1278
|
+
"package:list:installed",
|
|
1279
|
+
"list:package:installed",
|
|
1280
|
+
"list:installed:package"
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
"package:uninstall:report": {
|
|
1284
|
+
"aliases": [
|
|
1285
|
+
"force:package:uninstall:report"
|
|
1383
1286
|
],
|
|
1384
1287
|
"args": {},
|
|
1385
1288
|
"deprecateAliases": true,
|
|
1386
1289
|
"examples": [
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1290
|
+
"Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
|
|
1291
|
+
"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"
|
|
1389
1292
|
],
|
|
1390
1293
|
"flags": {
|
|
1391
1294
|
"json": {
|
|
@@ -1439,15 +1342,15 @@
|
|
|
1439
1342
|
"multiple": false,
|
|
1440
1343
|
"type": "option"
|
|
1441
1344
|
},
|
|
1442
|
-
"
|
|
1345
|
+
"request-id": {
|
|
1443
1346
|
"aliases": [
|
|
1444
|
-
"
|
|
1347
|
+
"requestid"
|
|
1445
1348
|
],
|
|
1446
1349
|
"char": "i",
|
|
1447
1350
|
"deprecateAliases": true,
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
"summary": "
|
|
1351
|
+
"name": "request-id",
|
|
1352
|
+
"required": true,
|
|
1353
|
+
"summary": "ID of the package uninstall request you want to check; starts with 06y.",
|
|
1451
1354
|
"hasDynamicHelp": false,
|
|
1452
1355
|
"multiple": false,
|
|
1453
1356
|
"type": "option"
|
|
@@ -1455,65 +1358,68 @@
|
|
|
1455
1358
|
},
|
|
1456
1359
|
"hasDynamicHelp": true,
|
|
1457
1360
|
"hiddenAliases": [],
|
|
1458
|
-
"id": "
|
|
1361
|
+
"id": "package:uninstall:report",
|
|
1459
1362
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1460
1363
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1461
1364
|
"pluginType": "core",
|
|
1462
1365
|
"strict": true,
|
|
1463
|
-
"summary": "
|
|
1366
|
+
"summary": "Retrieve the status of a package uninstall request.",
|
|
1464
1367
|
"enableJsonFlag": true,
|
|
1465
1368
|
"isESM": true,
|
|
1466
1369
|
"relativePath": [
|
|
1467
1370
|
"lib",
|
|
1468
1371
|
"commands",
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1372
|
+
"package",
|
|
1373
|
+
"uninstall",
|
|
1374
|
+
"report.js"
|
|
1472
1375
|
],
|
|
1473
1376
|
"aliasPermutations": [
|
|
1474
|
-
"force:
|
|
1475
|
-
"
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1478
|
-
"force:
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"force:
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
"force:
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
"force:
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"force:
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1377
|
+
"force:package:uninstall:report",
|
|
1378
|
+
"package:force:uninstall:report",
|
|
1379
|
+
"package:uninstall:force:report",
|
|
1380
|
+
"package:uninstall:report:force",
|
|
1381
|
+
"force:uninstall:package:report",
|
|
1382
|
+
"uninstall:force:package:report",
|
|
1383
|
+
"uninstall:package:force:report",
|
|
1384
|
+
"uninstall:package:report:force",
|
|
1385
|
+
"force:uninstall:report:package",
|
|
1386
|
+
"uninstall:force:report:package",
|
|
1387
|
+
"uninstall:report:force:package",
|
|
1388
|
+
"uninstall:report:package:force",
|
|
1389
|
+
"force:package:report:uninstall",
|
|
1390
|
+
"package:force:report:uninstall",
|
|
1391
|
+
"package:report:force:uninstall",
|
|
1392
|
+
"package:report:uninstall:force",
|
|
1393
|
+
"force:report:package:uninstall",
|
|
1394
|
+
"report:force:package:uninstall",
|
|
1395
|
+
"report:package:force:uninstall",
|
|
1396
|
+
"report:package:uninstall:force",
|
|
1397
|
+
"force:report:uninstall:package",
|
|
1398
|
+
"report:force:uninstall:package",
|
|
1399
|
+
"report:uninstall:force:package",
|
|
1400
|
+
"report:uninstall:package:force"
|
|
1498
1401
|
],
|
|
1499
1402
|
"permutations": [
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1403
|
+
"package:uninstall:report",
|
|
1404
|
+
"uninstall:package:report",
|
|
1405
|
+
"uninstall:report:package",
|
|
1406
|
+
"package:report:uninstall",
|
|
1407
|
+
"report:package:uninstall",
|
|
1408
|
+
"report:uninstall:package"
|
|
1506
1409
|
]
|
|
1507
1410
|
},
|
|
1508
|
-
"package:
|
|
1411
|
+
"package:version:create": {
|
|
1509
1412
|
"aliases": [
|
|
1510
|
-
"force:package:
|
|
1413
|
+
"force:package:version:create"
|
|
1511
1414
|
],
|
|
1512
1415
|
"args": {},
|
|
1513
1416
|
"deprecateAliases": true,
|
|
1417
|
+
"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.",
|
|
1514
1418
|
"examples": [
|
|
1515
|
-
"
|
|
1516
|
-
"
|
|
1419
|
+
"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",
|
|
1420
|
+
"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",
|
|
1421
|
+
"Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
|
|
1422
|
+
"Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
|
|
1517
1423
|
],
|
|
1518
1424
|
"flags": {
|
|
1519
1425
|
"json": {
|
|
@@ -1531,17 +1437,27 @@
|
|
|
1531
1437
|
"multiple": false,
|
|
1532
1438
|
"type": "option"
|
|
1533
1439
|
},
|
|
1534
|
-
"
|
|
1440
|
+
"loglevel": {
|
|
1441
|
+
"deprecated": {
|
|
1442
|
+
"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."
|
|
1443
|
+
},
|
|
1444
|
+
"hidden": true,
|
|
1445
|
+
"name": "loglevel",
|
|
1446
|
+
"hasDynamicHelp": false,
|
|
1447
|
+
"multiple": false,
|
|
1448
|
+
"type": "option"
|
|
1449
|
+
},
|
|
1450
|
+
"target-dev-hub": {
|
|
1535
1451
|
"aliases": [
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1452
|
+
"targetdevhubusername",
|
|
1453
|
+
"target-hub-org"
|
|
1538
1454
|
],
|
|
1539
|
-
"char": "
|
|
1455
|
+
"char": "v",
|
|
1540
1456
|
"deprecateAliases": true,
|
|
1541
|
-
"name": "target-
|
|
1457
|
+
"name": "target-dev-hub",
|
|
1542
1458
|
"noCacheDefault": true,
|
|
1543
1459
|
"required": true,
|
|
1544
|
-
"summary": "Username or alias of the
|
|
1460
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1545
1461
|
"hasDynamicHelp": true,
|
|
1546
1462
|
"multiple": false,
|
|
1547
1463
|
"type": "option"
|
|
@@ -1557,338 +1473,318 @@
|
|
|
1557
1473
|
"multiple": false,
|
|
1558
1474
|
"type": "option"
|
|
1559
1475
|
},
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
"hidden": true,
|
|
1565
|
-
"name": "loglevel",
|
|
1476
|
+
"branch": {
|
|
1477
|
+
"char": "b",
|
|
1478
|
+
"name": "branch",
|
|
1479
|
+
"summary": "Name of the branch in your source control system that the package version is based on.",
|
|
1566
1480
|
"hasDynamicHelp": false,
|
|
1567
1481
|
"multiple": false,
|
|
1568
1482
|
"type": "option"
|
|
1569
1483
|
},
|
|
1570
|
-
"
|
|
1484
|
+
"build-instance": {
|
|
1571
1485
|
"aliases": [
|
|
1572
|
-
"
|
|
1486
|
+
"buildinstance"
|
|
1573
1487
|
],
|
|
1574
|
-
"char": "
|
|
1488
|
+
"char": "s",
|
|
1575
1489
|
"deprecateAliases": true,
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1578
|
-
"summary": "
|
|
1579
|
-
"hasDynamicHelp": false,
|
|
1580
|
-
"multiple": false,
|
|
1581
|
-
"type": "option"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"hasDynamicHelp": true,
|
|
1585
|
-
"hiddenAliases": [],
|
|
1586
|
-
"id": "package:install:report",
|
|
1587
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1588
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
1589
|
-
"pluginType": "core",
|
|
1590
|
-
"strict": true,
|
|
1591
|
-
"summary": "Retrieve the status of a package installation request.",
|
|
1592
|
-
"enableJsonFlag": true,
|
|
1593
|
-
"isESM": true,
|
|
1594
|
-
"relativePath": [
|
|
1595
|
-
"lib",
|
|
1596
|
-
"commands",
|
|
1597
|
-
"package",
|
|
1598
|
-
"install",
|
|
1599
|
-
"report.js"
|
|
1600
|
-
],
|
|
1601
|
-
"aliasPermutations": [
|
|
1602
|
-
"force:package:install:report",
|
|
1603
|
-
"package:force:install:report",
|
|
1604
|
-
"package:install:force:report",
|
|
1605
|
-
"package:install:report:force",
|
|
1606
|
-
"force:install:package:report",
|
|
1607
|
-
"install:force:package:report",
|
|
1608
|
-
"install:package:force:report",
|
|
1609
|
-
"install:package:report:force",
|
|
1610
|
-
"force:install:report:package",
|
|
1611
|
-
"install:force:report:package",
|
|
1612
|
-
"install:report:force:package",
|
|
1613
|
-
"install:report:package:force",
|
|
1614
|
-
"force:package:report:install",
|
|
1615
|
-
"package:force:report:install",
|
|
1616
|
-
"package:report:force:install",
|
|
1617
|
-
"package:report:install:force",
|
|
1618
|
-
"force:report:package:install",
|
|
1619
|
-
"report:force:package:install",
|
|
1620
|
-
"report:package:force:install",
|
|
1621
|
-
"report:package:install:force",
|
|
1622
|
-
"force:report:install:package",
|
|
1623
|
-
"report:force:install:package",
|
|
1624
|
-
"report:install:force:package",
|
|
1625
|
-
"report:install:package:force"
|
|
1626
|
-
],
|
|
1627
|
-
"permutations": [
|
|
1628
|
-
"package:install:report",
|
|
1629
|
-
"install:package:report",
|
|
1630
|
-
"install:report:package",
|
|
1631
|
-
"package:report:install",
|
|
1632
|
-
"report:package:install",
|
|
1633
|
-
"report:install:package"
|
|
1634
|
-
]
|
|
1635
|
-
},
|
|
1636
|
-
"package:installed:list": {
|
|
1637
|
-
"aliases": [
|
|
1638
|
-
"force:package:installed:list"
|
|
1639
|
-
],
|
|
1640
|
-
"args": {},
|
|
1641
|
-
"deprecateAliases": true,
|
|
1642
|
-
"examples": [
|
|
1643
|
-
"List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1644
|
-
"List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
|
|
1645
|
-
],
|
|
1646
|
-
"flags": {
|
|
1647
|
-
"json": {
|
|
1648
|
-
"description": "Format output as json.",
|
|
1649
|
-
"helpGroup": "GLOBAL",
|
|
1650
|
-
"name": "json",
|
|
1651
|
-
"allowNo": false,
|
|
1652
|
-
"type": "boolean"
|
|
1653
|
-
},
|
|
1654
|
-
"flags-dir": {
|
|
1655
|
-
"helpGroup": "GLOBAL",
|
|
1656
|
-
"name": "flags-dir",
|
|
1657
|
-
"summary": "Import flag values from a directory.",
|
|
1490
|
+
"hidden": true,
|
|
1491
|
+
"name": "build-instance",
|
|
1492
|
+
"summary": "Instance where the package version will be created, such as NA50.",
|
|
1658
1493
|
"hasDynamicHelp": false,
|
|
1659
1494
|
"multiple": false,
|
|
1660
1495
|
"type": "option"
|
|
1661
1496
|
},
|
|
1662
|
-
"
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
|
|
1666
|
-
"
|
|
1667
|
-
"
|
|
1497
|
+
"code-coverage": {
|
|
1498
|
+
"aliases": [
|
|
1499
|
+
"codecoverage"
|
|
1500
|
+
],
|
|
1501
|
+
"char": "c",
|
|
1502
|
+
"deprecateAliases": true,
|
|
1503
|
+
"description": "Before you can promote and release a managed or unlocked package version, the Apex code must meet a minimum 75% code coverage requirement. We don’t calculate code coverage for org-dependent unlocked packages or for package versions that specify --skip-validation.",
|
|
1504
|
+
"exclusive": [
|
|
1505
|
+
"skip-validation"
|
|
1506
|
+
],
|
|
1507
|
+
"name": "code-coverage",
|
|
1508
|
+
"summary": "Calculate and store the code coverage percentage by running the packaged Apex tests included in this package version.",
|
|
1509
|
+
"allowNo": false,
|
|
1510
|
+
"type": "boolean"
|
|
1511
|
+
},
|
|
1512
|
+
"definition-file": {
|
|
1513
|
+
"aliases": [
|
|
1514
|
+
"definitionfile"
|
|
1515
|
+
],
|
|
1516
|
+
"char": "f",
|
|
1517
|
+
"deprecateAliases": true,
|
|
1518
|
+
"name": "definition-file",
|
|
1519
|
+
"summary": "Path to a definition file similar to scratch org definition file that contains the list of features and org preferences that the metadata of the package version depends on.",
|
|
1668
1520
|
"hasDynamicHelp": false,
|
|
1669
1521
|
"multiple": false,
|
|
1670
1522
|
"type": "option"
|
|
1671
1523
|
},
|
|
1672
|
-
"
|
|
1524
|
+
"installation-key": {
|
|
1673
1525
|
"aliases": [
|
|
1674
|
-
"
|
|
1675
|
-
"u"
|
|
1526
|
+
"installationkey"
|
|
1676
1527
|
],
|
|
1677
|
-
"char": "
|
|
1528
|
+
"char": "k",
|
|
1678
1529
|
"deprecateAliases": true,
|
|
1679
|
-
"name": "
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1683
|
-
"hasDynamicHelp": true,
|
|
1530
|
+
"name": "installation-key",
|
|
1531
|
+
"summary": "Installation key for key-protected package. (either --installation-key or --installation-key-bypass is required)",
|
|
1532
|
+
"hasDynamicHelp": false,
|
|
1684
1533
|
"multiple": false,
|
|
1685
1534
|
"type": "option"
|
|
1686
1535
|
},
|
|
1687
|
-
"
|
|
1536
|
+
"installation-key-bypass": {
|
|
1688
1537
|
"aliases": [
|
|
1689
|
-
"
|
|
1538
|
+
"installationkeybypass"
|
|
1690
1539
|
],
|
|
1540
|
+
"char": "x",
|
|
1691
1541
|
"deprecateAliases": true,
|
|
1692
|
-
"description": "
|
|
1693
|
-
"name": "
|
|
1542
|
+
"description": "If you bypass this requirement, anyone can install your package.",
|
|
1543
|
+
"name": "installation-key-bypass",
|
|
1544
|
+
"summary": "Bypass the installation key requirement. (either --installation-key or --installation-key-bypass is required)",
|
|
1545
|
+
"allowNo": false,
|
|
1546
|
+
"type": "boolean"
|
|
1547
|
+
},
|
|
1548
|
+
"package": {
|
|
1549
|
+
"char": "p",
|
|
1550
|
+
"name": "package",
|
|
1551
|
+
"summary": "ID (starts with 0Ho) or alias of the package to create a version of.",
|
|
1694
1552
|
"hasDynamicHelp": false,
|
|
1695
1553
|
"multiple": false,
|
|
1696
1554
|
"type": "option"
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
"
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
"
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
"list:force:package:installed",
|
|
1736
|
-
"list:package:force:installed",
|
|
1737
|
-
"list:package:installed:force",
|
|
1738
|
-
"force:list:installed:package",
|
|
1739
|
-
"list:force:installed:package",
|
|
1740
|
-
"list:installed:force:package",
|
|
1741
|
-
"list:installed:package:force"
|
|
1742
|
-
],
|
|
1743
|
-
"permutations": [
|
|
1744
|
-
"package:installed:list",
|
|
1745
|
-
"installed:package:list",
|
|
1746
|
-
"installed:list:package",
|
|
1747
|
-
"package:list:installed",
|
|
1748
|
-
"list:package:installed",
|
|
1749
|
-
"list:installed:package"
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
"package:uninstall:report": {
|
|
1753
|
-
"aliases": [
|
|
1754
|
-
"force:package:uninstall:report"
|
|
1755
|
-
],
|
|
1756
|
-
"args": {},
|
|
1757
|
-
"deprecateAliases": true,
|
|
1758
|
-
"examples": [
|
|
1759
|
-
"Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
|
|
1760
|
-
"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"
|
|
1761
|
-
],
|
|
1762
|
-
"flags": {
|
|
1763
|
-
"json": {
|
|
1764
|
-
"description": "Format output as json.",
|
|
1765
|
-
"helpGroup": "GLOBAL",
|
|
1766
|
-
"name": "json",
|
|
1555
|
+
},
|
|
1556
|
+
"path": {
|
|
1557
|
+
"char": "d",
|
|
1558
|
+
"name": "path",
|
|
1559
|
+
"summary": "Path to the directory that contains the contents of the package.",
|
|
1560
|
+
"hasDynamicHelp": false,
|
|
1561
|
+
"multiple": false,
|
|
1562
|
+
"type": "option"
|
|
1563
|
+
},
|
|
1564
|
+
"post-install-script": {
|
|
1565
|
+
"aliases": [
|
|
1566
|
+
"postinstallscript"
|
|
1567
|
+
],
|
|
1568
|
+
"deprecateAliases": true,
|
|
1569
|
+
"description": "The post-install script is an Apex class within this package that is run in the installing org after installations or upgrades of this package version.",
|
|
1570
|
+
"name": "post-install-script",
|
|
1571
|
+
"summary": "Name of the post-install script; applies to managed packages only.",
|
|
1572
|
+
"hasDynamicHelp": false,
|
|
1573
|
+
"multiple": false,
|
|
1574
|
+
"type": "option"
|
|
1575
|
+
},
|
|
1576
|
+
"post-install-url": {
|
|
1577
|
+
"aliases": [
|
|
1578
|
+
"postinstallurl"
|
|
1579
|
+
],
|
|
1580
|
+
"deprecateAliases": true,
|
|
1581
|
+
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
1582
|
+
"name": "post-install-url",
|
|
1583
|
+
"summary": "Post-install instructions URL.",
|
|
1584
|
+
"hasDynamicHelp": false,
|
|
1585
|
+
"multiple": false,
|
|
1586
|
+
"type": "option"
|
|
1587
|
+
},
|
|
1588
|
+
"preserve": {
|
|
1589
|
+
"char": "r",
|
|
1590
|
+
"hidden": true,
|
|
1591
|
+
"name": "preserve",
|
|
1592
|
+
"summary": "Preserve temp files that would otherwise be deleted.",
|
|
1767
1593
|
"allowNo": false,
|
|
1768
1594
|
"type": "boolean"
|
|
1769
1595
|
},
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1772
|
-
|
|
1773
|
-
|
|
1596
|
+
"releasenotes-url": {
|
|
1597
|
+
"aliases": [
|
|
1598
|
+
"releasenotesurl"
|
|
1599
|
+
],
|
|
1600
|
+
"deprecateAliases": true,
|
|
1601
|
+
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
1602
|
+
"name": "releasenotes-url",
|
|
1603
|
+
"summary": "Release notes URL.",
|
|
1774
1604
|
"hasDynamicHelp": false,
|
|
1775
1605
|
"multiple": false,
|
|
1776
1606
|
"type": "option"
|
|
1777
1607
|
},
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
|
|
1782
|
-
"
|
|
1783
|
-
"name": "
|
|
1608
|
+
"skip-ancestor-check": {
|
|
1609
|
+
"aliases": [
|
|
1610
|
+
"skipancestorcheck"
|
|
1611
|
+
],
|
|
1612
|
+
"deprecateAliases": true,
|
|
1613
|
+
"name": "skip-ancestor-check",
|
|
1614
|
+
"summary": "Overrides ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.",
|
|
1615
|
+
"allowNo": false,
|
|
1616
|
+
"type": "boolean"
|
|
1617
|
+
},
|
|
1618
|
+
"skip-validation": {
|
|
1619
|
+
"aliases": [
|
|
1620
|
+
"skipvalidation"
|
|
1621
|
+
],
|
|
1622
|
+
"deprecateAliases": true,
|
|
1623
|
+
"description": "Skips validation of dependencies, package ancestors, and metadata during package version creation. Skipping validation reduces the time it takes to create a new package version, but you can promote only validated package versions. Skipping validation can suppress important errors that can surface at a later stage. You can specify skip validation or code coverage, but not both. Code coverage is calculated during validation.",
|
|
1624
|
+
"exclusive": [
|
|
1625
|
+
"code-coverage"
|
|
1626
|
+
],
|
|
1627
|
+
"name": "skip-validation",
|
|
1628
|
+
"summary": "Skip validation during package version creation; you can’t promote unvalidated package versions.",
|
|
1629
|
+
"allowNo": false,
|
|
1630
|
+
"type": "boolean"
|
|
1631
|
+
},
|
|
1632
|
+
"tag": {
|
|
1633
|
+
"char": "t",
|
|
1634
|
+
"name": "tag",
|
|
1635
|
+
"summary": "Package version’s tag.",
|
|
1784
1636
|
"hasDynamicHelp": false,
|
|
1785
1637
|
"multiple": false,
|
|
1786
1638
|
"type": "option"
|
|
1787
1639
|
},
|
|
1788
|
-
"
|
|
1640
|
+
"uninstall-script": {
|
|
1789
1641
|
"aliases": [
|
|
1790
|
-
"
|
|
1791
|
-
"u"
|
|
1642
|
+
"uninstallscript"
|
|
1792
1643
|
],
|
|
1793
|
-
"char": "o",
|
|
1794
1644
|
"deprecateAliases": true,
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"hasDynamicHelp": true,
|
|
1645
|
+
"description": "The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.",
|
|
1646
|
+
"name": "uninstall-script",
|
|
1647
|
+
"summary": "Uninstall script name; applies to managed packages only.",
|
|
1648
|
+
"hasDynamicHelp": false,
|
|
1800
1649
|
"multiple": false,
|
|
1801
1650
|
"type": "option"
|
|
1802
1651
|
},
|
|
1803
|
-
"
|
|
1652
|
+
"validate-schema": {
|
|
1804
1653
|
"aliases": [
|
|
1805
|
-
"
|
|
1654
|
+
"validateschema"
|
|
1806
1655
|
],
|
|
1656
|
+
"char": "j",
|
|
1807
1657
|
"deprecateAliases": true,
|
|
1808
|
-
"
|
|
1809
|
-
"name": "
|
|
1658
|
+
"hidden": true,
|
|
1659
|
+
"name": "validate-schema",
|
|
1660
|
+
"summary": "Validate the sfdx-project.json file against the JSON schema.",
|
|
1661
|
+
"allowNo": false,
|
|
1662
|
+
"type": "boolean"
|
|
1663
|
+
},
|
|
1664
|
+
"version-description": {
|
|
1665
|
+
"aliases": [
|
|
1666
|
+
"versiondescription"
|
|
1667
|
+
],
|
|
1668
|
+
"char": "e",
|
|
1669
|
+
"deprecateAliases": true,
|
|
1670
|
+
"name": "version-description",
|
|
1671
|
+
"summary": "Description of the package version to be created; overrides the sfdx-project.json value.",
|
|
1810
1672
|
"hasDynamicHelp": false,
|
|
1811
1673
|
"multiple": false,
|
|
1812
1674
|
"type": "option"
|
|
1813
1675
|
},
|
|
1814
|
-
"
|
|
1676
|
+
"version-name": {
|
|
1815
1677
|
"aliases": [
|
|
1816
|
-
"
|
|
1678
|
+
"versionname"
|
|
1817
1679
|
],
|
|
1818
|
-
"char": "
|
|
1680
|
+
"char": "a",
|
|
1819
1681
|
"deprecateAliases": true,
|
|
1820
|
-
"name": "
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1682
|
+
"name": "version-name",
|
|
1683
|
+
"summary": "Name of the package version to be created; overrides the sfdx-project.json value.",
|
|
1684
|
+
"hasDynamicHelp": false,
|
|
1685
|
+
"multiple": false,
|
|
1686
|
+
"type": "option"
|
|
1687
|
+
},
|
|
1688
|
+
"version-number": {
|
|
1689
|
+
"aliases": [
|
|
1690
|
+
"versionnumber"
|
|
1691
|
+
],
|
|
1692
|
+
"char": "n",
|
|
1693
|
+
"deprecateAliases": true,
|
|
1694
|
+
"description": "For information about the format of the version number, see https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev2gp_config_file.htm.",
|
|
1695
|
+
"name": "version-number",
|
|
1696
|
+
"summary": "Version number of the package version to be created; overrides the sfdx-project.json value.",
|
|
1697
|
+
"hasDynamicHelp": false,
|
|
1698
|
+
"multiple": false,
|
|
1699
|
+
"type": "option"
|
|
1700
|
+
},
|
|
1701
|
+
"wait": {
|
|
1702
|
+
"char": "w",
|
|
1703
|
+
"name": "wait",
|
|
1704
|
+
"summary": "Number of minutes to wait for the package version to be created.",
|
|
1705
|
+
"hasDynamicHelp": true,
|
|
1706
|
+
"multiple": false,
|
|
1707
|
+
"type": "option"
|
|
1708
|
+
},
|
|
1709
|
+
"language": {
|
|
1710
|
+
"description": "Specify the language using a language code listed under \"Supported Languages\" in Salesforce Help. If no language is specified, the language defaults to the language of the Dev Hub user who created the package.",
|
|
1711
|
+
"name": "language",
|
|
1712
|
+
"summary": "Language for the package.",
|
|
1823
1713
|
"hasDynamicHelp": false,
|
|
1824
1714
|
"multiple": false,
|
|
1825
1715
|
"type": "option"
|
|
1716
|
+
},
|
|
1717
|
+
"verbose": {
|
|
1718
|
+
"description": "Display verbose command output. When polling for the status of the creation, this will output status and timeout data on a separate line for each poll request, which is useful in CI systems where timeouts can occur with long periods of no output from commands.",
|
|
1719
|
+
"name": "verbose",
|
|
1720
|
+
"summary": "Display verbose command output.",
|
|
1721
|
+
"allowNo": false,
|
|
1722
|
+
"type": "boolean"
|
|
1826
1723
|
}
|
|
1827
1724
|
},
|
|
1828
1725
|
"hasDynamicHelp": true,
|
|
1829
1726
|
"hiddenAliases": [],
|
|
1830
|
-
"id": "package:
|
|
1727
|
+
"id": "package:version:create",
|
|
1831
1728
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1832
1729
|
"pluginName": "@salesforce/plugin-packaging",
|
|
1833
1730
|
"pluginType": "core",
|
|
1834
1731
|
"strict": true,
|
|
1835
|
-
"summary": "
|
|
1732
|
+
"summary": "Create a package version in the Dev Hub org.",
|
|
1836
1733
|
"enableJsonFlag": true,
|
|
1734
|
+
"requiresProject": true,
|
|
1837
1735
|
"isESM": true,
|
|
1838
1736
|
"relativePath": [
|
|
1839
1737
|
"lib",
|
|
1840
1738
|
"commands",
|
|
1841
1739
|
"package",
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1740
|
+
"version",
|
|
1741
|
+
"create.js"
|
|
1844
1742
|
],
|
|
1845
1743
|
"aliasPermutations": [
|
|
1846
|
-
"force:package:
|
|
1847
|
-
"package:force:
|
|
1848
|
-
"package:
|
|
1849
|
-
"package:
|
|
1850
|
-
"force:
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
"force:
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
"
|
|
1858
|
-
"force:package:
|
|
1859
|
-
"package:force:
|
|
1860
|
-
"package:
|
|
1861
|
-
"package:
|
|
1862
|
-
"force:
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1866
|
-
"force:
|
|
1867
|
-
"
|
|
1868
|
-
"
|
|
1869
|
-
"
|
|
1744
|
+
"force:package:version:create",
|
|
1745
|
+
"package:force:version:create",
|
|
1746
|
+
"package:version:force:create",
|
|
1747
|
+
"package:version:create:force",
|
|
1748
|
+
"force:version:package:create",
|
|
1749
|
+
"version:force:package:create",
|
|
1750
|
+
"version:package:force:create",
|
|
1751
|
+
"version:package:create:force",
|
|
1752
|
+
"force:version:create:package",
|
|
1753
|
+
"version:force:create:package",
|
|
1754
|
+
"version:create:force:package",
|
|
1755
|
+
"version:create:package:force",
|
|
1756
|
+
"force:package:create:version",
|
|
1757
|
+
"package:force:create:version",
|
|
1758
|
+
"package:create:force:version",
|
|
1759
|
+
"package:create:version:force",
|
|
1760
|
+
"force:create:package:version",
|
|
1761
|
+
"create:force:package:version",
|
|
1762
|
+
"create:package:force:version",
|
|
1763
|
+
"create:package:version:force",
|
|
1764
|
+
"force:create:version:package",
|
|
1765
|
+
"create:force:version:package",
|
|
1766
|
+
"create:version:force:package",
|
|
1767
|
+
"create:version:package:force"
|
|
1870
1768
|
],
|
|
1871
1769
|
"permutations": [
|
|
1872
|
-
"package:
|
|
1873
|
-
"
|
|
1874
|
-
"
|
|
1875
|
-
"package:
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1770
|
+
"package:version:create",
|
|
1771
|
+
"version:package:create",
|
|
1772
|
+
"version:create:package",
|
|
1773
|
+
"package:create:version",
|
|
1774
|
+
"create:package:version",
|
|
1775
|
+
"create:version:package"
|
|
1878
1776
|
]
|
|
1879
1777
|
},
|
|
1880
|
-
"package:version:
|
|
1778
|
+
"package:version:delete": {
|
|
1881
1779
|
"aliases": [
|
|
1882
|
-
"force:package:version:
|
|
1780
|
+
"force:package:version:delete"
|
|
1883
1781
|
],
|
|
1884
1782
|
"args": {},
|
|
1885
1783
|
"deprecateAliases": true,
|
|
1886
|
-
"description": "
|
|
1887
|
-
"examples": [
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
"Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
|
|
1891
|
-
"Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
|
|
1784
|
+
"description": "Specify the ID or alias of the package version you want to delete.",
|
|
1785
|
+
"examples": [
|
|
1786
|
+
"Delete a package version with the specified alias using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
|
|
1787
|
+
"Delete a package version with the specified ID using the Dev Hub org with username \"devhub@example.com\":\n<%= config.bin %> <%= command.id %> --package 04t... --target-org devhub@example.com"
|
|
1892
1788
|
],
|
|
1893
1789
|
"flags": {
|
|
1894
1790
|
"json": {
|
|
@@ -1942,263 +1838,187 @@
|
|
|
1942
1838
|
"multiple": false,
|
|
1943
1839
|
"type": "option"
|
|
1944
1840
|
},
|
|
1945
|
-
"
|
|
1946
|
-
"char": "b",
|
|
1947
|
-
"name": "branch",
|
|
1948
|
-
"summary": "Name of the branch in your source control system that the package version is based on.",
|
|
1949
|
-
"hasDynamicHelp": false,
|
|
1950
|
-
"multiple": false,
|
|
1951
|
-
"type": "option"
|
|
1952
|
-
},
|
|
1953
|
-
"build-instance": {
|
|
1954
|
-
"aliases": [
|
|
1955
|
-
"buildinstance"
|
|
1956
|
-
],
|
|
1957
|
-
"char": "s",
|
|
1958
|
-
"deprecateAliases": true,
|
|
1959
|
-
"hidden": true,
|
|
1960
|
-
"name": "build-instance",
|
|
1961
|
-
"summary": "Instance where the package version will be created, such as NA50.",
|
|
1962
|
-
"hasDynamicHelp": false,
|
|
1963
|
-
"multiple": false,
|
|
1964
|
-
"type": "option"
|
|
1965
|
-
},
|
|
1966
|
-
"code-coverage": {
|
|
1967
|
-
"aliases": [
|
|
1968
|
-
"codecoverage"
|
|
1969
|
-
],
|
|
1970
|
-
"char": "c",
|
|
1971
|
-
"deprecateAliases": true,
|
|
1972
|
-
"description": "Before you can promote and release a managed or unlocked package version, the Apex code must meet a minimum 75% code coverage requirement. We don’t calculate code coverage for org-dependent unlocked packages or for package versions that specify --skip-validation.",
|
|
1973
|
-
"exclusive": [
|
|
1974
|
-
"skip-validation"
|
|
1975
|
-
],
|
|
1976
|
-
"name": "code-coverage",
|
|
1977
|
-
"summary": "Calculate and store the code coverage percentage by running the packaged Apex tests included in this package version.",
|
|
1978
|
-
"allowNo": false,
|
|
1979
|
-
"type": "boolean"
|
|
1980
|
-
},
|
|
1981
|
-
"definition-file": {
|
|
1982
|
-
"aliases": [
|
|
1983
|
-
"definitionfile"
|
|
1984
|
-
],
|
|
1985
|
-
"char": "f",
|
|
1986
|
-
"deprecateAliases": true,
|
|
1987
|
-
"name": "definition-file",
|
|
1988
|
-
"summary": "Path to a definition file similar to scratch org definition file that contains the list of features and org preferences that the metadata of the package version depends on.",
|
|
1989
|
-
"hasDynamicHelp": false,
|
|
1990
|
-
"multiple": false,
|
|
1991
|
-
"type": "option"
|
|
1992
|
-
},
|
|
1993
|
-
"installation-key": {
|
|
1994
|
-
"aliases": [
|
|
1995
|
-
"installationkey"
|
|
1996
|
-
],
|
|
1997
|
-
"char": "k",
|
|
1998
|
-
"deprecateAliases": true,
|
|
1999
|
-
"name": "installation-key",
|
|
2000
|
-
"summary": "Installation key for key-protected package. (either --installation-key or --installation-key-bypass is required)",
|
|
2001
|
-
"hasDynamicHelp": false,
|
|
2002
|
-
"multiple": false,
|
|
2003
|
-
"type": "option"
|
|
2004
|
-
},
|
|
2005
|
-
"installation-key-bypass": {
|
|
1841
|
+
"no-prompt": {
|
|
2006
1842
|
"aliases": [
|
|
2007
|
-
"
|
|
1843
|
+
"noprompt"
|
|
2008
1844
|
],
|
|
2009
|
-
"char": "
|
|
1845
|
+
"char": "n",
|
|
2010
1846
|
"deprecateAliases": true,
|
|
2011
|
-
"
|
|
2012
|
-
"
|
|
2013
|
-
"summary": "Bypass the installation key requirement. (either --installation-key or --installation-key-bypass is required)",
|
|
1847
|
+
"name": "no-prompt",
|
|
1848
|
+
"summary": "Don’t prompt before deleting the package version.",
|
|
2014
1849
|
"allowNo": false,
|
|
2015
1850
|
"type": "boolean"
|
|
2016
1851
|
},
|
|
2017
1852
|
"package": {
|
|
2018
1853
|
"char": "p",
|
|
2019
1854
|
"name": "package",
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
2022
|
-
"multiple": false,
|
|
2023
|
-
"type": "option"
|
|
2024
|
-
},
|
|
2025
|
-
"path": {
|
|
2026
|
-
"char": "d",
|
|
2027
|
-
"name": "path",
|
|
2028
|
-
"summary": "Path to the directory that contains the contents of the package.",
|
|
2029
|
-
"hasDynamicHelp": false,
|
|
2030
|
-
"multiple": false,
|
|
2031
|
-
"type": "option"
|
|
2032
|
-
},
|
|
2033
|
-
"post-install-script": {
|
|
2034
|
-
"aliases": [
|
|
2035
|
-
"postinstallscript"
|
|
2036
|
-
],
|
|
2037
|
-
"deprecateAliases": true,
|
|
2038
|
-
"description": "The post-install script is an Apex class within this package that is run in the installing org after installations or upgrades of this package version.",
|
|
2039
|
-
"name": "post-install-script",
|
|
2040
|
-
"summary": "Name of the post-install script; applies to managed packages only.",
|
|
2041
|
-
"hasDynamicHelp": false,
|
|
2042
|
-
"multiple": false,
|
|
2043
|
-
"type": "option"
|
|
2044
|
-
},
|
|
2045
|
-
"post-install-url": {
|
|
2046
|
-
"aliases": [
|
|
2047
|
-
"postinstallurl"
|
|
2048
|
-
],
|
|
2049
|
-
"deprecateAliases": true,
|
|
2050
|
-
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
2051
|
-
"name": "post-install-url",
|
|
2052
|
-
"summary": "Post-install instructions URL.",
|
|
1855
|
+
"required": true,
|
|
1856
|
+
"summary": "ID (starts with 04t) or alias of the package version to delete.",
|
|
2053
1857
|
"hasDynamicHelp": false,
|
|
2054
1858
|
"multiple": false,
|
|
2055
1859
|
"type": "option"
|
|
2056
1860
|
},
|
|
2057
|
-
"
|
|
2058
|
-
"char": "r",
|
|
1861
|
+
"undelete": {
|
|
2059
1862
|
"hidden": true,
|
|
2060
|
-
"name": "
|
|
2061
|
-
"summary": "
|
|
2062
|
-
"allowNo": false,
|
|
2063
|
-
"type": "boolean"
|
|
2064
|
-
},
|
|
2065
|
-
"releasenotes-url": {
|
|
2066
|
-
"aliases": [
|
|
2067
|
-
"releasenotesurl"
|
|
2068
|
-
],
|
|
2069
|
-
"deprecateAliases": true,
|
|
2070
|
-
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
2071
|
-
"name": "releasenotes-url",
|
|
2072
|
-
"summary": "Release notes URL.",
|
|
2073
|
-
"hasDynamicHelp": false,
|
|
2074
|
-
"multiple": false,
|
|
2075
|
-
"type": "option"
|
|
2076
|
-
},
|
|
2077
|
-
"skip-ancestor-check": {
|
|
2078
|
-
"aliases": [
|
|
2079
|
-
"skipancestorcheck"
|
|
2080
|
-
],
|
|
2081
|
-
"deprecateAliases": true,
|
|
2082
|
-
"name": "skip-ancestor-check",
|
|
2083
|
-
"summary": "Overrides ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.",
|
|
1863
|
+
"name": "undelete",
|
|
1864
|
+
"summary": "Undelete a deleted package version.",
|
|
2084
1865
|
"allowNo": false,
|
|
2085
1866
|
"type": "boolean"
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
"hasDynamicHelp": true,
|
|
1870
|
+
"hiddenAliases": [],
|
|
1871
|
+
"id": "package:version:delete",
|
|
1872
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
1873
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
1874
|
+
"pluginType": "core",
|
|
1875
|
+
"strict": true,
|
|
1876
|
+
"summary": "Delete a package version.",
|
|
1877
|
+
"enableJsonFlag": true,
|
|
1878
|
+
"requiresProject": true,
|
|
1879
|
+
"isESM": true,
|
|
1880
|
+
"relativePath": [
|
|
1881
|
+
"lib",
|
|
1882
|
+
"commands",
|
|
1883
|
+
"package",
|
|
1884
|
+
"version",
|
|
1885
|
+
"delete.js"
|
|
1886
|
+
],
|
|
1887
|
+
"aliasPermutations": [
|
|
1888
|
+
"force:package:version:delete",
|
|
1889
|
+
"package:force:version:delete",
|
|
1890
|
+
"package:version:force:delete",
|
|
1891
|
+
"package:version:delete:force",
|
|
1892
|
+
"force:version:package:delete",
|
|
1893
|
+
"version:force:package:delete",
|
|
1894
|
+
"version:package:force:delete",
|
|
1895
|
+
"version:package:delete:force",
|
|
1896
|
+
"force:version:delete:package",
|
|
1897
|
+
"version:force:delete:package",
|
|
1898
|
+
"version:delete:force:package",
|
|
1899
|
+
"version:delete:package:force",
|
|
1900
|
+
"force:package:delete:version",
|
|
1901
|
+
"package:force:delete:version",
|
|
1902
|
+
"package:delete:force:version",
|
|
1903
|
+
"package:delete:version:force",
|
|
1904
|
+
"force:delete:package:version",
|
|
1905
|
+
"delete:force:package:version",
|
|
1906
|
+
"delete:package:force:version",
|
|
1907
|
+
"delete:package:version:force",
|
|
1908
|
+
"force:delete:version:package",
|
|
1909
|
+
"delete:force:version:package",
|
|
1910
|
+
"delete:version:force:package",
|
|
1911
|
+
"delete:version:package:force"
|
|
1912
|
+
],
|
|
1913
|
+
"permutations": [
|
|
1914
|
+
"package:version:delete",
|
|
1915
|
+
"version:package:delete",
|
|
1916
|
+
"version:delete:package",
|
|
1917
|
+
"package:delete:version",
|
|
1918
|
+
"delete:package:version",
|
|
1919
|
+
"delete:version:package"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
"package:version:displayancestry": {
|
|
1923
|
+
"aliases": [
|
|
1924
|
+
"force:package:version:displayancestry"
|
|
1925
|
+
],
|
|
1926
|
+
"args": {},
|
|
1927
|
+
"deprecateAliases": true,
|
|
1928
|
+
"examples": [
|
|
1929
|
+
"Display the ancestry tree for a package version with the specified alias, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package package_version_alias",
|
|
1930
|
+
"Similar to previous example, but display the output in DOT code:\n<%= config.bin %> <%= command.id %> --package package_version_alias --dot-code",
|
|
1931
|
+
"Display the ancestry tree for a package with the specified ID, using the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package OHo... --target-dev-hub devhub@example.com",
|
|
1932
|
+
"Display the ancestry tree of a package version with the specified ID, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t..."
|
|
1933
|
+
],
|
|
1934
|
+
"flags": {
|
|
1935
|
+
"json": {
|
|
1936
|
+
"description": "Format output as json.",
|
|
1937
|
+
"helpGroup": "GLOBAL",
|
|
1938
|
+
"name": "json",
|
|
2098
1939
|
"allowNo": false,
|
|
2099
1940
|
"type": "boolean"
|
|
2100
1941
|
},
|
|
2101
|
-
"
|
|
2102
|
-
"
|
|
2103
|
-
"name": "
|
|
2104
|
-
"summary": "
|
|
2105
|
-
"hasDynamicHelp": false,
|
|
2106
|
-
"multiple": false,
|
|
2107
|
-
"type": "option"
|
|
2108
|
-
},
|
|
2109
|
-
"uninstall-script": {
|
|
2110
|
-
"aliases": [
|
|
2111
|
-
"uninstallscript"
|
|
2112
|
-
],
|
|
2113
|
-
"deprecateAliases": true,
|
|
2114
|
-
"description": "The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.",
|
|
2115
|
-
"name": "uninstall-script",
|
|
2116
|
-
"summary": "Uninstall script name; applies to managed packages only.",
|
|
1942
|
+
"flags-dir": {
|
|
1943
|
+
"helpGroup": "GLOBAL",
|
|
1944
|
+
"name": "flags-dir",
|
|
1945
|
+
"summary": "Import flag values from a directory.",
|
|
2117
1946
|
"hasDynamicHelp": false,
|
|
2118
1947
|
"multiple": false,
|
|
2119
|
-
"type": "option"
|
|
2120
|
-
},
|
|
2121
|
-
"validate-schema": {
|
|
2122
|
-
"aliases": [
|
|
2123
|
-
"validateschema"
|
|
2124
|
-
],
|
|
2125
|
-
"char": "j",
|
|
2126
|
-
"deprecateAliases": true,
|
|
2127
|
-
"hidden": true,
|
|
2128
|
-
"name": "validate-schema",
|
|
2129
|
-
"summary": "Validate the sfdx-project.json file against the JSON schema.",
|
|
2130
|
-
"allowNo": false,
|
|
2131
|
-
"type": "boolean"
|
|
1948
|
+
"type": "option"
|
|
2132
1949
|
},
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2136
|
-
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2139
|
-
"name": "version-description",
|
|
2140
|
-
"summary": "Description of the package version to be created; overrides the sfdx-project.json value.",
|
|
1950
|
+
"loglevel": {
|
|
1951
|
+
"deprecated": {
|
|
1952
|
+
"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."
|
|
1953
|
+
},
|
|
1954
|
+
"hidden": true,
|
|
1955
|
+
"name": "loglevel",
|
|
2141
1956
|
"hasDynamicHelp": false,
|
|
2142
1957
|
"multiple": false,
|
|
2143
1958
|
"type": "option"
|
|
2144
1959
|
},
|
|
2145
|
-
"
|
|
1960
|
+
"target-dev-hub": {
|
|
2146
1961
|
"aliases": [
|
|
2147
|
-
"
|
|
1962
|
+
"targetdevhubusername",
|
|
1963
|
+
"target-hub-org"
|
|
2148
1964
|
],
|
|
2149
|
-
"char": "
|
|
1965
|
+
"char": "v",
|
|
2150
1966
|
"deprecateAliases": true,
|
|
2151
|
-
"name": "
|
|
2152
|
-
"
|
|
2153
|
-
"
|
|
1967
|
+
"name": "target-dev-hub",
|
|
1968
|
+
"noCacheDefault": true,
|
|
1969
|
+
"required": true,
|
|
1970
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
1971
|
+
"hasDynamicHelp": true,
|
|
2154
1972
|
"multiple": false,
|
|
2155
1973
|
"type": "option"
|
|
2156
1974
|
},
|
|
2157
|
-
"version
|
|
1975
|
+
"api-version": {
|
|
2158
1976
|
"aliases": [
|
|
2159
|
-
"
|
|
1977
|
+
"apiversion"
|
|
2160
1978
|
],
|
|
2161
|
-
"char": "n",
|
|
2162
1979
|
"deprecateAliases": true,
|
|
2163
|
-
"description": "
|
|
2164
|
-
"name": "version
|
|
2165
|
-
"summary": "Version number of the package version to be created; overrides the sfdx-project.json value.",
|
|
1980
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1981
|
+
"name": "api-version",
|
|
2166
1982
|
"hasDynamicHelp": false,
|
|
2167
1983
|
"multiple": false,
|
|
2168
1984
|
"type": "option"
|
|
2169
1985
|
},
|
|
2170
|
-
"
|
|
2171
|
-
"char": "
|
|
2172
|
-
"
|
|
2173
|
-
"
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
2176
|
-
"type": "option"
|
|
2177
|
-
},
|
|
2178
|
-
"language": {
|
|
2179
|
-
"description": "Specify the language using a language code listed under \"Supported Languages\" in Salesforce Help. If no language is specified, the language defaults to the language of the Dev Hub user who created the package.",
|
|
2180
|
-
"name": "language",
|
|
2181
|
-
"summary": "Language for the package.",
|
|
1986
|
+
"package": {
|
|
1987
|
+
"char": "p",
|
|
1988
|
+
"description": "If you specify a package ID (starts with 0Ho) or alias, the ancestor tree for every package version associated with the package ID is displayed. If you specify a package version (starts with 04t) or alias, the ancestry tree of the specified package version is displayed.",
|
|
1989
|
+
"name": "package",
|
|
1990
|
+
"required": true,
|
|
1991
|
+
"summary": "ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for.",
|
|
2182
1992
|
"hasDynamicHelp": false,
|
|
2183
1993
|
"multiple": false,
|
|
2184
1994
|
"type": "option"
|
|
2185
1995
|
},
|
|
1996
|
+
"dot-code": {
|
|
1997
|
+
"aliases": [
|
|
1998
|
+
"dotcode"
|
|
1999
|
+
],
|
|
2000
|
+
"deprecateAliases": true,
|
|
2001
|
+
"description": "You can use the DOT code output in graph visualization software to create tree visualizations.",
|
|
2002
|
+
"name": "dot-code",
|
|
2003
|
+
"summary": "Display the ancestry tree in DOT code.",
|
|
2004
|
+
"allowNo": false,
|
|
2005
|
+
"type": "boolean"
|
|
2006
|
+
},
|
|
2186
2007
|
"verbose": {
|
|
2187
|
-
"description": "Display verbose command output. When polling for the status of the creation, this will output status and timeout data on a separate line for each poll request, which is useful in CI systems where timeouts can occur with long periods of no output from commands.",
|
|
2188
2008
|
"name": "verbose",
|
|
2189
|
-
"summary": "Display
|
|
2009
|
+
"summary": "Display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.",
|
|
2190
2010
|
"allowNo": false,
|
|
2191
2011
|
"type": "boolean"
|
|
2192
2012
|
}
|
|
2193
2013
|
},
|
|
2194
2014
|
"hasDynamicHelp": true,
|
|
2195
2015
|
"hiddenAliases": [],
|
|
2196
|
-
"id": "package:version:
|
|
2016
|
+
"id": "package:version:displayancestry",
|
|
2197
2017
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2198
2018
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2199
2019
|
"pluginType": "core",
|
|
2200
2020
|
"strict": true,
|
|
2201
|
-
"summary": "
|
|
2021
|
+
"summary": "Display the ancestry tree for a 2GP managed package version.",
|
|
2202
2022
|
"enableJsonFlag": true,
|
|
2203
2023
|
"requiresProject": true,
|
|
2204
2024
|
"isESM": true,
|
|
@@ -2207,53 +2027,57 @@
|
|
|
2207
2027
|
"commands",
|
|
2208
2028
|
"package",
|
|
2209
2029
|
"version",
|
|
2210
|
-
"
|
|
2030
|
+
"displayancestry.js"
|
|
2211
2031
|
],
|
|
2212
2032
|
"aliasPermutations": [
|
|
2213
|
-
"force:package:version:
|
|
2214
|
-
"package:force:version:
|
|
2215
|
-
"package:version:force:
|
|
2216
|
-
"package:version:
|
|
2217
|
-
"force:version:package:
|
|
2218
|
-
"version:force:package:
|
|
2219
|
-
"version:package:force:
|
|
2220
|
-
"version:package:
|
|
2221
|
-
"force:version:
|
|
2222
|
-
"version:force:
|
|
2223
|
-
"version:
|
|
2224
|
-
"version:
|
|
2225
|
-
"force:package:
|
|
2226
|
-
"package:force:
|
|
2227
|
-
"package:
|
|
2228
|
-
"package:
|
|
2229
|
-
"force:
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
"force:
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2236
|
-
"
|
|
2033
|
+
"force:package:version:displayancestry",
|
|
2034
|
+
"package:force:version:displayancestry",
|
|
2035
|
+
"package:version:force:displayancestry",
|
|
2036
|
+
"package:version:displayancestry:force",
|
|
2037
|
+
"force:version:package:displayancestry",
|
|
2038
|
+
"version:force:package:displayancestry",
|
|
2039
|
+
"version:package:force:displayancestry",
|
|
2040
|
+
"version:package:displayancestry:force",
|
|
2041
|
+
"force:version:displayancestry:package",
|
|
2042
|
+
"version:force:displayancestry:package",
|
|
2043
|
+
"version:displayancestry:force:package",
|
|
2044
|
+
"version:displayancestry:package:force",
|
|
2045
|
+
"force:package:displayancestry:version",
|
|
2046
|
+
"package:force:displayancestry:version",
|
|
2047
|
+
"package:displayancestry:force:version",
|
|
2048
|
+
"package:displayancestry:version:force",
|
|
2049
|
+
"force:displayancestry:package:version",
|
|
2050
|
+
"displayancestry:force:package:version",
|
|
2051
|
+
"displayancestry:package:force:version",
|
|
2052
|
+
"displayancestry:package:version:force",
|
|
2053
|
+
"force:displayancestry:version:package",
|
|
2054
|
+
"displayancestry:force:version:package",
|
|
2055
|
+
"displayancestry:version:force:package",
|
|
2056
|
+
"displayancestry:version:package:force"
|
|
2237
2057
|
],
|
|
2238
2058
|
"permutations": [
|
|
2239
|
-
"package:version:
|
|
2240
|
-
"version:package:
|
|
2241
|
-
"version:
|
|
2242
|
-
"package:
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2059
|
+
"package:version:displayancestry",
|
|
2060
|
+
"version:package:displayancestry",
|
|
2061
|
+
"version:displayancestry:package",
|
|
2062
|
+
"package:displayancestry:version",
|
|
2063
|
+
"displayancestry:package:version",
|
|
2064
|
+
"displayancestry:version:package"
|
|
2245
2065
|
]
|
|
2246
2066
|
},
|
|
2247
|
-
"package:version:
|
|
2067
|
+
"package:version:list": {
|
|
2248
2068
|
"aliases": [
|
|
2249
|
-
"force:package:version:
|
|
2069
|
+
"force:package:version:list"
|
|
2250
2070
|
],
|
|
2251
2071
|
"args": {},
|
|
2252
2072
|
"deprecateAliases": true,
|
|
2253
|
-
"description": "
|
|
2073
|
+
"description": "Description",
|
|
2254
2074
|
"examples": [
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2075
|
+
"List package versions in your default Dev Hub org that were created in the last 3 days; show only the released versions and order the list using the PatchVersion field. Display extended details about each package version:\n<%= config.bin %> <%= command.id %> --verbose --created-last-days 3 --released --order-by PatchVersion",
|
|
2076
|
+
"List the released package versions for the two specified packages that were modified today; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-dev-hub devhub@example.com",
|
|
2077
|
+
"List all released package versions in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --released",
|
|
2078
|
+
"List package versions that were modified today in your default Dev Hub org; show limited details about each one:\n<%= config.bin %> <%= command.id %> --concise --modified-last-days 0",
|
|
2079
|
+
"List released package versions that were created in the last 3 days in your default Dev Hub org; show limited details:\n<%= config.bin %> <%= command.id %> --concise --created-last-days 3 --released",
|
|
2080
|
+
"List released package versions that were modified today for the two packages with specified aliases in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --packages exp-mgr,exp-mgr-util --released --modified-last-days 0"
|
|
2257
2081
|
],
|
|
2258
2082
|
"flags": {
|
|
2259
2083
|
"json": {
|
|
@@ -2307,98 +2131,139 @@
|
|
|
2307
2131
|
"multiple": false,
|
|
2308
2132
|
"type": "option"
|
|
2309
2133
|
},
|
|
2310
|
-
"
|
|
2134
|
+
"created-last-days": {
|
|
2311
2135
|
"aliases": [
|
|
2312
|
-
"
|
|
2136
|
+
"createdlastdays"
|
|
2313
2137
|
],
|
|
2314
|
-
"char": "
|
|
2138
|
+
"char": "c",
|
|
2315
2139
|
"deprecateAliases": true,
|
|
2316
|
-
"name": "
|
|
2317
|
-
"summary": "
|
|
2140
|
+
"name": "created-last-days",
|
|
2141
|
+
"summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
2142
|
+
"hasDynamicHelp": false,
|
|
2143
|
+
"multiple": false,
|
|
2144
|
+
"type": "option"
|
|
2145
|
+
},
|
|
2146
|
+
"concise": {
|
|
2147
|
+
"name": "concise",
|
|
2148
|
+
"summary": "Display limited package version details.",
|
|
2318
2149
|
"allowNo": false,
|
|
2319
2150
|
"type": "boolean"
|
|
2320
2151
|
},
|
|
2321
|
-
"
|
|
2152
|
+
"show-conversions-only": {
|
|
2153
|
+
"name": "show-conversions-only",
|
|
2154
|
+
"summary": "Filter the list output to display only converted package version.",
|
|
2155
|
+
"allowNo": false,
|
|
2156
|
+
"type": "boolean"
|
|
2157
|
+
},
|
|
2158
|
+
"modified-last-days": {
|
|
2159
|
+
"aliases": [
|
|
2160
|
+
"modifiedlastdays"
|
|
2161
|
+
],
|
|
2162
|
+
"char": "m",
|
|
2163
|
+
"deprecateAliases": true,
|
|
2164
|
+
"name": "modified-last-days",
|
|
2165
|
+
"summary": "Number of days since the items were modified, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
2166
|
+
"hasDynamicHelp": false,
|
|
2167
|
+
"multiple": false,
|
|
2168
|
+
"type": "option"
|
|
2169
|
+
},
|
|
2170
|
+
"packages": {
|
|
2322
2171
|
"char": "p",
|
|
2323
|
-
"name": "
|
|
2324
|
-
"
|
|
2325
|
-
"summary": "ID (starts with 04t) or alias of the package version to delete.",
|
|
2172
|
+
"name": "packages",
|
|
2173
|
+
"summary": "Comma-delimited list of packages (aliases or 0Ho IDs) to list.",
|
|
2326
2174
|
"hasDynamicHelp": false,
|
|
2327
2175
|
"multiple": false,
|
|
2328
2176
|
"type": "option"
|
|
2329
2177
|
},
|
|
2330
|
-
"
|
|
2331
|
-
"
|
|
2332
|
-
"name": "
|
|
2333
|
-
"summary": "
|
|
2178
|
+
"released": {
|
|
2179
|
+
"char": "r",
|
|
2180
|
+
"name": "released",
|
|
2181
|
+
"summary": "Display released versions only (IsReleased=true).",
|
|
2182
|
+
"allowNo": false,
|
|
2183
|
+
"type": "boolean"
|
|
2184
|
+
},
|
|
2185
|
+
"order-by": {
|
|
2186
|
+
"aliases": [
|
|
2187
|
+
"orderby"
|
|
2188
|
+
],
|
|
2189
|
+
"char": "o",
|
|
2190
|
+
"deprecateAliases": true,
|
|
2191
|
+
"name": "order-by",
|
|
2192
|
+
"summary": "Package version fields used to order the list.",
|
|
2193
|
+
"hasDynamicHelp": false,
|
|
2194
|
+
"multiple": false,
|
|
2195
|
+
"type": "option"
|
|
2196
|
+
},
|
|
2197
|
+
"verbose": {
|
|
2198
|
+
"name": "verbose",
|
|
2199
|
+
"summary": "Display extended package version details.",
|
|
2334
2200
|
"allowNo": false,
|
|
2335
2201
|
"type": "boolean"
|
|
2336
2202
|
}
|
|
2337
2203
|
},
|
|
2338
2204
|
"hasDynamicHelp": true,
|
|
2339
2205
|
"hiddenAliases": [],
|
|
2340
|
-
"id": "package:version:
|
|
2206
|
+
"id": "package:version:list",
|
|
2341
2207
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2342
2208
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2343
2209
|
"pluginType": "core",
|
|
2344
2210
|
"strict": true,
|
|
2345
|
-
"summary": "
|
|
2211
|
+
"summary": "List all package versions in the Dev Hub org.",
|
|
2346
2212
|
"enableJsonFlag": true,
|
|
2347
|
-
"requiresProject": true,
|
|
2348
2213
|
"isESM": true,
|
|
2349
2214
|
"relativePath": [
|
|
2350
2215
|
"lib",
|
|
2351
2216
|
"commands",
|
|
2352
2217
|
"package",
|
|
2353
2218
|
"version",
|
|
2354
|
-
"
|
|
2219
|
+
"list.js"
|
|
2355
2220
|
],
|
|
2356
2221
|
"aliasPermutations": [
|
|
2357
|
-
"force:package:version:
|
|
2358
|
-
"package:force:version:
|
|
2359
|
-
"package:version:force:
|
|
2360
|
-
"package:version:
|
|
2361
|
-
"force:version:package:
|
|
2362
|
-
"version:force:package:
|
|
2363
|
-
"version:package:force:
|
|
2364
|
-
"version:package:
|
|
2365
|
-
"force:version:
|
|
2366
|
-
"version:force:
|
|
2367
|
-
"version:
|
|
2368
|
-
"version:
|
|
2369
|
-
"force:package:
|
|
2370
|
-
"package:force:
|
|
2371
|
-
"package:
|
|
2372
|
-
"package:
|
|
2373
|
-
"force:
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
"force:
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2222
|
+
"force:package:version:list",
|
|
2223
|
+
"package:force:version:list",
|
|
2224
|
+
"package:version:force:list",
|
|
2225
|
+
"package:version:list:force",
|
|
2226
|
+
"force:version:package:list",
|
|
2227
|
+
"version:force:package:list",
|
|
2228
|
+
"version:package:force:list",
|
|
2229
|
+
"version:package:list:force",
|
|
2230
|
+
"force:version:list:package",
|
|
2231
|
+
"version:force:list:package",
|
|
2232
|
+
"version:list:force:package",
|
|
2233
|
+
"version:list:package:force",
|
|
2234
|
+
"force:package:list:version",
|
|
2235
|
+
"package:force:list:version",
|
|
2236
|
+
"package:list:force:version",
|
|
2237
|
+
"package:list:version:force",
|
|
2238
|
+
"force:list:package:version",
|
|
2239
|
+
"list:force:package:version",
|
|
2240
|
+
"list:package:force:version",
|
|
2241
|
+
"list:package:version:force",
|
|
2242
|
+
"force:list:version:package",
|
|
2243
|
+
"list:force:version:package",
|
|
2244
|
+
"list:version:force:package",
|
|
2245
|
+
"list:version:package:force"
|
|
2381
2246
|
],
|
|
2382
2247
|
"permutations": [
|
|
2383
|
-
"package:version:
|
|
2384
|
-
"version:package:
|
|
2385
|
-
"version:
|
|
2386
|
-
"package:
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
2248
|
+
"package:version:list",
|
|
2249
|
+
"version:package:list",
|
|
2250
|
+
"version:list:package",
|
|
2251
|
+
"package:list:version",
|
|
2252
|
+
"list:package:version",
|
|
2253
|
+
"list:version:package"
|
|
2389
2254
|
]
|
|
2390
2255
|
},
|
|
2391
|
-
"package:version:
|
|
2256
|
+
"package:version:promote": {
|
|
2392
2257
|
"aliases": [
|
|
2393
|
-
"force:package:version:
|
|
2258
|
+
"force:package:version:promote"
|
|
2394
2259
|
],
|
|
2395
2260
|
"args": {},
|
|
2396
2261
|
"deprecateAliases": true,
|
|
2262
|
+
"description": "Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.",
|
|
2397
2263
|
"examples": [
|
|
2398
|
-
"
|
|
2399
|
-
"
|
|
2400
|
-
"
|
|
2401
|
-
"Display the ancestry tree of a package version with the specified ID, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t..."
|
|
2264
|
+
"Promote the package version with the specified ID to released; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
|
|
2265
|
+
"Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-dev-hub devhub@example.com",
|
|
2266
|
+
"Promote the package version with an alias that has spaces to released:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\""
|
|
2402
2267
|
],
|
|
2403
2268
|
"flags": {
|
|
2404
2269
|
"json": {
|
|
@@ -2454,40 +2319,33 @@
|
|
|
2454
2319
|
},
|
|
2455
2320
|
"package": {
|
|
2456
2321
|
"char": "p",
|
|
2457
|
-
"description": "If you specify a package ID (starts with 0Ho) or alias, the ancestor tree for every package version associated with the package ID is displayed. If you specify a package version (starts with 04t) or alias, the ancestry tree of the specified package version is displayed.",
|
|
2458
2322
|
"name": "package",
|
|
2459
2323
|
"required": true,
|
|
2460
|
-
"summary": "ID
|
|
2324
|
+
"summary": "ID (starts with 04t) or alias of the package version to promote.",
|
|
2461
2325
|
"hasDynamicHelp": false,
|
|
2462
2326
|
"multiple": false,
|
|
2463
2327
|
"type": "option"
|
|
2464
2328
|
},
|
|
2465
|
-
"
|
|
2329
|
+
"no-prompt": {
|
|
2466
2330
|
"aliases": [
|
|
2467
|
-
"
|
|
2331
|
+
"noprompt"
|
|
2468
2332
|
],
|
|
2333
|
+
"char": "n",
|
|
2469
2334
|
"deprecateAliases": true,
|
|
2470
|
-
"
|
|
2471
|
-
"
|
|
2472
|
-
"summary": "Display the ancestry tree in DOT code.",
|
|
2473
|
-
"allowNo": false,
|
|
2474
|
-
"type": "boolean"
|
|
2475
|
-
},
|
|
2476
|
-
"verbose": {
|
|
2477
|
-
"name": "verbose",
|
|
2478
|
-
"summary": "Display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.",
|
|
2335
|
+
"name": "no-prompt",
|
|
2336
|
+
"summary": "Don't prompt to confirm setting the package version as released.",
|
|
2479
2337
|
"allowNo": false,
|
|
2480
2338
|
"type": "boolean"
|
|
2481
2339
|
}
|
|
2482
2340
|
},
|
|
2483
2341
|
"hasDynamicHelp": true,
|
|
2484
2342
|
"hiddenAliases": [],
|
|
2485
|
-
"id": "package:version:
|
|
2343
|
+
"id": "package:version:promote",
|
|
2486
2344
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2487
2345
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2488
2346
|
"pluginType": "core",
|
|
2489
2347
|
"strict": true,
|
|
2490
|
-
"summary": "
|
|
2348
|
+
"summary": "Promote a package version to released.",
|
|
2491
2349
|
"enableJsonFlag": true,
|
|
2492
2350
|
"requiresProject": true,
|
|
2493
2351
|
"isESM": true,
|
|
@@ -2496,57 +2354,53 @@
|
|
|
2496
2354
|
"commands",
|
|
2497
2355
|
"package",
|
|
2498
2356
|
"version",
|
|
2499
|
-
"
|
|
2357
|
+
"promote.js"
|
|
2500
2358
|
],
|
|
2501
2359
|
"aliasPermutations": [
|
|
2502
|
-
"force:package:version:
|
|
2503
|
-
"package:force:version:
|
|
2504
|
-
"package:version:force:
|
|
2505
|
-
"package:version:
|
|
2506
|
-
"force:version:package:
|
|
2507
|
-
"version:force:package:
|
|
2508
|
-
"version:package:force:
|
|
2509
|
-
"version:package:
|
|
2510
|
-
"force:version:
|
|
2511
|
-
"version:force:
|
|
2512
|
-
"version:
|
|
2513
|
-
"version:
|
|
2514
|
-
"force:package:
|
|
2515
|
-
"package:force:
|
|
2516
|
-
"package:
|
|
2517
|
-
"package:
|
|
2518
|
-
"force:
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"
|
|
2522
|
-
"force:
|
|
2523
|
-
"
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2360
|
+
"force:package:version:promote",
|
|
2361
|
+
"package:force:version:promote",
|
|
2362
|
+
"package:version:force:promote",
|
|
2363
|
+
"package:version:promote:force",
|
|
2364
|
+
"force:version:package:promote",
|
|
2365
|
+
"version:force:package:promote",
|
|
2366
|
+
"version:package:force:promote",
|
|
2367
|
+
"version:package:promote:force",
|
|
2368
|
+
"force:version:promote:package",
|
|
2369
|
+
"version:force:promote:package",
|
|
2370
|
+
"version:promote:force:package",
|
|
2371
|
+
"version:promote:package:force",
|
|
2372
|
+
"force:package:promote:version",
|
|
2373
|
+
"package:force:promote:version",
|
|
2374
|
+
"package:promote:force:version",
|
|
2375
|
+
"package:promote:version:force",
|
|
2376
|
+
"force:promote:package:version",
|
|
2377
|
+
"promote:force:package:version",
|
|
2378
|
+
"promote:package:force:version",
|
|
2379
|
+
"promote:package:version:force",
|
|
2380
|
+
"force:promote:version:package",
|
|
2381
|
+
"promote:force:version:package",
|
|
2382
|
+
"promote:version:force:package",
|
|
2383
|
+
"promote:version:package:force"
|
|
2526
2384
|
],
|
|
2527
2385
|
"permutations": [
|
|
2528
|
-
"package:version:
|
|
2529
|
-
"version:package:
|
|
2530
|
-
"version:
|
|
2531
|
-
"package:
|
|
2532
|
-
"
|
|
2533
|
-
"
|
|
2386
|
+
"package:version:promote",
|
|
2387
|
+
"version:package:promote",
|
|
2388
|
+
"version:promote:package",
|
|
2389
|
+
"package:promote:version",
|
|
2390
|
+
"promote:package:version",
|
|
2391
|
+
"promote:version:package"
|
|
2534
2392
|
]
|
|
2535
2393
|
},
|
|
2536
|
-
"package:version:
|
|
2394
|
+
"package:version:report": {
|
|
2537
2395
|
"aliases": [
|
|
2538
|
-
"force:package:version:
|
|
2396
|
+
"force:package:version:report"
|
|
2539
2397
|
],
|
|
2540
2398
|
"args": {},
|
|
2541
2399
|
"deprecateAliases": true,
|
|
2542
|
-
"description": "
|
|
2400
|
+
"description": "To update package version values, run \"<%= config.bin %> package version update\".",
|
|
2543
2401
|
"examples": [
|
|
2544
|
-
"
|
|
2545
|
-
"
|
|
2546
|
-
"List all released package versions in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --released",
|
|
2547
|
-
"List package versions that were modified today in your default Dev Hub org; show limited details about each one:\n<%= config.bin %> <%= command.id %> --concise --modified-last-days 0",
|
|
2548
|
-
"List released package versions that were created in the last 3 days in your default Dev Hub org; show limited details:\n<%= config.bin %> <%= command.id %> --concise --created-last-days 3 --released",
|
|
2549
|
-
"List released package versions that were modified today for the two packages with specified aliases in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --packages exp-mgr,exp-mgr-util --released --modified-last-days 0"
|
|
2402
|
+
"Retrieve details about the package version with the specified ID from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
|
|
2403
|
+
"Retrieve details about the package version with the specified alias (that contains spaces) from the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --target-dev-hub devhub@example.com"
|
|
2550
2404
|
],
|
|
2551
2405
|
"flags": {
|
|
2552
2406
|
"json": {
|
|
@@ -2600,65 +2454,11 @@
|
|
|
2600
2454
|
"multiple": false,
|
|
2601
2455
|
"type": "option"
|
|
2602
2456
|
},
|
|
2603
|
-
"
|
|
2604
|
-
"aliases": [
|
|
2605
|
-
"createdlastdays"
|
|
2606
|
-
],
|
|
2607
|
-
"char": "c",
|
|
2608
|
-
"deprecateAliases": true,
|
|
2609
|
-
"name": "created-last-days",
|
|
2610
|
-
"summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
2611
|
-
"hasDynamicHelp": false,
|
|
2612
|
-
"multiple": false,
|
|
2613
|
-
"type": "option"
|
|
2614
|
-
},
|
|
2615
|
-
"concise": {
|
|
2616
|
-
"name": "concise",
|
|
2617
|
-
"summary": "Display limited package version details.",
|
|
2618
|
-
"allowNo": false,
|
|
2619
|
-
"type": "boolean"
|
|
2620
|
-
},
|
|
2621
|
-
"show-conversions-only": {
|
|
2622
|
-
"name": "show-conversions-only",
|
|
2623
|
-
"summary": "Filter the list output to display only converted package version.",
|
|
2624
|
-
"allowNo": false,
|
|
2625
|
-
"type": "boolean"
|
|
2626
|
-
},
|
|
2627
|
-
"modified-last-days": {
|
|
2628
|
-
"aliases": [
|
|
2629
|
-
"modifiedlastdays"
|
|
2630
|
-
],
|
|
2631
|
-
"char": "m",
|
|
2632
|
-
"deprecateAliases": true,
|
|
2633
|
-
"name": "modified-last-days",
|
|
2634
|
-
"summary": "Number of days since the items were modified, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
2635
|
-
"hasDynamicHelp": false,
|
|
2636
|
-
"multiple": false,
|
|
2637
|
-
"type": "option"
|
|
2638
|
-
},
|
|
2639
|
-
"packages": {
|
|
2457
|
+
"package": {
|
|
2640
2458
|
"char": "p",
|
|
2641
|
-
"name": "
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"multiple": false,
|
|
2645
|
-
"type": "option"
|
|
2646
|
-
},
|
|
2647
|
-
"released": {
|
|
2648
|
-
"char": "r",
|
|
2649
|
-
"name": "released",
|
|
2650
|
-
"summary": "Display released versions only (IsReleased=true).",
|
|
2651
|
-
"allowNo": false,
|
|
2652
|
-
"type": "boolean"
|
|
2653
|
-
},
|
|
2654
|
-
"order-by": {
|
|
2655
|
-
"aliases": [
|
|
2656
|
-
"orderby"
|
|
2657
|
-
],
|
|
2658
|
-
"char": "o",
|
|
2659
|
-
"deprecateAliases": true,
|
|
2660
|
-
"name": "order-by",
|
|
2661
|
-
"summary": "Package version fields used to order the list.",
|
|
2459
|
+
"name": "package",
|
|
2460
|
+
"required": true,
|
|
2461
|
+
"summary": "ID (starts with 04t) or alias of the package to retrieve details for.",
|
|
2662
2462
|
"hasDynamicHelp": false,
|
|
2663
2463
|
"multiple": false,
|
|
2664
2464
|
"type": "option"
|
|
@@ -2672,67 +2472,63 @@
|
|
|
2672
2472
|
},
|
|
2673
2473
|
"hasDynamicHelp": true,
|
|
2674
2474
|
"hiddenAliases": [],
|
|
2675
|
-
"id": "package:version:
|
|
2475
|
+
"id": "package:version:report",
|
|
2676
2476
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2677
2477
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2678
2478
|
"pluginType": "core",
|
|
2679
2479
|
"strict": true,
|
|
2680
|
-
"summary": "
|
|
2480
|
+
"summary": "Retrieve details about a package version in the Dev Hub org.",
|
|
2681
2481
|
"enableJsonFlag": true,
|
|
2482
|
+
"requiresProject": true,
|
|
2682
2483
|
"isESM": true,
|
|
2683
2484
|
"relativePath": [
|
|
2684
2485
|
"lib",
|
|
2685
2486
|
"commands",
|
|
2686
2487
|
"package",
|
|
2687
2488
|
"version",
|
|
2688
|
-
"
|
|
2489
|
+
"report.js"
|
|
2689
2490
|
],
|
|
2690
2491
|
"aliasPermutations": [
|
|
2691
|
-
"force:package:version:
|
|
2692
|
-
"package:force:version:
|
|
2693
|
-
"package:version:force:
|
|
2694
|
-
"package:version:
|
|
2695
|
-
"force:version:package:
|
|
2696
|
-
"version:force:package:
|
|
2697
|
-
"version:package:force:
|
|
2698
|
-
"version:package:
|
|
2699
|
-
"force:version:
|
|
2700
|
-
"version:force:
|
|
2701
|
-
"version:
|
|
2702
|
-
"version:
|
|
2703
|
-
"force:package:
|
|
2704
|
-
"package:force:
|
|
2705
|
-
"package:
|
|
2706
|
-
"package:
|
|
2707
|
-
"force:
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2711
|
-
"force:
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2492
|
+
"force:package:version:report",
|
|
2493
|
+
"package:force:version:report",
|
|
2494
|
+
"package:version:force:report",
|
|
2495
|
+
"package:version:report:force",
|
|
2496
|
+
"force:version:package:report",
|
|
2497
|
+
"version:force:package:report",
|
|
2498
|
+
"version:package:force:report",
|
|
2499
|
+
"version:package:report:force",
|
|
2500
|
+
"force:version:report:package",
|
|
2501
|
+
"version:force:report:package",
|
|
2502
|
+
"version:report:force:package",
|
|
2503
|
+
"version:report:package:force",
|
|
2504
|
+
"force:package:report:version",
|
|
2505
|
+
"package:force:report:version",
|
|
2506
|
+
"package:report:force:version",
|
|
2507
|
+
"package:report:version:force",
|
|
2508
|
+
"force:report:package:version",
|
|
2509
|
+
"report:force:package:version",
|
|
2510
|
+
"report:package:force:version",
|
|
2511
|
+
"report:package:version:force",
|
|
2512
|
+
"force:report:version:package",
|
|
2513
|
+
"report:force:version:package",
|
|
2514
|
+
"report:version:force:package",
|
|
2515
|
+
"report:version:package:force"
|
|
2715
2516
|
],
|
|
2716
2517
|
"permutations": [
|
|
2717
|
-
"package:version:
|
|
2718
|
-
"version:package:
|
|
2719
|
-
"version:
|
|
2720
|
-
"package:
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2518
|
+
"package:version:report",
|
|
2519
|
+
"version:package:report",
|
|
2520
|
+
"version:report:package",
|
|
2521
|
+
"package:report:version",
|
|
2522
|
+
"report:package:version",
|
|
2523
|
+
"report:version:package"
|
|
2723
2524
|
]
|
|
2724
2525
|
},
|
|
2725
|
-
"package:version:
|
|
2726
|
-
"aliases": [
|
|
2727
|
-
"force:package:version:promote"
|
|
2728
|
-
],
|
|
2526
|
+
"package:version:retrieve": {
|
|
2527
|
+
"aliases": [],
|
|
2729
2528
|
"args": {},
|
|
2730
|
-
"
|
|
2731
|
-
"description": "Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.",
|
|
2529
|
+
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nYou can retrieve metadata for a second- or first-generation managed package, or an unlocked package.\n\nSpecify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.",
|
|
2732
2530
|
"examples": [
|
|
2733
|
-
"
|
|
2734
|
-
"Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-dev-hub devhub@example.com",
|
|
2735
|
-
"Promote the package version with an alias that has spaces to released:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\""
|
|
2531
|
+
"Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
|
|
2736
2532
|
],
|
|
2737
2533
|
"flags": {
|
|
2738
2534
|
"json": {
|
|
@@ -2760,29 +2556,29 @@
|
|
|
2760
2556
|
"multiple": false,
|
|
2761
2557
|
"type": "option"
|
|
2762
2558
|
},
|
|
2763
|
-
"
|
|
2559
|
+
"api-version": {
|
|
2764
2560
|
"aliases": [
|
|
2765
|
-
"
|
|
2766
|
-
"target-hub-org"
|
|
2561
|
+
"apiversion"
|
|
2767
2562
|
],
|
|
2768
|
-
"char": "v",
|
|
2769
2563
|
"deprecateAliases": true,
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2773
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2774
|
-
"hasDynamicHelp": true,
|
|
2564
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2565
|
+
"name": "api-version",
|
|
2566
|
+
"hasDynamicHelp": false,
|
|
2775
2567
|
"multiple": false,
|
|
2776
2568
|
"type": "option"
|
|
2777
2569
|
},
|
|
2778
|
-
"
|
|
2570
|
+
"target-org": {
|
|
2779
2571
|
"aliases": [
|
|
2780
|
-
"
|
|
2572
|
+
"targetusername",
|
|
2573
|
+
"u"
|
|
2781
2574
|
],
|
|
2575
|
+
"char": "o",
|
|
2782
2576
|
"deprecateAliases": true,
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2785
|
-
"
|
|
2577
|
+
"name": "target-org",
|
|
2578
|
+
"noCacheDefault": true,
|
|
2579
|
+
"required": true,
|
|
2580
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2581
|
+
"hasDynamicHelp": true,
|
|
2786
2582
|
"multiple": false,
|
|
2787
2583
|
"type": "option"
|
|
2788
2584
|
},
|
|
@@ -2790,31 +2586,30 @@
|
|
|
2790
2586
|
"char": "p",
|
|
2791
2587
|
"name": "package",
|
|
2792
2588
|
"required": true,
|
|
2793
|
-
"summary": "ID (starts with 04t)
|
|
2589
|
+
"summary": "Subscriber package version ID (starts with 04t).",
|
|
2794
2590
|
"hasDynamicHelp": false,
|
|
2795
2591
|
"multiple": false,
|
|
2796
2592
|
"type": "option"
|
|
2797
2593
|
},
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2804
|
-
"
|
|
2805
|
-
"
|
|
2806
|
-
"allowNo": false,
|
|
2807
|
-
"type": "boolean"
|
|
2594
|
+
"output-dir": {
|
|
2595
|
+
"char": "d",
|
|
2596
|
+
"name": "output-dir",
|
|
2597
|
+
"summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
|
|
2598
|
+
"default": "force-app",
|
|
2599
|
+
"hasDynamicHelp": false,
|
|
2600
|
+
"multiple": false,
|
|
2601
|
+
"type": "option"
|
|
2808
2602
|
}
|
|
2809
2603
|
},
|
|
2810
2604
|
"hasDynamicHelp": true,
|
|
2605
|
+
"hidden": true,
|
|
2811
2606
|
"hiddenAliases": [],
|
|
2812
|
-
"id": "package:version:
|
|
2607
|
+
"id": "package:version:retrieve",
|
|
2813
2608
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2814
2609
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2815
2610
|
"pluginType": "core",
|
|
2816
2611
|
"strict": true,
|
|
2817
|
-
"summary": "
|
|
2612
|
+
"summary": "Retrieve package metadata for a specified package version.",
|
|
2818
2613
|
"enableJsonFlag": true,
|
|
2819
2614
|
"requiresProject": true,
|
|
2820
2615
|
"isESM": true,
|
|
@@ -2823,53 +2618,29 @@
|
|
|
2823
2618
|
"commands",
|
|
2824
2619
|
"package",
|
|
2825
2620
|
"version",
|
|
2826
|
-
"
|
|
2827
|
-
],
|
|
2828
|
-
"aliasPermutations": [
|
|
2829
|
-
"force:package:version:promote",
|
|
2830
|
-
"package:force:version:promote",
|
|
2831
|
-
"package:version:force:promote",
|
|
2832
|
-
"package:version:promote:force",
|
|
2833
|
-
"force:version:package:promote",
|
|
2834
|
-
"version:force:package:promote",
|
|
2835
|
-
"version:package:force:promote",
|
|
2836
|
-
"version:package:promote:force",
|
|
2837
|
-
"force:version:promote:package",
|
|
2838
|
-
"version:force:promote:package",
|
|
2839
|
-
"version:promote:force:package",
|
|
2840
|
-
"version:promote:package:force",
|
|
2841
|
-
"force:package:promote:version",
|
|
2842
|
-
"package:force:promote:version",
|
|
2843
|
-
"package:promote:force:version",
|
|
2844
|
-
"package:promote:version:force",
|
|
2845
|
-
"force:promote:package:version",
|
|
2846
|
-
"promote:force:package:version",
|
|
2847
|
-
"promote:package:force:version",
|
|
2848
|
-
"promote:package:version:force",
|
|
2849
|
-
"force:promote:version:package",
|
|
2850
|
-
"promote:force:version:package",
|
|
2851
|
-
"promote:version:force:package",
|
|
2852
|
-
"promote:version:package:force"
|
|
2621
|
+
"retrieve.js"
|
|
2853
2622
|
],
|
|
2623
|
+
"aliasPermutations": [],
|
|
2854
2624
|
"permutations": [
|
|
2855
|
-
"package:version:
|
|
2856
|
-
"version:package:
|
|
2857
|
-
"version:
|
|
2858
|
-
"package:
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2625
|
+
"package:version:retrieve",
|
|
2626
|
+
"version:package:retrieve",
|
|
2627
|
+
"version:retrieve:package",
|
|
2628
|
+
"package:retrieve:version",
|
|
2629
|
+
"retrieve:package:version",
|
|
2630
|
+
"retrieve:version:package"
|
|
2861
2631
|
]
|
|
2862
2632
|
},
|
|
2863
|
-
"package:version:
|
|
2633
|
+
"package:version:update": {
|
|
2864
2634
|
"aliases": [
|
|
2865
|
-
"force:package:version:
|
|
2635
|
+
"force:package:version:update"
|
|
2866
2636
|
],
|
|
2867
2637
|
"args": {},
|
|
2868
2638
|
"deprecateAliases": true,
|
|
2869
|
-
"description": "
|
|
2639
|
+
"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\".",
|
|
2870
2640
|
"examples": [
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2641
|
+
"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",
|
|
2642
|
+
"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",
|
|
2643
|
+
"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\""
|
|
2873
2644
|
],
|
|
2874
2645
|
"flags": {
|
|
2875
2646
|
"json": {
|
|
@@ -2927,26 +2698,72 @@
|
|
|
2927
2698
|
"char": "p",
|
|
2928
2699
|
"name": "package",
|
|
2929
2700
|
"required": true,
|
|
2930
|
-
"summary": "ID (starts with 04t) or alias of the package to
|
|
2701
|
+
"summary": "ID (starts with 04t) or alias of the package to update a version of.",
|
|
2931
2702
|
"hasDynamicHelp": false,
|
|
2932
2703
|
"multiple": false,
|
|
2933
2704
|
"type": "option"
|
|
2934
2705
|
},
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
"
|
|
2706
|
+
"version-name": {
|
|
2707
|
+
"aliases": [
|
|
2708
|
+
"versionname"
|
|
2709
|
+
],
|
|
2710
|
+
"char": "a",
|
|
2711
|
+
"deprecateAliases": true,
|
|
2712
|
+
"name": "version-name",
|
|
2713
|
+
"summary": "New package version name.",
|
|
2714
|
+
"hasDynamicHelp": false,
|
|
2715
|
+
"multiple": false,
|
|
2716
|
+
"type": "option"
|
|
2717
|
+
},
|
|
2718
|
+
"version-description": {
|
|
2719
|
+
"aliases": [
|
|
2720
|
+
"versiondescription"
|
|
2721
|
+
],
|
|
2722
|
+
"char": "e",
|
|
2723
|
+
"deprecateAliases": true,
|
|
2724
|
+
"name": "version-description",
|
|
2725
|
+
"summary": "New package version description.",
|
|
2726
|
+
"hasDynamicHelp": false,
|
|
2727
|
+
"multiple": false,
|
|
2728
|
+
"type": "option"
|
|
2729
|
+
},
|
|
2730
|
+
"branch": {
|
|
2731
|
+
"char": "b",
|
|
2732
|
+
"name": "branch",
|
|
2733
|
+
"summary": "New package version branch.",
|
|
2734
|
+
"hasDynamicHelp": false,
|
|
2735
|
+
"multiple": false,
|
|
2736
|
+
"type": "option"
|
|
2737
|
+
},
|
|
2738
|
+
"tag": {
|
|
2739
|
+
"char": "t",
|
|
2740
|
+
"name": "tag",
|
|
2741
|
+
"summary": "New package version tag.",
|
|
2742
|
+
"hasDynamicHelp": false,
|
|
2743
|
+
"multiple": false,
|
|
2744
|
+
"type": "option"
|
|
2745
|
+
},
|
|
2746
|
+
"installation-key": {
|
|
2747
|
+
"aliases": [
|
|
2748
|
+
"installationkey"
|
|
2749
|
+
],
|
|
2750
|
+
"char": "k",
|
|
2751
|
+
"deprecateAliases": true,
|
|
2752
|
+
"name": "installation-key",
|
|
2753
|
+
"summary": "New installation key for key-protected package (default: null)",
|
|
2754
|
+
"hasDynamicHelp": false,
|
|
2755
|
+
"multiple": false,
|
|
2756
|
+
"type": "option"
|
|
2940
2757
|
}
|
|
2941
2758
|
},
|
|
2942
2759
|
"hasDynamicHelp": true,
|
|
2943
2760
|
"hiddenAliases": [],
|
|
2944
|
-
"id": "package:version:
|
|
2761
|
+
"id": "package:version:update",
|
|
2945
2762
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2946
2763
|
"pluginName": "@salesforce/plugin-packaging",
|
|
2947
2764
|
"pluginType": "core",
|
|
2948
2765
|
"strict": true,
|
|
2949
|
-
"summary": "
|
|
2766
|
+
"summary": "Update a package version.",
|
|
2950
2767
|
"enableJsonFlag": true,
|
|
2951
2768
|
"requiresProject": true,
|
|
2952
2769
|
"isESM": true,
|
|
@@ -2955,49 +2772,53 @@
|
|
|
2955
2772
|
"commands",
|
|
2956
2773
|
"package",
|
|
2957
2774
|
"version",
|
|
2958
|
-
"
|
|
2775
|
+
"update.js"
|
|
2959
2776
|
],
|
|
2960
2777
|
"aliasPermutations": [
|
|
2961
|
-
"force:package:version:
|
|
2962
|
-
"package:force:version:
|
|
2963
|
-
"package:version:force:
|
|
2964
|
-
"package:version:
|
|
2965
|
-
"force:version:package:
|
|
2966
|
-
"version:force:package:
|
|
2967
|
-
"version:package:force:
|
|
2968
|
-
"version:package:
|
|
2969
|
-
"force:version:
|
|
2970
|
-
"version:force:
|
|
2971
|
-
"version:
|
|
2972
|
-
"version:
|
|
2973
|
-
"force:package:
|
|
2974
|
-
"package:force:
|
|
2975
|
-
"package:
|
|
2976
|
-
"package:
|
|
2977
|
-
"force:
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2981
|
-
"force:
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"
|
|
2778
|
+
"force:package:version:update",
|
|
2779
|
+
"package:force:version:update",
|
|
2780
|
+
"package:version:force:update",
|
|
2781
|
+
"package:version:update:force",
|
|
2782
|
+
"force:version:package:update",
|
|
2783
|
+
"version:force:package:update",
|
|
2784
|
+
"version:package:force:update",
|
|
2785
|
+
"version:package:update:force",
|
|
2786
|
+
"force:version:update:package",
|
|
2787
|
+
"version:force:update:package",
|
|
2788
|
+
"version:update:force:package",
|
|
2789
|
+
"version:update:package:force",
|
|
2790
|
+
"force:package:update:version",
|
|
2791
|
+
"package:force:update:version",
|
|
2792
|
+
"package:update:force:version",
|
|
2793
|
+
"package:update:version:force",
|
|
2794
|
+
"force:update:package:version",
|
|
2795
|
+
"update:force:package:version",
|
|
2796
|
+
"update:package:force:version",
|
|
2797
|
+
"update:package:version:force",
|
|
2798
|
+
"force:update:version:package",
|
|
2799
|
+
"update:force:version:package",
|
|
2800
|
+
"update:version:force:package",
|
|
2801
|
+
"update:version:package:force"
|
|
2985
2802
|
],
|
|
2986
2803
|
"permutations": [
|
|
2987
|
-
"package:version:
|
|
2988
|
-
"version:package:
|
|
2989
|
-
"version:
|
|
2990
|
-
"package:
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2804
|
+
"package:version:update",
|
|
2805
|
+
"version:package:update",
|
|
2806
|
+
"version:update:package",
|
|
2807
|
+
"package:update:version",
|
|
2808
|
+
"update:package:version",
|
|
2809
|
+
"update:version:package"
|
|
2993
2810
|
]
|
|
2994
2811
|
},
|
|
2995
|
-
"
|
|
2996
|
-
"aliases": [
|
|
2812
|
+
"package1:version:create": {
|
|
2813
|
+
"aliases": [
|
|
2814
|
+
"force:package1:version:create"
|
|
2815
|
+
],
|
|
2997
2816
|
"args": {},
|
|
2998
|
-
"
|
|
2817
|
+
"deprecateAliases": true,
|
|
2818
|
+
"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.",
|
|
2999
2819
|
"examples": [
|
|
3000
|
-
"
|
|
2820
|
+
"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",
|
|
2821
|
+
"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"
|
|
3001
2822
|
],
|
|
3002
2823
|
"flags": {
|
|
3003
2824
|
"json": {
|
|
@@ -3025,6 +2846,21 @@
|
|
|
3025
2846
|
"multiple": false,
|
|
3026
2847
|
"type": "option"
|
|
3027
2848
|
},
|
|
2849
|
+
"target-org": {
|
|
2850
|
+
"aliases": [
|
|
2851
|
+
"targetusername",
|
|
2852
|
+
"u"
|
|
2853
|
+
],
|
|
2854
|
+
"char": "o",
|
|
2855
|
+
"deprecateAliases": true,
|
|
2856
|
+
"name": "target-org",
|
|
2857
|
+
"noCacheDefault": true,
|
|
2858
|
+
"required": true,
|
|
2859
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2860
|
+
"hasDynamicHelp": true,
|
|
2861
|
+
"multiple": false,
|
|
2862
|
+
"type": "option"
|
|
2863
|
+
},
|
|
3028
2864
|
"api-version": {
|
|
3029
2865
|
"aliases": [
|
|
3030
2866
|
"apiversion"
|
|
@@ -3036,80 +2872,165 @@
|
|
|
3036
2872
|
"multiple": false,
|
|
3037
2873
|
"type": "option"
|
|
3038
2874
|
},
|
|
3039
|
-
"
|
|
2875
|
+
"package-id": {
|
|
3040
2876
|
"aliases": [
|
|
3041
|
-
"
|
|
3042
|
-
"u"
|
|
2877
|
+
"packageid"
|
|
3043
2878
|
],
|
|
3044
|
-
"char": "
|
|
2879
|
+
"char": "i",
|
|
3045
2880
|
"deprecateAliases": true,
|
|
3046
|
-
"name": "
|
|
3047
|
-
"noCacheDefault": true,
|
|
2881
|
+
"name": "package-id",
|
|
3048
2882
|
"required": true,
|
|
3049
|
-
"summary": "
|
|
3050
|
-
"hasDynamicHelp":
|
|
2883
|
+
"summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
|
|
2884
|
+
"hasDynamicHelp": false,
|
|
3051
2885
|
"multiple": false,
|
|
3052
2886
|
"type": "option"
|
|
3053
2887
|
},
|
|
3054
|
-
"
|
|
3055
|
-
"char": "
|
|
3056
|
-
"name": "
|
|
2888
|
+
"name": {
|
|
2889
|
+
"char": "n",
|
|
2890
|
+
"name": "name",
|
|
3057
2891
|
"required": true,
|
|
3058
|
-
"summary": "
|
|
2892
|
+
"summary": "Package version name.",
|
|
3059
2893
|
"hasDynamicHelp": false,
|
|
3060
2894
|
"multiple": false,
|
|
3061
2895
|
"type": "option"
|
|
3062
2896
|
},
|
|
3063
|
-
"
|
|
2897
|
+
"description": {
|
|
3064
2898
|
"char": "d",
|
|
3065
|
-
"name": "
|
|
3066
|
-
"summary": "
|
|
3067
|
-
"
|
|
2899
|
+
"name": "description",
|
|
2900
|
+
"summary": "Package version description.",
|
|
2901
|
+
"hasDynamicHelp": false,
|
|
2902
|
+
"multiple": false,
|
|
2903
|
+
"type": "option"
|
|
2904
|
+
},
|
|
2905
|
+
"version": {
|
|
2906
|
+
"char": "v",
|
|
2907
|
+
"name": "version",
|
|
2908
|
+
"summary": "Package version in major.minor format, for example, 3.2.",
|
|
2909
|
+
"hasDynamicHelp": false,
|
|
2910
|
+
"multiple": false,
|
|
2911
|
+
"type": "option"
|
|
2912
|
+
},
|
|
2913
|
+
"managed-released": {
|
|
2914
|
+
"aliases": [
|
|
2915
|
+
"managedrelease"
|
|
2916
|
+
],
|
|
2917
|
+
"char": "m",
|
|
2918
|
+
"deprecateAliases": true,
|
|
2919
|
+
"description": "To create a beta version, don’t include this parameter.",
|
|
2920
|
+
"name": "managed-released",
|
|
2921
|
+
"summary": "Create a managed package version.",
|
|
2922
|
+
"allowNo": false,
|
|
2923
|
+
"type": "boolean"
|
|
2924
|
+
},
|
|
2925
|
+
"release-notes-url": {
|
|
2926
|
+
"aliases": [
|
|
2927
|
+
"releasenotesurl"
|
|
2928
|
+
],
|
|
2929
|
+
"char": "r",
|
|
2930
|
+
"deprecateAliases": true,
|
|
2931
|
+
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
2932
|
+
"name": "release-notes-url",
|
|
2933
|
+
"summary": "Release notes URL.",
|
|
2934
|
+
"hasDynamicHelp": false,
|
|
2935
|
+
"multiple": false,
|
|
2936
|
+
"type": "option"
|
|
2937
|
+
},
|
|
2938
|
+
"post-install-url": {
|
|
2939
|
+
"aliases": [
|
|
2940
|
+
"postinstallurl"
|
|
2941
|
+
],
|
|
2942
|
+
"char": "p",
|
|
2943
|
+
"deprecateAliases": true,
|
|
2944
|
+
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
2945
|
+
"name": "post-install-url",
|
|
2946
|
+
"summary": "Post install URL.",
|
|
2947
|
+
"hasDynamicHelp": false,
|
|
2948
|
+
"multiple": false,
|
|
2949
|
+
"type": "option"
|
|
2950
|
+
},
|
|
2951
|
+
"installation-key": {
|
|
2952
|
+
"aliases": [
|
|
2953
|
+
"installationkey"
|
|
2954
|
+
],
|
|
2955
|
+
"char": "k",
|
|
2956
|
+
"deprecateAliases": true,
|
|
2957
|
+
"name": "installation-key",
|
|
2958
|
+
"summary": "Installation key for key-protected package (default: null).",
|
|
3068
2959
|
"hasDynamicHelp": false,
|
|
3069
2960
|
"multiple": false,
|
|
3070
2961
|
"type": "option"
|
|
2962
|
+
},
|
|
2963
|
+
"wait": {
|
|
2964
|
+
"char": "w",
|
|
2965
|
+
"name": "wait",
|
|
2966
|
+
"summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
|
|
2967
|
+
"hasDynamicHelp": true,
|
|
2968
|
+
"multiple": false,
|
|
2969
|
+
"type": "option"
|
|
3071
2970
|
}
|
|
3072
2971
|
},
|
|
3073
2972
|
"hasDynamicHelp": true,
|
|
3074
|
-
"hidden": true,
|
|
3075
2973
|
"hiddenAliases": [],
|
|
3076
|
-
"id": "
|
|
2974
|
+
"id": "package1:version:create",
|
|
3077
2975
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3078
2976
|
"pluginName": "@salesforce/plugin-packaging",
|
|
3079
2977
|
"pluginType": "core",
|
|
3080
2978
|
"strict": true,
|
|
3081
|
-
"summary": "
|
|
2979
|
+
"summary": "Create a first-generation package version in the release org.",
|
|
3082
2980
|
"enableJsonFlag": true,
|
|
3083
2981
|
"requiresProject": true,
|
|
3084
2982
|
"isESM": true,
|
|
3085
2983
|
"relativePath": [
|
|
3086
2984
|
"lib",
|
|
3087
2985
|
"commands",
|
|
3088
|
-
"
|
|
2986
|
+
"package1",
|
|
3089
2987
|
"version",
|
|
3090
|
-
"
|
|
2988
|
+
"create.js"
|
|
2989
|
+
],
|
|
2990
|
+
"aliasPermutations": [
|
|
2991
|
+
"force:package1:version:create",
|
|
2992
|
+
"package1:force:version:create",
|
|
2993
|
+
"package1:version:force:create",
|
|
2994
|
+
"package1:version:create:force",
|
|
2995
|
+
"force:version:package1:create",
|
|
2996
|
+
"version:force:package1:create",
|
|
2997
|
+
"version:package1:force:create",
|
|
2998
|
+
"version:package1:create:force",
|
|
2999
|
+
"force:version:create:package1",
|
|
3000
|
+
"version:force:create:package1",
|
|
3001
|
+
"version:create:force:package1",
|
|
3002
|
+
"version:create:package1:force",
|
|
3003
|
+
"force:package1:create:version",
|
|
3004
|
+
"package1:force:create:version",
|
|
3005
|
+
"package1:create:force:version",
|
|
3006
|
+
"package1:create:version:force",
|
|
3007
|
+
"force:create:package1:version",
|
|
3008
|
+
"create:force:package1:version",
|
|
3009
|
+
"create:package1:force:version",
|
|
3010
|
+
"create:package1:version:force",
|
|
3011
|
+
"force:create:version:package1",
|
|
3012
|
+
"create:force:version:package1",
|
|
3013
|
+
"create:version:force:package1",
|
|
3014
|
+
"create:version:package1:force"
|
|
3091
3015
|
],
|
|
3092
|
-
"aliasPermutations": [],
|
|
3093
3016
|
"permutations": [
|
|
3094
|
-
"
|
|
3095
|
-
"version:
|
|
3096
|
-
"version:
|
|
3097
|
-
"
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
3017
|
+
"package1:version:create",
|
|
3018
|
+
"version:package1:create",
|
|
3019
|
+
"version:create:package1",
|
|
3020
|
+
"package1:create:version",
|
|
3021
|
+
"create:package1:version",
|
|
3022
|
+
"create:version:package1"
|
|
3100
3023
|
]
|
|
3101
3024
|
},
|
|
3102
|
-
"
|
|
3025
|
+
"package1:version:display": {
|
|
3103
3026
|
"aliases": [
|
|
3104
|
-
"force:
|
|
3027
|
+
"force:package1:version:display"
|
|
3105
3028
|
],
|
|
3106
3029
|
"args": {},
|
|
3107
3030
|
"deprecateAliases": true,
|
|
3108
|
-
"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\".",
|
|
3109
3031
|
"examples": [
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"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\""
|
|
3032
|
+
"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...",
|
|
3033
|
+
"Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
|
|
3113
3034
|
],
|
|
3114
3035
|
"flags": {
|
|
3115
3036
|
"json": {
|
|
@@ -3137,17 +3058,17 @@
|
|
|
3137
3058
|
"multiple": false,
|
|
3138
3059
|
"type": "option"
|
|
3139
3060
|
},
|
|
3140
|
-
"target-
|
|
3061
|
+
"target-org": {
|
|
3141
3062
|
"aliases": [
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3063
|
+
"targetusername",
|
|
3064
|
+
"u"
|
|
3144
3065
|
],
|
|
3145
|
-
"char": "
|
|
3066
|
+
"char": "o",
|
|
3146
3067
|
"deprecateAliases": true,
|
|
3147
|
-
"name": "target-
|
|
3068
|
+
"name": "target-org",
|
|
3148
3069
|
"noCacheDefault": true,
|
|
3149
3070
|
"required": true,
|
|
3150
|
-
"summary": "Username or alias of the
|
|
3071
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3151
3072
|
"hasDynamicHelp": true,
|
|
3152
3073
|
"multiple": false,
|
|
3153
3074
|
"type": "option"
|
|
@@ -3163,63 +3084,15 @@
|
|
|
3163
3084
|
"multiple": false,
|
|
3164
3085
|
"type": "option"
|
|
3165
3086
|
},
|
|
3166
|
-
"package": {
|
|
3167
|
-
"char": "p",
|
|
3168
|
-
"name": "package",
|
|
3169
|
-
"required": true,
|
|
3170
|
-
"summary": "ID (starts with 04t) or alias of the package to update a version of.",
|
|
3171
|
-
"hasDynamicHelp": false,
|
|
3172
|
-
"multiple": false,
|
|
3173
|
-
"type": "option"
|
|
3174
|
-
},
|
|
3175
|
-
"version-name": {
|
|
3176
|
-
"aliases": [
|
|
3177
|
-
"versionname"
|
|
3178
|
-
],
|
|
3179
|
-
"char": "a",
|
|
3180
|
-
"deprecateAliases": true,
|
|
3181
|
-
"name": "version-name",
|
|
3182
|
-
"summary": "New package version name.",
|
|
3183
|
-
"hasDynamicHelp": false,
|
|
3184
|
-
"multiple": false,
|
|
3185
|
-
"type": "option"
|
|
3186
|
-
},
|
|
3187
|
-
"version-description": {
|
|
3188
|
-
"aliases": [
|
|
3189
|
-
"versiondescription"
|
|
3190
|
-
],
|
|
3191
|
-
"char": "e",
|
|
3192
|
-
"deprecateAliases": true,
|
|
3193
|
-
"name": "version-description",
|
|
3194
|
-
"summary": "New package version description.",
|
|
3195
|
-
"hasDynamicHelp": false,
|
|
3196
|
-
"multiple": false,
|
|
3197
|
-
"type": "option"
|
|
3198
|
-
},
|
|
3199
|
-
"branch": {
|
|
3200
|
-
"char": "b",
|
|
3201
|
-
"name": "branch",
|
|
3202
|
-
"summary": "New package version branch.",
|
|
3203
|
-
"hasDynamicHelp": false,
|
|
3204
|
-
"multiple": false,
|
|
3205
|
-
"type": "option"
|
|
3206
|
-
},
|
|
3207
|
-
"tag": {
|
|
3208
|
-
"char": "t",
|
|
3209
|
-
"name": "tag",
|
|
3210
|
-
"summary": "New package version tag.",
|
|
3211
|
-
"hasDynamicHelp": false,
|
|
3212
|
-
"multiple": false,
|
|
3213
|
-
"type": "option"
|
|
3214
|
-
},
|
|
3215
|
-
"installation-key": {
|
|
3087
|
+
"package-version-id": {
|
|
3216
3088
|
"aliases": [
|
|
3217
|
-
"
|
|
3089
|
+
"packageversionid"
|
|
3218
3090
|
],
|
|
3219
|
-
"char": "
|
|
3091
|
+
"char": "i",
|
|
3220
3092
|
"deprecateAliases": true,
|
|
3221
|
-
"name": "
|
|
3222
|
-
"
|
|
3093
|
+
"name": "package-version-id",
|
|
3094
|
+
"required": true,
|
|
3095
|
+
"summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
|
|
3223
3096
|
"hasDynamicHelp": false,
|
|
3224
3097
|
"multiple": false,
|
|
3225
3098
|
"type": "option"
|
|
@@ -3227,66 +3100,65 @@
|
|
|
3227
3100
|
},
|
|
3228
3101
|
"hasDynamicHelp": true,
|
|
3229
3102
|
"hiddenAliases": [],
|
|
3230
|
-
"id": "
|
|
3103
|
+
"id": "package1:version:display",
|
|
3231
3104
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3232
3105
|
"pluginName": "@salesforce/plugin-packaging",
|
|
3233
3106
|
"pluginType": "core",
|
|
3234
3107
|
"strict": true,
|
|
3235
|
-
"summary": "
|
|
3108
|
+
"summary": "Display details about a first-generation package version.",
|
|
3236
3109
|
"enableJsonFlag": true,
|
|
3237
|
-
"requiresProject": true,
|
|
3238
3110
|
"isESM": true,
|
|
3239
3111
|
"relativePath": [
|
|
3240
3112
|
"lib",
|
|
3241
3113
|
"commands",
|
|
3242
|
-
"
|
|
3114
|
+
"package1",
|
|
3243
3115
|
"version",
|
|
3244
|
-
"
|
|
3116
|
+
"display.js"
|
|
3245
3117
|
],
|
|
3246
3118
|
"aliasPermutations": [
|
|
3247
|
-
"force:
|
|
3248
|
-
"
|
|
3249
|
-
"
|
|
3250
|
-
"
|
|
3251
|
-
"force:version:
|
|
3252
|
-
"version:force:
|
|
3253
|
-
"version:
|
|
3254
|
-
"version:
|
|
3255
|
-
"force:version:
|
|
3256
|
-
"version:force:
|
|
3257
|
-
"version:
|
|
3258
|
-
"version:
|
|
3259
|
-
"force:
|
|
3260
|
-
"
|
|
3261
|
-
"
|
|
3262
|
-
"
|
|
3263
|
-
"force:
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3267
|
-
"force:
|
|
3268
|
-
"
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3119
|
+
"force:package1:version:display",
|
|
3120
|
+
"package1:force:version:display",
|
|
3121
|
+
"package1:version:force:display",
|
|
3122
|
+
"package1:version:display:force",
|
|
3123
|
+
"force:version:package1:display",
|
|
3124
|
+
"version:force:package1:display",
|
|
3125
|
+
"version:package1:force:display",
|
|
3126
|
+
"version:package1:display:force",
|
|
3127
|
+
"force:version:display:package1",
|
|
3128
|
+
"version:force:display:package1",
|
|
3129
|
+
"version:display:force:package1",
|
|
3130
|
+
"version:display:package1:force",
|
|
3131
|
+
"force:package1:display:version",
|
|
3132
|
+
"package1:force:display:version",
|
|
3133
|
+
"package1:display:force:version",
|
|
3134
|
+
"package1:display:version:force",
|
|
3135
|
+
"force:display:package1:version",
|
|
3136
|
+
"display:force:package1:version",
|
|
3137
|
+
"display:package1:force:version",
|
|
3138
|
+
"display:package1:version:force",
|
|
3139
|
+
"force:display:version:package1",
|
|
3140
|
+
"display:force:version:package1",
|
|
3141
|
+
"display:version:force:package1",
|
|
3142
|
+
"display:version:package1:force"
|
|
3271
3143
|
],
|
|
3272
3144
|
"permutations": [
|
|
3273
|
-
"
|
|
3274
|
-
"version:
|
|
3275
|
-
"version:
|
|
3276
|
-
"
|
|
3277
|
-
"
|
|
3278
|
-
"
|
|
3145
|
+
"package1:version:display",
|
|
3146
|
+
"version:package1:display",
|
|
3147
|
+
"version:display:package1",
|
|
3148
|
+
"package1:display:version",
|
|
3149
|
+
"display:package1:version",
|
|
3150
|
+
"display:version:package1"
|
|
3279
3151
|
]
|
|
3280
3152
|
},
|
|
3281
|
-
"package1:version:
|
|
3153
|
+
"package1:version:list": {
|
|
3282
3154
|
"aliases": [
|
|
3283
|
-
"force:package1:version:
|
|
3155
|
+
"force:package1:version:list"
|
|
3284
3156
|
],
|
|
3285
3157
|
"args": {},
|
|
3286
3158
|
"deprecateAliases": true,
|
|
3287
3159
|
"examples": [
|
|
3288
|
-
"
|
|
3289
|
-
"
|
|
3160
|
+
"List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
3161
|
+
"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"
|
|
3290
3162
|
],
|
|
3291
3163
|
"flags": {
|
|
3292
3164
|
"json": {
|
|
@@ -3340,15 +3212,15 @@
|
|
|
3340
3212
|
"multiple": false,
|
|
3341
3213
|
"type": "option"
|
|
3342
3214
|
},
|
|
3343
|
-
"
|
|
3215
|
+
"package-id": {
|
|
3344
3216
|
"aliases": [
|
|
3345
|
-
"
|
|
3217
|
+
"packageid"
|
|
3346
3218
|
],
|
|
3347
3219
|
"char": "i",
|
|
3348
3220
|
"deprecateAliases": true,
|
|
3349
|
-
"
|
|
3350
|
-
"
|
|
3351
|
-
"summary": "
|
|
3221
|
+
"description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
|
|
3222
|
+
"name": "package-id",
|
|
3223
|
+
"summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
|
|
3352
3224
|
"hasDynamicHelp": false,
|
|
3353
3225
|
"multiple": false,
|
|
3354
3226
|
"type": "option"
|
|
@@ -3356,12 +3228,12 @@
|
|
|
3356
3228
|
},
|
|
3357
3229
|
"hasDynamicHelp": true,
|
|
3358
3230
|
"hiddenAliases": [],
|
|
3359
|
-
"id": "package1:version:
|
|
3231
|
+
"id": "package1:version:list",
|
|
3360
3232
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3361
3233
|
"pluginName": "@salesforce/plugin-packaging",
|
|
3362
3234
|
"pluginType": "core",
|
|
3363
3235
|
"strict": true,
|
|
3364
|
-
"summary": "
|
|
3236
|
+
"summary": "List package versions for the specified first-generation package or for the org.",
|
|
3365
3237
|
"enableJsonFlag": true,
|
|
3366
3238
|
"isESM": true,
|
|
3367
3239
|
"relativePath": [
|
|
@@ -3369,156 +3241,41 @@
|
|
|
3369
3241
|
"commands",
|
|
3370
3242
|
"package1",
|
|
3371
3243
|
"version",
|
|
3372
|
-
"
|
|
3373
|
-
"get.js"
|
|
3244
|
+
"list.js"
|
|
3374
3245
|
],
|
|
3375
3246
|
"aliasPermutations": [
|
|
3376
|
-
"force:package1:version:
|
|
3377
|
-
"package1:force:version:
|
|
3378
|
-
"package1:version:force:
|
|
3379
|
-
"package1:version:
|
|
3380
|
-
"
|
|
3381
|
-
"force:
|
|
3382
|
-
"version:
|
|
3383
|
-
"version:package1:force
|
|
3384
|
-
"version:package1
|
|
3385
|
-
"version:
|
|
3386
|
-
"
|
|
3387
|
-
"version:
|
|
3388
|
-
"
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3391
|
-
"
|
|
3392
|
-
"
|
|
3393
|
-
"
|
|
3394
|
-
"
|
|
3395
|
-
"
|
|
3396
|
-
"force:
|
|
3397
|
-
"
|
|
3398
|
-
"
|
|
3399
|
-
"
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
"
|
|
3403
|
-
"
|
|
3404
|
-
"
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
"
|
|
3408
|
-
"create:version:force:package1:get",
|
|
3409
|
-
"create:version:package1:force:get",
|
|
3410
|
-
"create:version:package1:get:force",
|
|
3411
|
-
"force:create:version:get:package1",
|
|
3412
|
-
"create:force:version:get:package1",
|
|
3413
|
-
"create:version:force:get:package1",
|
|
3414
|
-
"create:version:get:force:package1",
|
|
3415
|
-
"create:version:get:package1:force",
|
|
3416
|
-
"force:package1:create:get:version",
|
|
3417
|
-
"package1:force:create:get:version",
|
|
3418
|
-
"package1:create:force:get:version",
|
|
3419
|
-
"package1:create:get:force:version",
|
|
3420
|
-
"package1:create:get:version:force",
|
|
3421
|
-
"force:create:package1:get:version",
|
|
3422
|
-
"create:force:package1:get:version",
|
|
3423
|
-
"create:package1:force:get:version",
|
|
3424
|
-
"create:package1:get:force:version",
|
|
3425
|
-
"create:package1:get:version:force",
|
|
3426
|
-
"force:create:get:package1:version",
|
|
3427
|
-
"create:force:get:package1:version",
|
|
3428
|
-
"create:get:force:package1:version",
|
|
3429
|
-
"create:get:package1:force:version",
|
|
3430
|
-
"create:get:package1:version:force",
|
|
3431
|
-
"force:create:get:version:package1",
|
|
3432
|
-
"create:force:get:version:package1",
|
|
3433
|
-
"create:get:force:version:package1",
|
|
3434
|
-
"create:get:version:force:package1",
|
|
3435
|
-
"create:get:version:package1:force",
|
|
3436
|
-
"force:package1:version:get:create",
|
|
3437
|
-
"package1:force:version:get:create",
|
|
3438
|
-
"package1:version:force:get:create",
|
|
3439
|
-
"package1:version:get:force:create",
|
|
3440
|
-
"package1:version:get:create:force",
|
|
3441
|
-
"force:version:package1:get:create",
|
|
3442
|
-
"version:force:package1:get:create",
|
|
3443
|
-
"version:package1:force:get:create",
|
|
3444
|
-
"version:package1:get:force:create",
|
|
3445
|
-
"version:package1:get:create:force",
|
|
3446
|
-
"force:version:get:package1:create",
|
|
3447
|
-
"version:force:get:package1:create",
|
|
3448
|
-
"version:get:force:package1:create",
|
|
3449
|
-
"version:get:package1:force:create",
|
|
3450
|
-
"version:get:package1:create:force",
|
|
3451
|
-
"force:version:get:create:package1",
|
|
3452
|
-
"version:force:get:create:package1",
|
|
3453
|
-
"version:get:force:create:package1",
|
|
3454
|
-
"version:get:create:force:package1",
|
|
3455
|
-
"version:get:create:package1:force",
|
|
3456
|
-
"force:package1:get:version:create",
|
|
3457
|
-
"package1:force:get:version:create",
|
|
3458
|
-
"package1:get:force:version:create",
|
|
3459
|
-
"package1:get:version:force:create",
|
|
3460
|
-
"package1:get:version:create:force",
|
|
3461
|
-
"force:get:package1:version:create",
|
|
3462
|
-
"get:force:package1:version:create",
|
|
3463
|
-
"get:package1:force:version:create",
|
|
3464
|
-
"get:package1:version:force:create",
|
|
3465
|
-
"get:package1:version:create:force",
|
|
3466
|
-
"force:get:version:package1:create",
|
|
3467
|
-
"get:force:version:package1:create",
|
|
3468
|
-
"get:version:force:package1:create",
|
|
3469
|
-
"get:version:package1:force:create",
|
|
3470
|
-
"get:version:package1:create:force",
|
|
3471
|
-
"force:get:version:create:package1",
|
|
3472
|
-
"get:force:version:create:package1",
|
|
3473
|
-
"get:version:force:create:package1",
|
|
3474
|
-
"get:version:create:force:package1",
|
|
3475
|
-
"get:version:create:package1:force",
|
|
3476
|
-
"force:package1:get:create:version",
|
|
3477
|
-
"package1:force:get:create:version",
|
|
3478
|
-
"package1:get:force:create:version",
|
|
3479
|
-
"package1:get:create:force:version",
|
|
3480
|
-
"package1:get:create:version:force",
|
|
3481
|
-
"force:get:package1:create:version",
|
|
3482
|
-
"get:force:package1:create:version",
|
|
3483
|
-
"get:package1:force:create:version",
|
|
3484
|
-
"get:package1:create:force:version",
|
|
3485
|
-
"get:package1:create:version:force",
|
|
3486
|
-
"force:get:create:package1:version",
|
|
3487
|
-
"get:force:create:package1:version",
|
|
3488
|
-
"get:create:force:package1:version",
|
|
3489
|
-
"get:create:package1:force:version",
|
|
3490
|
-
"get:create:package1:version:force",
|
|
3491
|
-
"force:get:create:version:package1",
|
|
3492
|
-
"get:force:create:version:package1",
|
|
3493
|
-
"get:create:force:version:package1",
|
|
3494
|
-
"get:create:version:force:package1",
|
|
3495
|
-
"get:create:version:package1:force"
|
|
3496
|
-
],
|
|
3497
|
-
"permutations": [
|
|
3498
|
-
"package1:version:create:get",
|
|
3499
|
-
"version:package1:create:get",
|
|
3500
|
-
"version:create:package1:get",
|
|
3501
|
-
"version:create:get:package1",
|
|
3502
|
-
"package1:create:version:get",
|
|
3503
|
-
"create:package1:version:get",
|
|
3504
|
-
"create:version:package1:get",
|
|
3505
|
-
"create:version:get:package1",
|
|
3506
|
-
"package1:create:get:version",
|
|
3507
|
-
"create:package1:get:version",
|
|
3508
|
-
"create:get:package1:version",
|
|
3509
|
-
"create:get:version:package1",
|
|
3510
|
-
"package1:version:get:create",
|
|
3511
|
-
"version:package1:get:create",
|
|
3512
|
-
"version:get:package1:create",
|
|
3513
|
-
"version:get:create:package1",
|
|
3514
|
-
"package1:get:version:create",
|
|
3515
|
-
"get:package1:version:create",
|
|
3516
|
-
"get:version:package1:create",
|
|
3517
|
-
"get:version:create:package1",
|
|
3518
|
-
"package1:get:create:version",
|
|
3519
|
-
"get:package1:create:version",
|
|
3520
|
-
"get:create:package1:version",
|
|
3521
|
-
"get:create:version:package1"
|
|
3247
|
+
"force:package1:version:list",
|
|
3248
|
+
"package1:force:version:list",
|
|
3249
|
+
"package1:version:force:list",
|
|
3250
|
+
"package1:version:list:force",
|
|
3251
|
+
"force:version:package1:list",
|
|
3252
|
+
"version:force:package1:list",
|
|
3253
|
+
"version:package1:force:list",
|
|
3254
|
+
"version:package1:list:force",
|
|
3255
|
+
"force:version:list:package1",
|
|
3256
|
+
"version:force:list:package1",
|
|
3257
|
+
"version:list:force:package1",
|
|
3258
|
+
"version:list:package1:force",
|
|
3259
|
+
"force:package1:list:version",
|
|
3260
|
+
"package1:force:list:version",
|
|
3261
|
+
"package1:list:force:version",
|
|
3262
|
+
"package1:list:version:force",
|
|
3263
|
+
"force:list:package1:version",
|
|
3264
|
+
"list:force:package1:version",
|
|
3265
|
+
"list:package1:force:version",
|
|
3266
|
+
"list:package1:version:force",
|
|
3267
|
+
"force:list:version:package1",
|
|
3268
|
+
"list:force:version:package1",
|
|
3269
|
+
"list:version:force:package1",
|
|
3270
|
+
"list:version:package1:force"
|
|
3271
|
+
],
|
|
3272
|
+
"permutations": [
|
|
3273
|
+
"package1:version:list",
|
|
3274
|
+
"version:package1:list",
|
|
3275
|
+
"version:list:package1",
|
|
3276
|
+
"package1:list:version",
|
|
3277
|
+
"list:package1:version",
|
|
3278
|
+
"list:version:package1"
|
|
3522
3279
|
]
|
|
3523
3280
|
},
|
|
3524
3281
|
"package:version:create:list": {
|
|
@@ -4036,7 +3793,250 @@
|
|
|
4036
3793
|
"report:create:package:version",
|
|
4037
3794
|
"report:create:version:package"
|
|
4038
3795
|
]
|
|
3796
|
+
},
|
|
3797
|
+
"package1:version:create:get": {
|
|
3798
|
+
"aliases": [
|
|
3799
|
+
"force:package1:version:create:get"
|
|
3800
|
+
],
|
|
3801
|
+
"args": {},
|
|
3802
|
+
"deprecateAliases": true,
|
|
3803
|
+
"examples": [
|
|
3804
|
+
"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...",
|
|
3805
|
+
"Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --request-id 0HD... --target-org myorg@example.com"
|
|
3806
|
+
],
|
|
3807
|
+
"flags": {
|
|
3808
|
+
"json": {
|
|
3809
|
+
"description": "Format output as json.",
|
|
3810
|
+
"helpGroup": "GLOBAL",
|
|
3811
|
+
"name": "json",
|
|
3812
|
+
"allowNo": false,
|
|
3813
|
+
"type": "boolean"
|
|
3814
|
+
},
|
|
3815
|
+
"flags-dir": {
|
|
3816
|
+
"helpGroup": "GLOBAL",
|
|
3817
|
+
"name": "flags-dir",
|
|
3818
|
+
"summary": "Import flag values from a directory.",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3822
|
+
},
|
|
3823
|
+
"loglevel": {
|
|
3824
|
+
"deprecated": {
|
|
3825
|
+
"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."
|
|
3826
|
+
},
|
|
3827
|
+
"hidden": true,
|
|
3828
|
+
"name": "loglevel",
|
|
3829
|
+
"hasDynamicHelp": false,
|
|
3830
|
+
"multiple": false,
|
|
3831
|
+
"type": "option"
|
|
3832
|
+
},
|
|
3833
|
+
"target-org": {
|
|
3834
|
+
"aliases": [
|
|
3835
|
+
"targetusername",
|
|
3836
|
+
"u"
|
|
3837
|
+
],
|
|
3838
|
+
"char": "o",
|
|
3839
|
+
"deprecateAliases": true,
|
|
3840
|
+
"name": "target-org",
|
|
3841
|
+
"noCacheDefault": true,
|
|
3842
|
+
"required": true,
|
|
3843
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3844
|
+
"hasDynamicHelp": true,
|
|
3845
|
+
"multiple": false,
|
|
3846
|
+
"type": "option"
|
|
3847
|
+
},
|
|
3848
|
+
"api-version": {
|
|
3849
|
+
"aliases": [
|
|
3850
|
+
"apiversion"
|
|
3851
|
+
],
|
|
3852
|
+
"deprecateAliases": true,
|
|
3853
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3854
|
+
"name": "api-version",
|
|
3855
|
+
"hasDynamicHelp": false,
|
|
3856
|
+
"multiple": false,
|
|
3857
|
+
"type": "option"
|
|
3858
|
+
},
|
|
3859
|
+
"request-id": {
|
|
3860
|
+
"aliases": [
|
|
3861
|
+
"requestid"
|
|
3862
|
+
],
|
|
3863
|
+
"char": "i",
|
|
3864
|
+
"deprecateAliases": true,
|
|
3865
|
+
"name": "request-id",
|
|
3866
|
+
"required": true,
|
|
3867
|
+
"summary": "ID of the PackageUploadRequest (starts with 0HD).",
|
|
3868
|
+
"hasDynamicHelp": false,
|
|
3869
|
+
"multiple": false,
|
|
3870
|
+
"type": "option"
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3873
|
+
"hasDynamicHelp": true,
|
|
3874
|
+
"hiddenAliases": [],
|
|
3875
|
+
"id": "package1:version:create:get",
|
|
3876
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3877
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
3878
|
+
"pluginType": "core",
|
|
3879
|
+
"strict": true,
|
|
3880
|
+
"summary": "Retrieve the status of a package version creation request.",
|
|
3881
|
+
"enableJsonFlag": true,
|
|
3882
|
+
"isESM": true,
|
|
3883
|
+
"relativePath": [
|
|
3884
|
+
"lib",
|
|
3885
|
+
"commands",
|
|
3886
|
+
"package1",
|
|
3887
|
+
"version",
|
|
3888
|
+
"create",
|
|
3889
|
+
"get.js"
|
|
3890
|
+
],
|
|
3891
|
+
"aliasPermutations": [
|
|
3892
|
+
"force:package1:version:create:get",
|
|
3893
|
+
"package1:force:version:create:get",
|
|
3894
|
+
"package1:version:force:create:get",
|
|
3895
|
+
"package1:version:create:force:get",
|
|
3896
|
+
"package1:version:create:get:force",
|
|
3897
|
+
"force:version:package1:create:get",
|
|
3898
|
+
"version:force:package1:create:get",
|
|
3899
|
+
"version:package1:force:create:get",
|
|
3900
|
+
"version:package1:create:force:get",
|
|
3901
|
+
"version:package1:create:get:force",
|
|
3902
|
+
"force:version:create:package1:get",
|
|
3903
|
+
"version:force:create:package1:get",
|
|
3904
|
+
"version:create:force:package1:get",
|
|
3905
|
+
"version:create:package1:force:get",
|
|
3906
|
+
"version:create:package1:get:force",
|
|
3907
|
+
"force:version:create:get:package1",
|
|
3908
|
+
"version:force:create:get:package1",
|
|
3909
|
+
"version:create:force:get:package1",
|
|
3910
|
+
"version:create:get:force:package1",
|
|
3911
|
+
"version:create:get:package1:force",
|
|
3912
|
+
"force:package1:create:version:get",
|
|
3913
|
+
"package1:force:create:version:get",
|
|
3914
|
+
"package1:create:force:version:get",
|
|
3915
|
+
"package1:create:version:force:get",
|
|
3916
|
+
"package1:create:version:get:force",
|
|
3917
|
+
"force:create:package1:version:get",
|
|
3918
|
+
"create:force:package1:version:get",
|
|
3919
|
+
"create:package1:force:version:get",
|
|
3920
|
+
"create:package1:version:force:get",
|
|
3921
|
+
"create:package1:version:get:force",
|
|
3922
|
+
"force:create:version:package1:get",
|
|
3923
|
+
"create:force:version:package1:get",
|
|
3924
|
+
"create:version:force:package1:get",
|
|
3925
|
+
"create:version:package1:force:get",
|
|
3926
|
+
"create:version:package1:get:force",
|
|
3927
|
+
"force:create:version:get:package1",
|
|
3928
|
+
"create:force:version:get:package1",
|
|
3929
|
+
"create:version:force:get:package1",
|
|
3930
|
+
"create:version:get:force:package1",
|
|
3931
|
+
"create:version:get:package1:force",
|
|
3932
|
+
"force:package1:create:get:version",
|
|
3933
|
+
"package1:force:create:get:version",
|
|
3934
|
+
"package1:create:force:get:version",
|
|
3935
|
+
"package1:create:get:force:version",
|
|
3936
|
+
"package1:create:get:version:force",
|
|
3937
|
+
"force:create:package1:get:version",
|
|
3938
|
+
"create:force:package1:get:version",
|
|
3939
|
+
"create:package1:force:get:version",
|
|
3940
|
+
"create:package1:get:force:version",
|
|
3941
|
+
"create:package1:get:version:force",
|
|
3942
|
+
"force:create:get:package1:version",
|
|
3943
|
+
"create:force:get:package1:version",
|
|
3944
|
+
"create:get:force:package1:version",
|
|
3945
|
+
"create:get:package1:force:version",
|
|
3946
|
+
"create:get:package1:version:force",
|
|
3947
|
+
"force:create:get:version:package1",
|
|
3948
|
+
"create:force:get:version:package1",
|
|
3949
|
+
"create:get:force:version:package1",
|
|
3950
|
+
"create:get:version:force:package1",
|
|
3951
|
+
"create:get:version:package1:force",
|
|
3952
|
+
"force:package1:version:get:create",
|
|
3953
|
+
"package1:force:version:get:create",
|
|
3954
|
+
"package1:version:force:get:create",
|
|
3955
|
+
"package1:version:get:force:create",
|
|
3956
|
+
"package1:version:get:create:force",
|
|
3957
|
+
"force:version:package1:get:create",
|
|
3958
|
+
"version:force:package1:get:create",
|
|
3959
|
+
"version:package1:force:get:create",
|
|
3960
|
+
"version:package1:get:force:create",
|
|
3961
|
+
"version:package1:get:create:force",
|
|
3962
|
+
"force:version:get:package1:create",
|
|
3963
|
+
"version:force:get:package1:create",
|
|
3964
|
+
"version:get:force:package1:create",
|
|
3965
|
+
"version:get:package1:force:create",
|
|
3966
|
+
"version:get:package1:create:force",
|
|
3967
|
+
"force:version:get:create:package1",
|
|
3968
|
+
"version:force:get:create:package1",
|
|
3969
|
+
"version:get:force:create:package1",
|
|
3970
|
+
"version:get:create:force:package1",
|
|
3971
|
+
"version:get:create:package1:force",
|
|
3972
|
+
"force:package1:get:version:create",
|
|
3973
|
+
"package1:force:get:version:create",
|
|
3974
|
+
"package1:get:force:version:create",
|
|
3975
|
+
"package1:get:version:force:create",
|
|
3976
|
+
"package1:get:version:create:force",
|
|
3977
|
+
"force:get:package1:version:create",
|
|
3978
|
+
"get:force:package1:version:create",
|
|
3979
|
+
"get:package1:force:version:create",
|
|
3980
|
+
"get:package1:version:force:create",
|
|
3981
|
+
"get:package1:version:create:force",
|
|
3982
|
+
"force:get:version:package1:create",
|
|
3983
|
+
"get:force:version:package1:create",
|
|
3984
|
+
"get:version:force:package1:create",
|
|
3985
|
+
"get:version:package1:force:create",
|
|
3986
|
+
"get:version:package1:create:force",
|
|
3987
|
+
"force:get:version:create:package1",
|
|
3988
|
+
"get:force:version:create:package1",
|
|
3989
|
+
"get:version:force:create:package1",
|
|
3990
|
+
"get:version:create:force:package1",
|
|
3991
|
+
"get:version:create:package1:force",
|
|
3992
|
+
"force:package1:get:create:version",
|
|
3993
|
+
"package1:force:get:create:version",
|
|
3994
|
+
"package1:get:force:create:version",
|
|
3995
|
+
"package1:get:create:force:version",
|
|
3996
|
+
"package1:get:create:version:force",
|
|
3997
|
+
"force:get:package1:create:version",
|
|
3998
|
+
"get:force:package1:create:version",
|
|
3999
|
+
"get:package1:force:create:version",
|
|
4000
|
+
"get:package1:create:force:version",
|
|
4001
|
+
"get:package1:create:version:force",
|
|
4002
|
+
"force:get:create:package1:version",
|
|
4003
|
+
"get:force:create:package1:version",
|
|
4004
|
+
"get:create:force:package1:version",
|
|
4005
|
+
"get:create:package1:force:version",
|
|
4006
|
+
"get:create:package1:version:force",
|
|
4007
|
+
"force:get:create:version:package1",
|
|
4008
|
+
"get:force:create:version:package1",
|
|
4009
|
+
"get:create:force:version:package1",
|
|
4010
|
+
"get:create:version:force:package1",
|
|
4011
|
+
"get:create:version:package1:force"
|
|
4012
|
+
],
|
|
4013
|
+
"permutations": [
|
|
4014
|
+
"package1:version:create:get",
|
|
4015
|
+
"version:package1:create:get",
|
|
4016
|
+
"version:create:package1:get",
|
|
4017
|
+
"version:create:get:package1",
|
|
4018
|
+
"package1:create:version:get",
|
|
4019
|
+
"create:package1:version:get",
|
|
4020
|
+
"create:version:package1:get",
|
|
4021
|
+
"create:version:get:package1",
|
|
4022
|
+
"package1:create:get:version",
|
|
4023
|
+
"create:package1:get:version",
|
|
4024
|
+
"create:get:package1:version",
|
|
4025
|
+
"create:get:version:package1",
|
|
4026
|
+
"package1:version:get:create",
|
|
4027
|
+
"version:package1:get:create",
|
|
4028
|
+
"version:get:package1:create",
|
|
4029
|
+
"version:get:create:package1",
|
|
4030
|
+
"package1:get:version:create",
|
|
4031
|
+
"get:package1:version:create",
|
|
4032
|
+
"get:version:package1:create",
|
|
4033
|
+
"get:version:create:package1",
|
|
4034
|
+
"package1:get:create:version",
|
|
4035
|
+
"get:package1:create:version",
|
|
4036
|
+
"get:create:package1:version",
|
|
4037
|
+
"get:create:version:package1"
|
|
4038
|
+
]
|
|
4039
4039
|
}
|
|
4040
4040
|
},
|
|
4041
|
-
"version": "2.4.
|
|
4041
|
+
"version": "2.4.4"
|
|
4042
4042
|
}
|