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