@salesforce/plugin-signups 2.6.37 → 2.6.39
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 +7 -7
- package/npm-shrinkwrap.json +484 -249
- package/oclif.lock +402 -288
- package/oclif.manifest.json +214 -214
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
@@ -265,16 +265,16 @@
|
|
265
265
|
"snapshot:create:org"
|
266
266
|
]
|
267
267
|
},
|
268
|
-
"org:
|
268
|
+
"org:list:shape": {
|
269
269
|
"aliases": [
|
270
|
-
"force:org:shape:
|
270
|
+
"force:org:shape:list"
|
271
271
|
],
|
272
272
|
"args": {},
|
273
273
|
"deprecateAliases": true,
|
274
|
-
"description": "
|
274
|
+
"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
275
|
"examples": [
|
276
|
-
"
|
277
|
-
"
|
276
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
277
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
278
278
|
],
|
279
279
|
"flags": {
|
280
280
|
"json": {
|
@@ -292,31 +292,12 @@
|
|
292
292
|
"multiple": false,
|
293
293
|
"type": "option"
|
294
294
|
},
|
295
|
-
"
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
"
|
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"
|
295
|
+
"verbose": {
|
296
|
+
"hidden": true,
|
297
|
+
"name": "verbose",
|
298
|
+
"summary": "List more information about each org shape.",
|
299
|
+
"allowNo": false,
|
300
|
+
"type": "boolean"
|
320
301
|
},
|
321
302
|
"loglevel": {
|
322
303
|
"deprecated": {
|
@@ -327,81 +308,70 @@
|
|
327
308
|
"hasDynamicHelp": false,
|
328
309
|
"multiple": false,
|
329
310
|
"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
311
|
}
|
342
312
|
},
|
343
|
-
"hasDynamicHelp":
|
313
|
+
"hasDynamicHelp": false,
|
344
314
|
"hiddenAliases": [],
|
345
|
-
"id": "org:
|
315
|
+
"id": "org:list:shape",
|
346
316
|
"pluginAlias": "@salesforce/plugin-signups",
|
347
317
|
"pluginName": "@salesforce/plugin-signups",
|
348
318
|
"pluginType": "core",
|
349
319
|
"strict": true,
|
350
|
-
"summary": "
|
320
|
+
"summary": "List all org shapes you’ve created.",
|
351
321
|
"enableJsonFlag": true,
|
352
322
|
"isESM": true,
|
353
323
|
"relativePath": [
|
354
324
|
"lib",
|
355
325
|
"commands",
|
356
326
|
"org",
|
357
|
-
"
|
327
|
+
"list",
|
358
328
|
"shape.js"
|
359
329
|
],
|
360
330
|
"aliasPermutations": [
|
361
|
-
"force:org:shape:
|
362
|
-
"org:force:shape:
|
363
|
-
"org:shape:force:
|
364
|
-
"org:shape:
|
365
|
-
"force:shape:org:
|
366
|
-
"shape:force:org:
|
367
|
-
"shape:org:force:
|
368
|
-
"shape:org:
|
369
|
-
"force:shape:
|
370
|
-
"shape:force:
|
371
|
-
"shape:
|
372
|
-
"shape:
|
373
|
-
"force:org:
|
374
|
-
"org:force:
|
375
|
-
"org:
|
376
|
-
"org:
|
377
|
-
"force:
|
378
|
-
"
|
379
|
-
"
|
380
|
-
"
|
381
|
-
"force:
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"
|
331
|
+
"force:org:shape:list",
|
332
|
+
"org:force:shape:list",
|
333
|
+
"org:shape:force:list",
|
334
|
+
"org:shape:list:force",
|
335
|
+
"force:shape:org:list",
|
336
|
+
"shape:force:org:list",
|
337
|
+
"shape:org:force:list",
|
338
|
+
"shape:org:list:force",
|
339
|
+
"force:shape:list:org",
|
340
|
+
"shape:force:list:org",
|
341
|
+
"shape:list:force:org",
|
342
|
+
"shape:list:org:force",
|
343
|
+
"force:org:list:shape",
|
344
|
+
"org:force:list:shape",
|
345
|
+
"org:list:force:shape",
|
346
|
+
"org:list:shape:force",
|
347
|
+
"force:list:org:shape",
|
348
|
+
"list:force:org:shape",
|
349
|
+
"list:org:force:shape",
|
350
|
+
"list:org:shape:force",
|
351
|
+
"force:list:shape:org",
|
352
|
+
"list:force:shape:org",
|
353
|
+
"list:shape:force:org",
|
354
|
+
"list:shape:org:force"
|
385
355
|
],
|
386
356
|
"permutations": [
|
387
|
-
"org:
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"org:shape:
|
391
|
-
"shape:org:
|
392
|
-
"shape:
|
357
|
+
"org:list:shape",
|
358
|
+
"list:org:shape",
|
359
|
+
"list:shape:org",
|
360
|
+
"org:shape:list",
|
361
|
+
"shape:org:list",
|
362
|
+
"shape:list:org"
|
393
363
|
]
|
394
364
|
},
|
395
|
-
"org:
|
365
|
+
"org:list:snapshot": {
|
396
366
|
"aliases": [
|
397
|
-
"force:org:snapshot:
|
367
|
+
"force:org:snapshot:list"
|
398
368
|
],
|
399
369
|
"args": {},
|
400
370
|
"deprecateAliases": true,
|
401
|
-
"description": "Dev Hub
|
371
|
+
"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
372
|
"examples": [
|
403
|
-
"
|
404
|
-
"
|
373
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
374
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
405
375
|
],
|
406
376
|
"flags": {
|
407
377
|
"json": {
|
@@ -453,75 +423,58 @@
|
|
453
423
|
"hasDynamicHelp": false,
|
454
424
|
"multiple": false,
|
455
425
|
"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
426
|
}
|
474
427
|
},
|
475
428
|
"hasDynamicHelp": true,
|
476
429
|
"hiddenAliases": [],
|
477
|
-
"id": "org:
|
430
|
+
"id": "org:list:snapshot",
|
478
431
|
"pluginAlias": "@salesforce/plugin-signups",
|
479
432
|
"pluginName": "@salesforce/plugin-signups",
|
480
433
|
"pluginType": "core",
|
481
434
|
"strict": true,
|
482
|
-
"summary": "
|
435
|
+
"summary": "List scratch org snapshots.",
|
483
436
|
"enableJsonFlag": true,
|
484
437
|
"isESM": true,
|
485
438
|
"relativePath": [
|
486
439
|
"lib",
|
487
440
|
"commands",
|
488
441
|
"org",
|
489
|
-
"
|
442
|
+
"list",
|
490
443
|
"snapshot.js"
|
491
444
|
],
|
492
445
|
"aliasPermutations": [
|
493
|
-
"force:org:snapshot:
|
494
|
-
"org:force:snapshot:
|
495
|
-
"org:snapshot:force:
|
496
|
-
"org:snapshot:
|
497
|
-
"force:snapshot:org:
|
498
|
-
"snapshot:force:org:
|
499
|
-
"snapshot:org:force:
|
500
|
-
"snapshot:org:
|
501
|
-
"force:snapshot:
|
502
|
-
"snapshot:force:
|
503
|
-
"snapshot:
|
504
|
-
"snapshot:
|
505
|
-
"force:org:
|
506
|
-
"org:force:
|
507
|
-
"org:
|
508
|
-
"org:
|
509
|
-
"force:
|
510
|
-
"
|
511
|
-
"
|
512
|
-
"
|
513
|
-
"force:
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
446
|
+
"force:org:snapshot:list",
|
447
|
+
"org:force:snapshot:list",
|
448
|
+
"org:snapshot:force:list",
|
449
|
+
"org:snapshot:list:force",
|
450
|
+
"force:snapshot:org:list",
|
451
|
+
"snapshot:force:org:list",
|
452
|
+
"snapshot:org:force:list",
|
453
|
+
"snapshot:org:list:force",
|
454
|
+
"force:snapshot:list:org",
|
455
|
+
"snapshot:force:list:org",
|
456
|
+
"snapshot:list:force:org",
|
457
|
+
"snapshot:list:org:force",
|
458
|
+
"force:org:list:snapshot",
|
459
|
+
"org:force:list:snapshot",
|
460
|
+
"org:list:force:snapshot",
|
461
|
+
"org:list:snapshot:force",
|
462
|
+
"force:list:org:snapshot",
|
463
|
+
"list:force:org:snapshot",
|
464
|
+
"list:org:force:snapshot",
|
465
|
+
"list:org:snapshot:force",
|
466
|
+
"force:list:snapshot:org",
|
467
|
+
"list:force:snapshot:org",
|
468
|
+
"list:snapshot:force:org",
|
469
|
+
"list:snapshot:org:force"
|
517
470
|
],
|
518
471
|
"permutations": [
|
519
|
-
"org:
|
520
|
-
"
|
521
|
-
"
|
522
|
-
"org:snapshot:
|
523
|
-
"snapshot:org:
|
524
|
-
"snapshot:
|
472
|
+
"org:list:snapshot",
|
473
|
+
"list:org:snapshot",
|
474
|
+
"list:snapshot:org",
|
475
|
+
"org:snapshot:list",
|
476
|
+
"snapshot:org:list",
|
477
|
+
"snapshot:list:org"
|
525
478
|
]
|
526
479
|
},
|
527
480
|
"org:get:snapshot": {
|
@@ -649,16 +602,16 @@
|
|
649
602
|
"snapshot:get: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.39"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.6.
|
4
|
+
"version": "2.6.39",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.18.
|
9
|
+
"@salesforce/core": "^8.18.5",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -15,15 +15,15 @@
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.4",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.61",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.29",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.
|
26
|
+
"oclif": "^4.22.2",
|
27
27
|
"ts-node": "^10.9.2",
|
28
28
|
"typescript": "^5.5.4"
|
29
29
|
},
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.39.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.39.sig"
|
225
225
|
}
|
226
226
|
}
|