@salesforce/plugin-signups 2.6.32 → 2.6.33

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.
@@ -1,5 +1,130 @@
1
1
  {
2
2
  "commands": {
3
+ "org:get:snapshot": {
4
+ "aliases": [
5
+ "force:org:snapshot:get"
6
+ ],
7
+ "args": {},
8
+ "deprecateAliases": true,
9
+ "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\".",
10
+ "examples": [
11
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
12
+ "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"
13
+ ],
14
+ "flags": {
15
+ "json": {
16
+ "description": "Format output as json.",
17
+ "helpGroup": "GLOBAL",
18
+ "name": "json",
19
+ "allowNo": false,
20
+ "type": "boolean"
21
+ },
22
+ "flags-dir": {
23
+ "helpGroup": "GLOBAL",
24
+ "name": "flags-dir",
25
+ "summary": "Import flag values from a directory.",
26
+ "hasDynamicHelp": false,
27
+ "multiple": false,
28
+ "type": "option"
29
+ },
30
+ "target-dev-hub": {
31
+ "aliases": [
32
+ "targetdevhubusername"
33
+ ],
34
+ "char": "v",
35
+ "deprecateAliases": true,
36
+ "name": "target-dev-hub",
37
+ "noCacheDefault": true,
38
+ "required": true,
39
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
40
+ "hasDynamicHelp": true,
41
+ "multiple": false,
42
+ "type": "option"
43
+ },
44
+ "api-version": {
45
+ "aliases": [
46
+ "apiversion"
47
+ ],
48
+ "deprecateAliases": true,
49
+ "description": "Override the api version used for api requests made by this command",
50
+ "name": "api-version",
51
+ "hasDynamicHelp": false,
52
+ "multiple": false,
53
+ "type": "option"
54
+ },
55
+ "loglevel": {
56
+ "deprecated": {
57
+ "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."
58
+ },
59
+ "hidden": true,
60
+ "name": "loglevel",
61
+ "hasDynamicHelp": false,
62
+ "multiple": false,
63
+ "type": "option"
64
+ },
65
+ "snapshot": {
66
+ "char": "s",
67
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
68
+ "name": "snapshot",
69
+ "required": true,
70
+ "summary": "Name or ID of snapshot to retrieve.",
71
+ "hasDynamicHelp": false,
72
+ "multiple": false,
73
+ "type": "option"
74
+ }
75
+ },
76
+ "hasDynamicHelp": true,
77
+ "hiddenAliases": [],
78
+ "id": "org:get:snapshot",
79
+ "pluginAlias": "@salesforce/plugin-signups",
80
+ "pluginName": "@salesforce/plugin-signups",
81
+ "pluginType": "core",
82
+ "strict": true,
83
+ "summary": "Get details about a scratch org snapshot.",
84
+ "enableJsonFlag": true,
85
+ "isESM": true,
86
+ "relativePath": [
87
+ "lib",
88
+ "commands",
89
+ "org",
90
+ "get",
91
+ "snapshot.js"
92
+ ],
93
+ "aliasPermutations": [
94
+ "force:org:snapshot:get",
95
+ "org:force:snapshot:get",
96
+ "org:snapshot:force:get",
97
+ "org:snapshot:get:force",
98
+ "force:snapshot:org:get",
99
+ "snapshot:force:org:get",
100
+ "snapshot:org:force:get",
101
+ "snapshot:org:get:force",
102
+ "force:snapshot:get:org",
103
+ "snapshot:force:get:org",
104
+ "snapshot:get:force:org",
105
+ "snapshot:get:org:force",
106
+ "force:org:get:snapshot",
107
+ "org:force:get:snapshot",
108
+ "org:get:force:snapshot",
109
+ "org:get:snapshot:force",
110
+ "force:get:org:snapshot",
111
+ "get:force:org:snapshot",
112
+ "get:org:force:snapshot",
113
+ "get:org:snapshot:force",
114
+ "force:get:snapshot:org",
115
+ "get:force:snapshot:org",
116
+ "get:snapshot:force:org",
117
+ "get:snapshot:org:force"
118
+ ],
119
+ "permutations": [
120
+ "org:get:snapshot",
121
+ "get:org:snapshot",
122
+ "get:snapshot:org",
123
+ "org:snapshot:get",
124
+ "snapshot:org:get",
125
+ "snapshot:get:org"
126
+ ]
127
+ },
3
128
  "org:create:shape": {
4
129
  "aliases": [
5
130
  "force:org:shape:create"
@@ -265,16 +390,16 @@
265
390
  "snapshot:create:org"
266
391
  ]
267
392
  },
268
- "org:delete:shape": {
393
+ "org:list:shape": {
269
394
  "aliases": [
270
- "force:org:shape:delete"
395
+ "force:org:shape:list"
271
396
  ],
272
397
  "args": {},
273
398
  "deprecateAliases": true,
274
- "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.",
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.",
275
400
  "examples": [
276
- "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
277
- "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
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"
278
403
  ],
279
404
  "flags": {
280
405
  "json": {
@@ -292,31 +417,12 @@
292
417
  "multiple": false,
293
418
  "type": "option"
294
419
  },
295
- "target-org": {
296
- "aliases": [
297
- "targetusername",
298
- "u"
299
- ],
300
- "char": "o",
301
- "deprecateAliases": true,
302
- "name": "target-org",
303
- "noCacheDefault": true,
304
- "required": true,
305
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
306
- "hasDynamicHelp": true,
307
- "multiple": false,
308
- "type": "option"
309
- },
310
- "api-version": {
311
- "aliases": [
312
- "apiversion"
313
- ],
314
- "deprecateAliases": true,
315
- "description": "Override the api version used for api requests made by this command",
316
- "name": "api-version",
317
- "hasDynamicHelp": false,
318
- "multiple": false,
319
- "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"
320
426
  },
321
427
  "loglevel": {
322
428
  "deprecated": {
@@ -327,81 +433,70 @@
327
433
  "hasDynamicHelp": false,
328
434
  "multiple": false,
329
435
  "type": "option"
330
- },
331
- "no-prompt": {
332
- "aliases": [
333
- "noprompt"
334
- ],
335
- "char": "p",
336
- "deprecateAliases": true,
337
- "name": "no-prompt",
338
- "summary": "Don't prompt for confirmation.",
339
- "allowNo": false,
340
- "type": "boolean"
341
436
  }
342
437
  },
343
- "hasDynamicHelp": true,
438
+ "hasDynamicHelp": false,
344
439
  "hiddenAliases": [],
345
- "id": "org:delete:shape",
440
+ "id": "org:list:shape",
346
441
  "pluginAlias": "@salesforce/plugin-signups",
347
442
  "pluginName": "@salesforce/plugin-signups",
348
443
  "pluginType": "core",
349
444
  "strict": true,
350
- "summary": "Delete all org shapes for a target org.",
445
+ "summary": "List all org shapes you’ve created.",
351
446
  "enableJsonFlag": true,
352
447
  "isESM": true,
353
448
  "relativePath": [
354
449
  "lib",
355
450
  "commands",
356
451
  "org",
357
- "delete",
452
+ "list",
358
453
  "shape.js"
359
454
  ],
360
455
  "aliasPermutations": [
361
- "force:org:shape:delete",
362
- "org:force:shape:delete",
363
- "org:shape:force:delete",
364
- "org:shape:delete:force",
365
- "force:shape:org:delete",
366
- "shape:force:org:delete",
367
- "shape:org:force:delete",
368
- "shape:org:delete:force",
369
- "force:shape:delete:org",
370
- "shape:force:delete:org",
371
- "shape:delete:force:org",
372
- "shape:delete:org:force",
373
- "force:org:delete:shape",
374
- "org:force:delete:shape",
375
- "org:delete:force:shape",
376
- "org:delete:shape:force",
377
- "force:delete:org:shape",
378
- "delete:force:org:shape",
379
- "delete:org:force:shape",
380
- "delete:org:shape:force",
381
- "force:delete:shape:org",
382
- "delete:force:shape:org",
383
- "delete:shape:force:org",
384
- "delete:shape:org:force"
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"
385
480
  ],
386
481
  "permutations": [
387
- "org:delete:shape",
388
- "delete:org:shape",
389
- "delete:shape:org",
390
- "org:shape:delete",
391
- "shape:org:delete",
392
- "shape:delete:org"
482
+ "org:list:shape",
483
+ "list:org:shape",
484
+ "list:shape:org",
485
+ "org:shape:list",
486
+ "shape:org:list",
487
+ "shape:list:org"
393
488
  ]
394
489
  },
395
- "org:delete:snapshot": {
490
+ "org:list:snapshot": {
396
491
  "aliases": [
397
- "force:org:snapshot:delete"
492
+ "force:org:snapshot:list"
398
493
  ],
399
494
  "args": {},
400
495
  "deprecateAliases": true,
401
- "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.",
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\".",
402
497
  "examples": [
403
- "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
404
- "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
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"
405
500
  ],
406
501
  "flags": {
407
502
  "json": {
@@ -453,87 +548,70 @@
453
548
  "hasDynamicHelp": false,
454
549
  "multiple": false,
455
550
  "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
551
  }
474
552
  },
475
553
  "hasDynamicHelp": true,
476
554
  "hiddenAliases": [],
477
- "id": "org:delete:snapshot",
555
+ "id": "org:list:snapshot",
478
556
  "pluginAlias": "@salesforce/plugin-signups",
479
557
  "pluginName": "@salesforce/plugin-signups",
480
558
  "pluginType": "core",
481
559
  "strict": true,
482
- "summary": "Delete a scratch org snapshot.",
560
+ "summary": "List scratch org snapshots.",
483
561
  "enableJsonFlag": true,
484
562
  "isESM": true,
485
563
  "relativePath": [
486
564
  "lib",
487
565
  "commands",
488
566
  "org",
489
- "delete",
567
+ "list",
490
568
  "snapshot.js"
491
569
  ],
492
570
  "aliasPermutations": [
493
- "force:org:snapshot:delete",
494
- "org:force:snapshot:delete",
495
- "org:snapshot:force:delete",
496
- "org:snapshot:delete:force",
497
- "force:snapshot:org:delete",
498
- "snapshot:force:org:delete",
499
- "snapshot:org:force:delete",
500
- "snapshot:org:delete:force",
501
- "force:snapshot:delete:org",
502
- "snapshot:force:delete:org",
503
- "snapshot:delete:force:org",
504
- "snapshot:delete:org:force",
505
- "force:org:delete:snapshot",
506
- "org:force:delete:snapshot",
507
- "org:delete:force:snapshot",
508
- "org:delete:snapshot:force",
509
- "force:delete:org:snapshot",
510
- "delete:force:org:snapshot",
511
- "delete:org:force:snapshot",
512
- "delete:org:snapshot:force",
513
- "force:delete:snapshot:org",
514
- "delete:force:snapshot:org",
515
- "delete:snapshot:force:org",
516
- "delete:snapshot:org:force"
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"
517
595
  ],
518
596
  "permutations": [
519
- "org:delete:snapshot",
520
- "delete:org:snapshot",
521
- "delete:snapshot:org",
522
- "org:snapshot:delete",
523
- "snapshot:org:delete",
524
- "snapshot:delete:org"
597
+ "org:list:snapshot",
598
+ "list:org:snapshot",
599
+ "list:snapshot:org",
600
+ "org:snapshot:list",
601
+ "snapshot:org:list",
602
+ "snapshot:list:org"
525
603
  ]
526
604
  },
527
- "org:get:snapshot": {
605
+ "org:delete:shape": {
528
606
  "aliases": [
529
- "force:org:snapshot:get"
607
+ "force:org:shape:delete"
530
608
  ],
531
609
  "args": {},
532
610
  "deprecateAliases": true,
533
- "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\".",
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.",
534
612
  "examples": [
535
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
536
- "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"
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"
537
615
  ],
538
616
  "flags": {
539
617
  "json": {
@@ -551,16 +629,17 @@
551
629
  "multiple": false,
552
630
  "type": "option"
553
631
  },
554
- "target-dev-hub": {
632
+ "target-org": {
555
633
  "aliases": [
556
- "targetdevhubusername"
634
+ "targetusername",
635
+ "u"
557
636
  ],
558
- "char": "v",
637
+ "char": "o",
559
638
  "deprecateAliases": true,
560
- "name": "target-dev-hub",
639
+ "name": "target-org",
561
640
  "noCacheDefault": true,
562
641
  "required": true,
563
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
642
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
564
643
  "hasDynamicHelp": true,
565
644
  "multiple": false,
566
645
  "type": "option"
@@ -586,176 +665,80 @@
586
665
  "multiple": false,
587
666
  "type": "option"
588
667
  },
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
- }
599
- },
600
- "hasDynamicHelp": true,
601
- "hiddenAliases": [],
602
- "id": "org:get:snapshot",
603
- "pluginAlias": "@salesforce/plugin-signups",
604
- "pluginName": "@salesforce/plugin-signups",
605
- "pluginType": "core",
606
- "strict": true,
607
- "summary": "Get details about a scratch org snapshot.",
608
- "enableJsonFlag": true,
609
- "isESM": true,
610
- "relativePath": [
611
- "lib",
612
- "commands",
613
- "org",
614
- "get",
615
- "snapshot.js"
616
- ],
617
- "aliasPermutations": [
618
- "force:org:snapshot:get",
619
- "org:force:snapshot:get",
620
- "org:snapshot:force:get",
621
- "org:snapshot:get:force",
622
- "force:snapshot:org:get",
623
- "snapshot:force:org:get",
624
- "snapshot:org:force:get",
625
- "snapshot:org:get:force",
626
- "force:snapshot:get:org",
627
- "snapshot:force:get:org",
628
- "snapshot:get:force:org",
629
- "snapshot:get:org:force",
630
- "force:org:get:snapshot",
631
- "org:force:get:snapshot",
632
- "org:get:force:snapshot",
633
- "org:get:snapshot:force",
634
- "force:get:org:snapshot",
635
- "get:force:org:snapshot",
636
- "get:org:force:snapshot",
637
- "get:org:snapshot:force",
638
- "force:get:snapshot:org",
639
- "get:force:snapshot:org",
640
- "get:snapshot:force:org",
641
- "get:snapshot:org:force"
642
- ],
643
- "permutations": [
644
- "org:get:snapshot",
645
- "get:org:snapshot",
646
- "get:snapshot:org",
647
- "org:snapshot:get",
648
- "snapshot:org:get",
649
- "snapshot:get:org"
650
- ]
651
- },
652
- "org:list:shape": {
653
- "aliases": [
654
- "force:org:shape:list"
655
- ],
656
- "args": {},
657
- "deprecateAliases": true,
658
- "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.",
659
- "examples": [
660
- "List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
661
- "List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
662
- ],
663
- "flags": {
664
- "json": {
665
- "description": "Format output as json.",
666
- "helpGroup": "GLOBAL",
667
- "name": "json",
668
- "allowNo": false,
669
- "type": "boolean"
670
- },
671
- "flags-dir": {
672
- "helpGroup": "GLOBAL",
673
- "name": "flags-dir",
674
- "summary": "Import flag values from a directory.",
675
- "hasDynamicHelp": false,
676
- "multiple": false,
677
- "type": "option"
678
- },
679
- "verbose": {
680
- "hidden": true,
681
- "name": "verbose",
682
- "summary": "List more information about each org shape.",
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.",
683
676
  "allowNo": false,
684
677
  "type": "boolean"
685
- },
686
- "loglevel": {
687
- "deprecated": {
688
- "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."
689
- },
690
- "hidden": true,
691
- "name": "loglevel",
692
- "hasDynamicHelp": false,
693
- "multiple": false,
694
- "type": "option"
695
678
  }
696
679
  },
697
- "hasDynamicHelp": false,
680
+ "hasDynamicHelp": true,
698
681
  "hiddenAliases": [],
699
- "id": "org:list:shape",
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": "List all org shapes you’ve created.",
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
- "list",
694
+ "delete",
712
695
  "shape.js"
713
696
  ],
714
697
  "aliasPermutations": [
715
- "force:org:shape:list",
716
- "org:force:shape:list",
717
- "org:shape:force:list",
718
- "org:shape:list:force",
719
- "force:shape:org:list",
720
- "shape:force:org:list",
721
- "shape:org:force:list",
722
- "shape:org:list:force",
723
- "force:shape:list:org",
724
- "shape:force:list:org",
725
- "shape:list:force:org",
726
- "shape:list:org:force",
727
- "force:org:list:shape",
728
- "org:force:list:shape",
729
- "org:list:force:shape",
730
- "org:list:shape:force",
731
- "force:list:org:shape",
732
- "list:force:org:shape",
733
- "list:org:force:shape",
734
- "list:org:shape:force",
735
- "force:list:shape:org",
736
- "list:force:shape:org",
737
- "list:shape:force:org",
738
- "list:shape:org:force"
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:list:shape",
742
- "list:org:shape",
743
- "list:shape:org",
744
- "org:shape:list",
745
- "shape:org:list",
746
- "shape:list:org"
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:list:snapshot": {
732
+ "org:delete:snapshot": {
750
733
  "aliases": [
751
- "force:org:snapshot:list"
734
+ "force:org:snapshot:delete"
752
735
  ],
753
736
  "args": {},
754
737
  "deprecateAliases": true,
755
- "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\".",
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
- "List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
758
- "List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
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:list:snapshot",
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": "List scratch org snapshots.",
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
- "list",
826
+ "delete",
827
827
  "snapshot.js"
828
828
  ],
829
829
  "aliasPermutations": [
830
- "force:org:snapshot:list",
831
- "org:force:snapshot:list",
832
- "org:snapshot:force:list",
833
- "org:snapshot:list:force",
834
- "force:snapshot:org:list",
835
- "snapshot:force:org:list",
836
- "snapshot:org:force:list",
837
- "snapshot:org:list:force",
838
- "force:snapshot:list:org",
839
- "snapshot:force:list:org",
840
- "snapshot:list:force:org",
841
- "snapshot:list:org:force",
842
- "force:org:list:snapshot",
843
- "org:force:list:snapshot",
844
- "org:list:force:snapshot",
845
- "org:list:snapshot:force",
846
- "force:list:org:snapshot",
847
- "list:force:org:snapshot",
848
- "list:org:force:snapshot",
849
- "list:org:snapshot:force",
850
- "force:list:snapshot:org",
851
- "list:force:snapshot:org",
852
- "list:snapshot:force:org",
853
- "list:snapshot:org:force"
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:list:snapshot",
857
- "list:org:snapshot",
858
- "list:snapshot:org",
859
- "org:snapshot:list",
860
- "snapshot:org:list",
861
- "snapshot:list:org"
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.32"
865
+ "version": "2.6.33"
866
866
  }