@salesforce/cli 2.19.5 → 2.19.7
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 +1211 -25
- package/npm-shrinkwrap.json +229 -115
- package/oclif.manifest.json +481 -2661
- package/package.json +10 -11
package/oclif.manifest.json
CHANGED
|
@@ -1145,163 +1145,91 @@
|
|
|
1145
1145
|
]
|
|
1146
1146
|
},
|
|
1147
1147
|
"dev:audit:messages": {
|
|
1148
|
-
"id": "dev:audit:messages",
|
|
1149
|
-
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1150
|
-
"strict": true,
|
|
1151
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1152
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1153
|
-
"pluginType": "jit",
|
|
1154
1148
|
"aliases": [],
|
|
1149
|
+
"args": {},
|
|
1155
1150
|
"examples": [
|
|
1156
1151
|
"Audit messages using default directories:\n<%= config.bin %> <%= command.id %>",
|
|
1157
1152
|
"Audit messages in the \"messages\" directory in the current working directory; the plugin's source directory is in \"src\":\n<%= config.bin %> <%= command.id %> --messages-dir ./messages --source-dir ./src"
|
|
1158
1153
|
],
|
|
1159
1154
|
"flags": {
|
|
1160
1155
|
"json": {
|
|
1161
|
-
"name": "json",
|
|
1162
|
-
"type": "boolean",
|
|
1163
1156
|
"description": "Format output as json.",
|
|
1164
1157
|
"helpGroup": "GLOBAL",
|
|
1165
|
-
"
|
|
1158
|
+
"name": "json",
|
|
1159
|
+
"allowNo": false,
|
|
1160
|
+
"type": "boolean"
|
|
1166
1161
|
},
|
|
1167
1162
|
"project-dir": {
|
|
1168
|
-
"
|
|
1169
|
-
|
|
1163
|
+
"aliases": [
|
|
1164
|
+
"projectdir"
|
|
1165
|
+
],
|
|
1170
1166
|
"char": "p",
|
|
1167
|
+
"name": "project-dir",
|
|
1171
1168
|
"summary": "Location of the project where messages are to be audited.",
|
|
1172
|
-
"multiple": false,
|
|
1173
1169
|
"default": ".",
|
|
1174
|
-
"
|
|
1175
|
-
|
|
1176
|
-
|
|
1170
|
+
"hasDynamicHelp": false,
|
|
1171
|
+
"multiple": false,
|
|
1172
|
+
"type": "option"
|
|
1177
1173
|
},
|
|
1178
1174
|
"messages-dir": {
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1175
|
+
"aliases": [
|
|
1176
|
+
"messagesdir"
|
|
1177
|
+
],
|
|
1181
1178
|
"char": "m",
|
|
1182
|
-
"summary": "Directory that contains the plugin's message files.",
|
|
1183
1179
|
"description": "The default is the \"messages\" directory in the current working directory.",
|
|
1184
|
-
"
|
|
1180
|
+
"name": "messages-dir",
|
|
1181
|
+
"summary": "Directory that contains the plugin's message files.",
|
|
1185
1182
|
"default": "messages",
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1188
|
-
|
|
1183
|
+
"hasDynamicHelp": false,
|
|
1184
|
+
"multiple": false,
|
|
1185
|
+
"type": "option"
|
|
1189
1186
|
},
|
|
1190
1187
|
"source-dir": {
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1188
|
+
"aliases": [
|
|
1189
|
+
"sourcedir"
|
|
1190
|
+
],
|
|
1193
1191
|
"char": "s",
|
|
1194
|
-
"summary": "Directory that contains the plugin's source code.",
|
|
1195
1192
|
"description": "The default is the \"src\" directory in the current working directory.",
|
|
1196
|
-
"
|
|
1193
|
+
"name": "source-dir",
|
|
1194
|
+
"summary": "Directory that contains the plugin's source code.",
|
|
1197
1195
|
"default": "src",
|
|
1198
|
-
"
|
|
1199
|
-
"sourcedir"
|
|
1200
|
-
]
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"args": {}
|
|
1204
|
-
},
|
|
1205
|
-
"dev:configure:repo": {
|
|
1206
|
-
"id": "dev:configure:repo",
|
|
1207
|
-
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1208
|
-
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1209
|
-
"strict": true,
|
|
1210
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1211
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1212
|
-
"pluginType": "jit",
|
|
1213
|
-
"aliases": [],
|
|
1214
|
-
"examples": [
|
|
1215
|
-
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1216
|
-
],
|
|
1217
|
-
"flags": {
|
|
1218
|
-
"json": {
|
|
1219
|
-
"name": "json",
|
|
1220
|
-
"type": "boolean",
|
|
1221
|
-
"description": "Format output as json.",
|
|
1222
|
-
"helpGroup": "GLOBAL",
|
|
1223
|
-
"allowNo": false
|
|
1224
|
-
},
|
|
1225
|
-
"repository": {
|
|
1226
|
-
"name": "repository",
|
|
1227
|
-
"type": "option",
|
|
1228
|
-
"char": "r",
|
|
1229
|
-
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1230
|
-
"required": true,
|
|
1231
|
-
"multiple": false
|
|
1232
|
-
},
|
|
1233
|
-
"dry-run": {
|
|
1234
|
-
"name": "dry-run",
|
|
1235
|
-
"type": "boolean",
|
|
1236
|
-
"char": "d",
|
|
1237
|
-
"summary": "Make no changes.",
|
|
1238
|
-
"allowNo": false,
|
|
1239
|
-
"aliases": [
|
|
1240
|
-
"dryrun"
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
|
-
"bot": {
|
|
1244
|
-
"name": "bot",
|
|
1245
|
-
"type": "option",
|
|
1246
|
-
"char": "b",
|
|
1247
|
-
"summary": "GitHub login/username for the bot.",
|
|
1196
|
+
"hasDynamicHelp": false,
|
|
1248
1197
|
"multiple": false,
|
|
1249
|
-
"
|
|
1198
|
+
"type": "option"
|
|
1250
1199
|
}
|
|
1251
1200
|
},
|
|
1252
|
-
"
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
"id": "dev:configure:secrets",
|
|
1256
|
-
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1257
|
-
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
1258
|
-
"strict": true,
|
|
1259
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1201
|
+
"hasDynamicHelp": false,
|
|
1202
|
+
"hiddenAliases": [],
|
|
1203
|
+
"id": "dev:audit:messages",
|
|
1260
1204
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1205
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1261
1206
|
"pluginType": "jit",
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
|
|
1265
|
-
|
|
1207
|
+
"strict": true,
|
|
1208
|
+
"summary": "Audit messages in a plugin's messages directory to locate unused messages and missing messages that have references in source code.",
|
|
1209
|
+
"enableJsonFlag": true,
|
|
1210
|
+
"SF_ENV": "SF_ENV",
|
|
1211
|
+
"isESM": true,
|
|
1212
|
+
"relativePath": [
|
|
1213
|
+
"lib",
|
|
1214
|
+
"commands",
|
|
1215
|
+
"dev",
|
|
1216
|
+
"audit",
|
|
1217
|
+
"messages.js"
|
|
1266
1218
|
],
|
|
1267
|
-
"
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
"name": "repository",
|
|
1277
|
-
"type": "option",
|
|
1278
|
-
"char": "r",
|
|
1279
|
-
"summary": "Github owner/repo.",
|
|
1280
|
-
"required": true,
|
|
1281
|
-
"multiple": false
|
|
1282
|
-
},
|
|
1283
|
-
"dry-run": {
|
|
1284
|
-
"name": "dry-run",
|
|
1285
|
-
"type": "boolean",
|
|
1286
|
-
"char": "d",
|
|
1287
|
-
"summary": "Make no changes.",
|
|
1288
|
-
"allowNo": false,
|
|
1289
|
-
"aliases": [
|
|
1290
|
-
"dryrun"
|
|
1291
|
-
]
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
"args": {}
|
|
1219
|
+
"aliasPermutations": [],
|
|
1220
|
+
"permutations": [
|
|
1221
|
+
"dev:audit:messages",
|
|
1222
|
+
"audit:dev:messages",
|
|
1223
|
+
"audit:messages:dev",
|
|
1224
|
+
"dev:messages:audit",
|
|
1225
|
+
"messages:dev:audit",
|
|
1226
|
+
"messages:audit:dev"
|
|
1227
|
+
]
|
|
1295
1228
|
},
|
|
1296
1229
|
"dev:convert:messages": {
|
|
1297
|
-
"id": "dev:convert:messages",
|
|
1298
|
-
"summary": "Convert a .json messages file into Markdown.",
|
|
1299
|
-
"description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
|
|
1300
|
-
"strict": true,
|
|
1301
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1302
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1303
|
-
"pluginType": "jit",
|
|
1304
1230
|
"aliases": [],
|
|
1231
|
+
"args": {},
|
|
1232
|
+
"description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
|
|
1305
1233
|
"examples": [
|
|
1306
1234
|
"Convert the my-command.json message file into my-command.md with the standard messages headers:\n<%= config.bin %> <%= command.id %> --filename my-command.json",
|
|
1307
1235
|
"Similar to previous example, but specify the plugin project directory:",
|
|
@@ -1309,260 +1237,534 @@
|
|
|
1309
1237
|
],
|
|
1310
1238
|
"flags": {
|
|
1311
1239
|
"json": {
|
|
1312
|
-
"name": "json",
|
|
1313
|
-
"type": "boolean",
|
|
1314
1240
|
"description": "Format output as json.",
|
|
1315
1241
|
"helpGroup": "GLOBAL",
|
|
1316
|
-
"
|
|
1242
|
+
"name": "json",
|
|
1243
|
+
"allowNo": false,
|
|
1244
|
+
"type": "boolean"
|
|
1317
1245
|
},
|
|
1318
1246
|
"project-dir": {
|
|
1319
|
-
"
|
|
1320
|
-
|
|
1247
|
+
"aliases": [
|
|
1248
|
+
"projectdir"
|
|
1249
|
+
],
|
|
1321
1250
|
"char": "p",
|
|
1251
|
+
"name": "project-dir",
|
|
1322
1252
|
"summary": "Location of the project whose messages are to be converted.",
|
|
1323
|
-
"multiple": false,
|
|
1324
1253
|
"default": ".",
|
|
1325
|
-
"
|
|
1326
|
-
|
|
1327
|
-
|
|
1254
|
+
"hasDynamicHelp": false,
|
|
1255
|
+
"multiple": false,
|
|
1256
|
+
"type": "option"
|
|
1328
1257
|
},
|
|
1329
1258
|
"file-name": {
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1259
|
+
"aliases": [
|
|
1260
|
+
"filename"
|
|
1261
|
+
],
|
|
1332
1262
|
"char": "f",
|
|
1333
|
-
"
|
|
1263
|
+
"name": "file-name",
|
|
1334
1264
|
"required": true,
|
|
1265
|
+
"summary": "Filename to convert.",
|
|
1266
|
+
"hasDynamicHelp": false,
|
|
1335
1267
|
"multiple": true,
|
|
1336
|
-
"
|
|
1337
|
-
"filename"
|
|
1338
|
-
]
|
|
1268
|
+
"type": "option"
|
|
1339
1269
|
}
|
|
1340
1270
|
},
|
|
1341
|
-
"
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
"id": "dev:convert:script",
|
|
1345
|
-
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1346
|
-
"description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
|
|
1347
|
-
"strict": true,
|
|
1348
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1271
|
+
"hasDynamicHelp": false,
|
|
1272
|
+
"hiddenAliases": [],
|
|
1273
|
+
"id": "dev:convert:messages",
|
|
1349
1274
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1275
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1350
1276
|
"pluginType": "jit",
|
|
1277
|
+
"strict": true,
|
|
1278
|
+
"summary": "Convert a .json messages file into Markdown.",
|
|
1279
|
+
"enableJsonFlag": true,
|
|
1280
|
+
"SF_ENV": "SF_ENV",
|
|
1281
|
+
"isESM": true,
|
|
1282
|
+
"relativePath": [
|
|
1283
|
+
"lib",
|
|
1284
|
+
"commands",
|
|
1285
|
+
"dev",
|
|
1286
|
+
"convert",
|
|
1287
|
+
"messages.js"
|
|
1288
|
+
],
|
|
1289
|
+
"aliasPermutations": [],
|
|
1290
|
+
"permutations": [
|
|
1291
|
+
"dev:convert:messages",
|
|
1292
|
+
"convert:dev:messages",
|
|
1293
|
+
"convert:messages:dev",
|
|
1294
|
+
"dev:messages:convert",
|
|
1295
|
+
"messages:dev:convert",
|
|
1296
|
+
"messages:convert:dev"
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
"dev:convert:script": {
|
|
1351
1300
|
"aliases": [],
|
|
1301
|
+
"args": {},
|
|
1302
|
+
"description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
|
|
1352
1303
|
"examples": [
|
|
1353
1304
|
"Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
|
|
1354
1305
|
],
|
|
1355
1306
|
"flags": {
|
|
1356
1307
|
"json": {
|
|
1357
|
-
"name": "json",
|
|
1358
|
-
"type": "boolean",
|
|
1359
1308
|
"description": "Format output as json.",
|
|
1360
1309
|
"helpGroup": "GLOBAL",
|
|
1361
|
-
"
|
|
1310
|
+
"name": "json",
|
|
1311
|
+
"allowNo": false,
|
|
1312
|
+
"type": "boolean"
|
|
1362
1313
|
},
|
|
1363
1314
|
"script": {
|
|
1364
|
-
"name": "script",
|
|
1365
|
-
"type": "option",
|
|
1366
1315
|
"char": "s",
|
|
1367
|
-
"
|
|
1316
|
+
"name": "script",
|
|
1368
1317
|
"required": true,
|
|
1369
|
-
"
|
|
1318
|
+
"summary": "Filepath to the script you want to convert.",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1370
1322
|
},
|
|
1371
1323
|
"no-prompt": {
|
|
1324
|
+
"hidden": true,
|
|
1372
1325
|
"name": "no-prompt",
|
|
1373
|
-
"type": "boolean",
|
|
1374
1326
|
"summary": "Don't prompt for suggested replacements.",
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1327
|
+
"allowNo": false,
|
|
1328
|
+
"type": "boolean"
|
|
1377
1329
|
}
|
|
1378
1330
|
},
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThe command generates basic source files, messages (\\*.md), and test files for your new command. The Typescript files contain import statements for the minimum required Salesforce libraries, and scaffold some basic code. The new type names come from the value you passed to the --name flag.\n\nThe command updates the package.json file, so if it detects conflicts with the existing file, you're prompted whether you want to overwrite the file. There are a number of package.json updates required for a new command, so we recommend you answer \"y\" so the command takes care of them all. If you answer \"n\", you must update the package.json file manually.",
|
|
1385
|
-
"strict": true,
|
|
1386
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1387
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1331
|
+
"hasDynamicHelp": false,
|
|
1332
|
+
"hiddenAliases": [],
|
|
1333
|
+
"id": "dev:convert:script",
|
|
1334
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1335
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1388
1336
|
"pluginType": "jit",
|
|
1337
|
+
"strict": true,
|
|
1338
|
+
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1339
|
+
"enableJsonFlag": true,
|
|
1340
|
+
"SF_ENV": "SF_ENV",
|
|
1341
|
+
"isESM": true,
|
|
1342
|
+
"relativePath": [
|
|
1343
|
+
"lib",
|
|
1344
|
+
"commands",
|
|
1345
|
+
"dev",
|
|
1346
|
+
"convert",
|
|
1347
|
+
"script.js"
|
|
1348
|
+
],
|
|
1349
|
+
"aliasPermutations": [],
|
|
1350
|
+
"permutations": [
|
|
1351
|
+
"dev:convert:script",
|
|
1352
|
+
"convert:dev:script",
|
|
1353
|
+
"convert:script:dev",
|
|
1354
|
+
"dev:script:convert",
|
|
1355
|
+
"script:dev:convert",
|
|
1356
|
+
"script:convert:dev"
|
|
1357
|
+
]
|
|
1358
|
+
},
|
|
1359
|
+
"dev:generate:command": {
|
|
1389
1360
|
"aliases": [],
|
|
1361
|
+
"args": {},
|
|
1362
|
+
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThe command generates basic source files, messages (\\*.md), and test files for your new command. The Typescript files contain import statements for the minimum required Salesforce libraries, and scaffold some basic code. The new type names come from the value you passed to the --name flag.\n\nThe command updates the package.json file, so if it detects conflicts with the existing file, you're prompted whether you want to overwrite the file. There are a number of package.json updates required for a new command, so we recommend you answer \"y\" so the command takes care of them all. If you answer \"n\", you must update the package.json file manually.",
|
|
1390
1363
|
"examples": [
|
|
1391
1364
|
"Generate the files for a new \"sf my exciting command\":\n<%= config.bin %> <%= command.id %> --name my:exciting:command"
|
|
1392
1365
|
],
|
|
1393
1366
|
"flags": {
|
|
1394
1367
|
"name": {
|
|
1395
|
-
"name": "name",
|
|
1396
|
-
"type": "option",
|
|
1397
1368
|
"char": "n",
|
|
1398
|
-
"
|
|
1369
|
+
"name": "name",
|
|
1399
1370
|
"required": true,
|
|
1400
|
-
"
|
|
1371
|
+
"summary": "Name of the new command. Use colons to separate the topic and command names.",
|
|
1372
|
+
"hasDynamicHelp": false,
|
|
1373
|
+
"multiple": false,
|
|
1374
|
+
"type": "option"
|
|
1401
1375
|
},
|
|
1402
1376
|
"force": {
|
|
1403
1377
|
"name": "force",
|
|
1404
|
-
"type": "boolean",
|
|
1405
1378
|
"summary": "Overwrite existing files.",
|
|
1406
|
-
"allowNo": false
|
|
1379
|
+
"allowNo": false,
|
|
1380
|
+
"type": "boolean"
|
|
1407
1381
|
},
|
|
1408
1382
|
"nuts": {
|
|
1409
1383
|
"name": "nuts",
|
|
1410
|
-
"type": "boolean",
|
|
1411
1384
|
"summary": "Generate a NUT test file for the command.",
|
|
1412
|
-
"allowNo": true
|
|
1385
|
+
"allowNo": true,
|
|
1386
|
+
"type": "boolean"
|
|
1413
1387
|
},
|
|
1414
1388
|
"unit": {
|
|
1415
1389
|
"name": "unit",
|
|
1416
|
-
"type": "boolean",
|
|
1417
1390
|
"summary": "Generate a unit test file for the command.",
|
|
1418
|
-
"allowNo": true
|
|
1391
|
+
"allowNo": true,
|
|
1392
|
+
"type": "boolean"
|
|
1419
1393
|
}
|
|
1420
1394
|
},
|
|
1421
|
-
"
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
"id": "dev:generate:flag",
|
|
1425
|
-
"summary": "Generate a flag for an existing command.",
|
|
1426
|
-
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually udpating it.",
|
|
1427
|
-
"strict": true,
|
|
1428
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1395
|
+
"hasDynamicHelp": false,
|
|
1396
|
+
"hiddenAliases": [],
|
|
1397
|
+
"id": "dev:generate:command",
|
|
1429
1398
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1399
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1430
1400
|
"pluginType": "jit",
|
|
1401
|
+
"strict": true,
|
|
1402
|
+
"summary": "Generate a new sf command.",
|
|
1403
|
+
"enableJsonFlag": false,
|
|
1404
|
+
"SF_ENV": "SF_ENV",
|
|
1405
|
+
"isESM": true,
|
|
1406
|
+
"relativePath": [
|
|
1407
|
+
"lib",
|
|
1408
|
+
"commands",
|
|
1409
|
+
"dev",
|
|
1410
|
+
"generate",
|
|
1411
|
+
"command.js"
|
|
1412
|
+
],
|
|
1413
|
+
"aliasPermutations": [],
|
|
1414
|
+
"permutations": [
|
|
1415
|
+
"dev:generate:command",
|
|
1416
|
+
"generate:dev:command",
|
|
1417
|
+
"generate:command:dev",
|
|
1418
|
+
"dev:command:generate",
|
|
1419
|
+
"command:dev:generate",
|
|
1420
|
+
"command:generate:dev"
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1423
|
+
"dev:generate:flag": {
|
|
1431
1424
|
"aliases": [],
|
|
1425
|
+
"args": {},
|
|
1426
|
+
"description": "You must run this command from within a plugin directory, such as the directory created with the \"sf dev generate plugin\" command.\n\nThis command is interactive. It first discovers all the commands currently implemented in the plugin, and asks you which you want to create a new flag for. It then prompts for other flag properties, such as its long name, optional short name, type, whether it's required, and so on. Long flag names must be kebab-case and not camelCase. The command doesn't let you use an existing long or short flag name. When the command completes, the Typescript file for the command is updated with the code for the new flag.\n\nUse the --dry-run flag to review new code for the command file without actually udpating it.",
|
|
1432
1427
|
"examples": [
|
|
1433
1428
|
"Generate a new flag and update the command file:\n<%= config.bin %> <%= command.id %>",
|
|
1434
1429
|
"Don't actually update the command file, just view the generated code:\n<%= config.bin %> <%= command.id %> --dry-run"
|
|
1435
1430
|
],
|
|
1436
1431
|
"flags": {
|
|
1437
1432
|
"dry-run": {
|
|
1438
|
-
"
|
|
1439
|
-
|
|
1433
|
+
"aliases": [
|
|
1434
|
+
"dryrun"
|
|
1435
|
+
],
|
|
1440
1436
|
"char": "d",
|
|
1437
|
+
"name": "dry-run",
|
|
1441
1438
|
"summary": "Print new flag code instead of adding it to the command file.",
|
|
1442
1439
|
"allowNo": false,
|
|
1443
|
-
"
|
|
1444
|
-
"dryrun"
|
|
1445
|
-
]
|
|
1440
|
+
"type": "boolean"
|
|
1446
1441
|
}
|
|
1447
1442
|
},
|
|
1448
|
-
"
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
"id": "dev:generate:library",
|
|
1452
|
-
"summary": "Generate a new library.",
|
|
1453
|
-
"description": "This command is interactive. You're prompted for information to populate the new library, such as the npm scope (which must start with \"@\"), the name and description of the library, and its GitHub organization. The command clones the 'forcedotcom/library-template' GitHub repository, installs the library's npm package dependencies using yarn install, and updates the package properties.\n\nWhen the command completes, your new library contains a few sample source and test files to get you started.",
|
|
1454
|
-
"strict": true,
|
|
1455
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1443
|
+
"hasDynamicHelp": false,
|
|
1444
|
+
"hiddenAliases": [],
|
|
1445
|
+
"id": "dev:generate:flag",
|
|
1456
1446
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1447
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1457
1448
|
"pluginType": "jit",
|
|
1449
|
+
"strict": true,
|
|
1450
|
+
"summary": "Generate a flag for an existing command.",
|
|
1451
|
+
"enableJsonFlag": false,
|
|
1452
|
+
"SF_ENV": "SF_ENV",
|
|
1453
|
+
"isESM": true,
|
|
1454
|
+
"relativePath": [
|
|
1455
|
+
"lib",
|
|
1456
|
+
"commands",
|
|
1457
|
+
"dev",
|
|
1458
|
+
"generate",
|
|
1459
|
+
"flag.js"
|
|
1460
|
+
],
|
|
1461
|
+
"aliasPermutations": [],
|
|
1462
|
+
"permutations": [
|
|
1463
|
+
"dev:generate:flag",
|
|
1464
|
+
"generate:dev:flag",
|
|
1465
|
+
"generate:flag:dev",
|
|
1466
|
+
"dev:flag:generate",
|
|
1467
|
+
"flag:dev:generate",
|
|
1468
|
+
"flag:generate:dev"
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
"dev:generate:library": {
|
|
1458
1472
|
"aliases": [],
|
|
1473
|
+
"args": {},
|
|
1474
|
+
"description": "This command is interactive. You're prompted for information to populate the new library, such as the npm scope (which must start with \"@\"), the name and description of the library, and its GitHub organization. The command clones the 'forcedotcom/library-template' GitHub repository, installs the library's npm package dependencies using yarn install, and updates the package properties.\n\nWhen the command completes, your new library contains a few sample source and test files to get you started.",
|
|
1459
1475
|
"examples": [
|
|
1460
1476
|
"<%= config.bin %> <%= command.id %>"
|
|
1461
1477
|
],
|
|
1462
1478
|
"flags": {},
|
|
1463
|
-
"
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
"id": "dev:generate:plugin",
|
|
1467
|
-
"summary": "Generate a new sf plugin.",
|
|
1468
|
-
"description": "This command is interactive. You're prompted for information to populate your new plugin, such as its name, description, author, and percentage of code coverage you want. The command clones the 'salesforcecli/plugin-template-sf' GitHub repository, installs the plug-in's npm package dependencies using yarn install, and updates the package properties.\n\nWhen the command completes, your new plugin contains the source, message, and test files for a sample \"sf hello world\" command.",
|
|
1469
|
-
"strict": true,
|
|
1470
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1479
|
+
"hasDynamicHelp": false,
|
|
1480
|
+
"hiddenAliases": [],
|
|
1481
|
+
"id": "dev:generate:library",
|
|
1471
1482
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1483
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1472
1484
|
"pluginType": "jit",
|
|
1485
|
+
"strict": true,
|
|
1486
|
+
"summary": "Generate a new library.",
|
|
1487
|
+
"enableJsonFlag": false,
|
|
1488
|
+
"SF_ENV": "SF_ENV",
|
|
1489
|
+
"isESM": true,
|
|
1490
|
+
"relativePath": [
|
|
1491
|
+
"lib",
|
|
1492
|
+
"commands",
|
|
1493
|
+
"dev",
|
|
1494
|
+
"generate",
|
|
1495
|
+
"library.js"
|
|
1496
|
+
],
|
|
1497
|
+
"aliasPermutations": [],
|
|
1498
|
+
"permutations": [
|
|
1499
|
+
"dev:generate:library",
|
|
1500
|
+
"generate:dev:library",
|
|
1501
|
+
"generate:library:dev",
|
|
1502
|
+
"dev:library:generate",
|
|
1503
|
+
"library:dev:generate",
|
|
1504
|
+
"library:generate:dev"
|
|
1505
|
+
]
|
|
1506
|
+
},
|
|
1507
|
+
"dev:generate:plugin": {
|
|
1473
1508
|
"aliases": [
|
|
1474
1509
|
"plugins:generate"
|
|
1475
1510
|
],
|
|
1511
|
+
"args": {},
|
|
1512
|
+
"deprecateAliases": true,
|
|
1513
|
+
"description": "This command is interactive. You're prompted for information to populate your new plugin, such as its name, description, author, and percentage of code coverage you want. The command clones the 'salesforcecli/plugin-template-sf' GitHub repository, installs the plug-in's npm package dependencies using yarn install, and updates the package properties.\n\nWhen the command completes, your new plugin contains the source, message, and test files for a sample \"sf hello world\" command.",
|
|
1476
1514
|
"examples": [
|
|
1477
1515
|
"<%= config.bin %> <%= command.id %>"
|
|
1478
1516
|
],
|
|
1479
|
-
"deprecateAliases": true,
|
|
1480
1517
|
"flags": {},
|
|
1481
|
-
"
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
"description": "Before you run this command, first create a validated deployment with the \"sf project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
|
|
1487
|
-
"strict": true,
|
|
1488
|
-
"pluginName": "@salesforce/plugin-devops-center",
|
|
1489
|
-
"pluginAlias": "@salesforce/plugin-devops-center",
|
|
1518
|
+
"hasDynamicHelp": false,
|
|
1519
|
+
"hiddenAliases": [],
|
|
1520
|
+
"id": "dev:generate:plugin",
|
|
1521
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1522
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1490
1523
|
"pluginType": "jit",
|
|
1491
|
-
"
|
|
1524
|
+
"strict": true,
|
|
1525
|
+
"summary": "Generate a new sf plugin.",
|
|
1526
|
+
"enableJsonFlag": false,
|
|
1527
|
+
"SF_ENV": "SF_ENV",
|
|
1528
|
+
"isESM": true,
|
|
1529
|
+
"relativePath": [
|
|
1530
|
+
"lib",
|
|
1531
|
+
"commands",
|
|
1532
|
+
"dev",
|
|
1533
|
+
"generate",
|
|
1534
|
+
"plugin.js"
|
|
1535
|
+
],
|
|
1536
|
+
"aliasPermutations": [
|
|
1537
|
+
"plugins:generate",
|
|
1538
|
+
"generate:plugins"
|
|
1539
|
+
],
|
|
1540
|
+
"permutations": [
|
|
1541
|
+
"dev:generate:plugin",
|
|
1542
|
+
"generate:dev:plugin",
|
|
1543
|
+
"generate:plugin:dev",
|
|
1544
|
+
"dev:plugin:generate",
|
|
1545
|
+
"plugin:dev:generate",
|
|
1546
|
+
"plugin:generate:dev"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
"dev:configure:repo": {
|
|
1492
1550
|
"aliases": [],
|
|
1551
|
+
"args": {},
|
|
1552
|
+
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1493
1553
|
"examples": [
|
|
1494
|
-
"
|
|
1495
|
-
"Asynchronously run a quick deploy of the most recently validated deployment using an org with alias \"my-prod-org\":\n<%= config.bin %> <%= command.id %> --async --use-most-recent --devops-center-username my-prod-org"
|
|
1554
|
+
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1496
1555
|
],
|
|
1497
1556
|
"flags": {
|
|
1498
1557
|
"json": {
|
|
1499
|
-
"name": "json",
|
|
1500
|
-
"type": "boolean",
|
|
1501
1558
|
"description": "Format output as json.",
|
|
1502
1559
|
"helpGroup": "GLOBAL",
|
|
1503
|
-
"
|
|
1504
|
-
},
|
|
1505
|
-
"async": {
|
|
1506
|
-
"name": "async",
|
|
1507
|
-
"type": "boolean",
|
|
1508
|
-
"summary": "Run the command asynchronously.",
|
|
1509
|
-
"description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
|
|
1510
|
-
"allowNo": false
|
|
1511
|
-
},
|
|
1512
|
-
"concise": {
|
|
1513
|
-
"name": "concise",
|
|
1514
|
-
"type": "boolean",
|
|
1515
|
-
"summary": "Show concise output of the command result.",
|
|
1560
|
+
"name": "json",
|
|
1516
1561
|
"allowNo": false,
|
|
1517
|
-
"
|
|
1518
|
-
"verbose"
|
|
1519
|
-
]
|
|
1520
|
-
},
|
|
1521
|
-
"verbose": {
|
|
1522
|
-
"name": "verbose",
|
|
1523
|
-
"type": "boolean",
|
|
1524
|
-
"summary": "Show verbose output of the command result.",
|
|
1525
|
-
"allowNo": false
|
|
1526
|
-
},
|
|
1527
|
-
"wait": {
|
|
1528
|
-
"name": "wait",
|
|
1529
|
-
"type": "option",
|
|
1530
|
-
"char": "w",
|
|
1531
|
-
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
1532
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
|
|
1533
|
-
"helpValue": "<minutes>",
|
|
1534
|
-
"multiple": false,
|
|
1535
|
-
"exclusive": [
|
|
1536
|
-
"async"
|
|
1537
|
-
],
|
|
1538
|
-
"default": {
|
|
1539
|
-
"quantity": 33,
|
|
1540
|
-
"unit": 0
|
|
1541
|
-
}
|
|
1562
|
+
"type": "boolean"
|
|
1542
1563
|
},
|
|
1543
|
-
"
|
|
1544
|
-
"
|
|
1545
|
-
"
|
|
1546
|
-
"char": "c",
|
|
1547
|
-
"summary": "Username or alias of the DevOps Center org.",
|
|
1564
|
+
"repository": {
|
|
1565
|
+
"char": "r",
|
|
1566
|
+
"name": "repository",
|
|
1548
1567
|
"required": true,
|
|
1549
|
-
"
|
|
1568
|
+
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1569
|
+
"hasDynamicHelp": false,
|
|
1570
|
+
"multiple": false,
|
|
1571
|
+
"type": "option"
|
|
1550
1572
|
},
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1573
|
+
"dry-run": {
|
|
1574
|
+
"aliases": [
|
|
1575
|
+
"dryrun"
|
|
1576
|
+
],
|
|
1577
|
+
"char": "d",
|
|
1578
|
+
"name": "dry-run",
|
|
1579
|
+
"summary": "Make no changes.",
|
|
1580
|
+
"allowNo": false,
|
|
1581
|
+
"type": "boolean"
|
|
1558
1582
|
},
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"
|
|
1583
|
+
"bot": {
|
|
1584
|
+
"char": "b",
|
|
1585
|
+
"name": "bot",
|
|
1586
|
+
"summary": "GitHub login/username for the bot.",
|
|
1587
|
+
"default": "SF-CLI-BOT",
|
|
1588
|
+
"hasDynamicHelp": false,
|
|
1589
|
+
"multiple": false,
|
|
1590
|
+
"type": "option"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"hasDynamicHelp": false,
|
|
1594
|
+
"hiddenAliases": [],
|
|
1595
|
+
"id": "dev:configure:repo",
|
|
1596
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1597
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1598
|
+
"pluginType": "jit",
|
|
1599
|
+
"strict": true,
|
|
1600
|
+
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1601
|
+
"enableJsonFlag": true,
|
|
1602
|
+
"SF_ENV": "SF_ENV",
|
|
1603
|
+
"isESM": true,
|
|
1604
|
+
"relativePath": [
|
|
1605
|
+
"lib",
|
|
1606
|
+
"commands",
|
|
1607
|
+
"dev",
|
|
1608
|
+
"configure",
|
|
1609
|
+
"repo.js"
|
|
1610
|
+
],
|
|
1611
|
+
"aliasPermutations": [],
|
|
1612
|
+
"permutations": [
|
|
1613
|
+
"dev:configure:repo",
|
|
1614
|
+
"configure:dev:repo",
|
|
1615
|
+
"configure:repo:dev",
|
|
1616
|
+
"dev:repo:configure",
|
|
1617
|
+
"repo:dev:configure",
|
|
1618
|
+
"repo:configure:dev"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"dev:configure:secrets": {
|
|
1622
|
+
"aliases": [],
|
|
1623
|
+
"args": {},
|
|
1624
|
+
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
1625
|
+
"examples": [
|
|
1626
|
+
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
1627
|
+
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1628
|
+
],
|
|
1629
|
+
"flags": {
|
|
1630
|
+
"json": {
|
|
1631
|
+
"description": "Format output as json.",
|
|
1632
|
+
"helpGroup": "GLOBAL",
|
|
1633
|
+
"name": "json",
|
|
1634
|
+
"allowNo": false,
|
|
1635
|
+
"type": "boolean"
|
|
1636
|
+
},
|
|
1637
|
+
"repository": {
|
|
1638
|
+
"char": "r",
|
|
1639
|
+
"name": "repository",
|
|
1640
|
+
"required": true,
|
|
1641
|
+
"summary": "Github owner/repo.",
|
|
1642
|
+
"hasDynamicHelp": false,
|
|
1643
|
+
"multiple": false,
|
|
1644
|
+
"type": "option"
|
|
1645
|
+
},
|
|
1646
|
+
"dry-run": {
|
|
1647
|
+
"aliases": [
|
|
1648
|
+
"dryrun"
|
|
1649
|
+
],
|
|
1650
|
+
"char": "d",
|
|
1651
|
+
"name": "dry-run",
|
|
1652
|
+
"summary": "Make no changes.",
|
|
1653
|
+
"allowNo": false,
|
|
1654
|
+
"type": "boolean"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"hasDynamicHelp": false,
|
|
1658
|
+
"hiddenAliases": [],
|
|
1659
|
+
"id": "dev:configure:secrets",
|
|
1660
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1661
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1662
|
+
"pluginType": "jit",
|
|
1663
|
+
"strict": true,
|
|
1664
|
+
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1665
|
+
"enableJsonFlag": true,
|
|
1666
|
+
"SF_ENV": "SF_ENV",
|
|
1667
|
+
"isESM": true,
|
|
1668
|
+
"relativePath": [
|
|
1669
|
+
"lib",
|
|
1670
|
+
"commands",
|
|
1671
|
+
"dev",
|
|
1672
|
+
"configure",
|
|
1673
|
+
"secrets.js"
|
|
1674
|
+
],
|
|
1675
|
+
"aliasPermutations": [],
|
|
1676
|
+
"permutations": [
|
|
1677
|
+
"dev:configure:secrets",
|
|
1678
|
+
"configure:dev:secrets",
|
|
1679
|
+
"configure:secrets:dev",
|
|
1680
|
+
"dev:secrets:configure",
|
|
1681
|
+
"secrets:dev:configure",
|
|
1682
|
+
"secrets:configure:dev"
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
"project:deploy:pipeline:quick": {
|
|
1686
|
+
"id": "project:deploy:pipeline:quick",
|
|
1687
|
+
"summary": "Quickly deploy a validated deployment to an org.",
|
|
1688
|
+
"description": "Before you run this command, first create a validated deployment with the \"sf project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
|
|
1689
|
+
"strict": true,
|
|
1690
|
+
"pluginName": "@salesforce/plugin-devops-center",
|
|
1691
|
+
"pluginAlias": "@salesforce/plugin-devops-center",
|
|
1692
|
+
"pluginType": "jit",
|
|
1693
|
+
"state": "beta",
|
|
1694
|
+
"aliases": [],
|
|
1695
|
+
"examples": [
|
|
1696
|
+
"Run a quick deploy using your default Devops Center org and a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
1697
|
+
"Asynchronously run a quick deploy of the most recently validated deployment using an org with alias \"my-prod-org\":\n<%= config.bin %> <%= command.id %> --async --use-most-recent --devops-center-username my-prod-org"
|
|
1698
|
+
],
|
|
1699
|
+
"flags": {
|
|
1700
|
+
"json": {
|
|
1701
|
+
"name": "json",
|
|
1702
|
+
"type": "boolean",
|
|
1703
|
+
"description": "Format output as json.",
|
|
1704
|
+
"helpGroup": "GLOBAL",
|
|
1705
|
+
"allowNo": false
|
|
1706
|
+
},
|
|
1707
|
+
"async": {
|
|
1708
|
+
"name": "async",
|
|
1709
|
+
"type": "boolean",
|
|
1710
|
+
"summary": "Run the command asynchronously.",
|
|
1711
|
+
"description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
|
|
1712
|
+
"allowNo": false
|
|
1713
|
+
},
|
|
1714
|
+
"concise": {
|
|
1715
|
+
"name": "concise",
|
|
1716
|
+
"type": "boolean",
|
|
1717
|
+
"summary": "Show concise output of the command result.",
|
|
1718
|
+
"allowNo": false,
|
|
1719
|
+
"exclusive": [
|
|
1720
|
+
"verbose"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
"verbose": {
|
|
1724
|
+
"name": "verbose",
|
|
1725
|
+
"type": "boolean",
|
|
1726
|
+
"summary": "Show verbose output of the command result.",
|
|
1727
|
+
"allowNo": false
|
|
1728
|
+
},
|
|
1729
|
+
"wait": {
|
|
1730
|
+
"name": "wait",
|
|
1731
|
+
"type": "option",
|
|
1732
|
+
"char": "w",
|
|
1733
|
+
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
1734
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report\".",
|
|
1735
|
+
"helpValue": "<minutes>",
|
|
1736
|
+
"multiple": false,
|
|
1737
|
+
"exclusive": [
|
|
1738
|
+
"async"
|
|
1739
|
+
],
|
|
1740
|
+
"default": {
|
|
1741
|
+
"quantity": 33,
|
|
1742
|
+
"unit": 0
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
"devops-center-username": {
|
|
1746
|
+
"name": "devops-center-username",
|
|
1747
|
+
"type": "option",
|
|
1748
|
+
"char": "c",
|
|
1749
|
+
"summary": "Username or alias of the DevOps Center org.",
|
|
1750
|
+
"required": true,
|
|
1751
|
+
"multiple": false
|
|
1752
|
+
},
|
|
1753
|
+
"job-id": {
|
|
1754
|
+
"name": "job-id",
|
|
1755
|
+
"type": "option",
|
|
1756
|
+
"char": "i",
|
|
1757
|
+
"summary": "Job ID of the validated deployment to quick deploy.",
|
|
1758
|
+
"description": "The job ID is valid for 10 days from when you started the validation.",
|
|
1759
|
+
"multiple": false
|
|
1760
|
+
},
|
|
1761
|
+
"use-most-recent": {
|
|
1762
|
+
"name": "use-most-recent",
|
|
1763
|
+
"type": "boolean",
|
|
1764
|
+
"char": "r",
|
|
1765
|
+
"summary": "Use the job ID of the most recently validated deployment.",
|
|
1766
|
+
"description": "For performance reasons, this flag uses only job IDs that were validated in the past 3 days or less. If your most recent deployment validation was more than 3 days ago, this flag won't find the job ID.",
|
|
1767
|
+
"allowNo": false
|
|
1566
1768
|
}
|
|
1567
1769
|
},
|
|
1568
1770
|
"args": {},
|
|
@@ -3208,2388 +3410,6 @@
|
|
|
3208
3410
|
},
|
|
3209
3411
|
"args": {}
|
|
3210
3412
|
},
|
|
3211
|
-
"package:convert": {
|
|
3212
|
-
"id": "package:convert",
|
|
3213
|
-
"summary": "Create a second-generation package version from a first-generation package.",
|
|
3214
|
-
"description": "The package convert creates a new package in the Dev Hub if one does not already exist for the specified first-generation package.\n\nIt then creates a new package version in the Dev Hub with contents based on the specified first-generation package.\n\nThe latest released non-patch package version from the specified first-generation package will be converted.\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 specifying the --installation-key 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\".",
|
|
3215
|
-
"strict": true,
|
|
3216
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3217
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3218
|
-
"pluginType": "jit",
|
|
3219
|
-
"hidden": true,
|
|
3220
|
-
"aliases": [
|
|
3221
|
-
"force:package:convert"
|
|
3222
|
-
],
|
|
3223
|
-
"examples": [
|
|
3224
|
-
"Create a second-generation package version from the first-generation package with the specified ID and give it the installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123",
|
|
3225
|
-
"Similar to previous example, but uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-dev-hub devhuborg@example.com"
|
|
3226
|
-
],
|
|
3227
|
-
"deprecateAliases": true,
|
|
3228
|
-
"flags": {
|
|
3229
|
-
"loglevel": {
|
|
3230
|
-
"name": "loglevel",
|
|
3231
|
-
"type": "option",
|
|
3232
|
-
"hidden": true,
|
|
3233
|
-
"multiple": false,
|
|
3234
|
-
"deprecated": {
|
|
3235
|
-
"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."
|
|
3236
|
-
},
|
|
3237
|
-
"deprecateAliases": true
|
|
3238
|
-
},
|
|
3239
|
-
"target-dev-hub": {
|
|
3240
|
-
"name": "target-dev-hub",
|
|
3241
|
-
"type": "option",
|
|
3242
|
-
"char": "v",
|
|
3243
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3244
|
-
"required": true,
|
|
3245
|
-
"multiple": false,
|
|
3246
|
-
"deprecateAliases": true,
|
|
3247
|
-
"aliases": [
|
|
3248
|
-
"targetdevhubusername",
|
|
3249
|
-
"target-hub-org"
|
|
3250
|
-
]
|
|
3251
|
-
},
|
|
3252
|
-
"api-version": {
|
|
3253
|
-
"name": "api-version",
|
|
3254
|
-
"type": "option",
|
|
3255
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3256
|
-
"multiple": false,
|
|
3257
|
-
"deprecateAliases": true,
|
|
3258
|
-
"aliases": [
|
|
3259
|
-
"apiversion"
|
|
3260
|
-
]
|
|
3261
|
-
},
|
|
3262
|
-
"package": {
|
|
3263
|
-
"name": "package",
|
|
3264
|
-
"type": "option",
|
|
3265
|
-
"char": "p",
|
|
3266
|
-
"summary": "ID (starts with 033) of the first-generation package to convert.",
|
|
3267
|
-
"required": true,
|
|
3268
|
-
"multiple": false,
|
|
3269
|
-
"deprecateAliases": true
|
|
3270
|
-
},
|
|
3271
|
-
"installation-key": {
|
|
3272
|
-
"name": "installation-key",
|
|
3273
|
-
"type": "option",
|
|
3274
|
-
"char": "k",
|
|
3275
|
-
"summary": "Installation key for key-protected package.",
|
|
3276
|
-
"description": "Either an --installation-key value or the --installation-key-bypass flag is required.",
|
|
3277
|
-
"multiple": false,
|
|
3278
|
-
"deprecateAliases": true,
|
|
3279
|
-
"aliases": [
|
|
3280
|
-
"installationkey"
|
|
3281
|
-
]
|
|
3282
|
-
},
|
|
3283
|
-
"definition-file": {
|
|
3284
|
-
"name": "definition-file",
|
|
3285
|
-
"type": "option",
|
|
3286
|
-
"char": "f",
|
|
3287
|
-
"summary": "Path to a definition file that contains features and org preferences that the metadata of the package version depends on.",
|
|
3288
|
-
"description": "This definition file is similar to the scratch org definition file.",
|
|
3289
|
-
"multiple": false,
|
|
3290
|
-
"deprecateAliases": true,
|
|
3291
|
-
"aliases": [
|
|
3292
|
-
"definitionfile"
|
|
3293
|
-
]
|
|
3294
|
-
},
|
|
3295
|
-
"installation-key-bypass": {
|
|
3296
|
-
"name": "installation-key-bypass",
|
|
3297
|
-
"type": "boolean",
|
|
3298
|
-
"char": "x",
|
|
3299
|
-
"summary": "Bypass the installation key requirement.",
|
|
3300
|
-
"description": "If you bypass this requirement, anyone can install your package. Either an --installation-key value or the --installation-key-bypass flag is required.",
|
|
3301
|
-
"allowNo": false,
|
|
3302
|
-
"deprecateAliases": true,
|
|
3303
|
-
"aliases": [
|
|
3304
|
-
"installationkeybypass"
|
|
3305
|
-
]
|
|
3306
|
-
},
|
|
3307
|
-
"wait": {
|
|
3308
|
-
"name": "wait",
|
|
3309
|
-
"type": "option",
|
|
3310
|
-
"char": "w",
|
|
3311
|
-
"summary": "Minutes to wait for the package version to be created.",
|
|
3312
|
-
"multiple": false,
|
|
3313
|
-
"default": {
|
|
3314
|
-
"quantity": 0,
|
|
3315
|
-
"unit": 0
|
|
3316
|
-
},
|
|
3317
|
-
"deprecateAliases": true
|
|
3318
|
-
},
|
|
3319
|
-
"build-instance": {
|
|
3320
|
-
"name": "build-instance",
|
|
3321
|
-
"type": "option",
|
|
3322
|
-
"char": "s",
|
|
3323
|
-
"summary": "Instance where the conversion package version will be created, such as NA50.",
|
|
3324
|
-
"hidden": true,
|
|
3325
|
-
"multiple": false,
|
|
3326
|
-
"deprecateAliases": true,
|
|
3327
|
-
"aliases": [
|
|
3328
|
-
"buildinstance"
|
|
3329
|
-
]
|
|
3330
|
-
},
|
|
3331
|
-
"seed-metadata": {
|
|
3332
|
-
"name": "seed-metadata",
|
|
3333
|
-
"type": "option",
|
|
3334
|
-
"char": "m",
|
|
3335
|
-
"summary": "Directory containing metadata to be deployed prior to conversion.",
|
|
3336
|
-
"description": "The directory containing metadata that will be deployed on the build org prior to attempting conversion.",
|
|
3337
|
-
"multiple": false,
|
|
3338
|
-
"deprecateAliases": true
|
|
3339
|
-
},
|
|
3340
|
-
"verbose": {
|
|
3341
|
-
"name": "verbose",
|
|
3342
|
-
"type": "boolean",
|
|
3343
|
-
"summary": "Display verbose command output.",
|
|
3344
|
-
"allowNo": false,
|
|
3345
|
-
"deprecateAliases": true
|
|
3346
|
-
}
|
|
3347
|
-
},
|
|
3348
|
-
"args": {},
|
|
3349
|
-
"hasDynamicHelp": true
|
|
3350
|
-
},
|
|
3351
|
-
"package:create": {
|
|
3352
|
-
"id": "package:create",
|
|
3353
|
-
"summary": "Create a package.",
|
|
3354
|
-
"description": "First, use this command to create a package. Then create a package version.\n\nIf you don’t have a namespace defined in your sfdx-project.json file, use --no-namespace.\n\nYour --name value must be unique within your namespace.\n\nRun '<%= config.bin %> package list to list all packages in the Dev Hub org.",
|
|
3355
|
-
"strict": true,
|
|
3356
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3357
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3358
|
-
"pluginType": "jit",
|
|
3359
|
-
"aliases": [
|
|
3360
|
-
"force:package:create"
|
|
3361
|
-
],
|
|
3362
|
-
"examples": [
|
|
3363
|
-
"Create an unlocked package from the files in the \"force-app\" directory; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyUnlockedPackage --package-type Unlocked --path force-app",
|
|
3364
|
-
"Create a managed packaged from the \"force-app\" directory files, give the package a description, and use the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyManagedPackage --description \"Your Package Descripton\" --package-type Managed --path force-app --target-dev-hub devhub@example.com"
|
|
3365
|
-
],
|
|
3366
|
-
"deprecateAliases": true,
|
|
3367
|
-
"flags": {
|
|
3368
|
-
"loglevel": {
|
|
3369
|
-
"name": "loglevel",
|
|
3370
|
-
"type": "option",
|
|
3371
|
-
"hidden": true,
|
|
3372
|
-
"multiple": false,
|
|
3373
|
-
"deprecated": {
|
|
3374
|
-
"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."
|
|
3375
|
-
},
|
|
3376
|
-
"deprecateAliases": true
|
|
3377
|
-
},
|
|
3378
|
-
"target-dev-hub": {
|
|
3379
|
-
"name": "target-dev-hub",
|
|
3380
|
-
"type": "option",
|
|
3381
|
-
"char": "v",
|
|
3382
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3383
|
-
"required": true,
|
|
3384
|
-
"multiple": false,
|
|
3385
|
-
"deprecateAliases": true,
|
|
3386
|
-
"aliases": [
|
|
3387
|
-
"targetdevhubusername",
|
|
3388
|
-
"target-hub-org"
|
|
3389
|
-
]
|
|
3390
|
-
},
|
|
3391
|
-
"api-version": {
|
|
3392
|
-
"name": "api-version",
|
|
3393
|
-
"type": "option",
|
|
3394
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3395
|
-
"multiple": false,
|
|
3396
|
-
"deprecateAliases": true,
|
|
3397
|
-
"aliases": [
|
|
3398
|
-
"apiversion"
|
|
3399
|
-
]
|
|
3400
|
-
},
|
|
3401
|
-
"name": {
|
|
3402
|
-
"name": "name",
|
|
3403
|
-
"type": "option",
|
|
3404
|
-
"char": "n",
|
|
3405
|
-
"summary": "Name of the package to create.",
|
|
3406
|
-
"required": true,
|
|
3407
|
-
"multiple": false,
|
|
3408
|
-
"deprecateAliases": true
|
|
3409
|
-
},
|
|
3410
|
-
"package-type": {
|
|
3411
|
-
"name": "package-type",
|
|
3412
|
-
"type": "option",
|
|
3413
|
-
"char": "t",
|
|
3414
|
-
"summary": "Type of package.",
|
|
3415
|
-
"description": "The options for package type are Managed and Unlocked (Managed=DeveloperManagedSubscriberManaged, Unlocked=DeveloperControlledSubscriberEditable). These options determine upgrade and editability rules.",
|
|
3416
|
-
"required": true,
|
|
3417
|
-
"multiple": false,
|
|
3418
|
-
"options": [
|
|
3419
|
-
"Managed",
|
|
3420
|
-
"Unlocked"
|
|
3421
|
-
],
|
|
3422
|
-
"deprecateAliases": true,
|
|
3423
|
-
"aliases": [
|
|
3424
|
-
"packagetype"
|
|
3425
|
-
]
|
|
3426
|
-
},
|
|
3427
|
-
"description": {
|
|
3428
|
-
"name": "description",
|
|
3429
|
-
"type": "option",
|
|
3430
|
-
"char": "d",
|
|
3431
|
-
"summary": "Description of the package.",
|
|
3432
|
-
"multiple": false,
|
|
3433
|
-
"deprecateAliases": true
|
|
3434
|
-
},
|
|
3435
|
-
"no-namespace": {
|
|
3436
|
-
"name": "no-namespace",
|
|
3437
|
-
"type": "boolean",
|
|
3438
|
-
"char": "e",
|
|
3439
|
-
"summary": "Create the package with no namespace; available only for unlocked packages.",
|
|
3440
|
-
"description": "This flag is useful when you’re migrating an existing org to packages. But use a namespaced package for new metadata.",
|
|
3441
|
-
"allowNo": false,
|
|
3442
|
-
"deprecateAliases": true,
|
|
3443
|
-
"aliases": [
|
|
3444
|
-
"nonamespace"
|
|
3445
|
-
]
|
|
3446
|
-
},
|
|
3447
|
-
"path": {
|
|
3448
|
-
"name": "path",
|
|
3449
|
-
"type": "option",
|
|
3450
|
-
"char": "r",
|
|
3451
|
-
"summary": "Path to directory that contains the contents of the package.",
|
|
3452
|
-
"required": true,
|
|
3453
|
-
"multiple": false,
|
|
3454
|
-
"deprecateAliases": true
|
|
3455
|
-
},
|
|
3456
|
-
"org-dependent": {
|
|
3457
|
-
"name": "org-dependent",
|
|
3458
|
-
"type": "boolean",
|
|
3459
|
-
"summary": "Depends on unpackaged metadata in the installation org; applies to unlocked packages only.",
|
|
3460
|
-
"description": "Use Source Tracking in Sandboxes to develop your org-dependent unlocked package. For more information, see \"Create Org-Dependent Unlocked Packages\" in the Salesforce DX Developer Guide.",
|
|
3461
|
-
"allowNo": false,
|
|
3462
|
-
"deprecateAliases": true,
|
|
3463
|
-
"aliases": [
|
|
3464
|
-
"orgdependent"
|
|
3465
|
-
]
|
|
3466
|
-
},
|
|
3467
|
-
"error-notification-username": {
|
|
3468
|
-
"name": "error-notification-username",
|
|
3469
|
-
"type": "option",
|
|
3470
|
-
"char": "o",
|
|
3471
|
-
"summary": "Active Dev Hub user designated to receive email notifications for package errors.",
|
|
3472
|
-
"description": "Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.",
|
|
3473
|
-
"multiple": false,
|
|
3474
|
-
"deprecateAliases": true,
|
|
3475
|
-
"aliases": [
|
|
3476
|
-
"errornotificationusername"
|
|
3477
|
-
]
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
"args": {},
|
|
3481
|
-
"requiresProject": true,
|
|
3482
|
-
"hasDynamicHelp": true
|
|
3483
|
-
},
|
|
3484
|
-
"package:delete": {
|
|
3485
|
-
"id": "package:delete",
|
|
3486
|
-
"summary": "Delete a package.",
|
|
3487
|
-
"description": "Specify the ID or alias of the package you want to delete.\n\nDelete unlocked and second-generation managed packages. Before you delete a package, first delete all associated package versions.",
|
|
3488
|
-
"strict": true,
|
|
3489
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3490
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3491
|
-
"pluginType": "jit",
|
|
3492
|
-
"aliases": [
|
|
3493
|
-
"force:package:delete"
|
|
3494
|
-
],
|
|
3495
|
-
"examples": [
|
|
3496
|
-
"Delete a package using its alias from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
|
|
3497
|
-
"Delete a package using its ID from the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --target-dev-hub devhub@example.com"
|
|
3498
|
-
],
|
|
3499
|
-
"deprecateAliases": true,
|
|
3500
|
-
"flags": {
|
|
3501
|
-
"loglevel": {
|
|
3502
|
-
"name": "loglevel",
|
|
3503
|
-
"type": "option",
|
|
3504
|
-
"hidden": true,
|
|
3505
|
-
"multiple": false,
|
|
3506
|
-
"deprecated": {
|
|
3507
|
-
"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."
|
|
3508
|
-
},
|
|
3509
|
-
"deprecateAliases": true
|
|
3510
|
-
},
|
|
3511
|
-
"target-dev-hub": {
|
|
3512
|
-
"name": "target-dev-hub",
|
|
3513
|
-
"type": "option",
|
|
3514
|
-
"char": "v",
|
|
3515
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3516
|
-
"required": true,
|
|
3517
|
-
"multiple": false,
|
|
3518
|
-
"deprecateAliases": true,
|
|
3519
|
-
"aliases": [
|
|
3520
|
-
"targetdevhubusername",
|
|
3521
|
-
"target-hub-org"
|
|
3522
|
-
]
|
|
3523
|
-
},
|
|
3524
|
-
"api-version": {
|
|
3525
|
-
"name": "api-version",
|
|
3526
|
-
"type": "option",
|
|
3527
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3528
|
-
"multiple": false,
|
|
3529
|
-
"deprecateAliases": true,
|
|
3530
|
-
"aliases": [
|
|
3531
|
-
"apiversion"
|
|
3532
|
-
]
|
|
3533
|
-
},
|
|
3534
|
-
"no-prompt": {
|
|
3535
|
-
"name": "no-prompt",
|
|
3536
|
-
"type": "boolean",
|
|
3537
|
-
"char": "n",
|
|
3538
|
-
"summary": "Don’t prompt before deleting the package.",
|
|
3539
|
-
"allowNo": false,
|
|
3540
|
-
"deprecateAliases": true,
|
|
3541
|
-
"aliases": [
|
|
3542
|
-
"noprompt"
|
|
3543
|
-
]
|
|
3544
|
-
},
|
|
3545
|
-
"package": {
|
|
3546
|
-
"name": "package",
|
|
3547
|
-
"type": "option",
|
|
3548
|
-
"char": "p",
|
|
3549
|
-
"summary": "ID (starts with 0Ho) or alias of the package to delete.",
|
|
3550
|
-
"required": true,
|
|
3551
|
-
"multiple": false,
|
|
3552
|
-
"deprecateAliases": true
|
|
3553
|
-
},
|
|
3554
|
-
"undelete": {
|
|
3555
|
-
"name": "undelete",
|
|
3556
|
-
"type": "boolean",
|
|
3557
|
-
"summary": "Undelete a deleted package.",
|
|
3558
|
-
"hidden": true,
|
|
3559
|
-
"allowNo": false,
|
|
3560
|
-
"deprecateAliases": true
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
"args": {},
|
|
3564
|
-
"requiresProject": true,
|
|
3565
|
-
"hasDynamicHelp": true
|
|
3566
|
-
},
|
|
3567
|
-
"package:install": {
|
|
3568
|
-
"id": "package:install",
|
|
3569
|
-
"summary": "Install a version of a package in the target org.",
|
|
3570
|
-
"description": "To install a package, specify a specific version of the package using the 04t package ID. The package and the version you specified installs in your default target org unless you supply the username for a different target org.\n\nFor package upgrades, to specify options for component deprecation or deletion of removed components, include an --upgrade-type value. To delete components that can be safely deleted and deprecate the others, specify --upgrade-type Mixed (the default). To deprecate all removed components, specify --upgrade-type DeprecateOnly. To delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify --upgrade-type Delete. (Note: This option can result in the loss of data that is associated with the deleted components.) The default is Mixed.",
|
|
3571
|
-
"strict": true,
|
|
3572
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3573
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3574
|
-
"pluginType": "jit",
|
|
3575
|
-
"aliases": [
|
|
3576
|
-
"force:package:install"
|
|
3577
|
-
],
|
|
3578
|
-
"examples": [
|
|
3579
|
-
"Install a package version with the specified ID in the org with username \"me@example.com\":\n<%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com",
|
|
3580
|
-
"Install a package version with the specified alias into your default org:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias",
|
|
3581
|
-
"Install a package version with an alias that includes spaces into your default org:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\"",
|
|
3582
|
-
"Install an unlocked package version with the specified ID and deprecate all removed components:\n<%= config.bin %> <%= command.id %> --package 04t... --upgrade-type DeprecateOnly"
|
|
3583
|
-
],
|
|
3584
|
-
"deprecateAliases": true,
|
|
3585
|
-
"flags": {
|
|
3586
|
-
"loglevel": {
|
|
3587
|
-
"name": "loglevel",
|
|
3588
|
-
"type": "option",
|
|
3589
|
-
"hidden": true,
|
|
3590
|
-
"multiple": false,
|
|
3591
|
-
"deprecated": {
|
|
3592
|
-
"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."
|
|
3593
|
-
},
|
|
3594
|
-
"deprecateAliases": true
|
|
3595
|
-
},
|
|
3596
|
-
"target-org": {
|
|
3597
|
-
"name": "target-org",
|
|
3598
|
-
"type": "option",
|
|
3599
|
-
"char": "o",
|
|
3600
|
-
"summary": "Username or alias of the target org.",
|
|
3601
|
-
"required": true,
|
|
3602
|
-
"multiple": false,
|
|
3603
|
-
"deprecateAliases": true,
|
|
3604
|
-
"aliases": [
|
|
3605
|
-
"targetusername",
|
|
3606
|
-
"u"
|
|
3607
|
-
]
|
|
3608
|
-
},
|
|
3609
|
-
"api-version": {
|
|
3610
|
-
"name": "api-version",
|
|
3611
|
-
"type": "option",
|
|
3612
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3613
|
-
"multiple": false,
|
|
3614
|
-
"deprecateAliases": true,
|
|
3615
|
-
"aliases": [
|
|
3616
|
-
"apiversion"
|
|
3617
|
-
]
|
|
3618
|
-
},
|
|
3619
|
-
"wait": {
|
|
3620
|
-
"name": "wait",
|
|
3621
|
-
"type": "option",
|
|
3622
|
-
"char": "w",
|
|
3623
|
-
"summary": "Number of minutes to wait for installation status.",
|
|
3624
|
-
"multiple": false,
|
|
3625
|
-
"default": {
|
|
3626
|
-
"quantity": 0,
|
|
3627
|
-
"unit": 0
|
|
3628
|
-
},
|
|
3629
|
-
"deprecateAliases": true
|
|
3630
|
-
},
|
|
3631
|
-
"installation-key": {
|
|
3632
|
-
"name": "installation-key",
|
|
3633
|
-
"type": "option",
|
|
3634
|
-
"char": "k",
|
|
3635
|
-
"summary": "Installation key for key-protected package (default: null).",
|
|
3636
|
-
"multiple": false,
|
|
3637
|
-
"deprecateAliases": true,
|
|
3638
|
-
"aliases": [
|
|
3639
|
-
"installationkey"
|
|
3640
|
-
]
|
|
3641
|
-
},
|
|
3642
|
-
"publish-wait": {
|
|
3643
|
-
"name": "publish-wait",
|
|
3644
|
-
"type": "option",
|
|
3645
|
-
"char": "b",
|
|
3646
|
-
"summary": "Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request.",
|
|
3647
|
-
"multiple": false,
|
|
3648
|
-
"default": {
|
|
3649
|
-
"quantity": 0,
|
|
3650
|
-
"unit": 0
|
|
3651
|
-
},
|
|
3652
|
-
"deprecateAliases": true,
|
|
3653
|
-
"aliases": [
|
|
3654
|
-
"publishwait"
|
|
3655
|
-
]
|
|
3656
|
-
},
|
|
3657
|
-
"no-prompt": {
|
|
3658
|
-
"name": "no-prompt",
|
|
3659
|
-
"type": "boolean",
|
|
3660
|
-
"char": "r",
|
|
3661
|
-
"summary": "Don't prompt for confirmation.",
|
|
3662
|
-
"description": "Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgrade-type Delete to proceed.",
|
|
3663
|
-
"allowNo": false,
|
|
3664
|
-
"deprecateAliases": true,
|
|
3665
|
-
"aliases": [
|
|
3666
|
-
"noprompt"
|
|
3667
|
-
]
|
|
3668
|
-
},
|
|
3669
|
-
"package": {
|
|
3670
|
-
"name": "package",
|
|
3671
|
-
"type": "option",
|
|
3672
|
-
"char": "p",
|
|
3673
|
-
"summary": "ID (starts with 04t) or alias of the package version to install.",
|
|
3674
|
-
"required": true,
|
|
3675
|
-
"multiple": false,
|
|
3676
|
-
"deprecateAliases": true
|
|
3677
|
-
},
|
|
3678
|
-
"apex-compile": {
|
|
3679
|
-
"name": "apex-compile",
|
|
3680
|
-
"type": "option",
|
|
3681
|
-
"char": "a",
|
|
3682
|
-
"summary": "Compile all Apex in the org and package, or only Apex in the package; unlocked packages only.",
|
|
3683
|
-
"description": "Applies to unlocked packages only. Specifies whether to compile all Apex in the org and package, or only the Apex in the package.\n\nFor package installs into production orgs, or any org that has Apex Compile on Deploy enabled, the platform compiles all Apex in the org after the package install or upgrade operation completes.\n\nThis approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apex-compile package is specified.",
|
|
3684
|
-
"multiple": false,
|
|
3685
|
-
"options": [
|
|
3686
|
-
"all",
|
|
3687
|
-
"package"
|
|
3688
|
-
],
|
|
3689
|
-
"default": "all",
|
|
3690
|
-
"deprecateAliases": true,
|
|
3691
|
-
"aliases": [
|
|
3692
|
-
"apexcompile"
|
|
3693
|
-
]
|
|
3694
|
-
},
|
|
3695
|
-
"security-type": {
|
|
3696
|
-
"name": "security-type",
|
|
3697
|
-
"type": "option",
|
|
3698
|
-
"char": "s",
|
|
3699
|
-
"summary": "Security access type for the installed package. (deprecation notice: The default --security-type value will change from AllUsers to AdminsOnly in v47.0 or later.)",
|
|
3700
|
-
"multiple": false,
|
|
3701
|
-
"options": [
|
|
3702
|
-
"AllUsers",
|
|
3703
|
-
"AdminsOnly"
|
|
3704
|
-
],
|
|
3705
|
-
"default": "AdminsOnly",
|
|
3706
|
-
"deprecateAliases": true,
|
|
3707
|
-
"aliases": [
|
|
3708
|
-
"securitytype"
|
|
3709
|
-
]
|
|
3710
|
-
},
|
|
3711
|
-
"upgrade-type": {
|
|
3712
|
-
"name": "upgrade-type",
|
|
3713
|
-
"type": "option",
|
|
3714
|
-
"char": "t",
|
|
3715
|
-
"summary": "Upgrade type for the package installation; available only for unlocked packages.",
|
|
3716
|
-
"description": "For package upgrades, specifies whether to mark all removed components as deprecated (DeprecateOnly), to delete removed components that can be safely deleted and deprecate the others (Mixed), or to delete all removed components, except for custom objects and custom fields, that don't have dependencies (Delete). The default is Mixed. Can specify DeprecateOnly or Delete only for unlocked package upgrades.",
|
|
3717
|
-
"multiple": false,
|
|
3718
|
-
"options": [
|
|
3719
|
-
"DeprecateOnly",
|
|
3720
|
-
"Mixed",
|
|
3721
|
-
"Delete"
|
|
3722
|
-
],
|
|
3723
|
-
"default": "Mixed",
|
|
3724
|
-
"deprecateAliases": true,
|
|
3725
|
-
"aliases": [
|
|
3726
|
-
"upgradetype"
|
|
3727
|
-
]
|
|
3728
|
-
},
|
|
3729
|
-
"skip-handlers": {
|
|
3730
|
-
"name": "skip-handlers",
|
|
3731
|
-
"type": "option",
|
|
3732
|
-
"char": "l",
|
|
3733
|
-
"summary": "Skip install handlers (available handlers: FeatureEnforcement).",
|
|
3734
|
-
"description": "Allows the installer of a package to optionally skip install handlers in order to decrease overall installation time (available handlers: FeatureEnforcement).",
|
|
3735
|
-
"hidden": true,
|
|
3736
|
-
"multiple": true,
|
|
3737
|
-
"options": [
|
|
3738
|
-
"FeatureEnforcement"
|
|
3739
|
-
],
|
|
3740
|
-
"deprecateAliases": true
|
|
3741
|
-
}
|
|
3742
|
-
},
|
|
3743
|
-
"args": {},
|
|
3744
|
-
"hasDynamicHelp": true
|
|
3745
|
-
},
|
|
3746
|
-
"package:list": {
|
|
3747
|
-
"id": "package:list",
|
|
3748
|
-
"summary": "List all packages in the Dev Hub org.",
|
|
3749
|
-
"description": "Description",
|
|
3750
|
-
"strict": true,
|
|
3751
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3752
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3753
|
-
"pluginType": "jit",
|
|
3754
|
-
"aliases": [
|
|
3755
|
-
"force:package:list"
|
|
3756
|
-
],
|
|
3757
|
-
"examples": [
|
|
3758
|
-
"List all packages in the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com",
|
|
3759
|
-
"List all packages details in the specified Dev Hub org, and show extended details about each package:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com --verbose"
|
|
3760
|
-
],
|
|
3761
|
-
"deprecateAliases": true,
|
|
3762
|
-
"flags": {
|
|
3763
|
-
"loglevel": {
|
|
3764
|
-
"name": "loglevel",
|
|
3765
|
-
"type": "option",
|
|
3766
|
-
"hidden": true,
|
|
3767
|
-
"multiple": false,
|
|
3768
|
-
"deprecated": {
|
|
3769
|
-
"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."
|
|
3770
|
-
},
|
|
3771
|
-
"deprecateAliases": true
|
|
3772
|
-
},
|
|
3773
|
-
"target-dev-hub": {
|
|
3774
|
-
"name": "target-dev-hub",
|
|
3775
|
-
"type": "option",
|
|
3776
|
-
"char": "v",
|
|
3777
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3778
|
-
"required": true,
|
|
3779
|
-
"multiple": false,
|
|
3780
|
-
"deprecateAliases": true,
|
|
3781
|
-
"aliases": [
|
|
3782
|
-
"targetdevhubusername",
|
|
3783
|
-
"target-hub-org"
|
|
3784
|
-
]
|
|
3785
|
-
},
|
|
3786
|
-
"api-version": {
|
|
3787
|
-
"name": "api-version",
|
|
3788
|
-
"type": "option",
|
|
3789
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3790
|
-
"multiple": false,
|
|
3791
|
-
"deprecateAliases": true,
|
|
3792
|
-
"aliases": [
|
|
3793
|
-
"apiversion"
|
|
3794
|
-
]
|
|
3795
|
-
},
|
|
3796
|
-
"verbose": {
|
|
3797
|
-
"name": "verbose",
|
|
3798
|
-
"type": "boolean",
|
|
3799
|
-
"summary": "Display extended package detail.",
|
|
3800
|
-
"allowNo": false,
|
|
3801
|
-
"deprecateAliases": true
|
|
3802
|
-
}
|
|
3803
|
-
},
|
|
3804
|
-
"args": {},
|
|
3805
|
-
"requiresProject": true,
|
|
3806
|
-
"hasDynamicHelp": true
|
|
3807
|
-
},
|
|
3808
|
-
"package:uninstall": {
|
|
3809
|
-
"id": "package:uninstall",
|
|
3810
|
-
"summary": "Uninstall a second-generation package from the target org.",
|
|
3811
|
-
"description": "Specify the package ID for a second-generation package.\n\nTo list the org’s installed packages, run \"<%= config.bin %> package installed list\".\n\nTo uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.",
|
|
3812
|
-
"strict": true,
|
|
3813
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3814
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3815
|
-
"pluginType": "jit",
|
|
3816
|
-
"aliases": [
|
|
3817
|
-
"force:package:uninstall"
|
|
3818
|
-
],
|
|
3819
|
-
"examples": [
|
|
3820
|
-
"Uninstall a package with specified ID from an org with username me@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com",
|
|
3821
|
-
"Uninstall a package with the specified alias from your default org:\n<%= config.bin %> <%= command.id %> --package undesirable_package_alias",
|
|
3822
|
-
"Uninstall a package with an alias that contains spaces from your default org:\n<%= config.bin %> <%= command.id %> --package \"Undesirable Package Alias\""
|
|
3823
|
-
],
|
|
3824
|
-
"deprecateAliases": true,
|
|
3825
|
-
"flags": {
|
|
3826
|
-
"loglevel": {
|
|
3827
|
-
"name": "loglevel",
|
|
3828
|
-
"type": "option",
|
|
3829
|
-
"hidden": true,
|
|
3830
|
-
"multiple": false,
|
|
3831
|
-
"deprecated": {
|
|
3832
|
-
"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."
|
|
3833
|
-
},
|
|
3834
|
-
"deprecateAliases": true
|
|
3835
|
-
},
|
|
3836
|
-
"target-org": {
|
|
3837
|
-
"name": "target-org",
|
|
3838
|
-
"type": "option",
|
|
3839
|
-
"char": "o",
|
|
3840
|
-
"summary": "Username or alias of the target org.",
|
|
3841
|
-
"required": true,
|
|
3842
|
-
"multiple": false,
|
|
3843
|
-
"deprecateAliases": true,
|
|
3844
|
-
"aliases": [
|
|
3845
|
-
"targetusername",
|
|
3846
|
-
"u"
|
|
3847
|
-
]
|
|
3848
|
-
},
|
|
3849
|
-
"api-version": {
|
|
3850
|
-
"name": "api-version",
|
|
3851
|
-
"type": "option",
|
|
3852
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3853
|
-
"multiple": false,
|
|
3854
|
-
"deprecateAliases": true,
|
|
3855
|
-
"aliases": [
|
|
3856
|
-
"apiversion"
|
|
3857
|
-
]
|
|
3858
|
-
},
|
|
3859
|
-
"wait": {
|
|
3860
|
-
"name": "wait",
|
|
3861
|
-
"type": "option",
|
|
3862
|
-
"char": "w",
|
|
3863
|
-
"summary": "Number of minutes to wait for uninstall status.",
|
|
3864
|
-
"multiple": false,
|
|
3865
|
-
"default": {
|
|
3866
|
-
"quantity": 0,
|
|
3867
|
-
"unit": 0
|
|
3868
|
-
},
|
|
3869
|
-
"deprecateAliases": true
|
|
3870
|
-
},
|
|
3871
|
-
"package": {
|
|
3872
|
-
"name": "package",
|
|
3873
|
-
"type": "option",
|
|
3874
|
-
"char": "p",
|
|
3875
|
-
"summary": "ID (starts with 04t) or alias of the package version to uninstall.",
|
|
3876
|
-
"required": true,
|
|
3877
|
-
"multiple": false,
|
|
3878
|
-
"deprecateAliases": true
|
|
3879
|
-
}
|
|
3880
|
-
},
|
|
3881
|
-
"args": {},
|
|
3882
|
-
"hasDynamicHelp": true
|
|
3883
|
-
},
|
|
3884
|
-
"package:update": {
|
|
3885
|
-
"id": "package:update",
|
|
3886
|
-
"summary": "Update package details.",
|
|
3887
|
-
"description": "Specify a new value for each option you want to update.\n\nRun \"<%= config.bin %> package list\" to list all packages in the Dev Hub org.",
|
|
3888
|
-
"strict": true,
|
|
3889
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3890
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3891
|
-
"pluginType": "jit",
|
|
3892
|
-
"aliases": [
|
|
3893
|
-
"force:package:update"
|
|
3894
|
-
],
|
|
3895
|
-
"examples": [
|
|
3896
|
-
"Update the name of the package with the specified alias; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --name \"New Package Name\"",
|
|
3897
|
-
"Update the description of the package with the specified ID; uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --description \"New Package Description\" --target-dev-hub devhub@example.com"
|
|
3898
|
-
],
|
|
3899
|
-
"deprecateAliases": true,
|
|
3900
|
-
"flags": {
|
|
3901
|
-
"loglevel": {
|
|
3902
|
-
"name": "loglevel",
|
|
3903
|
-
"type": "option",
|
|
3904
|
-
"hidden": true,
|
|
3905
|
-
"multiple": false,
|
|
3906
|
-
"deprecated": {
|
|
3907
|
-
"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."
|
|
3908
|
-
},
|
|
3909
|
-
"deprecateAliases": true
|
|
3910
|
-
},
|
|
3911
|
-
"target-dev-hub": {
|
|
3912
|
-
"name": "target-dev-hub",
|
|
3913
|
-
"type": "option",
|
|
3914
|
-
"char": "v",
|
|
3915
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
3916
|
-
"required": true,
|
|
3917
|
-
"multiple": false,
|
|
3918
|
-
"deprecateAliases": true,
|
|
3919
|
-
"aliases": [
|
|
3920
|
-
"targetdevhubusername",
|
|
3921
|
-
"target-hub-org"
|
|
3922
|
-
]
|
|
3923
|
-
},
|
|
3924
|
-
"api-version": {
|
|
3925
|
-
"name": "api-version",
|
|
3926
|
-
"type": "option",
|
|
3927
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3928
|
-
"multiple": false,
|
|
3929
|
-
"deprecateAliases": true,
|
|
3930
|
-
"aliases": [
|
|
3931
|
-
"apiversion"
|
|
3932
|
-
]
|
|
3933
|
-
},
|
|
3934
|
-
"package": {
|
|
3935
|
-
"name": "package",
|
|
3936
|
-
"type": "option",
|
|
3937
|
-
"char": "p",
|
|
3938
|
-
"summary": "ID (starts with 0Ho) or alias of the package to update.",
|
|
3939
|
-
"required": true,
|
|
3940
|
-
"multiple": false,
|
|
3941
|
-
"deprecateAliases": true
|
|
3942
|
-
},
|
|
3943
|
-
"name": {
|
|
3944
|
-
"name": "name",
|
|
3945
|
-
"type": "option",
|
|
3946
|
-
"char": "n",
|
|
3947
|
-
"summary": "New name of the package.",
|
|
3948
|
-
"multiple": false,
|
|
3949
|
-
"deprecateAliases": true
|
|
3950
|
-
},
|
|
3951
|
-
"description": {
|
|
3952
|
-
"name": "description",
|
|
3953
|
-
"type": "option",
|
|
3954
|
-
"char": "d",
|
|
3955
|
-
"summary": "New description of the package.",
|
|
3956
|
-
"multiple": false,
|
|
3957
|
-
"deprecateAliases": true
|
|
3958
|
-
},
|
|
3959
|
-
"error-notification-username": {
|
|
3960
|
-
"name": "error-notification-username",
|
|
3961
|
-
"type": "option",
|
|
3962
|
-
"char": "o",
|
|
3963
|
-
"summary": "Active Dev Hub user designated to receive email notifications for package errors.",
|
|
3964
|
-
"description": "Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.",
|
|
3965
|
-
"multiple": false,
|
|
3966
|
-
"deprecateAliases": true,
|
|
3967
|
-
"aliases": [
|
|
3968
|
-
"errornotificationusername"
|
|
3969
|
-
]
|
|
3970
|
-
},
|
|
3971
|
-
"enable-app-analytics": {
|
|
3972
|
-
"name": "enable-app-analytics",
|
|
3973
|
-
"type": "boolean",
|
|
3974
|
-
"summary": "Enable AppExchange App Analytics usage data collection on this managed package and its components.",
|
|
3975
|
-
"allowNo": true,
|
|
3976
|
-
"deprecateAliases": true
|
|
3977
|
-
}
|
|
3978
|
-
},
|
|
3979
|
-
"args": {},
|
|
3980
|
-
"requiresProject": true,
|
|
3981
|
-
"hasDynamicHelp": true
|
|
3982
|
-
},
|
|
3983
|
-
"package:install:report": {
|
|
3984
|
-
"id": "package:install:report",
|
|
3985
|
-
"summary": "Retrieve the status of a package installation request.",
|
|
3986
|
-
"strict": true,
|
|
3987
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
3988
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3989
|
-
"pluginType": "jit",
|
|
3990
|
-
"aliases": [
|
|
3991
|
-
"force:package:install:report"
|
|
3992
|
-
],
|
|
3993
|
-
"examples": [
|
|
3994
|
-
"Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
|
|
3995
|
-
"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"
|
|
3996
|
-
],
|
|
3997
|
-
"deprecateAliases": true,
|
|
3998
|
-
"flags": {
|
|
3999
|
-
"target-org": {
|
|
4000
|
-
"name": "target-org",
|
|
4001
|
-
"type": "option",
|
|
4002
|
-
"char": "o",
|
|
4003
|
-
"summary": "Username or alias of the target org.",
|
|
4004
|
-
"required": true,
|
|
4005
|
-
"multiple": false,
|
|
4006
|
-
"deprecateAliases": true,
|
|
4007
|
-
"aliases": [
|
|
4008
|
-
"targetusername",
|
|
4009
|
-
"u"
|
|
4010
|
-
]
|
|
4011
|
-
},
|
|
4012
|
-
"api-version": {
|
|
4013
|
-
"name": "api-version",
|
|
4014
|
-
"type": "option",
|
|
4015
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4016
|
-
"multiple": false,
|
|
4017
|
-
"deprecateAliases": true,
|
|
4018
|
-
"aliases": [
|
|
4019
|
-
"apiversion"
|
|
4020
|
-
]
|
|
4021
|
-
},
|
|
4022
|
-
"loglevel": {
|
|
4023
|
-
"name": "loglevel",
|
|
4024
|
-
"type": "option",
|
|
4025
|
-
"hidden": true,
|
|
4026
|
-
"multiple": false,
|
|
4027
|
-
"deprecated": {
|
|
4028
|
-
"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."
|
|
4029
|
-
},
|
|
4030
|
-
"deprecateAliases": true
|
|
4031
|
-
},
|
|
4032
|
-
"request-id": {
|
|
4033
|
-
"name": "request-id",
|
|
4034
|
-
"type": "option",
|
|
4035
|
-
"char": "i",
|
|
4036
|
-
"summary": "ID of the package install request you want to check; starts with 0Hf.",
|
|
4037
|
-
"required": true,
|
|
4038
|
-
"multiple": false,
|
|
4039
|
-
"deprecateAliases": true,
|
|
4040
|
-
"aliases": [
|
|
4041
|
-
"requestid"
|
|
4042
|
-
]
|
|
4043
|
-
}
|
|
4044
|
-
},
|
|
4045
|
-
"args": {},
|
|
4046
|
-
"hasDynamicHelp": true
|
|
4047
|
-
},
|
|
4048
|
-
"package:installed:list": {
|
|
4049
|
-
"id": "package:installed:list",
|
|
4050
|
-
"summary": "List the org’s installed packages.",
|
|
4051
|
-
"strict": true,
|
|
4052
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4053
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4054
|
-
"pluginType": "jit",
|
|
4055
|
-
"aliases": [
|
|
4056
|
-
"force:package:installed:list"
|
|
4057
|
-
],
|
|
4058
|
-
"examples": [
|
|
4059
|
-
"List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
4060
|
-
"List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
|
|
4061
|
-
],
|
|
4062
|
-
"deprecateAliases": true,
|
|
4063
|
-
"flags": {
|
|
4064
|
-
"loglevel": {
|
|
4065
|
-
"name": "loglevel",
|
|
4066
|
-
"type": "option",
|
|
4067
|
-
"hidden": true,
|
|
4068
|
-
"multiple": false,
|
|
4069
|
-
"deprecated": {
|
|
4070
|
-
"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."
|
|
4071
|
-
},
|
|
4072
|
-
"deprecateAliases": true
|
|
4073
|
-
},
|
|
4074
|
-
"target-org": {
|
|
4075
|
-
"name": "target-org",
|
|
4076
|
-
"type": "option",
|
|
4077
|
-
"char": "o",
|
|
4078
|
-
"summary": "Username or alias of the target org.",
|
|
4079
|
-
"required": true,
|
|
4080
|
-
"multiple": false,
|
|
4081
|
-
"deprecateAliases": true,
|
|
4082
|
-
"aliases": [
|
|
4083
|
-
"targetusername",
|
|
4084
|
-
"u"
|
|
4085
|
-
]
|
|
4086
|
-
},
|
|
4087
|
-
"api-version": {
|
|
4088
|
-
"name": "api-version",
|
|
4089
|
-
"type": "option",
|
|
4090
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4091
|
-
"multiple": false,
|
|
4092
|
-
"deprecateAliases": true,
|
|
4093
|
-
"aliases": [
|
|
4094
|
-
"apiversion"
|
|
4095
|
-
]
|
|
4096
|
-
}
|
|
4097
|
-
},
|
|
4098
|
-
"args": {},
|
|
4099
|
-
"requiresProject": true,
|
|
4100
|
-
"hasDynamicHelp": true
|
|
4101
|
-
},
|
|
4102
|
-
"package:uninstall:report": {
|
|
4103
|
-
"id": "package:uninstall:report",
|
|
4104
|
-
"summary": "Retrieve the status of a package uninstall request.",
|
|
4105
|
-
"strict": true,
|
|
4106
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4107
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4108
|
-
"pluginType": "jit",
|
|
4109
|
-
"aliases": [
|
|
4110
|
-
"force:package:uninstall:report"
|
|
4111
|
-
],
|
|
4112
|
-
"examples": [
|
|
4113
|
-
"Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
|
|
4114
|
-
"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"
|
|
4115
|
-
],
|
|
4116
|
-
"deprecateAliases": true,
|
|
4117
|
-
"flags": {
|
|
4118
|
-
"loglevel": {
|
|
4119
|
-
"name": "loglevel",
|
|
4120
|
-
"type": "option",
|
|
4121
|
-
"hidden": true,
|
|
4122
|
-
"multiple": false,
|
|
4123
|
-
"deprecated": {
|
|
4124
|
-
"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."
|
|
4125
|
-
},
|
|
4126
|
-
"deprecateAliases": true
|
|
4127
|
-
},
|
|
4128
|
-
"target-org": {
|
|
4129
|
-
"name": "target-org",
|
|
4130
|
-
"type": "option",
|
|
4131
|
-
"char": "o",
|
|
4132
|
-
"summary": "Username or alias of the target org.",
|
|
4133
|
-
"required": true,
|
|
4134
|
-
"multiple": false,
|
|
4135
|
-
"deprecateAliases": true,
|
|
4136
|
-
"aliases": [
|
|
4137
|
-
"targetusername",
|
|
4138
|
-
"u"
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
|
-
"api-version": {
|
|
4142
|
-
"name": "api-version",
|
|
4143
|
-
"type": "option",
|
|
4144
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4145
|
-
"multiple": false,
|
|
4146
|
-
"deprecateAliases": true,
|
|
4147
|
-
"aliases": [
|
|
4148
|
-
"apiversion"
|
|
4149
|
-
]
|
|
4150
|
-
},
|
|
4151
|
-
"request-id": {
|
|
4152
|
-
"name": "request-id",
|
|
4153
|
-
"type": "option",
|
|
4154
|
-
"char": "i",
|
|
4155
|
-
"summary": "ID of the package uninstall request you want to check; starts with 06y.",
|
|
4156
|
-
"required": true,
|
|
4157
|
-
"multiple": false,
|
|
4158
|
-
"deprecateAliases": true,
|
|
4159
|
-
"aliases": [
|
|
4160
|
-
"requestid"
|
|
4161
|
-
]
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
"args": {},
|
|
4165
|
-
"hasDynamicHelp": true
|
|
4166
|
-
},
|
|
4167
|
-
"package:version:create": {
|
|
4168
|
-
"id": "package:version:create",
|
|
4169
|
-
"summary": "Create a package version in the Dev Hub org.",
|
|
4170
|
-
"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.",
|
|
4171
|
-
"strict": true,
|
|
4172
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4173
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4174
|
-
"pluginType": "jit",
|
|
4175
|
-
"aliases": [
|
|
4176
|
-
"force:package:version:create"
|
|
4177
|
-
],
|
|
4178
|
-
"examples": [
|
|
4179
|
-
"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",
|
|
4180
|
-
"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",
|
|
4181
|
-
"Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
|
|
4182
|
-
"Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation"
|
|
4183
|
-
],
|
|
4184
|
-
"deprecateAliases": true,
|
|
4185
|
-
"flags": {
|
|
4186
|
-
"loglevel": {
|
|
4187
|
-
"name": "loglevel",
|
|
4188
|
-
"type": "option",
|
|
4189
|
-
"hidden": true,
|
|
4190
|
-
"multiple": false,
|
|
4191
|
-
"deprecated": {
|
|
4192
|
-
"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."
|
|
4193
|
-
},
|
|
4194
|
-
"deprecateAliases": true
|
|
4195
|
-
},
|
|
4196
|
-
"target-dev-hub": {
|
|
4197
|
-
"name": "target-dev-hub",
|
|
4198
|
-
"type": "option",
|
|
4199
|
-
"char": "v",
|
|
4200
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4201
|
-
"required": true,
|
|
4202
|
-
"multiple": false,
|
|
4203
|
-
"deprecateAliases": true,
|
|
4204
|
-
"aliases": [
|
|
4205
|
-
"targetdevhubusername",
|
|
4206
|
-
"target-hub-org"
|
|
4207
|
-
]
|
|
4208
|
-
},
|
|
4209
|
-
"api-version": {
|
|
4210
|
-
"name": "api-version",
|
|
4211
|
-
"type": "option",
|
|
4212
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4213
|
-
"multiple": false,
|
|
4214
|
-
"deprecateAliases": true,
|
|
4215
|
-
"aliases": [
|
|
4216
|
-
"apiversion"
|
|
4217
|
-
]
|
|
4218
|
-
},
|
|
4219
|
-
"branch": {
|
|
4220
|
-
"name": "branch",
|
|
4221
|
-
"type": "option",
|
|
4222
|
-
"char": "b",
|
|
4223
|
-
"summary": "Name of the branch in your source control system that the package version is based on.",
|
|
4224
|
-
"multiple": false,
|
|
4225
|
-
"deprecateAliases": true
|
|
4226
|
-
},
|
|
4227
|
-
"build-instance": {
|
|
4228
|
-
"name": "build-instance",
|
|
4229
|
-
"type": "option",
|
|
4230
|
-
"char": "s",
|
|
4231
|
-
"summary": "Instance where the package version will be created, such as NA50.",
|
|
4232
|
-
"hidden": true,
|
|
4233
|
-
"multiple": false,
|
|
4234
|
-
"deprecateAliases": true,
|
|
4235
|
-
"aliases": [
|
|
4236
|
-
"buildinstance"
|
|
4237
|
-
]
|
|
4238
|
-
},
|
|
4239
|
-
"code-coverage": {
|
|
4240
|
-
"name": "code-coverage",
|
|
4241
|
-
"type": "boolean",
|
|
4242
|
-
"char": "c",
|
|
4243
|
-
"summary": "Calculate and store the code coverage percentage by running the packaged Apex tests included in this package version.",
|
|
4244
|
-
"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.",
|
|
4245
|
-
"allowNo": false,
|
|
4246
|
-
"exclusive": [
|
|
4247
|
-
"skip-validation"
|
|
4248
|
-
],
|
|
4249
|
-
"deprecateAliases": true,
|
|
4250
|
-
"aliases": [
|
|
4251
|
-
"codecoverage"
|
|
4252
|
-
]
|
|
4253
|
-
},
|
|
4254
|
-
"definition-file": {
|
|
4255
|
-
"name": "definition-file",
|
|
4256
|
-
"type": "option",
|
|
4257
|
-
"char": "f",
|
|
4258
|
-
"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.",
|
|
4259
|
-
"multiple": false,
|
|
4260
|
-
"deprecateAliases": true,
|
|
4261
|
-
"aliases": [
|
|
4262
|
-
"definitionfile"
|
|
4263
|
-
]
|
|
4264
|
-
},
|
|
4265
|
-
"installation-key": {
|
|
4266
|
-
"name": "installation-key",
|
|
4267
|
-
"type": "option",
|
|
4268
|
-
"char": "k",
|
|
4269
|
-
"summary": "Installation key for key-protected package. (either --installation-key or --installation-key-bypass is required)",
|
|
4270
|
-
"multiple": false,
|
|
4271
|
-
"deprecateAliases": true,
|
|
4272
|
-
"aliases": [
|
|
4273
|
-
"installationkey"
|
|
4274
|
-
]
|
|
4275
|
-
},
|
|
4276
|
-
"installation-key-bypass": {
|
|
4277
|
-
"name": "installation-key-bypass",
|
|
4278
|
-
"type": "boolean",
|
|
4279
|
-
"char": "x",
|
|
4280
|
-
"summary": "Bypass the installation key requirement. (either --installation-key or --installation-key-bypass is required)",
|
|
4281
|
-
"description": "If you bypass this requirement, anyone can install your package.",
|
|
4282
|
-
"allowNo": false,
|
|
4283
|
-
"deprecateAliases": true,
|
|
4284
|
-
"aliases": [
|
|
4285
|
-
"installationkeybypass"
|
|
4286
|
-
]
|
|
4287
|
-
},
|
|
4288
|
-
"package": {
|
|
4289
|
-
"name": "package",
|
|
4290
|
-
"type": "option",
|
|
4291
|
-
"char": "p",
|
|
4292
|
-
"summary": "ID (starts with 0Ho) or alias of the package to create a version of.",
|
|
4293
|
-
"multiple": false,
|
|
4294
|
-
"deprecateAliases": true
|
|
4295
|
-
},
|
|
4296
|
-
"path": {
|
|
4297
|
-
"name": "path",
|
|
4298
|
-
"type": "option",
|
|
4299
|
-
"char": "d",
|
|
4300
|
-
"summary": "Path to the directory that contains the contents of the package.",
|
|
4301
|
-
"multiple": false,
|
|
4302
|
-
"deprecateAliases": true
|
|
4303
|
-
},
|
|
4304
|
-
"post-install-script": {
|
|
4305
|
-
"name": "post-install-script",
|
|
4306
|
-
"type": "option",
|
|
4307
|
-
"summary": "Name of the post-install script; applies to managed packages only.",
|
|
4308
|
-
"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.",
|
|
4309
|
-
"multiple": false,
|
|
4310
|
-
"deprecateAliases": true,
|
|
4311
|
-
"aliases": [
|
|
4312
|
-
"postinstallscript"
|
|
4313
|
-
]
|
|
4314
|
-
},
|
|
4315
|
-
"post-install-url": {
|
|
4316
|
-
"name": "post-install-url",
|
|
4317
|
-
"type": "option",
|
|
4318
|
-
"summary": "Post-install instructions URL.",
|
|
4319
|
-
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
4320
|
-
"multiple": false,
|
|
4321
|
-
"deprecateAliases": true,
|
|
4322
|
-
"aliases": [
|
|
4323
|
-
"postinstallurl"
|
|
4324
|
-
]
|
|
4325
|
-
},
|
|
4326
|
-
"preserve": {
|
|
4327
|
-
"name": "preserve",
|
|
4328
|
-
"type": "boolean",
|
|
4329
|
-
"char": "r",
|
|
4330
|
-
"summary": "Preserve temp files that would otherwise be deleted.",
|
|
4331
|
-
"hidden": true,
|
|
4332
|
-
"allowNo": false,
|
|
4333
|
-
"deprecateAliases": true
|
|
4334
|
-
},
|
|
4335
|
-
"releasenotes-url": {
|
|
4336
|
-
"name": "releasenotes-url",
|
|
4337
|
-
"type": "option",
|
|
4338
|
-
"summary": "Release notes URL.",
|
|
4339
|
-
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
4340
|
-
"multiple": false,
|
|
4341
|
-
"deprecateAliases": true,
|
|
4342
|
-
"aliases": [
|
|
4343
|
-
"releasenotesurl"
|
|
4344
|
-
]
|
|
4345
|
-
},
|
|
4346
|
-
"skip-ancestor-check": {
|
|
4347
|
-
"name": "skip-ancestor-check",
|
|
4348
|
-
"type": "boolean",
|
|
4349
|
-
"summary": "Overrides ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.",
|
|
4350
|
-
"allowNo": false,
|
|
4351
|
-
"deprecateAliases": true,
|
|
4352
|
-
"aliases": [
|
|
4353
|
-
"skipancestorcheck"
|
|
4354
|
-
]
|
|
4355
|
-
},
|
|
4356
|
-
"skip-validation": {
|
|
4357
|
-
"name": "skip-validation",
|
|
4358
|
-
"type": "boolean",
|
|
4359
|
-
"summary": "Skip validation during package version creation; you can’t promote unvalidated package versions.",
|
|
4360
|
-
"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.",
|
|
4361
|
-
"allowNo": false,
|
|
4362
|
-
"exclusive": [
|
|
4363
|
-
"code-coverage"
|
|
4364
|
-
],
|
|
4365
|
-
"deprecateAliases": true,
|
|
4366
|
-
"aliases": [
|
|
4367
|
-
"skipvalidation"
|
|
4368
|
-
]
|
|
4369
|
-
},
|
|
4370
|
-
"tag": {
|
|
4371
|
-
"name": "tag",
|
|
4372
|
-
"type": "option",
|
|
4373
|
-
"char": "t",
|
|
4374
|
-
"summary": "Package version’s tag.",
|
|
4375
|
-
"multiple": false,
|
|
4376
|
-
"deprecateAliases": true
|
|
4377
|
-
},
|
|
4378
|
-
"uninstall-script": {
|
|
4379
|
-
"name": "uninstall-script",
|
|
4380
|
-
"type": "option",
|
|
4381
|
-
"summary": "Uninstall script name; applies to managed packages only.",
|
|
4382
|
-
"description": "The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.",
|
|
4383
|
-
"multiple": false,
|
|
4384
|
-
"deprecateAliases": true,
|
|
4385
|
-
"aliases": [
|
|
4386
|
-
"uninstallscript"
|
|
4387
|
-
]
|
|
4388
|
-
},
|
|
4389
|
-
"validate-schema": {
|
|
4390
|
-
"name": "validate-schema",
|
|
4391
|
-
"type": "boolean",
|
|
4392
|
-
"char": "j",
|
|
4393
|
-
"summary": "Validate the sfdx-project.json file against the JSON schema.",
|
|
4394
|
-
"hidden": true,
|
|
4395
|
-
"allowNo": false,
|
|
4396
|
-
"deprecateAliases": true,
|
|
4397
|
-
"aliases": [
|
|
4398
|
-
"validateschema"
|
|
4399
|
-
]
|
|
4400
|
-
},
|
|
4401
|
-
"version-description": {
|
|
4402
|
-
"name": "version-description",
|
|
4403
|
-
"type": "option",
|
|
4404
|
-
"char": "e",
|
|
4405
|
-
"summary": "Description of the package version to be created; overrides the sfdx-project.json value.",
|
|
4406
|
-
"multiple": false,
|
|
4407
|
-
"deprecateAliases": true,
|
|
4408
|
-
"aliases": [
|
|
4409
|
-
"versiondescription"
|
|
4410
|
-
]
|
|
4411
|
-
},
|
|
4412
|
-
"version-name": {
|
|
4413
|
-
"name": "version-name",
|
|
4414
|
-
"type": "option",
|
|
4415
|
-
"char": "a",
|
|
4416
|
-
"summary": "Name of the package version to be created; overrides the sfdx-project.json value.",
|
|
4417
|
-
"multiple": false,
|
|
4418
|
-
"deprecateAliases": true,
|
|
4419
|
-
"aliases": [
|
|
4420
|
-
"versionname"
|
|
4421
|
-
]
|
|
4422
|
-
},
|
|
4423
|
-
"version-number": {
|
|
4424
|
-
"name": "version-number",
|
|
4425
|
-
"type": "option",
|
|
4426
|
-
"char": "n",
|
|
4427
|
-
"summary": "Version number of the package version to be created; overrides the sfdx-project.json value.",
|
|
4428
|
-
"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.",
|
|
4429
|
-
"multiple": false,
|
|
4430
|
-
"deprecateAliases": true,
|
|
4431
|
-
"aliases": [
|
|
4432
|
-
"versionnumber"
|
|
4433
|
-
]
|
|
4434
|
-
},
|
|
4435
|
-
"wait": {
|
|
4436
|
-
"name": "wait",
|
|
4437
|
-
"type": "option",
|
|
4438
|
-
"char": "w",
|
|
4439
|
-
"summary": "Number of minutes to wait for the package version to be created.",
|
|
4440
|
-
"multiple": false,
|
|
4441
|
-
"default": {
|
|
4442
|
-
"quantity": 0,
|
|
4443
|
-
"unit": 0
|
|
4444
|
-
},
|
|
4445
|
-
"deprecateAliases": true
|
|
4446
|
-
},
|
|
4447
|
-
"language": {
|
|
4448
|
-
"name": "language",
|
|
4449
|
-
"type": "option",
|
|
4450
|
-
"summary": "Language for the package.",
|
|
4451
|
-
"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.",
|
|
4452
|
-
"multiple": false,
|
|
4453
|
-
"deprecateAliases": true
|
|
4454
|
-
},
|
|
4455
|
-
"verbose": {
|
|
4456
|
-
"name": "verbose",
|
|
4457
|
-
"type": "boolean",
|
|
4458
|
-
"summary": "Display verbose command output.",
|
|
4459
|
-
"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.",
|
|
4460
|
-
"allowNo": false,
|
|
4461
|
-
"deprecateAliases": true
|
|
4462
|
-
}
|
|
4463
|
-
},
|
|
4464
|
-
"args": {},
|
|
4465
|
-
"requiresProject": true,
|
|
4466
|
-
"hasDynamicHelp": true
|
|
4467
|
-
},
|
|
4468
|
-
"package:version:delete": {
|
|
4469
|
-
"id": "package:version:delete",
|
|
4470
|
-
"summary": "Delete a package version.",
|
|
4471
|
-
"description": "Specify the ID or alias of the package version you want to delete.",
|
|
4472
|
-
"strict": true,
|
|
4473
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4474
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4475
|
-
"pluginType": "jit",
|
|
4476
|
-
"aliases": [
|
|
4477
|
-
"force:package:version:delete"
|
|
4478
|
-
],
|
|
4479
|
-
"examples": [
|
|
4480
|
-
"Delete a package version with the specified alias using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
|
|
4481
|
-
"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"
|
|
4482
|
-
],
|
|
4483
|
-
"deprecateAliases": true,
|
|
4484
|
-
"flags": {
|
|
4485
|
-
"loglevel": {
|
|
4486
|
-
"name": "loglevel",
|
|
4487
|
-
"type": "option",
|
|
4488
|
-
"hidden": true,
|
|
4489
|
-
"multiple": false,
|
|
4490
|
-
"deprecated": {
|
|
4491
|
-
"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."
|
|
4492
|
-
},
|
|
4493
|
-
"deprecateAliases": true
|
|
4494
|
-
},
|
|
4495
|
-
"target-dev-hub": {
|
|
4496
|
-
"name": "target-dev-hub",
|
|
4497
|
-
"type": "option",
|
|
4498
|
-
"char": "v",
|
|
4499
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4500
|
-
"required": true,
|
|
4501
|
-
"multiple": false,
|
|
4502
|
-
"deprecateAliases": true,
|
|
4503
|
-
"aliases": [
|
|
4504
|
-
"targetdevhubusername",
|
|
4505
|
-
"target-hub-org"
|
|
4506
|
-
]
|
|
4507
|
-
},
|
|
4508
|
-
"api-version": {
|
|
4509
|
-
"name": "api-version",
|
|
4510
|
-
"type": "option",
|
|
4511
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4512
|
-
"multiple": false,
|
|
4513
|
-
"deprecateAliases": true,
|
|
4514
|
-
"aliases": [
|
|
4515
|
-
"apiversion"
|
|
4516
|
-
]
|
|
4517
|
-
},
|
|
4518
|
-
"no-prompt": {
|
|
4519
|
-
"name": "no-prompt",
|
|
4520
|
-
"type": "boolean",
|
|
4521
|
-
"char": "n",
|
|
4522
|
-
"summary": "Don’t prompt before deleting the package version.",
|
|
4523
|
-
"allowNo": false,
|
|
4524
|
-
"deprecateAliases": true,
|
|
4525
|
-
"aliases": [
|
|
4526
|
-
"noprompt"
|
|
4527
|
-
]
|
|
4528
|
-
},
|
|
4529
|
-
"package": {
|
|
4530
|
-
"name": "package",
|
|
4531
|
-
"type": "option",
|
|
4532
|
-
"char": "p",
|
|
4533
|
-
"summary": "ID (starts with 04t) or alias of the package version to delete.",
|
|
4534
|
-
"required": true,
|
|
4535
|
-
"multiple": false,
|
|
4536
|
-
"deprecateAliases": true
|
|
4537
|
-
},
|
|
4538
|
-
"undelete": {
|
|
4539
|
-
"name": "undelete",
|
|
4540
|
-
"type": "boolean",
|
|
4541
|
-
"summary": "Undelete a deleted package version.",
|
|
4542
|
-
"hidden": true,
|
|
4543
|
-
"allowNo": false,
|
|
4544
|
-
"deprecateAliases": true
|
|
4545
|
-
}
|
|
4546
|
-
},
|
|
4547
|
-
"args": {},
|
|
4548
|
-
"requiresProject": true,
|
|
4549
|
-
"hasDynamicHelp": true
|
|
4550
|
-
},
|
|
4551
|
-
"package:version:displayancestry": {
|
|
4552
|
-
"id": "package:version:displayancestry",
|
|
4553
|
-
"summary": "Display the ancestry tree for a 2GP managed package version.",
|
|
4554
|
-
"strict": true,
|
|
4555
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4556
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4557
|
-
"pluginType": "jit",
|
|
4558
|
-
"aliases": [
|
|
4559
|
-
"force:package:version:displayancestry"
|
|
4560
|
-
],
|
|
4561
|
-
"examples": [
|
|
4562
|
-
"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",
|
|
4563
|
-
"Similar to previous example, but display the output in DOT code:\n<%= config.bin %> <%= command.id %> --package package_version_alias --dot-code",
|
|
4564
|
-
"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",
|
|
4565
|
-
"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..."
|
|
4566
|
-
],
|
|
4567
|
-
"deprecateAliases": true,
|
|
4568
|
-
"flags": {
|
|
4569
|
-
"loglevel": {
|
|
4570
|
-
"name": "loglevel",
|
|
4571
|
-
"type": "option",
|
|
4572
|
-
"hidden": true,
|
|
4573
|
-
"multiple": false,
|
|
4574
|
-
"deprecated": {
|
|
4575
|
-
"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."
|
|
4576
|
-
},
|
|
4577
|
-
"deprecateAliases": true
|
|
4578
|
-
},
|
|
4579
|
-
"target-dev-hub": {
|
|
4580
|
-
"name": "target-dev-hub",
|
|
4581
|
-
"type": "option",
|
|
4582
|
-
"char": "v",
|
|
4583
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4584
|
-
"required": true,
|
|
4585
|
-
"multiple": false,
|
|
4586
|
-
"deprecateAliases": true,
|
|
4587
|
-
"aliases": [
|
|
4588
|
-
"targetdevhubusername",
|
|
4589
|
-
"target-hub-org"
|
|
4590
|
-
]
|
|
4591
|
-
},
|
|
4592
|
-
"api-version": {
|
|
4593
|
-
"name": "api-version",
|
|
4594
|
-
"type": "option",
|
|
4595
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"deprecateAliases": true,
|
|
4598
|
-
"aliases": [
|
|
4599
|
-
"apiversion"
|
|
4600
|
-
]
|
|
4601
|
-
},
|
|
4602
|
-
"package": {
|
|
4603
|
-
"name": "package",
|
|
4604
|
-
"type": "option",
|
|
4605
|
-
"char": "p",
|
|
4606
|
-
"summary": "ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for.",
|
|
4607
|
-
"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.",
|
|
4608
|
-
"required": true,
|
|
4609
|
-
"multiple": false,
|
|
4610
|
-
"deprecateAliases": true
|
|
4611
|
-
},
|
|
4612
|
-
"dot-code": {
|
|
4613
|
-
"name": "dot-code",
|
|
4614
|
-
"type": "boolean",
|
|
4615
|
-
"summary": "Display the ancestry tree in DOT code.",
|
|
4616
|
-
"description": "You can use the DOT code output in graph visualization software to create tree visualizations.",
|
|
4617
|
-
"allowNo": false,
|
|
4618
|
-
"deprecateAliases": true,
|
|
4619
|
-
"aliases": [
|
|
4620
|
-
"dotcode"
|
|
4621
|
-
]
|
|
4622
|
-
},
|
|
4623
|
-
"verbose": {
|
|
4624
|
-
"name": "verbose",
|
|
4625
|
-
"type": "boolean",
|
|
4626
|
-
"summary": "Display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.",
|
|
4627
|
-
"allowNo": false,
|
|
4628
|
-
"deprecateAliases": true
|
|
4629
|
-
}
|
|
4630
|
-
},
|
|
4631
|
-
"args": {},
|
|
4632
|
-
"requiresProject": true,
|
|
4633
|
-
"hasDynamicHelp": true
|
|
4634
|
-
},
|
|
4635
|
-
"package:version:list": {
|
|
4636
|
-
"id": "package:version:list",
|
|
4637
|
-
"summary": "List all package versions in the Dev Hub org.",
|
|
4638
|
-
"description": "Description",
|
|
4639
|
-
"strict": true,
|
|
4640
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4641
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4642
|
-
"pluginType": "jit",
|
|
4643
|
-
"aliases": [
|
|
4644
|
-
"force:package:version:list"
|
|
4645
|
-
],
|
|
4646
|
-
"examples": [
|
|
4647
|
-
"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",
|
|
4648
|
-
"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",
|
|
4649
|
-
"List all released package versions in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --released",
|
|
4650
|
-
"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",
|
|
4651
|
-
"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",
|
|
4652
|
-
"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"
|
|
4653
|
-
],
|
|
4654
|
-
"deprecateAliases": true,
|
|
4655
|
-
"flags": {
|
|
4656
|
-
"loglevel": {
|
|
4657
|
-
"name": "loglevel",
|
|
4658
|
-
"type": "option",
|
|
4659
|
-
"hidden": true,
|
|
4660
|
-
"multiple": false,
|
|
4661
|
-
"deprecated": {
|
|
4662
|
-
"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."
|
|
4663
|
-
},
|
|
4664
|
-
"deprecateAliases": true
|
|
4665
|
-
},
|
|
4666
|
-
"target-dev-hub": {
|
|
4667
|
-
"name": "target-dev-hub",
|
|
4668
|
-
"type": "option",
|
|
4669
|
-
"char": "v",
|
|
4670
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4671
|
-
"required": true,
|
|
4672
|
-
"multiple": false,
|
|
4673
|
-
"deprecateAliases": true,
|
|
4674
|
-
"aliases": [
|
|
4675
|
-
"targetdevhubusername",
|
|
4676
|
-
"target-hub-org"
|
|
4677
|
-
]
|
|
4678
|
-
},
|
|
4679
|
-
"api-version": {
|
|
4680
|
-
"name": "api-version",
|
|
4681
|
-
"type": "option",
|
|
4682
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4683
|
-
"multiple": false,
|
|
4684
|
-
"deprecateAliases": true,
|
|
4685
|
-
"aliases": [
|
|
4686
|
-
"apiversion"
|
|
4687
|
-
]
|
|
4688
|
-
},
|
|
4689
|
-
"created-last-days": {
|
|
4690
|
-
"name": "created-last-days",
|
|
4691
|
-
"type": "option",
|
|
4692
|
-
"char": "c",
|
|
4693
|
-
"summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
4694
|
-
"multiple": false,
|
|
4695
|
-
"deprecateAliases": true,
|
|
4696
|
-
"aliases": [
|
|
4697
|
-
"createdlastdays"
|
|
4698
|
-
]
|
|
4699
|
-
},
|
|
4700
|
-
"concise": {
|
|
4701
|
-
"name": "concise",
|
|
4702
|
-
"type": "boolean",
|
|
4703
|
-
"summary": "Display limited package version details.",
|
|
4704
|
-
"allowNo": false,
|
|
4705
|
-
"deprecateAliases": true
|
|
4706
|
-
},
|
|
4707
|
-
"show-conversions-only": {
|
|
4708
|
-
"name": "show-conversions-only",
|
|
4709
|
-
"type": "boolean",
|
|
4710
|
-
"summary": "Filter the list output to display only converted package version.",
|
|
4711
|
-
"allowNo": false,
|
|
4712
|
-
"deprecateAliases": true
|
|
4713
|
-
},
|
|
4714
|
-
"modified-last-days": {
|
|
4715
|
-
"name": "modified-last-days",
|
|
4716
|
-
"type": "option",
|
|
4717
|
-
"char": "m",
|
|
4718
|
-
"summary": "Number of days since the items were modified, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
4719
|
-
"multiple": false,
|
|
4720
|
-
"deprecateAliases": true,
|
|
4721
|
-
"aliases": [
|
|
4722
|
-
"modifiedlastdays"
|
|
4723
|
-
]
|
|
4724
|
-
},
|
|
4725
|
-
"packages": {
|
|
4726
|
-
"name": "packages",
|
|
4727
|
-
"type": "option",
|
|
4728
|
-
"char": "p",
|
|
4729
|
-
"summary": "Comma-delimited list of packages (aliases or 0Ho IDs) to list.",
|
|
4730
|
-
"multiple": false,
|
|
4731
|
-
"deprecateAliases": true
|
|
4732
|
-
},
|
|
4733
|
-
"released": {
|
|
4734
|
-
"name": "released",
|
|
4735
|
-
"type": "boolean",
|
|
4736
|
-
"char": "r",
|
|
4737
|
-
"summary": "Display released versions only (IsReleased=true).",
|
|
4738
|
-
"allowNo": false,
|
|
4739
|
-
"deprecateAliases": true
|
|
4740
|
-
},
|
|
4741
|
-
"order-by": {
|
|
4742
|
-
"name": "order-by",
|
|
4743
|
-
"type": "option",
|
|
4744
|
-
"char": "o",
|
|
4745
|
-
"summary": "Package version fields used to order the list.",
|
|
4746
|
-
"multiple": false,
|
|
4747
|
-
"deprecateAliases": true,
|
|
4748
|
-
"aliases": [
|
|
4749
|
-
"orderby"
|
|
4750
|
-
]
|
|
4751
|
-
},
|
|
4752
|
-
"verbose": {
|
|
4753
|
-
"name": "verbose",
|
|
4754
|
-
"type": "boolean",
|
|
4755
|
-
"summary": "Display extended package version details.",
|
|
4756
|
-
"allowNo": false,
|
|
4757
|
-
"deprecateAliases": true
|
|
4758
|
-
}
|
|
4759
|
-
},
|
|
4760
|
-
"args": {},
|
|
4761
|
-
"hasDynamicHelp": true
|
|
4762
|
-
},
|
|
4763
|
-
"package:version:promote": {
|
|
4764
|
-
"id": "package:version:promote",
|
|
4765
|
-
"summary": "Promote a package version to released.",
|
|
4766
|
-
"description": "Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.",
|
|
4767
|
-
"strict": true,
|
|
4768
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4769
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4770
|
-
"pluginType": "jit",
|
|
4771
|
-
"aliases": [
|
|
4772
|
-
"force:package:version:promote"
|
|
4773
|
-
],
|
|
4774
|
-
"examples": [
|
|
4775
|
-
"Promote the package version with the specified ID to released; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
|
|
4776
|
-
"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",
|
|
4777
|
-
"Promote the package version with an alias that has spaces to released:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\""
|
|
4778
|
-
],
|
|
4779
|
-
"deprecateAliases": true,
|
|
4780
|
-
"flags": {
|
|
4781
|
-
"loglevel": {
|
|
4782
|
-
"name": "loglevel",
|
|
4783
|
-
"type": "option",
|
|
4784
|
-
"hidden": true,
|
|
4785
|
-
"multiple": false,
|
|
4786
|
-
"deprecated": {
|
|
4787
|
-
"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."
|
|
4788
|
-
},
|
|
4789
|
-
"deprecateAliases": true
|
|
4790
|
-
},
|
|
4791
|
-
"target-dev-hub": {
|
|
4792
|
-
"name": "target-dev-hub",
|
|
4793
|
-
"type": "option",
|
|
4794
|
-
"char": "v",
|
|
4795
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4796
|
-
"required": true,
|
|
4797
|
-
"multiple": false,
|
|
4798
|
-
"deprecateAliases": true,
|
|
4799
|
-
"aliases": [
|
|
4800
|
-
"targetdevhubusername",
|
|
4801
|
-
"target-hub-org"
|
|
4802
|
-
]
|
|
4803
|
-
},
|
|
4804
|
-
"api-version": {
|
|
4805
|
-
"name": "api-version",
|
|
4806
|
-
"type": "option",
|
|
4807
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4808
|
-
"multiple": false,
|
|
4809
|
-
"deprecateAliases": true,
|
|
4810
|
-
"aliases": [
|
|
4811
|
-
"apiversion"
|
|
4812
|
-
]
|
|
4813
|
-
},
|
|
4814
|
-
"package": {
|
|
4815
|
-
"name": "package",
|
|
4816
|
-
"type": "option",
|
|
4817
|
-
"char": "p",
|
|
4818
|
-
"summary": "ID (starts with 04t) or alias of the package version to promote.",
|
|
4819
|
-
"required": true,
|
|
4820
|
-
"multiple": false,
|
|
4821
|
-
"deprecateAliases": true
|
|
4822
|
-
},
|
|
4823
|
-
"no-prompt": {
|
|
4824
|
-
"name": "no-prompt",
|
|
4825
|
-
"type": "boolean",
|
|
4826
|
-
"char": "n",
|
|
4827
|
-
"summary": "Don't prompt to confirm setting the package version as released.",
|
|
4828
|
-
"allowNo": false,
|
|
4829
|
-
"deprecateAliases": true,
|
|
4830
|
-
"aliases": [
|
|
4831
|
-
"noprompt"
|
|
4832
|
-
]
|
|
4833
|
-
}
|
|
4834
|
-
},
|
|
4835
|
-
"args": {},
|
|
4836
|
-
"requiresProject": true,
|
|
4837
|
-
"hasDynamicHelp": true
|
|
4838
|
-
},
|
|
4839
|
-
"package:version:report": {
|
|
4840
|
-
"id": "package:version:report",
|
|
4841
|
-
"summary": "Retrieve details about a package version in the Dev Hub org.",
|
|
4842
|
-
"description": "To update package version values, run \"<%= config.bin %> package version update\".",
|
|
4843
|
-
"strict": true,
|
|
4844
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4845
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4846
|
-
"pluginType": "jit",
|
|
4847
|
-
"aliases": [
|
|
4848
|
-
"force:package:version:report"
|
|
4849
|
-
],
|
|
4850
|
-
"examples": [
|
|
4851
|
-
"Retrieve details about the package version with the specified ID from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
|
|
4852
|
-
"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"
|
|
4853
|
-
],
|
|
4854
|
-
"deprecateAliases": true,
|
|
4855
|
-
"flags": {
|
|
4856
|
-
"loglevel": {
|
|
4857
|
-
"name": "loglevel",
|
|
4858
|
-
"type": "option",
|
|
4859
|
-
"hidden": true,
|
|
4860
|
-
"multiple": false,
|
|
4861
|
-
"deprecated": {
|
|
4862
|
-
"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."
|
|
4863
|
-
},
|
|
4864
|
-
"deprecateAliases": true
|
|
4865
|
-
},
|
|
4866
|
-
"target-dev-hub": {
|
|
4867
|
-
"name": "target-dev-hub",
|
|
4868
|
-
"type": "option",
|
|
4869
|
-
"char": "v",
|
|
4870
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
4871
|
-
"required": true,
|
|
4872
|
-
"multiple": false,
|
|
4873
|
-
"deprecateAliases": true,
|
|
4874
|
-
"aliases": [
|
|
4875
|
-
"targetdevhubusername",
|
|
4876
|
-
"target-hub-org"
|
|
4877
|
-
]
|
|
4878
|
-
},
|
|
4879
|
-
"api-version": {
|
|
4880
|
-
"name": "api-version",
|
|
4881
|
-
"type": "option",
|
|
4882
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4883
|
-
"multiple": false,
|
|
4884
|
-
"deprecateAliases": true,
|
|
4885
|
-
"aliases": [
|
|
4886
|
-
"apiversion"
|
|
4887
|
-
]
|
|
4888
|
-
},
|
|
4889
|
-
"package": {
|
|
4890
|
-
"name": "package",
|
|
4891
|
-
"type": "option",
|
|
4892
|
-
"char": "p",
|
|
4893
|
-
"summary": "ID (starts with 04t) or alias of the package to retrieve details for.",
|
|
4894
|
-
"required": true,
|
|
4895
|
-
"multiple": false,
|
|
4896
|
-
"deprecateAliases": true
|
|
4897
|
-
},
|
|
4898
|
-
"verbose": {
|
|
4899
|
-
"name": "verbose",
|
|
4900
|
-
"type": "boolean",
|
|
4901
|
-
"summary": "Display extended package version details.",
|
|
4902
|
-
"allowNo": false,
|
|
4903
|
-
"deprecateAliases": true
|
|
4904
|
-
}
|
|
4905
|
-
},
|
|
4906
|
-
"args": {},
|
|
4907
|
-
"requiresProject": true,
|
|
4908
|
-
"hasDynamicHelp": true
|
|
4909
|
-
},
|
|
4910
|
-
"package:version:retrieve": {
|
|
4911
|
-
"id": "package:version:retrieve",
|
|
4912
|
-
"summary": "Retrieve package metadata for a specified package version.",
|
|
4913
|
-
"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.",
|
|
4914
|
-
"strict": true,
|
|
4915
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4916
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4917
|
-
"pluginType": "jit",
|
|
4918
|
-
"hidden": true,
|
|
4919
|
-
"aliases": [],
|
|
4920
|
-
"examples": [
|
|
4921
|
-
"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."
|
|
4922
|
-
],
|
|
4923
|
-
"flags": {
|
|
4924
|
-
"loglevel": {
|
|
4925
|
-
"name": "loglevel",
|
|
4926
|
-
"type": "option",
|
|
4927
|
-
"hidden": true,
|
|
4928
|
-
"multiple": false,
|
|
4929
|
-
"deprecated": {
|
|
4930
|
-
"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."
|
|
4931
|
-
}
|
|
4932
|
-
},
|
|
4933
|
-
"api-version": {
|
|
4934
|
-
"name": "api-version",
|
|
4935
|
-
"type": "option",
|
|
4936
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4937
|
-
"multiple": false,
|
|
4938
|
-
"aliases": [
|
|
4939
|
-
"apiversion"
|
|
4940
|
-
]
|
|
4941
|
-
},
|
|
4942
|
-
"target-org": {
|
|
4943
|
-
"name": "target-org",
|
|
4944
|
-
"type": "option",
|
|
4945
|
-
"char": "o",
|
|
4946
|
-
"summary": "Username or alias of the target org.",
|
|
4947
|
-
"required": true,
|
|
4948
|
-
"multiple": false,
|
|
4949
|
-
"aliases": [
|
|
4950
|
-
"targetusername",
|
|
4951
|
-
"u"
|
|
4952
|
-
]
|
|
4953
|
-
},
|
|
4954
|
-
"package": {
|
|
4955
|
-
"name": "package",
|
|
4956
|
-
"type": "option",
|
|
4957
|
-
"char": "p",
|
|
4958
|
-
"summary": "Subscriber package version ID (starts with 04t).",
|
|
4959
|
-
"required": true,
|
|
4960
|
-
"multiple": false
|
|
4961
|
-
},
|
|
4962
|
-
"output-dir": {
|
|
4963
|
-
"name": "output-dir",
|
|
4964
|
-
"type": "option",
|
|
4965
|
-
"char": "d",
|
|
4966
|
-
"summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
|
|
4967
|
-
"multiple": false,
|
|
4968
|
-
"default": "force-app"
|
|
4969
|
-
}
|
|
4970
|
-
},
|
|
4971
|
-
"args": {},
|
|
4972
|
-
"requiresProject": true,
|
|
4973
|
-
"hasDynamicHelp": true
|
|
4974
|
-
},
|
|
4975
|
-
"package:version:update": {
|
|
4976
|
-
"id": "package:version:update",
|
|
4977
|
-
"summary": "Update a package version.",
|
|
4978
|
-
"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\".",
|
|
4979
|
-
"strict": true,
|
|
4980
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
4981
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4982
|
-
"pluginType": "jit",
|
|
4983
|
-
"aliases": [
|
|
4984
|
-
"force:package:version:update"
|
|
4985
|
-
],
|
|
4986
|
-
"examples": [
|
|
4987
|
-
"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",
|
|
4988
|
-
"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",
|
|
4989
|
-
"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\""
|
|
4990
|
-
],
|
|
4991
|
-
"deprecateAliases": true,
|
|
4992
|
-
"flags": {
|
|
4993
|
-
"loglevel": {
|
|
4994
|
-
"name": "loglevel",
|
|
4995
|
-
"type": "option",
|
|
4996
|
-
"hidden": true,
|
|
4997
|
-
"multiple": false,
|
|
4998
|
-
"deprecated": {
|
|
4999
|
-
"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."
|
|
5000
|
-
},
|
|
5001
|
-
"deprecateAliases": true
|
|
5002
|
-
},
|
|
5003
|
-
"target-dev-hub": {
|
|
5004
|
-
"name": "target-dev-hub",
|
|
5005
|
-
"type": "option",
|
|
5006
|
-
"char": "v",
|
|
5007
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
5008
|
-
"required": true,
|
|
5009
|
-
"multiple": false,
|
|
5010
|
-
"deprecateAliases": true,
|
|
5011
|
-
"aliases": [
|
|
5012
|
-
"targetdevhubusername",
|
|
5013
|
-
"target-hub-org"
|
|
5014
|
-
]
|
|
5015
|
-
},
|
|
5016
|
-
"api-version": {
|
|
5017
|
-
"name": "api-version",
|
|
5018
|
-
"type": "option",
|
|
5019
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5020
|
-
"multiple": false,
|
|
5021
|
-
"deprecateAliases": true,
|
|
5022
|
-
"aliases": [
|
|
5023
|
-
"apiversion"
|
|
5024
|
-
]
|
|
5025
|
-
},
|
|
5026
|
-
"package": {
|
|
5027
|
-
"name": "package",
|
|
5028
|
-
"type": "option",
|
|
5029
|
-
"char": "p",
|
|
5030
|
-
"summary": "ID (starts with 04t) or alias of the package to update a version of.",
|
|
5031
|
-
"required": true,
|
|
5032
|
-
"multiple": false,
|
|
5033
|
-
"deprecateAliases": true
|
|
5034
|
-
},
|
|
5035
|
-
"version-name": {
|
|
5036
|
-
"name": "version-name",
|
|
5037
|
-
"type": "option",
|
|
5038
|
-
"char": "a",
|
|
5039
|
-
"summary": "New package version name.",
|
|
5040
|
-
"multiple": false,
|
|
5041
|
-
"deprecateAliases": true,
|
|
5042
|
-
"aliases": [
|
|
5043
|
-
"versionname"
|
|
5044
|
-
]
|
|
5045
|
-
},
|
|
5046
|
-
"version-description": {
|
|
5047
|
-
"name": "version-description",
|
|
5048
|
-
"type": "option",
|
|
5049
|
-
"char": "e",
|
|
5050
|
-
"summary": "New package version description.",
|
|
5051
|
-
"multiple": false,
|
|
5052
|
-
"deprecateAliases": true,
|
|
5053
|
-
"aliases": [
|
|
5054
|
-
"versiondescription"
|
|
5055
|
-
]
|
|
5056
|
-
},
|
|
5057
|
-
"branch": {
|
|
5058
|
-
"name": "branch",
|
|
5059
|
-
"type": "option",
|
|
5060
|
-
"char": "b",
|
|
5061
|
-
"summary": "New package version branch.",
|
|
5062
|
-
"multiple": false,
|
|
5063
|
-
"deprecateAliases": true
|
|
5064
|
-
},
|
|
5065
|
-
"tag": {
|
|
5066
|
-
"name": "tag",
|
|
5067
|
-
"type": "option",
|
|
5068
|
-
"char": "t",
|
|
5069
|
-
"summary": "New package version tag.",
|
|
5070
|
-
"multiple": false,
|
|
5071
|
-
"deprecateAliases": true
|
|
5072
|
-
},
|
|
5073
|
-
"installation-key": {
|
|
5074
|
-
"name": "installation-key",
|
|
5075
|
-
"type": "option",
|
|
5076
|
-
"char": "k",
|
|
5077
|
-
"summary": "New installation key for key-protected package (default: null)",
|
|
5078
|
-
"multiple": false,
|
|
5079
|
-
"deprecateAliases": true,
|
|
5080
|
-
"aliases": [
|
|
5081
|
-
"installationkey"
|
|
5082
|
-
]
|
|
5083
|
-
}
|
|
5084
|
-
},
|
|
5085
|
-
"args": {},
|
|
5086
|
-
"requiresProject": true,
|
|
5087
|
-
"hasDynamicHelp": true
|
|
5088
|
-
},
|
|
5089
|
-
"package1:version:create": {
|
|
5090
|
-
"id": "package1:version:create",
|
|
5091
|
-
"summary": "Create a first-generation package version in the release org.",
|
|
5092
|
-
"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.",
|
|
5093
|
-
"strict": true,
|
|
5094
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5095
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5096
|
-
"pluginType": "jit",
|
|
5097
|
-
"aliases": [
|
|
5098
|
-
"force:package1:version:create"
|
|
5099
|
-
],
|
|
5100
|
-
"examples": [
|
|
5101
|
-
"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",
|
|
5102
|
-
"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"
|
|
5103
|
-
],
|
|
5104
|
-
"deprecateAliases": true,
|
|
5105
|
-
"flags": {
|
|
5106
|
-
"loglevel": {
|
|
5107
|
-
"name": "loglevel",
|
|
5108
|
-
"type": "option",
|
|
5109
|
-
"hidden": true,
|
|
5110
|
-
"multiple": false,
|
|
5111
|
-
"deprecated": {
|
|
5112
|
-
"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."
|
|
5113
|
-
},
|
|
5114
|
-
"deprecateAliases": true
|
|
5115
|
-
},
|
|
5116
|
-
"target-org": {
|
|
5117
|
-
"name": "target-org",
|
|
5118
|
-
"type": "option",
|
|
5119
|
-
"char": "o",
|
|
5120
|
-
"summary": "Username or alias of the target org.",
|
|
5121
|
-
"required": true,
|
|
5122
|
-
"multiple": false,
|
|
5123
|
-
"deprecateAliases": true,
|
|
5124
|
-
"aliases": [
|
|
5125
|
-
"targetusername",
|
|
5126
|
-
"u"
|
|
5127
|
-
]
|
|
5128
|
-
},
|
|
5129
|
-
"api-version": {
|
|
5130
|
-
"name": "api-version",
|
|
5131
|
-
"type": "option",
|
|
5132
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5133
|
-
"multiple": false,
|
|
5134
|
-
"deprecateAliases": true,
|
|
5135
|
-
"aliases": [
|
|
5136
|
-
"apiversion"
|
|
5137
|
-
]
|
|
5138
|
-
},
|
|
5139
|
-
"package-id": {
|
|
5140
|
-
"name": "package-id",
|
|
5141
|
-
"type": "option",
|
|
5142
|
-
"char": "i",
|
|
5143
|
-
"summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
|
|
5144
|
-
"required": true,
|
|
5145
|
-
"multiple": false,
|
|
5146
|
-
"deprecateAliases": true,
|
|
5147
|
-
"aliases": [
|
|
5148
|
-
"packageid"
|
|
5149
|
-
]
|
|
5150
|
-
},
|
|
5151
|
-
"name": {
|
|
5152
|
-
"name": "name",
|
|
5153
|
-
"type": "option",
|
|
5154
|
-
"char": "n",
|
|
5155
|
-
"summary": "Package version name.",
|
|
5156
|
-
"required": true,
|
|
5157
|
-
"multiple": false,
|
|
5158
|
-
"deprecateAliases": true
|
|
5159
|
-
},
|
|
5160
|
-
"description": {
|
|
5161
|
-
"name": "description",
|
|
5162
|
-
"type": "option",
|
|
5163
|
-
"char": "d",
|
|
5164
|
-
"summary": "Package version description.",
|
|
5165
|
-
"multiple": false,
|
|
5166
|
-
"deprecateAliases": true
|
|
5167
|
-
},
|
|
5168
|
-
"version": {
|
|
5169
|
-
"name": "version",
|
|
5170
|
-
"type": "option",
|
|
5171
|
-
"char": "v",
|
|
5172
|
-
"summary": "Package version in major.minor format, for example, 3.2.",
|
|
5173
|
-
"multiple": false,
|
|
5174
|
-
"deprecateAliases": true
|
|
5175
|
-
},
|
|
5176
|
-
"managed-released": {
|
|
5177
|
-
"name": "managed-released",
|
|
5178
|
-
"type": "boolean",
|
|
5179
|
-
"char": "m",
|
|
5180
|
-
"summary": "Create a managed package version.",
|
|
5181
|
-
"description": "To create a beta version, don’t include this parameter.",
|
|
5182
|
-
"allowNo": false,
|
|
5183
|
-
"deprecateAliases": true,
|
|
5184
|
-
"aliases": [
|
|
5185
|
-
"managedrelease"
|
|
5186
|
-
]
|
|
5187
|
-
},
|
|
5188
|
-
"release-notes-url": {
|
|
5189
|
-
"name": "release-notes-url",
|
|
5190
|
-
"type": "option",
|
|
5191
|
-
"char": "r",
|
|
5192
|
-
"summary": "Release notes URL.",
|
|
5193
|
-
"description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
|
|
5194
|
-
"multiple": false,
|
|
5195
|
-
"deprecateAliases": true,
|
|
5196
|
-
"aliases": [
|
|
5197
|
-
"releasenotesurl"
|
|
5198
|
-
]
|
|
5199
|
-
},
|
|
5200
|
-
"post-install-url": {
|
|
5201
|
-
"name": "post-install-url",
|
|
5202
|
-
"type": "option",
|
|
5203
|
-
"char": "p",
|
|
5204
|
-
"summary": "Post install URL.",
|
|
5205
|
-
"description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
|
|
5206
|
-
"multiple": false,
|
|
5207
|
-
"deprecateAliases": true,
|
|
5208
|
-
"aliases": [
|
|
5209
|
-
"postinstallurl"
|
|
5210
|
-
]
|
|
5211
|
-
},
|
|
5212
|
-
"installation-key": {
|
|
5213
|
-
"name": "installation-key",
|
|
5214
|
-
"type": "option",
|
|
5215
|
-
"char": "k",
|
|
5216
|
-
"summary": "Installation key for key-protected package (default: null).",
|
|
5217
|
-
"multiple": false,
|
|
5218
|
-
"deprecateAliases": true,
|
|
5219
|
-
"aliases": [
|
|
5220
|
-
"installationkey"
|
|
5221
|
-
]
|
|
5222
|
-
},
|
|
5223
|
-
"wait": {
|
|
5224
|
-
"name": "wait",
|
|
5225
|
-
"type": "option",
|
|
5226
|
-
"char": "w",
|
|
5227
|
-
"summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
|
|
5228
|
-
"multiple": false,
|
|
5229
|
-
"deprecateAliases": true
|
|
5230
|
-
}
|
|
5231
|
-
},
|
|
5232
|
-
"args": {},
|
|
5233
|
-
"requiresProject": true,
|
|
5234
|
-
"hasDynamicHelp": true
|
|
5235
|
-
},
|
|
5236
|
-
"package1:version:display": {
|
|
5237
|
-
"id": "package1:version:display",
|
|
5238
|
-
"summary": "Display details about a first-generation package version.",
|
|
5239
|
-
"strict": true,
|
|
5240
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5241
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5242
|
-
"pluginType": "jit",
|
|
5243
|
-
"aliases": [
|
|
5244
|
-
"force:package1:version:display"
|
|
5245
|
-
],
|
|
5246
|
-
"examples": [
|
|
5247
|
-
"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...",
|
|
5248
|
-
"Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
|
|
5249
|
-
],
|
|
5250
|
-
"deprecateAliases": true,
|
|
5251
|
-
"flags": {
|
|
5252
|
-
"loglevel": {
|
|
5253
|
-
"name": "loglevel",
|
|
5254
|
-
"type": "option",
|
|
5255
|
-
"hidden": true,
|
|
5256
|
-
"multiple": false,
|
|
5257
|
-
"deprecated": {
|
|
5258
|
-
"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."
|
|
5259
|
-
},
|
|
5260
|
-
"deprecateAliases": true
|
|
5261
|
-
},
|
|
5262
|
-
"target-org": {
|
|
5263
|
-
"name": "target-org",
|
|
5264
|
-
"type": "option",
|
|
5265
|
-
"char": "o",
|
|
5266
|
-
"summary": "Username or alias of the target org.",
|
|
5267
|
-
"required": true,
|
|
5268
|
-
"multiple": false,
|
|
5269
|
-
"deprecateAliases": true,
|
|
5270
|
-
"aliases": [
|
|
5271
|
-
"targetusername",
|
|
5272
|
-
"u"
|
|
5273
|
-
]
|
|
5274
|
-
},
|
|
5275
|
-
"api-version": {
|
|
5276
|
-
"name": "api-version",
|
|
5277
|
-
"type": "option",
|
|
5278
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5279
|
-
"multiple": false,
|
|
5280
|
-
"deprecateAliases": true,
|
|
5281
|
-
"aliases": [
|
|
5282
|
-
"apiversion"
|
|
5283
|
-
]
|
|
5284
|
-
},
|
|
5285
|
-
"package-version-id": {
|
|
5286
|
-
"name": "package-version-id",
|
|
5287
|
-
"type": "option",
|
|
5288
|
-
"char": "i",
|
|
5289
|
-
"summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
|
|
5290
|
-
"required": true,
|
|
5291
|
-
"multiple": false,
|
|
5292
|
-
"deprecateAliases": true,
|
|
5293
|
-
"aliases": [
|
|
5294
|
-
"packageversionid"
|
|
5295
|
-
]
|
|
5296
|
-
}
|
|
5297
|
-
},
|
|
5298
|
-
"args": {},
|
|
5299
|
-
"hasDynamicHelp": true
|
|
5300
|
-
},
|
|
5301
|
-
"package1:version:list": {
|
|
5302
|
-
"id": "package1:version:list",
|
|
5303
|
-
"summary": "List package versions for the specified first-generation package or for the org.",
|
|
5304
|
-
"strict": true,
|
|
5305
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5306
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5307
|
-
"pluginType": "jit",
|
|
5308
|
-
"aliases": [
|
|
5309
|
-
"force:package1:version:list"
|
|
5310
|
-
],
|
|
5311
|
-
"examples": [
|
|
5312
|
-
"List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
5313
|
-
"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"
|
|
5314
|
-
],
|
|
5315
|
-
"deprecateAliases": true,
|
|
5316
|
-
"flags": {
|
|
5317
|
-
"loglevel": {
|
|
5318
|
-
"name": "loglevel",
|
|
5319
|
-
"type": "option",
|
|
5320
|
-
"hidden": true,
|
|
5321
|
-
"multiple": false,
|
|
5322
|
-
"deprecated": {
|
|
5323
|
-
"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."
|
|
5324
|
-
},
|
|
5325
|
-
"deprecateAliases": true
|
|
5326
|
-
},
|
|
5327
|
-
"target-org": {
|
|
5328
|
-
"name": "target-org",
|
|
5329
|
-
"type": "option",
|
|
5330
|
-
"char": "o",
|
|
5331
|
-
"summary": "Username or alias of the target org.",
|
|
5332
|
-
"required": true,
|
|
5333
|
-
"multiple": false,
|
|
5334
|
-
"deprecateAliases": true,
|
|
5335
|
-
"aliases": [
|
|
5336
|
-
"targetusername",
|
|
5337
|
-
"u"
|
|
5338
|
-
]
|
|
5339
|
-
},
|
|
5340
|
-
"api-version": {
|
|
5341
|
-
"name": "api-version",
|
|
5342
|
-
"type": "option",
|
|
5343
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5344
|
-
"multiple": false,
|
|
5345
|
-
"deprecateAliases": true,
|
|
5346
|
-
"aliases": [
|
|
5347
|
-
"apiversion"
|
|
5348
|
-
]
|
|
5349
|
-
},
|
|
5350
|
-
"package-id": {
|
|
5351
|
-
"name": "package-id",
|
|
5352
|
-
"type": "option",
|
|
5353
|
-
"char": "i",
|
|
5354
|
-
"summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
|
|
5355
|
-
"description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
|
|
5356
|
-
"multiple": false,
|
|
5357
|
-
"deprecateAliases": true,
|
|
5358
|
-
"aliases": [
|
|
5359
|
-
"packageid"
|
|
5360
|
-
]
|
|
5361
|
-
}
|
|
5362
|
-
},
|
|
5363
|
-
"args": {},
|
|
5364
|
-
"hasDynamicHelp": true
|
|
5365
|
-
},
|
|
5366
|
-
"package:version:create:list": {
|
|
5367
|
-
"id": "package:version:create:list",
|
|
5368
|
-
"summary": "List package version creation requests.",
|
|
5369
|
-
"description": "Shows the details of each request to create a package version in the Dev Hub org.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nTo get information about a specific request, run \"<%= config.bin %> package version create report\" and supply the request ID.",
|
|
5370
|
-
"strict": true,
|
|
5371
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5372
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5373
|
-
"pluginType": "jit",
|
|
5374
|
-
"aliases": [
|
|
5375
|
-
"force:package:version:create:list"
|
|
5376
|
-
],
|
|
5377
|
-
"examples": [
|
|
5378
|
-
"List all package version creation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
|
|
5379
|
-
"List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub",
|
|
5380
|
-
"List package version creation requests with status Error:\n<%= config.bin %> <%= command.id %> --status Error",
|
|
5381
|
-
"List package version creation requests with status InProgress:\n<%= config.bin %> <%= command.id %> --status InProgress",
|
|
5382
|
-
"List package version creation requests with status Success that were created today:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
|
|
5383
|
-
],
|
|
5384
|
-
"deprecateAliases": true,
|
|
5385
|
-
"flags": {
|
|
5386
|
-
"loglevel": {
|
|
5387
|
-
"name": "loglevel",
|
|
5388
|
-
"type": "option",
|
|
5389
|
-
"hidden": true,
|
|
5390
|
-
"multiple": false,
|
|
5391
|
-
"deprecated": {
|
|
5392
|
-
"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."
|
|
5393
|
-
},
|
|
5394
|
-
"deprecateAliases": true
|
|
5395
|
-
},
|
|
5396
|
-
"target-dev-hub": {
|
|
5397
|
-
"name": "target-dev-hub",
|
|
5398
|
-
"type": "option",
|
|
5399
|
-
"char": "v",
|
|
5400
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
5401
|
-
"required": true,
|
|
5402
|
-
"multiple": false,
|
|
5403
|
-
"deprecateAliases": true,
|
|
5404
|
-
"aliases": [
|
|
5405
|
-
"targetdevhubusername",
|
|
5406
|
-
"target-hub-org"
|
|
5407
|
-
]
|
|
5408
|
-
},
|
|
5409
|
-
"api-version": {
|
|
5410
|
-
"name": "api-version",
|
|
5411
|
-
"type": "option",
|
|
5412
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5413
|
-
"multiple": false,
|
|
5414
|
-
"deprecateAliases": true,
|
|
5415
|
-
"aliases": [
|
|
5416
|
-
"apiversion"
|
|
5417
|
-
]
|
|
5418
|
-
},
|
|
5419
|
-
"created-last-days": {
|
|
5420
|
-
"name": "created-last-days",
|
|
5421
|
-
"type": "option",
|
|
5422
|
-
"char": "c",
|
|
5423
|
-
"summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
|
|
5424
|
-
"multiple": false,
|
|
5425
|
-
"deprecateAliases": true,
|
|
5426
|
-
"aliases": [
|
|
5427
|
-
"createdlastdays"
|
|
5428
|
-
]
|
|
5429
|
-
},
|
|
5430
|
-
"status": {
|
|
5431
|
-
"name": "status",
|
|
5432
|
-
"type": "option",
|
|
5433
|
-
"char": "s",
|
|
5434
|
-
"summary": "Status of the version creation request, used to filter the list.",
|
|
5435
|
-
"multiple": false,
|
|
5436
|
-
"options": [
|
|
5437
|
-
"Queued",
|
|
5438
|
-
"InProgress",
|
|
5439
|
-
"Success",
|
|
5440
|
-
"Error"
|
|
5441
|
-
],
|
|
5442
|
-
"deprecateAliases": true
|
|
5443
|
-
},
|
|
5444
|
-
"show-conversions-only": {
|
|
5445
|
-
"name": "show-conversions-only",
|
|
5446
|
-
"type": "boolean",
|
|
5447
|
-
"summary": "Filter the list output to display only converted package version.",
|
|
5448
|
-
"allowNo": false,
|
|
5449
|
-
"deprecateAliases": true
|
|
5450
|
-
},
|
|
5451
|
-
"verbose": {
|
|
5452
|
-
"name": "verbose",
|
|
5453
|
-
"type": "boolean",
|
|
5454
|
-
"summary": "Displays additional information at a slight performance cost, such as the version name and number for each package version create request.",
|
|
5455
|
-
"allowNo": false,
|
|
5456
|
-
"deprecateAliases": true
|
|
5457
|
-
}
|
|
5458
|
-
},
|
|
5459
|
-
"args": {},
|
|
5460
|
-
"hasDynamicHelp": true
|
|
5461
|
-
},
|
|
5462
|
-
"package:version:create:report": {
|
|
5463
|
-
"id": "package:version:create:report",
|
|
5464
|
-
"summary": "Retrieve details about a package version creation request.",
|
|
5465
|
-
"description": "Specify the request ID for which you want to view details. If applicable, the command displays errors related to the request.\n\nTo show all requests in the org, run \"<%= config.bin %> package version create list\".",
|
|
5466
|
-
"strict": true,
|
|
5467
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5468
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5469
|
-
"pluginType": "jit",
|
|
5470
|
-
"aliases": [
|
|
5471
|
-
"force:package:version:create:report"
|
|
5472
|
-
],
|
|
5473
|
-
"examples": [
|
|
5474
|
-
"Retrieve details about the package version creation request with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c...",
|
|
5475
|
-
"Retrieve details about the specified package version creation request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-dev-hub devhub@example.com"
|
|
5476
|
-
],
|
|
5477
|
-
"deprecateAliases": true,
|
|
5478
|
-
"flags": {
|
|
5479
|
-
"loglevel": {
|
|
5480
|
-
"name": "loglevel",
|
|
5481
|
-
"type": "option",
|
|
5482
|
-
"hidden": true,
|
|
5483
|
-
"multiple": false,
|
|
5484
|
-
"deprecated": {
|
|
5485
|
-
"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."
|
|
5486
|
-
},
|
|
5487
|
-
"deprecateAliases": true
|
|
5488
|
-
},
|
|
5489
|
-
"target-dev-hub": {
|
|
5490
|
-
"name": "target-dev-hub",
|
|
5491
|
-
"type": "option",
|
|
5492
|
-
"char": "v",
|
|
5493
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
5494
|
-
"required": true,
|
|
5495
|
-
"multiple": false,
|
|
5496
|
-
"deprecateAliases": true,
|
|
5497
|
-
"aliases": [
|
|
5498
|
-
"targetdevhubusername",
|
|
5499
|
-
"target-hub-org"
|
|
5500
|
-
]
|
|
5501
|
-
},
|
|
5502
|
-
"api-version": {
|
|
5503
|
-
"name": "api-version",
|
|
5504
|
-
"type": "option",
|
|
5505
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5506
|
-
"multiple": false,
|
|
5507
|
-
"deprecateAliases": true,
|
|
5508
|
-
"aliases": [
|
|
5509
|
-
"apiversion"
|
|
5510
|
-
]
|
|
5511
|
-
},
|
|
5512
|
-
"package-create-request-id": {
|
|
5513
|
-
"name": "package-create-request-id",
|
|
5514
|
-
"type": "option",
|
|
5515
|
-
"char": "i",
|
|
5516
|
-
"summary": "ID (starts with 08c) of the package version creation request you want to display.",
|
|
5517
|
-
"required": true,
|
|
5518
|
-
"multiple": false,
|
|
5519
|
-
"deprecateAliases": true,
|
|
5520
|
-
"aliases": [
|
|
5521
|
-
"packagecreaterequestid"
|
|
5522
|
-
]
|
|
5523
|
-
}
|
|
5524
|
-
},
|
|
5525
|
-
"args": {},
|
|
5526
|
-
"hasDynamicHelp": true
|
|
5527
|
-
},
|
|
5528
|
-
"package1:version:create:get": {
|
|
5529
|
-
"id": "package1:version:create:get",
|
|
5530
|
-
"summary": "Retrieve the status of a package version creation request.",
|
|
5531
|
-
"strict": true,
|
|
5532
|
-
"pluginName": "@salesforce/plugin-packaging",
|
|
5533
|
-
"pluginAlias": "@salesforce/plugin-packaging",
|
|
5534
|
-
"pluginType": "jit",
|
|
5535
|
-
"aliases": [
|
|
5536
|
-
"force:package1:version:create:get"
|
|
5537
|
-
],
|
|
5538
|
-
"examples": [
|
|
5539
|
-
"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...",
|
|
5540
|
-
"Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --request-id 0HD... --target-org myorg@example.com"
|
|
5541
|
-
],
|
|
5542
|
-
"deprecateAliases": true,
|
|
5543
|
-
"flags": {
|
|
5544
|
-
"loglevel": {
|
|
5545
|
-
"name": "loglevel",
|
|
5546
|
-
"type": "option",
|
|
5547
|
-
"hidden": true,
|
|
5548
|
-
"multiple": false,
|
|
5549
|
-
"deprecated": {
|
|
5550
|
-
"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."
|
|
5551
|
-
},
|
|
5552
|
-
"deprecateAliases": true
|
|
5553
|
-
},
|
|
5554
|
-
"target-org": {
|
|
5555
|
-
"name": "target-org",
|
|
5556
|
-
"type": "option",
|
|
5557
|
-
"char": "o",
|
|
5558
|
-
"summary": "Username or alias of the target org.",
|
|
5559
|
-
"required": true,
|
|
5560
|
-
"multiple": false,
|
|
5561
|
-
"deprecateAliases": true,
|
|
5562
|
-
"aliases": [
|
|
5563
|
-
"targetusername",
|
|
5564
|
-
"u"
|
|
5565
|
-
]
|
|
5566
|
-
},
|
|
5567
|
-
"api-version": {
|
|
5568
|
-
"name": "api-version",
|
|
5569
|
-
"type": "option",
|
|
5570
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5571
|
-
"multiple": false,
|
|
5572
|
-
"deprecateAliases": true,
|
|
5573
|
-
"aliases": [
|
|
5574
|
-
"apiversion"
|
|
5575
|
-
]
|
|
5576
|
-
},
|
|
5577
|
-
"request-id": {
|
|
5578
|
-
"name": "request-id",
|
|
5579
|
-
"type": "option",
|
|
5580
|
-
"char": "i",
|
|
5581
|
-
"summary": "ID of the PackageUploadRequest (starts with 0HD).",
|
|
5582
|
-
"required": true,
|
|
5583
|
-
"multiple": false,
|
|
5584
|
-
"deprecateAliases": true,
|
|
5585
|
-
"aliases": [
|
|
5586
|
-
"requestid"
|
|
5587
|
-
]
|
|
5588
|
-
}
|
|
5589
|
-
},
|
|
5590
|
-
"args": {},
|
|
5591
|
-
"hasDynamicHelp": true
|
|
5592
|
-
},
|
|
5593
3413
|
"org:create:shape": {
|
|
5594
3414
|
"aliases": [
|
|
5595
3415
|
"force:org:shape:create"
|
|
@@ -7420,5 +5240,5 @@
|
|
|
7420
5240
|
]
|
|
7421
5241
|
}
|
|
7422
5242
|
},
|
|
7423
|
-
"version": "2.19.
|
|
5243
|
+
"version": "2.19.7"
|
|
7424
5244
|
}
|