@salesforce/plugin-signups 2.6.55 → 2.6.57
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/LICENSE.txt +1 -1
- package/README.md +7 -7
- package/lib/commands/org/create/shape.js +1 -1
- package/lib/commands/org/create/snapshot.js +1 -1
- package/lib/commands/org/delete/shape.js +1 -1
- package/lib/commands/org/delete/snapshot.js +1 -1
- package/lib/commands/org/get/snapshot.js +1 -1
- package/lib/commands/org/list/shape.js +1 -1
- package/lib/commands/org/list/snapshot.js +1 -1
- package/lib/index.js +1 -1
- package/lib/shared/deleteUtils.js +1 -1
- package/lib/shared/orgShapeListUtils.js +1 -1
- package/lib/shared/snapshot.js +1 -1
- package/npm-shrinkwrap.json +871 -2687
- package/oclif.lock +888 -1267
- package/oclif.manifest.json +268 -268
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -265,16 +265,16 @@
|
|
|
265
265
|
"snapshot:create:org"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"org:
|
|
268
|
+
"org:get:snapshot": {
|
|
269
269
|
"aliases": [
|
|
270
|
-
"force:org:
|
|
270
|
+
"force:org:snapshot:get"
|
|
271
271
|
],
|
|
272
272
|
"args": {},
|
|
273
273
|
"deprecateAliases": true,
|
|
274
|
-
"description": "
|
|
274
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
275
275
|
"examples": [
|
|
276
|
-
"
|
|
277
|
-
"
|
|
276
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
277
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
278
278
|
],
|
|
279
279
|
"flags": {
|
|
280
280
|
"json": {
|
|
@@ -292,17 +292,16 @@
|
|
|
292
292
|
"multiple": false,
|
|
293
293
|
"type": "option"
|
|
294
294
|
},
|
|
295
|
-
"target-
|
|
295
|
+
"target-dev-hub": {
|
|
296
296
|
"aliases": [
|
|
297
|
-
"
|
|
298
|
-
"u"
|
|
297
|
+
"targetdevhubusername"
|
|
299
298
|
],
|
|
300
|
-
"char": "
|
|
299
|
+
"char": "v",
|
|
301
300
|
"deprecateAliases": true,
|
|
302
|
-
"name": "target-
|
|
301
|
+
"name": "target-dev-hub",
|
|
303
302
|
"noCacheDefault": true,
|
|
304
303
|
"required": true,
|
|
305
|
-
"summary": "Username or alias of the
|
|
304
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
306
305
|
"hasDynamicHelp": true,
|
|
307
306
|
"multiple": false,
|
|
308
307
|
"type": "option"
|
|
@@ -328,80 +327,79 @@
|
|
|
328
327
|
"multiple": false,
|
|
329
328
|
"type": "option"
|
|
330
329
|
},
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"type": "boolean"
|
|
330
|
+
"snapshot": {
|
|
331
|
+
"char": "s",
|
|
332
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
333
|
+
"name": "snapshot",
|
|
334
|
+
"required": true,
|
|
335
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
336
|
+
"hasDynamicHelp": false,
|
|
337
|
+
"multiple": false,
|
|
338
|
+
"type": "option"
|
|
341
339
|
}
|
|
342
340
|
},
|
|
343
341
|
"hasDynamicHelp": true,
|
|
344
342
|
"hiddenAliases": [],
|
|
345
|
-
"id": "org:
|
|
343
|
+
"id": "org:get:snapshot",
|
|
346
344
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
347
345
|
"pluginName": "@salesforce/plugin-signups",
|
|
348
346
|
"pluginType": "core",
|
|
349
347
|
"strict": true,
|
|
350
|
-
"summary": "
|
|
348
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
351
349
|
"enableJsonFlag": true,
|
|
352
350
|
"isESM": true,
|
|
353
351
|
"relativePath": [
|
|
354
352
|
"lib",
|
|
355
353
|
"commands",
|
|
356
354
|
"org",
|
|
357
|
-
"
|
|
358
|
-
"
|
|
355
|
+
"get",
|
|
356
|
+
"snapshot.js"
|
|
359
357
|
],
|
|
360
358
|
"aliasPermutations": [
|
|
361
|
-
"force:org:
|
|
362
|
-
"org:force:
|
|
363
|
-
"org:
|
|
364
|
-
"org:
|
|
365
|
-
"force:
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
369
|
-
"force:
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"force:org:
|
|
374
|
-
"org:force:
|
|
375
|
-
"org:
|
|
376
|
-
"org:
|
|
377
|
-
"force:
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"force:
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
359
|
+
"force:org:snapshot:get",
|
|
360
|
+
"org:force:snapshot:get",
|
|
361
|
+
"org:snapshot:force:get",
|
|
362
|
+
"org:snapshot:get:force",
|
|
363
|
+
"force:snapshot:org:get",
|
|
364
|
+
"snapshot:force:org:get",
|
|
365
|
+
"snapshot:org:force:get",
|
|
366
|
+
"snapshot:org:get:force",
|
|
367
|
+
"force:snapshot:get:org",
|
|
368
|
+
"snapshot:force:get:org",
|
|
369
|
+
"snapshot:get:force:org",
|
|
370
|
+
"snapshot:get:org:force",
|
|
371
|
+
"force:org:get:snapshot",
|
|
372
|
+
"org:force:get:snapshot",
|
|
373
|
+
"org:get:force:snapshot",
|
|
374
|
+
"org:get:snapshot:force",
|
|
375
|
+
"force:get:org:snapshot",
|
|
376
|
+
"get:force:org:snapshot",
|
|
377
|
+
"get:org:force:snapshot",
|
|
378
|
+
"get:org:snapshot:force",
|
|
379
|
+
"force:get:snapshot:org",
|
|
380
|
+
"get:force:snapshot:org",
|
|
381
|
+
"get:snapshot:force:org",
|
|
382
|
+
"get:snapshot:org:force"
|
|
385
383
|
],
|
|
386
384
|
"permutations": [
|
|
387
|
-
"org:
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"org:
|
|
391
|
-
"
|
|
392
|
-
"
|
|
385
|
+
"org:get:snapshot",
|
|
386
|
+
"get:org:snapshot",
|
|
387
|
+
"get:snapshot:org",
|
|
388
|
+
"org:snapshot:get",
|
|
389
|
+
"snapshot:org:get",
|
|
390
|
+
"snapshot:get:org"
|
|
393
391
|
]
|
|
394
392
|
},
|
|
395
|
-
"org:
|
|
393
|
+
"org:list:shape": {
|
|
396
394
|
"aliases": [
|
|
397
|
-
"force:org:
|
|
395
|
+
"force:org:shape:list"
|
|
398
396
|
],
|
|
399
397
|
"args": {},
|
|
400
398
|
"deprecateAliases": true,
|
|
401
|
-
"description": "
|
|
399
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
|
402
400
|
"examples": [
|
|
403
|
-
"
|
|
404
|
-
"
|
|
401
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
402
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
405
403
|
],
|
|
406
404
|
"flags": {
|
|
407
405
|
"json": {
|
|
@@ -419,30 +417,12 @@
|
|
|
419
417
|
"multiple": false,
|
|
420
418
|
"type": "option"
|
|
421
419
|
},
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"name": "target-dev-hub",
|
|
429
|
-
"noCacheDefault": true,
|
|
430
|
-
"required": true,
|
|
431
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
432
|
-
"hasDynamicHelp": true,
|
|
433
|
-
"multiple": false,
|
|
434
|
-
"type": "option"
|
|
435
|
-
},
|
|
436
|
-
"api-version": {
|
|
437
|
-
"aliases": [
|
|
438
|
-
"apiversion"
|
|
439
|
-
],
|
|
440
|
-
"deprecateAliases": true,
|
|
441
|
-
"description": "Override the api version used for api requests made by this command",
|
|
442
|
-
"name": "api-version",
|
|
443
|
-
"hasDynamicHelp": false,
|
|
444
|
-
"multiple": false,
|
|
445
|
-
"type": "option"
|
|
420
|
+
"verbose": {
|
|
421
|
+
"hidden": true,
|
|
422
|
+
"name": "verbose",
|
|
423
|
+
"summary": "List more information about each org shape.",
|
|
424
|
+
"allowNo": false,
|
|
425
|
+
"type": "boolean"
|
|
446
426
|
},
|
|
447
427
|
"loglevel": {
|
|
448
428
|
"deprecated": {
|
|
@@ -453,87 +433,70 @@
|
|
|
453
433
|
"hasDynamicHelp": false,
|
|
454
434
|
"multiple": false,
|
|
455
435
|
"type": "option"
|
|
456
|
-
},
|
|
457
|
-
"snapshot": {
|
|
458
|
-
"char": "s",
|
|
459
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
460
|
-
"name": "snapshot",
|
|
461
|
-
"required": true,
|
|
462
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
463
|
-
"hasDynamicHelp": false,
|
|
464
|
-
"multiple": false,
|
|
465
|
-
"type": "option"
|
|
466
|
-
},
|
|
467
|
-
"no-prompt": {
|
|
468
|
-
"char": "p",
|
|
469
|
-
"name": "no-prompt",
|
|
470
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
471
|
-
"allowNo": false,
|
|
472
|
-
"type": "boolean"
|
|
473
436
|
}
|
|
474
437
|
},
|
|
475
|
-
"hasDynamicHelp":
|
|
438
|
+
"hasDynamicHelp": false,
|
|
476
439
|
"hiddenAliases": [],
|
|
477
|
-
"id": "org:
|
|
440
|
+
"id": "org:list:shape",
|
|
478
441
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
479
442
|
"pluginName": "@salesforce/plugin-signups",
|
|
480
443
|
"pluginType": "core",
|
|
481
444
|
"strict": true,
|
|
482
|
-
"summary": "
|
|
445
|
+
"summary": "List all org shapes you’ve created.",
|
|
483
446
|
"enableJsonFlag": true,
|
|
484
447
|
"isESM": true,
|
|
485
448
|
"relativePath": [
|
|
486
449
|
"lib",
|
|
487
450
|
"commands",
|
|
488
451
|
"org",
|
|
489
|
-
"
|
|
490
|
-
"
|
|
452
|
+
"list",
|
|
453
|
+
"shape.js"
|
|
491
454
|
],
|
|
492
455
|
"aliasPermutations": [
|
|
493
|
-
"force:org:
|
|
494
|
-
"org:force:
|
|
495
|
-
"org:
|
|
496
|
-
"org:
|
|
497
|
-
"force:
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"force:
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
"force:org:
|
|
506
|
-
"org:force:
|
|
507
|
-
"org:
|
|
508
|
-
"org:
|
|
509
|
-
"force:
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"force:
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
456
|
+
"force:org:shape:list",
|
|
457
|
+
"org:force:shape:list",
|
|
458
|
+
"org:shape:force:list",
|
|
459
|
+
"org:shape:list:force",
|
|
460
|
+
"force:shape:org:list",
|
|
461
|
+
"shape:force:org:list",
|
|
462
|
+
"shape:org:force:list",
|
|
463
|
+
"shape:org:list:force",
|
|
464
|
+
"force:shape:list:org",
|
|
465
|
+
"shape:force:list:org",
|
|
466
|
+
"shape:list:force:org",
|
|
467
|
+
"shape:list:org:force",
|
|
468
|
+
"force:org:list:shape",
|
|
469
|
+
"org:force:list:shape",
|
|
470
|
+
"org:list:force:shape",
|
|
471
|
+
"org:list:shape:force",
|
|
472
|
+
"force:list:org:shape",
|
|
473
|
+
"list:force:org:shape",
|
|
474
|
+
"list:org:force:shape",
|
|
475
|
+
"list:org:shape:force",
|
|
476
|
+
"force:list:shape:org",
|
|
477
|
+
"list:force:shape:org",
|
|
478
|
+
"list:shape:force:org",
|
|
479
|
+
"list:shape:org:force"
|
|
517
480
|
],
|
|
518
481
|
"permutations": [
|
|
519
|
-
"org:
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"org:
|
|
523
|
-
"
|
|
524
|
-
"
|
|
482
|
+
"org:list:shape",
|
|
483
|
+
"list:org:shape",
|
|
484
|
+
"list:shape:org",
|
|
485
|
+
"org:shape:list",
|
|
486
|
+
"shape:org:list",
|
|
487
|
+
"shape:list:org"
|
|
525
488
|
]
|
|
526
489
|
},
|
|
527
|
-
"org:
|
|
490
|
+
"org:list:snapshot": {
|
|
528
491
|
"aliases": [
|
|
529
|
-
"force:org:snapshot:
|
|
492
|
+
"force:org:snapshot:list"
|
|
530
493
|
],
|
|
531
494
|
"args": {},
|
|
532
495
|
"deprecateAliases": true,
|
|
533
|
-
"description": "
|
|
496
|
+
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
|
534
497
|
"examples": [
|
|
535
|
-
"
|
|
536
|
-
"
|
|
498
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
499
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
537
500
|
],
|
|
538
501
|
"flags": {
|
|
539
502
|
"json": {
|
|
@@ -585,80 +548,70 @@
|
|
|
585
548
|
"hasDynamicHelp": false,
|
|
586
549
|
"multiple": false,
|
|
587
550
|
"type": "option"
|
|
588
|
-
},
|
|
589
|
-
"snapshot": {
|
|
590
|
-
"char": "s",
|
|
591
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
592
|
-
"name": "snapshot",
|
|
593
|
-
"required": true,
|
|
594
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
595
|
-
"hasDynamicHelp": false,
|
|
596
|
-
"multiple": false,
|
|
597
|
-
"type": "option"
|
|
598
551
|
}
|
|
599
552
|
},
|
|
600
553
|
"hasDynamicHelp": true,
|
|
601
554
|
"hiddenAliases": [],
|
|
602
|
-
"id": "org:
|
|
555
|
+
"id": "org:list:snapshot",
|
|
603
556
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
604
557
|
"pluginName": "@salesforce/plugin-signups",
|
|
605
558
|
"pluginType": "core",
|
|
606
559
|
"strict": true,
|
|
607
|
-
"summary": "
|
|
560
|
+
"summary": "List scratch org snapshots.",
|
|
608
561
|
"enableJsonFlag": true,
|
|
609
562
|
"isESM": true,
|
|
610
563
|
"relativePath": [
|
|
611
564
|
"lib",
|
|
612
565
|
"commands",
|
|
613
566
|
"org",
|
|
614
|
-
"
|
|
567
|
+
"list",
|
|
615
568
|
"snapshot.js"
|
|
616
569
|
],
|
|
617
570
|
"aliasPermutations": [
|
|
618
|
-
"force:org:snapshot:
|
|
619
|
-
"org:force:snapshot:
|
|
620
|
-
"org:snapshot:force:
|
|
621
|
-
"org:snapshot:
|
|
622
|
-
"force:snapshot:org:
|
|
623
|
-
"snapshot:force:org:
|
|
624
|
-
"snapshot:org:force:
|
|
625
|
-
"snapshot:org:
|
|
626
|
-
"force:snapshot:
|
|
627
|
-
"snapshot:force:
|
|
628
|
-
"snapshot:
|
|
629
|
-
"snapshot:
|
|
630
|
-
"force:org:
|
|
631
|
-
"org:force:
|
|
632
|
-
"org:
|
|
633
|
-
"org:
|
|
634
|
-
"force:
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"force:
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
571
|
+
"force:org:snapshot:list",
|
|
572
|
+
"org:force:snapshot:list",
|
|
573
|
+
"org:snapshot:force:list",
|
|
574
|
+
"org:snapshot:list:force",
|
|
575
|
+
"force:snapshot:org:list",
|
|
576
|
+
"snapshot:force:org:list",
|
|
577
|
+
"snapshot:org:force:list",
|
|
578
|
+
"snapshot:org:list:force",
|
|
579
|
+
"force:snapshot:list:org",
|
|
580
|
+
"snapshot:force:list:org",
|
|
581
|
+
"snapshot:list:force:org",
|
|
582
|
+
"snapshot:list:org:force",
|
|
583
|
+
"force:org:list:snapshot",
|
|
584
|
+
"org:force:list:snapshot",
|
|
585
|
+
"org:list:force:snapshot",
|
|
586
|
+
"org:list:snapshot:force",
|
|
587
|
+
"force:list:org:snapshot",
|
|
588
|
+
"list:force:org:snapshot",
|
|
589
|
+
"list:org:force:snapshot",
|
|
590
|
+
"list:org:snapshot:force",
|
|
591
|
+
"force:list:snapshot:org",
|
|
592
|
+
"list:force:snapshot:org",
|
|
593
|
+
"list:snapshot:force:org",
|
|
594
|
+
"list:snapshot:org:force"
|
|
642
595
|
],
|
|
643
596
|
"permutations": [
|
|
644
|
-
"org:
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"org:snapshot:
|
|
648
|
-
"snapshot:org:
|
|
649
|
-
"snapshot:
|
|
597
|
+
"org:list:snapshot",
|
|
598
|
+
"list:org:snapshot",
|
|
599
|
+
"list:snapshot:org",
|
|
600
|
+
"org:snapshot:list",
|
|
601
|
+
"snapshot:org:list",
|
|
602
|
+
"snapshot:list:org"
|
|
650
603
|
]
|
|
651
604
|
},
|
|
652
|
-
"org:
|
|
605
|
+
"org:delete:shape": {
|
|
653
606
|
"aliases": [
|
|
654
|
-
"force:org:shape:
|
|
607
|
+
"force:org:shape:delete"
|
|
655
608
|
],
|
|
656
609
|
"args": {},
|
|
657
610
|
"deprecateAliases": true,
|
|
658
|
-
"description": "
|
|
611
|
+
"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.",
|
|
659
612
|
"examples": [
|
|
660
|
-
"
|
|
661
|
-
"
|
|
613
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
614
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
662
615
|
],
|
|
663
616
|
"flags": {
|
|
664
617
|
"json": {
|
|
@@ -676,12 +629,31 @@
|
|
|
676
629
|
"multiple": false,
|
|
677
630
|
"type": "option"
|
|
678
631
|
},
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
"
|
|
632
|
+
"target-org": {
|
|
633
|
+
"aliases": [
|
|
634
|
+
"targetusername",
|
|
635
|
+
"u"
|
|
636
|
+
],
|
|
637
|
+
"char": "o",
|
|
638
|
+
"deprecateAliases": true,
|
|
639
|
+
"name": "target-org",
|
|
640
|
+
"noCacheDefault": true,
|
|
641
|
+
"required": true,
|
|
642
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
643
|
+
"hasDynamicHelp": true,
|
|
644
|
+
"multiple": false,
|
|
645
|
+
"type": "option"
|
|
646
|
+
},
|
|
647
|
+
"api-version": {
|
|
648
|
+
"aliases": [
|
|
649
|
+
"apiversion"
|
|
650
|
+
],
|
|
651
|
+
"deprecateAliases": true,
|
|
652
|
+
"description": "Override the api version used for api requests made by this command",
|
|
653
|
+
"name": "api-version",
|
|
654
|
+
"hasDynamicHelp": false,
|
|
655
|
+
"multiple": false,
|
|
656
|
+
"type": "option"
|
|
685
657
|
},
|
|
686
658
|
"loglevel": {
|
|
687
659
|
"deprecated": {
|
|
@@ -692,70 +664,81 @@
|
|
|
692
664
|
"hasDynamicHelp": false,
|
|
693
665
|
"multiple": false,
|
|
694
666
|
"type": "option"
|
|
667
|
+
},
|
|
668
|
+
"no-prompt": {
|
|
669
|
+
"aliases": [
|
|
670
|
+
"noprompt"
|
|
671
|
+
],
|
|
672
|
+
"char": "p",
|
|
673
|
+
"deprecateAliases": true,
|
|
674
|
+
"name": "no-prompt",
|
|
675
|
+
"summary": "Don't prompt for confirmation.",
|
|
676
|
+
"allowNo": false,
|
|
677
|
+
"type": "boolean"
|
|
695
678
|
}
|
|
696
679
|
},
|
|
697
|
-
"hasDynamicHelp":
|
|
680
|
+
"hasDynamicHelp": true,
|
|
698
681
|
"hiddenAliases": [],
|
|
699
|
-
"id": "org:
|
|
682
|
+
"id": "org:delete:shape",
|
|
700
683
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
701
684
|
"pluginName": "@salesforce/plugin-signups",
|
|
702
685
|
"pluginType": "core",
|
|
703
686
|
"strict": true,
|
|
704
|
-
"summary": "
|
|
687
|
+
"summary": "Delete all org shapes for a target org.",
|
|
705
688
|
"enableJsonFlag": true,
|
|
706
689
|
"isESM": true,
|
|
707
690
|
"relativePath": [
|
|
708
691
|
"lib",
|
|
709
692
|
"commands",
|
|
710
693
|
"org",
|
|
711
|
-
"
|
|
694
|
+
"delete",
|
|
712
695
|
"shape.js"
|
|
713
696
|
],
|
|
714
697
|
"aliasPermutations": [
|
|
715
|
-
"force:org:shape:
|
|
716
|
-
"org:force:shape:
|
|
717
|
-
"org:shape:force:
|
|
718
|
-
"org:shape:
|
|
719
|
-
"force:shape:org:
|
|
720
|
-
"shape:force:org:
|
|
721
|
-
"shape:org:force:
|
|
722
|
-
"shape:org:
|
|
723
|
-
"force:shape:
|
|
724
|
-
"shape:force:
|
|
725
|
-
"shape:
|
|
726
|
-
"shape:
|
|
727
|
-
"force:org:
|
|
728
|
-
"org:force:
|
|
729
|
-
"org:
|
|
730
|
-
"org:
|
|
731
|
-
"force:
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"force:
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"
|
|
698
|
+
"force:org:shape:delete",
|
|
699
|
+
"org:force:shape:delete",
|
|
700
|
+
"org:shape:force:delete",
|
|
701
|
+
"org:shape:delete:force",
|
|
702
|
+
"force:shape:org:delete",
|
|
703
|
+
"shape:force:org:delete",
|
|
704
|
+
"shape:org:force:delete",
|
|
705
|
+
"shape:org:delete:force",
|
|
706
|
+
"force:shape:delete:org",
|
|
707
|
+
"shape:force:delete:org",
|
|
708
|
+
"shape:delete:force:org",
|
|
709
|
+
"shape:delete:org:force",
|
|
710
|
+
"force:org:delete:shape",
|
|
711
|
+
"org:force:delete:shape",
|
|
712
|
+
"org:delete:force:shape",
|
|
713
|
+
"org:delete:shape:force",
|
|
714
|
+
"force:delete:org:shape",
|
|
715
|
+
"delete:force:org:shape",
|
|
716
|
+
"delete:org:force:shape",
|
|
717
|
+
"delete:org:shape:force",
|
|
718
|
+
"force:delete:shape:org",
|
|
719
|
+
"delete:force:shape:org",
|
|
720
|
+
"delete:shape:force:org",
|
|
721
|
+
"delete:shape:org:force"
|
|
739
722
|
],
|
|
740
723
|
"permutations": [
|
|
741
|
-
"org:
|
|
742
|
-
"
|
|
743
|
-
"
|
|
744
|
-
"org:shape:
|
|
745
|
-
"shape:org:
|
|
746
|
-
"shape:
|
|
724
|
+
"org:delete:shape",
|
|
725
|
+
"delete:org:shape",
|
|
726
|
+
"delete:shape:org",
|
|
727
|
+
"org:shape:delete",
|
|
728
|
+
"shape:org:delete",
|
|
729
|
+
"shape:delete:org"
|
|
747
730
|
]
|
|
748
731
|
},
|
|
749
|
-
"org:
|
|
732
|
+
"org:delete:snapshot": {
|
|
750
733
|
"aliases": [
|
|
751
|
-
"force:org:snapshot:
|
|
734
|
+
"force:org:snapshot:delete"
|
|
752
735
|
],
|
|
753
736
|
"args": {},
|
|
754
737
|
"deprecateAliases": true,
|
|
755
|
-
"description": "
|
|
738
|
+
"description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
|
|
756
739
|
"examples": [
|
|
757
|
-
"
|
|
758
|
-
"
|
|
740
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
741
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
759
742
|
],
|
|
760
743
|
"flags": {
|
|
761
744
|
"json": {
|
|
@@ -807,60 +790,77 @@
|
|
|
807
790
|
"hasDynamicHelp": false,
|
|
808
791
|
"multiple": false,
|
|
809
792
|
"type": "option"
|
|
793
|
+
},
|
|
794
|
+
"snapshot": {
|
|
795
|
+
"char": "s",
|
|
796
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
797
|
+
"name": "snapshot",
|
|
798
|
+
"required": true,
|
|
799
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
800
|
+
"hasDynamicHelp": false,
|
|
801
|
+
"multiple": false,
|
|
802
|
+
"type": "option"
|
|
803
|
+
},
|
|
804
|
+
"no-prompt": {
|
|
805
|
+
"char": "p",
|
|
806
|
+
"name": "no-prompt",
|
|
807
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
808
|
+
"allowNo": false,
|
|
809
|
+
"type": "boolean"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
812
|
"hasDynamicHelp": true,
|
|
813
813
|
"hiddenAliases": [],
|
|
814
|
-
"id": "org:
|
|
814
|
+
"id": "org:delete:snapshot",
|
|
815
815
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
816
816
|
"pluginName": "@salesforce/plugin-signups",
|
|
817
817
|
"pluginType": "core",
|
|
818
818
|
"strict": true,
|
|
819
|
-
"summary": "
|
|
819
|
+
"summary": "Delete a scratch org snapshot.",
|
|
820
820
|
"enableJsonFlag": true,
|
|
821
821
|
"isESM": true,
|
|
822
822
|
"relativePath": [
|
|
823
823
|
"lib",
|
|
824
824
|
"commands",
|
|
825
825
|
"org",
|
|
826
|
-
"
|
|
826
|
+
"delete",
|
|
827
827
|
"snapshot.js"
|
|
828
828
|
],
|
|
829
829
|
"aliasPermutations": [
|
|
830
|
-
"force:org:snapshot:
|
|
831
|
-
"org:force:snapshot:
|
|
832
|
-
"org:snapshot:force:
|
|
833
|
-
"org:snapshot:
|
|
834
|
-
"force:snapshot:org:
|
|
835
|
-
"snapshot:force:org:
|
|
836
|
-
"snapshot:org:force:
|
|
837
|
-
"snapshot:org:
|
|
838
|
-
"force:snapshot:
|
|
839
|
-
"snapshot:force:
|
|
840
|
-
"snapshot:
|
|
841
|
-
"snapshot:
|
|
842
|
-
"force:org:
|
|
843
|
-
"org:force:
|
|
844
|
-
"org:
|
|
845
|
-
"org:
|
|
846
|
-
"force:
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"force:
|
|
851
|
-
"
|
|
852
|
-
"
|
|
853
|
-
"
|
|
830
|
+
"force:org:snapshot:delete",
|
|
831
|
+
"org:force:snapshot:delete",
|
|
832
|
+
"org:snapshot:force:delete",
|
|
833
|
+
"org:snapshot:delete:force",
|
|
834
|
+
"force:snapshot:org:delete",
|
|
835
|
+
"snapshot:force:org:delete",
|
|
836
|
+
"snapshot:org:force:delete",
|
|
837
|
+
"snapshot:org:delete:force",
|
|
838
|
+
"force:snapshot:delete:org",
|
|
839
|
+
"snapshot:force:delete:org",
|
|
840
|
+
"snapshot:delete:force:org",
|
|
841
|
+
"snapshot:delete:org:force",
|
|
842
|
+
"force:org:delete:snapshot",
|
|
843
|
+
"org:force:delete:snapshot",
|
|
844
|
+
"org:delete:force:snapshot",
|
|
845
|
+
"org:delete:snapshot:force",
|
|
846
|
+
"force:delete:org:snapshot",
|
|
847
|
+
"delete:force:org:snapshot",
|
|
848
|
+
"delete:org:force:snapshot",
|
|
849
|
+
"delete:org:snapshot:force",
|
|
850
|
+
"force:delete:snapshot:org",
|
|
851
|
+
"delete:force:snapshot:org",
|
|
852
|
+
"delete:snapshot:force:org",
|
|
853
|
+
"delete:snapshot:org:force"
|
|
854
854
|
],
|
|
855
855
|
"permutations": [
|
|
856
|
-
"org:
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"org:snapshot:
|
|
860
|
-
"snapshot:org:
|
|
861
|
-
"snapshot:
|
|
856
|
+
"org:delete:snapshot",
|
|
857
|
+
"delete:org:snapshot",
|
|
858
|
+
"delete:snapshot:org",
|
|
859
|
+
"org:snapshot:delete",
|
|
860
|
+
"snapshot:org:delete",
|
|
861
|
+
"snapshot:delete:org"
|
|
862
862
|
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.57"
|
|
866
866
|
}
|