@salesforce/cli 2.27.1 → 2.27.3
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 +42 -39
- package/npm-shrinkwrap.json +14794 -12928
- package/oclif.manifest.json +308 -308
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
|
@@ -1222,12 +1222,14 @@
|
|
|
1222
1222
|
"messages:audit:dev"
|
|
1223
1223
|
]
|
|
1224
1224
|
},
|
|
1225
|
-
"dev:
|
|
1225
|
+
"dev:convert:messages": {
|
|
1226
1226
|
"aliases": [],
|
|
1227
1227
|
"args": {},
|
|
1228
|
-
"description": "
|
|
1228
|
+
"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.",
|
|
1229
1229
|
"examples": [
|
|
1230
|
-
"
|
|
1230
|
+
"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",
|
|
1231
|
+
"Similar to previous example, but specify the plugin project directory:",
|
|
1232
|
+
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1231
1233
|
],
|
|
1232
1234
|
"flags": {
|
|
1233
1235
|
"json": {
|
|
@@ -1237,70 +1239,64 @@
|
|
|
1237
1239
|
"allowNo": false,
|
|
1238
1240
|
"type": "boolean"
|
|
1239
1241
|
},
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
"
|
|
1242
|
+
"project-dir": {
|
|
1243
|
+
"aliases": [
|
|
1244
|
+
"projectdir"
|
|
1245
|
+
],
|
|
1246
|
+
"char": "p",
|
|
1247
|
+
"name": "project-dir",
|
|
1248
|
+
"summary": "Location of the project whose messages are to be converted.",
|
|
1249
|
+
"default": ".",
|
|
1245
1250
|
"hasDynamicHelp": false,
|
|
1246
1251
|
"multiple": false,
|
|
1247
1252
|
"type": "option"
|
|
1248
1253
|
},
|
|
1249
|
-
"
|
|
1254
|
+
"file-name": {
|
|
1250
1255
|
"aliases": [
|
|
1251
|
-
"
|
|
1256
|
+
"filename"
|
|
1252
1257
|
],
|
|
1253
|
-
"char": "
|
|
1254
|
-
"name": "
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"type": "boolean"
|
|
1258
|
-
},
|
|
1259
|
-
"bot": {
|
|
1260
|
-
"char": "b",
|
|
1261
|
-
"name": "bot",
|
|
1262
|
-
"summary": "GitHub login/username for the bot.",
|
|
1263
|
-
"default": "SF-CLI-BOT",
|
|
1258
|
+
"char": "f",
|
|
1259
|
+
"name": "file-name",
|
|
1260
|
+
"required": true,
|
|
1261
|
+
"summary": "Filename to convert.",
|
|
1264
1262
|
"hasDynamicHelp": false,
|
|
1265
|
-
"multiple":
|
|
1263
|
+
"multiple": true,
|
|
1266
1264
|
"type": "option"
|
|
1267
1265
|
}
|
|
1268
1266
|
},
|
|
1269
1267
|
"hasDynamicHelp": false,
|
|
1270
|
-
"hidden": true,
|
|
1271
1268
|
"hiddenAliases": [],
|
|
1272
|
-
"id": "dev:
|
|
1269
|
+
"id": "dev:convert:messages",
|
|
1273
1270
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1274
1271
|
"pluginName": "@salesforce/plugin-dev",
|
|
1275
1272
|
"pluginType": "jit",
|
|
1276
1273
|
"strict": true,
|
|
1277
|
-
"summary": "
|
|
1274
|
+
"summary": "Convert a .json messages file into Markdown.",
|
|
1278
1275
|
"enableJsonFlag": true,
|
|
1279
1276
|
"isESM": true,
|
|
1280
1277
|
"relativePath": [
|
|
1281
1278
|
"lib",
|
|
1282
1279
|
"commands",
|
|
1283
1280
|
"dev",
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1281
|
+
"convert",
|
|
1282
|
+
"messages.js"
|
|
1286
1283
|
],
|
|
1287
1284
|
"aliasPermutations": [],
|
|
1288
1285
|
"permutations": [
|
|
1289
|
-
"dev:
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"dev:
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1286
|
+
"dev:convert:messages",
|
|
1287
|
+
"convert:dev:messages",
|
|
1288
|
+
"convert:messages:dev",
|
|
1289
|
+
"dev:messages:convert",
|
|
1290
|
+
"messages:dev:convert",
|
|
1291
|
+
"messages:convert:dev"
|
|
1295
1292
|
]
|
|
1296
1293
|
},
|
|
1297
|
-
"dev:
|
|
1294
|
+
"dev:convert:script": {
|
|
1298
1295
|
"aliases": [],
|
|
1299
1296
|
"args": {},
|
|
1300
|
-
"description": "
|
|
1297
|
+
"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\".",
|
|
1301
1298
|
"examples": [
|
|
1302
|
-
"
|
|
1303
|
-
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1299
|
+
"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"
|
|
1304
1300
|
],
|
|
1305
1301
|
"flags": {
|
|
1306
1302
|
"json": {
|
|
@@ -1310,62 +1306,56 @@
|
|
|
1310
1306
|
"allowNo": false,
|
|
1311
1307
|
"type": "boolean"
|
|
1312
1308
|
},
|
|
1313
|
-
"
|
|
1314
|
-
"char": "
|
|
1315
|
-
"name": "
|
|
1309
|
+
"script": {
|
|
1310
|
+
"char": "s",
|
|
1311
|
+
"name": "script",
|
|
1316
1312
|
"required": true,
|
|
1317
|
-
"summary": "
|
|
1313
|
+
"summary": "Filepath to the script you want to convert.",
|
|
1318
1314
|
"hasDynamicHelp": false,
|
|
1319
1315
|
"multiple": false,
|
|
1320
1316
|
"type": "option"
|
|
1321
1317
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
"char": "d",
|
|
1327
|
-
"name": "dry-run",
|
|
1328
|
-
"summary": "Make no changes.",
|
|
1318
|
+
"no-prompt": {
|
|
1319
|
+
"hidden": true,
|
|
1320
|
+
"name": "no-prompt",
|
|
1321
|
+
"summary": "Don't prompt for suggested replacements.",
|
|
1329
1322
|
"allowNo": false,
|
|
1330
1323
|
"type": "boolean"
|
|
1331
1324
|
}
|
|
1332
1325
|
},
|
|
1333
1326
|
"hasDynamicHelp": false,
|
|
1334
|
-
"hidden": true,
|
|
1335
1327
|
"hiddenAliases": [],
|
|
1336
|
-
"id": "dev:
|
|
1328
|
+
"id": "dev:convert:script",
|
|
1337
1329
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1338
1330
|
"pluginName": "@salesforce/plugin-dev",
|
|
1339
1331
|
"pluginType": "jit",
|
|
1340
1332
|
"strict": true,
|
|
1341
|
-
"summary": "
|
|
1333
|
+
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1342
1334
|
"enableJsonFlag": true,
|
|
1343
1335
|
"isESM": true,
|
|
1344
1336
|
"relativePath": [
|
|
1345
1337
|
"lib",
|
|
1346
1338
|
"commands",
|
|
1347
1339
|
"dev",
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1340
|
+
"convert",
|
|
1341
|
+
"script.js"
|
|
1350
1342
|
],
|
|
1351
1343
|
"aliasPermutations": [],
|
|
1352
1344
|
"permutations": [
|
|
1353
|
-
"dev:
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
"dev:
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1345
|
+
"dev:convert:script",
|
|
1346
|
+
"convert:dev:script",
|
|
1347
|
+
"convert:script:dev",
|
|
1348
|
+
"dev:script:convert",
|
|
1349
|
+
"script:dev:convert",
|
|
1350
|
+
"script:convert:dev"
|
|
1359
1351
|
]
|
|
1360
1352
|
},
|
|
1361
|
-
"dev:
|
|
1353
|
+
"dev:configure:repo": {
|
|
1362
1354
|
"aliases": [],
|
|
1363
1355
|
"args": {},
|
|
1364
|
-
"description": "
|
|
1356
|
+
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1365
1357
|
"examples": [
|
|
1366
|
-
"
|
|
1367
|
-
"Similar to previous example, but specify the plugin project directory:",
|
|
1368
|
-
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1358
|
+
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1369
1359
|
],
|
|
1370
1360
|
"flags": {
|
|
1371
1361
|
"json": {
|
|
@@ -1375,64 +1365,70 @@
|
|
|
1375
1365
|
"allowNo": false,
|
|
1376
1366
|
"type": "boolean"
|
|
1377
1367
|
},
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
"
|
|
1383
|
-
"name": "project-dir",
|
|
1384
|
-
"summary": "Location of the project whose messages are to be converted.",
|
|
1385
|
-
"default": ".",
|
|
1368
|
+
"repository": {
|
|
1369
|
+
"char": "r",
|
|
1370
|
+
"name": "repository",
|
|
1371
|
+
"required": true,
|
|
1372
|
+
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1386
1373
|
"hasDynamicHelp": false,
|
|
1387
1374
|
"multiple": false,
|
|
1388
1375
|
"type": "option"
|
|
1389
1376
|
},
|
|
1390
|
-
"
|
|
1377
|
+
"dry-run": {
|
|
1391
1378
|
"aliases": [
|
|
1392
|
-
"
|
|
1379
|
+
"dryrun"
|
|
1393
1380
|
],
|
|
1394
|
-
"char": "
|
|
1395
|
-
"name": "
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1381
|
+
"char": "d",
|
|
1382
|
+
"name": "dry-run",
|
|
1383
|
+
"summary": "Make no changes.",
|
|
1384
|
+
"allowNo": false,
|
|
1385
|
+
"type": "boolean"
|
|
1386
|
+
},
|
|
1387
|
+
"bot": {
|
|
1388
|
+
"char": "b",
|
|
1389
|
+
"name": "bot",
|
|
1390
|
+
"summary": "GitHub login/username for the bot.",
|
|
1391
|
+
"default": "SF-CLI-BOT",
|
|
1398
1392
|
"hasDynamicHelp": false,
|
|
1399
|
-
"multiple":
|
|
1393
|
+
"multiple": false,
|
|
1400
1394
|
"type": "option"
|
|
1401
1395
|
}
|
|
1402
1396
|
},
|
|
1403
1397
|
"hasDynamicHelp": false,
|
|
1398
|
+
"hidden": true,
|
|
1404
1399
|
"hiddenAliases": [],
|
|
1405
|
-
"id": "dev:
|
|
1400
|
+
"id": "dev:configure:repo",
|
|
1406
1401
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1407
1402
|
"pluginName": "@salesforce/plugin-dev",
|
|
1408
1403
|
"pluginType": "jit",
|
|
1409
1404
|
"strict": true,
|
|
1410
|
-
"summary": "
|
|
1405
|
+
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1411
1406
|
"enableJsonFlag": true,
|
|
1412
1407
|
"isESM": true,
|
|
1413
1408
|
"relativePath": [
|
|
1414
1409
|
"lib",
|
|
1415
1410
|
"commands",
|
|
1416
1411
|
"dev",
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1412
|
+
"configure",
|
|
1413
|
+
"repo.js"
|
|
1419
1414
|
],
|
|
1420
1415
|
"aliasPermutations": [],
|
|
1421
1416
|
"permutations": [
|
|
1422
|
-
"dev:
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1425
|
-
"dev:
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1417
|
+
"dev:configure:repo",
|
|
1418
|
+
"configure:dev:repo",
|
|
1419
|
+
"configure:repo:dev",
|
|
1420
|
+
"dev:repo:configure",
|
|
1421
|
+
"repo:dev:configure",
|
|
1422
|
+
"repo:configure:dev"
|
|
1428
1423
|
]
|
|
1429
1424
|
},
|
|
1430
|
-
"dev:
|
|
1425
|
+
"dev:configure:secrets": {
|
|
1431
1426
|
"aliases": [],
|
|
1432
1427
|
"args": {},
|
|
1433
|
-
"description": "
|
|
1428
|
+
"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.",
|
|
1434
1429
|
"examples": [
|
|
1435
|
-
"
|
|
1430
|
+
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
1431
|
+
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1436
1432
|
],
|
|
1437
1433
|
"flags": {
|
|
1438
1434
|
"json": {
|
|
@@ -1442,48 +1438,52 @@
|
|
|
1442
1438
|
"allowNo": false,
|
|
1443
1439
|
"type": "boolean"
|
|
1444
1440
|
},
|
|
1445
|
-
"
|
|
1446
|
-
"char": "
|
|
1447
|
-
"name": "
|
|
1441
|
+
"repository": {
|
|
1442
|
+
"char": "r",
|
|
1443
|
+
"name": "repository",
|
|
1448
1444
|
"required": true,
|
|
1449
|
-
"summary": "
|
|
1445
|
+
"summary": "Github owner/repo.",
|
|
1450
1446
|
"hasDynamicHelp": false,
|
|
1451
1447
|
"multiple": false,
|
|
1452
1448
|
"type": "option"
|
|
1453
1449
|
},
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
|
|
1457
|
-
|
|
1450
|
+
"dry-run": {
|
|
1451
|
+
"aliases": [
|
|
1452
|
+
"dryrun"
|
|
1453
|
+
],
|
|
1454
|
+
"char": "d",
|
|
1455
|
+
"name": "dry-run",
|
|
1456
|
+
"summary": "Make no changes.",
|
|
1458
1457
|
"allowNo": false,
|
|
1459
1458
|
"type": "boolean"
|
|
1460
1459
|
}
|
|
1461
1460
|
},
|
|
1462
1461
|
"hasDynamicHelp": false,
|
|
1462
|
+
"hidden": true,
|
|
1463
1463
|
"hiddenAliases": [],
|
|
1464
|
-
"id": "dev:
|
|
1464
|
+
"id": "dev:configure:secrets",
|
|
1465
1465
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1466
1466
|
"pluginName": "@salesforce/plugin-dev",
|
|
1467
1467
|
"pluginType": "jit",
|
|
1468
1468
|
"strict": true,
|
|
1469
|
-
"summary": "
|
|
1469
|
+
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1470
1470
|
"enableJsonFlag": true,
|
|
1471
1471
|
"isESM": true,
|
|
1472
1472
|
"relativePath": [
|
|
1473
1473
|
"lib",
|
|
1474
1474
|
"commands",
|
|
1475
1475
|
"dev",
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1476
|
+
"configure",
|
|
1477
|
+
"secrets.js"
|
|
1478
1478
|
],
|
|
1479
1479
|
"aliasPermutations": [],
|
|
1480
1480
|
"permutations": [
|
|
1481
|
-
"dev:
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"dev:
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1481
|
+
"dev:configure:secrets",
|
|
1482
|
+
"configure:dev:secrets",
|
|
1483
|
+
"configure:secrets:dev",
|
|
1484
|
+
"dev:secrets:configure",
|
|
1485
|
+
"secrets:dev:configure",
|
|
1486
|
+
"secrets:configure:dev"
|
|
1487
1487
|
]
|
|
1488
1488
|
},
|
|
1489
1489
|
"dev:generate:command": {
|
|
@@ -3400,16 +3400,15 @@
|
|
|
3400
3400
|
},
|
|
3401
3401
|
"args": {}
|
|
3402
3402
|
},
|
|
3403
|
-
"org:
|
|
3403
|
+
"org:create:shape": {
|
|
3404
3404
|
"aliases": [
|
|
3405
|
-
"force:org:shape:
|
|
3405
|
+
"force:org:shape:create"
|
|
3406
3406
|
],
|
|
3407
3407
|
"args": {},
|
|
3408
3408
|
"deprecateAliases": true,
|
|
3409
|
-
"description": "
|
|
3409
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> force:org:create\" command.",
|
|
3410
3410
|
"examples": [
|
|
3411
|
-
"
|
|
3412
|
-
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
3411
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
|
3413
3412
|
],
|
|
3414
3413
|
"flags": {
|
|
3415
3414
|
"json": {
|
|
@@ -3454,81 +3453,70 @@
|
|
|
3454
3453
|
"hasDynamicHelp": false,
|
|
3455
3454
|
"multiple": false,
|
|
3456
3455
|
"type": "option"
|
|
3457
|
-
},
|
|
3458
|
-
"no-prompt": {
|
|
3459
|
-
"aliases": [
|
|
3460
|
-
"noprompt"
|
|
3461
|
-
],
|
|
3462
|
-
"char": "p",
|
|
3463
|
-
"deprecateAliases": true,
|
|
3464
|
-
"name": "no-prompt",
|
|
3465
|
-
"summary": "Don't prompt for confirmation.",
|
|
3466
|
-
"allowNo": false,
|
|
3467
|
-
"type": "boolean"
|
|
3468
3456
|
}
|
|
3469
3457
|
},
|
|
3470
3458
|
"hasDynamicHelp": true,
|
|
3471
3459
|
"hiddenAliases": [],
|
|
3472
|
-
"id": "org:
|
|
3460
|
+
"id": "org:create:shape",
|
|
3473
3461
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3474
3462
|
"pluginName": "@salesforce/plugin-signups",
|
|
3475
3463
|
"pluginType": "jit",
|
|
3476
3464
|
"strict": true,
|
|
3477
|
-
"summary": "
|
|
3465
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
|
3478
3466
|
"enableJsonFlag": true,
|
|
3479
3467
|
"isESM": true,
|
|
3480
3468
|
"relativePath": [
|
|
3481
3469
|
"lib",
|
|
3482
3470
|
"commands",
|
|
3483
3471
|
"org",
|
|
3484
|
-
"
|
|
3472
|
+
"create",
|
|
3485
3473
|
"shape.js"
|
|
3486
3474
|
],
|
|
3487
3475
|
"aliasPermutations": [
|
|
3488
|
-
"force:org:shape:
|
|
3489
|
-
"org:force:shape:
|
|
3490
|
-
"org:shape:force:
|
|
3491
|
-
"org:shape:
|
|
3492
|
-
"force:shape:org:
|
|
3493
|
-
"shape:force:org:
|
|
3494
|
-
"shape:org:force:
|
|
3495
|
-
"shape:org:
|
|
3496
|
-
"force:shape:
|
|
3497
|
-
"shape:force:
|
|
3498
|
-
"shape:
|
|
3499
|
-
"shape:
|
|
3500
|
-
"force:org:
|
|
3501
|
-
"org:force:
|
|
3502
|
-
"org:
|
|
3503
|
-
"org:
|
|
3504
|
-
"force:
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3507
|
-
"
|
|
3508
|
-
"force:
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3476
|
+
"force:org:shape:create",
|
|
3477
|
+
"org:force:shape:create",
|
|
3478
|
+
"org:shape:force:create",
|
|
3479
|
+
"org:shape:create:force",
|
|
3480
|
+
"force:shape:org:create",
|
|
3481
|
+
"shape:force:org:create",
|
|
3482
|
+
"shape:org:force:create",
|
|
3483
|
+
"shape:org:create:force",
|
|
3484
|
+
"force:shape:create:org",
|
|
3485
|
+
"shape:force:create:org",
|
|
3486
|
+
"shape:create:force:org",
|
|
3487
|
+
"shape:create:org:force",
|
|
3488
|
+
"force:org:create:shape",
|
|
3489
|
+
"org:force:create:shape",
|
|
3490
|
+
"org:create:force:shape",
|
|
3491
|
+
"org:create:shape:force",
|
|
3492
|
+
"force:create:org:shape",
|
|
3493
|
+
"create:force:org:shape",
|
|
3494
|
+
"create:org:force:shape",
|
|
3495
|
+
"create:org:shape:force",
|
|
3496
|
+
"force:create:shape:org",
|
|
3497
|
+
"create:force:shape:org",
|
|
3498
|
+
"create:shape:force:org",
|
|
3499
|
+
"create:shape:org:force"
|
|
3512
3500
|
],
|
|
3513
3501
|
"permutations": [
|
|
3514
|
-
"org:
|
|
3515
|
-
"
|
|
3516
|
-
"
|
|
3517
|
-
"org:shape:
|
|
3518
|
-
"shape:org:
|
|
3519
|
-
"shape:
|
|
3502
|
+
"org:create:shape",
|
|
3503
|
+
"create:org:shape",
|
|
3504
|
+
"create:shape:org",
|
|
3505
|
+
"org:shape:create",
|
|
3506
|
+
"shape:org:create",
|
|
3507
|
+
"shape:create:org"
|
|
3520
3508
|
]
|
|
3521
3509
|
},
|
|
3522
|
-
"org:
|
|
3510
|
+
"org:create:snapshot": {
|
|
3523
3511
|
"aliases": [
|
|
3524
|
-
"force:org:snapshot:
|
|
3512
|
+
"force:org:snapshot:create"
|
|
3525
3513
|
],
|
|
3526
3514
|
"args": {},
|
|
3527
3515
|
"deprecateAliases": true,
|
|
3528
|
-
"description": "
|
|
3516
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> force:org:create\" to create the scratch org.",
|
|
3529
3517
|
"examples": [
|
|
3530
|
-
"
|
|
3531
|
-
"
|
|
3518
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
|
3519
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
|
3532
3520
|
],
|
|
3533
3521
|
"flags": {
|
|
3534
3522
|
"json": {
|
|
@@ -3573,12 +3561,37 @@
|
|
|
3573
3561
|
"multiple": false,
|
|
3574
3562
|
"type": "option"
|
|
3575
3563
|
},
|
|
3576
|
-
"
|
|
3577
|
-
"
|
|
3578
|
-
|
|
3579
|
-
|
|
3564
|
+
"source-org": {
|
|
3565
|
+
"aliases": [
|
|
3566
|
+
"sourceorg"
|
|
3567
|
+
],
|
|
3568
|
+
"char": "o",
|
|
3569
|
+
"deprecateAliases": true,
|
|
3570
|
+
"name": "source-org",
|
|
3580
3571
|
"required": true,
|
|
3581
|
-
"summary": "
|
|
3572
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
3573
|
+
"hasDynamicHelp": false,
|
|
3574
|
+
"multiple": false,
|
|
3575
|
+
"type": "option"
|
|
3576
|
+
},
|
|
3577
|
+
"name": {
|
|
3578
|
+
"aliases": [
|
|
3579
|
+
"snapshotname"
|
|
3580
|
+
],
|
|
3581
|
+
"char": "n",
|
|
3582
|
+
"deprecateAliases": true,
|
|
3583
|
+
"name": "name",
|
|
3584
|
+
"required": true,
|
|
3585
|
+
"summary": "Unique name of snapshot.",
|
|
3586
|
+
"hasDynamicHelp": false,
|
|
3587
|
+
"multiple": false,
|
|
3588
|
+
"type": "option"
|
|
3589
|
+
},
|
|
3590
|
+
"description": {
|
|
3591
|
+
"char": "d",
|
|
3592
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
|
3593
|
+
"name": "description",
|
|
3594
|
+
"summary": "Description of snapshot.",
|
|
3582
3595
|
"hasDynamicHelp": false,
|
|
3583
3596
|
"multiple": false,
|
|
3584
3597
|
"type": "option"
|
|
@@ -3586,55 +3599,55 @@
|
|
|
3586
3599
|
},
|
|
3587
3600
|
"hasDynamicHelp": true,
|
|
3588
3601
|
"hiddenAliases": [],
|
|
3589
|
-
"id": "org:
|
|
3602
|
+
"id": "org:create:snapshot",
|
|
3590
3603
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3591
3604
|
"pluginName": "@salesforce/plugin-signups",
|
|
3592
3605
|
"pluginType": "jit",
|
|
3593
3606
|
"state": "beta",
|
|
3594
3607
|
"strict": true,
|
|
3595
|
-
"summary": "
|
|
3608
|
+
"summary": "Create a snapshot of a scratch org.",
|
|
3596
3609
|
"enableJsonFlag": true,
|
|
3597
3610
|
"isESM": true,
|
|
3598
3611
|
"relativePath": [
|
|
3599
3612
|
"lib",
|
|
3600
3613
|
"commands",
|
|
3601
3614
|
"org",
|
|
3602
|
-
"
|
|
3615
|
+
"create",
|
|
3603
3616
|
"snapshot.js"
|
|
3604
3617
|
],
|
|
3605
3618
|
"aliasPermutations": [
|
|
3606
|
-
"force:org:snapshot:
|
|
3607
|
-
"org:force:snapshot:
|
|
3608
|
-
"org:snapshot:force:
|
|
3609
|
-
"org:snapshot:
|
|
3610
|
-
"force:snapshot:org:
|
|
3611
|
-
"snapshot:force:org:
|
|
3612
|
-
"snapshot:org:force:
|
|
3613
|
-
"snapshot:org:
|
|
3614
|
-
"force:snapshot:
|
|
3615
|
-
"snapshot:force:
|
|
3616
|
-
"snapshot:
|
|
3617
|
-
"snapshot:
|
|
3618
|
-
"force:org:
|
|
3619
|
-
"org:force:
|
|
3620
|
-
"org:
|
|
3621
|
-
"org:
|
|
3622
|
-
"force:
|
|
3623
|
-
"
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3626
|
-
"force:
|
|
3627
|
-
"
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3619
|
+
"force:org:snapshot:create",
|
|
3620
|
+
"org:force:snapshot:create",
|
|
3621
|
+
"org:snapshot:force:create",
|
|
3622
|
+
"org:snapshot:create:force",
|
|
3623
|
+
"force:snapshot:org:create",
|
|
3624
|
+
"snapshot:force:org:create",
|
|
3625
|
+
"snapshot:org:force:create",
|
|
3626
|
+
"snapshot:org:create:force",
|
|
3627
|
+
"force:snapshot:create:org",
|
|
3628
|
+
"snapshot:force:create:org",
|
|
3629
|
+
"snapshot:create:force:org",
|
|
3630
|
+
"snapshot:create:org:force",
|
|
3631
|
+
"force:org:create:snapshot",
|
|
3632
|
+
"org:force:create:snapshot",
|
|
3633
|
+
"org:create:force:snapshot",
|
|
3634
|
+
"org:create:snapshot:force",
|
|
3635
|
+
"force:create:org:snapshot",
|
|
3636
|
+
"create:force:org:snapshot",
|
|
3637
|
+
"create:org:force:snapshot",
|
|
3638
|
+
"create:org:snapshot:force",
|
|
3639
|
+
"force:create:snapshot:org",
|
|
3640
|
+
"create:force:snapshot:org",
|
|
3641
|
+
"create:snapshot:force:org",
|
|
3642
|
+
"create:snapshot:org:force"
|
|
3630
3643
|
],
|
|
3631
3644
|
"permutations": [
|
|
3632
|
-
"org:
|
|
3633
|
-
"
|
|
3634
|
-
"
|
|
3635
|
-
"org:snapshot:
|
|
3636
|
-
"snapshot:org:
|
|
3637
|
-
"snapshot:
|
|
3645
|
+
"org:create:snapshot",
|
|
3646
|
+
"create:org:snapshot",
|
|
3647
|
+
"create:snapshot:org",
|
|
3648
|
+
"org:snapshot:create",
|
|
3649
|
+
"snapshot:org:create",
|
|
3650
|
+
"snapshot:create:org"
|
|
3638
3651
|
]
|
|
3639
3652
|
},
|
|
3640
3653
|
"org:get:snapshot": {
|
|
@@ -3952,15 +3965,16 @@
|
|
|
3952
3965
|
"snapshot:list:org"
|
|
3953
3966
|
]
|
|
3954
3967
|
},
|
|
3955
|
-
"org:
|
|
3968
|
+
"org:delete:shape": {
|
|
3956
3969
|
"aliases": [
|
|
3957
|
-
"force:org:shape:
|
|
3970
|
+
"force:org:shape:delete"
|
|
3958
3971
|
],
|
|
3959
3972
|
"args": {},
|
|
3960
3973
|
"deprecateAliases": true,
|
|
3961
|
-
"description": "
|
|
3974
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
|
3962
3975
|
"examples": [
|
|
3963
|
-
"
|
|
3976
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
3977
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
3964
3978
|
],
|
|
3965
3979
|
"flags": {
|
|
3966
3980
|
"json": {
|
|
@@ -4005,70 +4019,81 @@
|
|
|
4005
4019
|
"hasDynamicHelp": false,
|
|
4006
4020
|
"multiple": false,
|
|
4007
4021
|
"type": "option"
|
|
4022
|
+
},
|
|
4023
|
+
"no-prompt": {
|
|
4024
|
+
"aliases": [
|
|
4025
|
+
"noprompt"
|
|
4026
|
+
],
|
|
4027
|
+
"char": "p",
|
|
4028
|
+
"deprecateAliases": true,
|
|
4029
|
+
"name": "no-prompt",
|
|
4030
|
+
"summary": "Don't prompt for confirmation.",
|
|
4031
|
+
"allowNo": false,
|
|
4032
|
+
"type": "boolean"
|
|
4008
4033
|
}
|
|
4009
4034
|
},
|
|
4010
4035
|
"hasDynamicHelp": true,
|
|
4011
4036
|
"hiddenAliases": [],
|
|
4012
|
-
"id": "org:
|
|
4037
|
+
"id": "org:delete:shape",
|
|
4013
4038
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4014
4039
|
"pluginName": "@salesforce/plugin-signups",
|
|
4015
4040
|
"pluginType": "jit",
|
|
4016
4041
|
"strict": true,
|
|
4017
|
-
"summary": "
|
|
4042
|
+
"summary": "Delete all org shapes for a target org.",
|
|
4018
4043
|
"enableJsonFlag": true,
|
|
4019
4044
|
"isESM": true,
|
|
4020
4045
|
"relativePath": [
|
|
4021
4046
|
"lib",
|
|
4022
4047
|
"commands",
|
|
4023
4048
|
"org",
|
|
4024
|
-
"
|
|
4049
|
+
"delete",
|
|
4025
4050
|
"shape.js"
|
|
4026
4051
|
],
|
|
4027
4052
|
"aliasPermutations": [
|
|
4028
|
-
"force:org:shape:
|
|
4029
|
-
"org:force:shape:
|
|
4030
|
-
"org:shape:force:
|
|
4031
|
-
"org:shape:
|
|
4032
|
-
"force:shape:org:
|
|
4033
|
-
"shape:force:org:
|
|
4034
|
-
"shape:org:force:
|
|
4035
|
-
"shape:org:
|
|
4036
|
-
"force:shape:
|
|
4037
|
-
"shape:force:
|
|
4038
|
-
"shape:
|
|
4039
|
-
"shape:
|
|
4040
|
-
"force:org:
|
|
4041
|
-
"org:force:
|
|
4042
|
-
"org:
|
|
4043
|
-
"org:
|
|
4044
|
-
"force:
|
|
4045
|
-
"
|
|
4046
|
-
"
|
|
4047
|
-
"
|
|
4048
|
-
"force:
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4051
|
-
"
|
|
4053
|
+
"force:org:shape:delete",
|
|
4054
|
+
"org:force:shape:delete",
|
|
4055
|
+
"org:shape:force:delete",
|
|
4056
|
+
"org:shape:delete:force",
|
|
4057
|
+
"force:shape:org:delete",
|
|
4058
|
+
"shape:force:org:delete",
|
|
4059
|
+
"shape:org:force:delete",
|
|
4060
|
+
"shape:org:delete:force",
|
|
4061
|
+
"force:shape:delete:org",
|
|
4062
|
+
"shape:force:delete:org",
|
|
4063
|
+
"shape:delete:force:org",
|
|
4064
|
+
"shape:delete:org:force",
|
|
4065
|
+
"force:org:delete:shape",
|
|
4066
|
+
"org:force:delete:shape",
|
|
4067
|
+
"org:delete:force:shape",
|
|
4068
|
+
"org:delete:shape:force",
|
|
4069
|
+
"force:delete:org:shape",
|
|
4070
|
+
"delete:force:org:shape",
|
|
4071
|
+
"delete:org:force:shape",
|
|
4072
|
+
"delete:org:shape:force",
|
|
4073
|
+
"force:delete:shape:org",
|
|
4074
|
+
"delete:force:shape:org",
|
|
4075
|
+
"delete:shape:force:org",
|
|
4076
|
+
"delete:shape:org:force"
|
|
4052
4077
|
],
|
|
4053
4078
|
"permutations": [
|
|
4054
|
-
"org:
|
|
4055
|
-
"
|
|
4056
|
-
"
|
|
4057
|
-
"org:shape:
|
|
4058
|
-
"shape:org:
|
|
4059
|
-
"shape:
|
|
4079
|
+
"org:delete:shape",
|
|
4080
|
+
"delete:org:shape",
|
|
4081
|
+
"delete:shape:org",
|
|
4082
|
+
"org:shape:delete",
|
|
4083
|
+
"shape:org:delete",
|
|
4084
|
+
"shape:delete:org"
|
|
4060
4085
|
]
|
|
4061
4086
|
},
|
|
4062
|
-
"org:
|
|
4087
|
+
"org:delete:snapshot": {
|
|
4063
4088
|
"aliases": [
|
|
4064
|
-
"force:org:snapshot:
|
|
4089
|
+
"force:org:snapshot:delete"
|
|
4065
4090
|
],
|
|
4066
4091
|
"args": {},
|
|
4067
4092
|
"deprecateAliases": true,
|
|
4068
|
-
"description": "
|
|
4093
|
+
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
|
4069
4094
|
"examples": [
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4095
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4096
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
4072
4097
|
],
|
|
4073
4098
|
"flags": {
|
|
4074
4099
|
"json": {
|
|
@@ -4113,37 +4138,12 @@
|
|
|
4113
4138
|
"multiple": false,
|
|
4114
4139
|
"type": "option"
|
|
4115
4140
|
},
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
"char": "o",
|
|
4121
|
-
"deprecateAliases": true,
|
|
4122
|
-
"name": "source-org",
|
|
4123
|
-
"required": true,
|
|
4124
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
4125
|
-
"hasDynamicHelp": false,
|
|
4126
|
-
"multiple": false,
|
|
4127
|
-
"type": "option"
|
|
4128
|
-
},
|
|
4129
|
-
"name": {
|
|
4130
|
-
"aliases": [
|
|
4131
|
-
"snapshotname"
|
|
4132
|
-
],
|
|
4133
|
-
"char": "n",
|
|
4134
|
-
"deprecateAliases": true,
|
|
4135
|
-
"name": "name",
|
|
4141
|
+
"snapshot": {
|
|
4142
|
+
"char": "s",
|
|
4143
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4144
|
+
"name": "snapshot",
|
|
4136
4145
|
"required": true,
|
|
4137
|
-
"summary": "
|
|
4138
|
-
"hasDynamicHelp": false,
|
|
4139
|
-
"multiple": false,
|
|
4140
|
-
"type": "option"
|
|
4141
|
-
},
|
|
4142
|
-
"description": {
|
|
4143
|
-
"char": "d",
|
|
4144
|
-
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
|
4145
|
-
"name": "description",
|
|
4146
|
-
"summary": "Description of snapshot.",
|
|
4146
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
4147
4147
|
"hasDynamicHelp": false,
|
|
4148
4148
|
"multiple": false,
|
|
4149
4149
|
"type": "option"
|
|
@@ -4151,55 +4151,55 @@
|
|
|
4151
4151
|
},
|
|
4152
4152
|
"hasDynamicHelp": true,
|
|
4153
4153
|
"hiddenAliases": [],
|
|
4154
|
-
"id": "org:
|
|
4154
|
+
"id": "org:delete:snapshot",
|
|
4155
4155
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4156
4156
|
"pluginName": "@salesforce/plugin-signups",
|
|
4157
4157
|
"pluginType": "jit",
|
|
4158
4158
|
"state": "beta",
|
|
4159
4159
|
"strict": true,
|
|
4160
|
-
"summary": "
|
|
4160
|
+
"summary": "Delete a scratch org snapshot.",
|
|
4161
4161
|
"enableJsonFlag": true,
|
|
4162
4162
|
"isESM": true,
|
|
4163
4163
|
"relativePath": [
|
|
4164
4164
|
"lib",
|
|
4165
4165
|
"commands",
|
|
4166
4166
|
"org",
|
|
4167
|
-
"
|
|
4167
|
+
"delete",
|
|
4168
4168
|
"snapshot.js"
|
|
4169
4169
|
],
|
|
4170
4170
|
"aliasPermutations": [
|
|
4171
|
-
"force:org:snapshot:
|
|
4172
|
-
"org:force:snapshot:
|
|
4173
|
-
"org:snapshot:force:
|
|
4174
|
-
"org:snapshot:
|
|
4175
|
-
"force:snapshot:org:
|
|
4176
|
-
"snapshot:force:org:
|
|
4177
|
-
"snapshot:org:force:
|
|
4178
|
-
"snapshot:org:
|
|
4179
|
-
"force:snapshot:
|
|
4180
|
-
"snapshot:force:
|
|
4181
|
-
"snapshot:
|
|
4182
|
-
"snapshot:
|
|
4183
|
-
"force:org:
|
|
4184
|
-
"org:force:
|
|
4185
|
-
"org:
|
|
4186
|
-
"org:
|
|
4187
|
-
"force:
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
"force:
|
|
4192
|
-
"
|
|
4193
|
-
"
|
|
4194
|
-
"
|
|
4171
|
+
"force:org:snapshot:delete",
|
|
4172
|
+
"org:force:snapshot:delete",
|
|
4173
|
+
"org:snapshot:force:delete",
|
|
4174
|
+
"org:snapshot:delete:force",
|
|
4175
|
+
"force:snapshot:org:delete",
|
|
4176
|
+
"snapshot:force:org:delete",
|
|
4177
|
+
"snapshot:org:force:delete",
|
|
4178
|
+
"snapshot:org:delete:force",
|
|
4179
|
+
"force:snapshot:delete:org",
|
|
4180
|
+
"snapshot:force:delete:org",
|
|
4181
|
+
"snapshot:delete:force:org",
|
|
4182
|
+
"snapshot:delete:org:force",
|
|
4183
|
+
"force:org:delete:snapshot",
|
|
4184
|
+
"org:force:delete:snapshot",
|
|
4185
|
+
"org:delete:force:snapshot",
|
|
4186
|
+
"org:delete:snapshot:force",
|
|
4187
|
+
"force:delete:org:snapshot",
|
|
4188
|
+
"delete:force:org:snapshot",
|
|
4189
|
+
"delete:org:force:snapshot",
|
|
4190
|
+
"delete:org:snapshot:force",
|
|
4191
|
+
"force:delete:snapshot:org",
|
|
4192
|
+
"delete:force:snapshot:org",
|
|
4193
|
+
"delete:snapshot:force:org",
|
|
4194
|
+
"delete:snapshot:org:force"
|
|
4195
4195
|
],
|
|
4196
4196
|
"permutations": [
|
|
4197
|
-
"org:
|
|
4198
|
-
"
|
|
4199
|
-
"
|
|
4200
|
-
"org:snapshot:
|
|
4201
|
-
"snapshot:org:
|
|
4202
|
-
"snapshot:
|
|
4197
|
+
"org:delete:snapshot",
|
|
4198
|
+
"delete:org:snapshot",
|
|
4199
|
+
"delete:snapshot:org",
|
|
4200
|
+
"org:snapshot:delete",
|
|
4201
|
+
"snapshot:org:delete",
|
|
4202
|
+
"snapshot:delete:org"
|
|
4203
4203
|
]
|
|
4204
4204
|
},
|
|
4205
4205
|
"force:lightning:lwc:test:create": {
|
|
@@ -5051,5 +5051,5 @@
|
|
|
5051
5051
|
]
|
|
5052
5052
|
}
|
|
5053
5053
|
},
|
|
5054
|
-
"version": "2.27.
|
|
5054
|
+
"version": "2.27.3"
|
|
5055
5055
|
}
|