@salesforce/plugin-signups 2.6.39 → 2.6.41
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 +700 -144
- package/oclif.lock +491 -162
- package/oclif.manifest.json +214 -214
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
@@ -265,16 +265,16 @@
|
|
265
265
|
"snapshot:create:org"
|
266
266
|
]
|
267
267
|
},
|
268
|
-
"org:
|
268
|
+
"org:delete:shape": {
|
269
269
|
"aliases": [
|
270
|
-
"force:org:shape:
|
270
|
+
"force:org:shape:delete"
|
271
271
|
],
|
272
272
|
"args": {},
|
273
273
|
"deprecateAliases": true,
|
274
|
-
"description": "
|
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.",
|
275
275
|
"examples": [
|
276
|
-
"
|
277
|
-
"
|
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"
|
278
278
|
],
|
279
279
|
"flags": {
|
280
280
|
"json": {
|
@@ -292,12 +292,31 @@
|
|
292
292
|
"multiple": false,
|
293
293
|
"type": "option"
|
294
294
|
},
|
295
|
-
"
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
"
|
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"
|
301
320
|
},
|
302
321
|
"loglevel": {
|
303
322
|
"deprecated": {
|
@@ -308,70 +327,81 @@
|
|
308
327
|
"hasDynamicHelp": false,
|
309
328
|
"multiple": false,
|
310
329
|
"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"
|
311
341
|
}
|
312
342
|
},
|
313
|
-
"hasDynamicHelp":
|
343
|
+
"hasDynamicHelp": true,
|
314
344
|
"hiddenAliases": [],
|
315
|
-
"id": "org:
|
345
|
+
"id": "org:delete:shape",
|
316
346
|
"pluginAlias": "@salesforce/plugin-signups",
|
317
347
|
"pluginName": "@salesforce/plugin-signups",
|
318
348
|
"pluginType": "core",
|
319
349
|
"strict": true,
|
320
|
-
"summary": "
|
350
|
+
"summary": "Delete all org shapes for a target org.",
|
321
351
|
"enableJsonFlag": true,
|
322
352
|
"isESM": true,
|
323
353
|
"relativePath": [
|
324
354
|
"lib",
|
325
355
|
"commands",
|
326
356
|
"org",
|
327
|
-
"
|
357
|
+
"delete",
|
328
358
|
"shape.js"
|
329
359
|
],
|
330
360
|
"aliasPermutations": [
|
331
|
-
"force:org:shape:
|
332
|
-
"org:force:shape:
|
333
|
-
"org:shape:force:
|
334
|
-
"org:shape:
|
335
|
-
"force:shape:org:
|
336
|
-
"shape:force:org:
|
337
|
-
"shape:org:force:
|
338
|
-
"shape:org:
|
339
|
-
"force:shape:
|
340
|
-
"shape:force:
|
341
|
-
"shape:
|
342
|
-
"shape:
|
343
|
-
"force:org:
|
344
|
-
"org:force:
|
345
|
-
"org:
|
346
|
-
"org:
|
347
|
-
"force:
|
348
|
-
"
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"force:
|
352
|
-
"
|
353
|
-
"
|
354
|
-
"
|
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"
|
355
385
|
],
|
356
386
|
"permutations": [
|
357
|
-
"org:
|
358
|
-
"
|
359
|
-
"
|
360
|
-
"org:shape:
|
361
|
-
"shape:org:
|
362
|
-
"shape:
|
387
|
+
"org:delete:shape",
|
388
|
+
"delete:org:shape",
|
389
|
+
"delete:shape:org",
|
390
|
+
"org:shape:delete",
|
391
|
+
"shape:org:delete",
|
392
|
+
"shape:delete:org"
|
363
393
|
]
|
364
394
|
},
|
365
|
-
"org:
|
395
|
+
"org:delete:snapshot": {
|
366
396
|
"aliases": [
|
367
|
-
"force:org:snapshot:
|
397
|
+
"force:org:snapshot:delete"
|
368
398
|
],
|
369
399
|
"args": {},
|
370
400
|
"deprecateAliases": true,
|
371
|
-
"description": "
|
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.",
|
372
402
|
"examples": [
|
373
|
-
"
|
374
|
-
"
|
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"
|
375
405
|
],
|
376
406
|
"flags": {
|
377
407
|
"json": {
|
@@ -423,58 +453,75 @@
|
|
423
453
|
"hasDynamicHelp": false,
|
424
454
|
"multiple": false,
|
425
455
|
"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"
|
426
473
|
}
|
427
474
|
},
|
428
475
|
"hasDynamicHelp": true,
|
429
476
|
"hiddenAliases": [],
|
430
|
-
"id": "org:
|
477
|
+
"id": "org:delete:snapshot",
|
431
478
|
"pluginAlias": "@salesforce/plugin-signups",
|
432
479
|
"pluginName": "@salesforce/plugin-signups",
|
433
480
|
"pluginType": "core",
|
434
481
|
"strict": true,
|
435
|
-
"summary": "
|
482
|
+
"summary": "Delete a scratch org snapshot.",
|
436
483
|
"enableJsonFlag": true,
|
437
484
|
"isESM": true,
|
438
485
|
"relativePath": [
|
439
486
|
"lib",
|
440
487
|
"commands",
|
441
488
|
"org",
|
442
|
-
"
|
489
|
+
"delete",
|
443
490
|
"snapshot.js"
|
444
491
|
],
|
445
492
|
"aliasPermutations": [
|
446
|
-
"force:org:snapshot:
|
447
|
-
"org:force:snapshot:
|
448
|
-
"org:snapshot:force:
|
449
|
-
"org:snapshot:
|
450
|
-
"force:snapshot:org:
|
451
|
-
"snapshot:force:org:
|
452
|
-
"snapshot:org:force:
|
453
|
-
"snapshot:org:
|
454
|
-
"force:snapshot:
|
455
|
-
"snapshot:force:
|
456
|
-
"snapshot:
|
457
|
-
"snapshot:
|
458
|
-
"force:org:
|
459
|
-
"org:force:
|
460
|
-
"org:
|
461
|
-
"org:
|
462
|
-
"force:
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"
|
466
|
-
"force:
|
467
|
-
"
|
468
|
-
"
|
469
|
-
"
|
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"
|
470
517
|
],
|
471
518
|
"permutations": [
|
472
|
-
"org:
|
473
|
-
"
|
474
|
-
"
|
475
|
-
"org:snapshot:
|
476
|
-
"snapshot:org:
|
477
|
-
"snapshot:
|
519
|
+
"org:delete:snapshot",
|
520
|
+
"delete:org:snapshot",
|
521
|
+
"delete:snapshot:org",
|
522
|
+
"org:snapshot:delete",
|
523
|
+
"snapshot:org:delete",
|
524
|
+
"snapshot:delete:org"
|
478
525
|
]
|
479
526
|
},
|
480
527
|
"org:get:snapshot": {
|
@@ -602,16 +649,16 @@
|
|
602
649
|
"snapshot:get:org"
|
603
650
|
]
|
604
651
|
},
|
605
|
-
"org:
|
652
|
+
"org:list:shape": {
|
606
653
|
"aliases": [
|
607
|
-
"force:org:shape:
|
654
|
+
"force:org:shape:list"
|
608
655
|
],
|
609
656
|
"args": {},
|
610
657
|
"deprecateAliases": true,
|
611
|
-
"description": "
|
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.",
|
612
659
|
"examples": [
|
613
|
-
"
|
614
|
-
"
|
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"
|
615
662
|
],
|
616
663
|
"flags": {
|
617
664
|
"json": {
|
@@ -629,31 +676,12 @@
|
|
629
676
|
"multiple": false,
|
630
677
|
"type": "option"
|
631
678
|
},
|
632
|
-
"
|
633
|
-
"
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
"
|
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"
|
679
|
+
"verbose": {
|
680
|
+
"hidden": true,
|
681
|
+
"name": "verbose",
|
682
|
+
"summary": "List more information about each org shape.",
|
683
|
+
"allowNo": false,
|
684
|
+
"type": "boolean"
|
657
685
|
},
|
658
686
|
"loglevel": {
|
659
687
|
"deprecated": {
|
@@ -664,81 +692,70 @@
|
|
664
692
|
"hasDynamicHelp": false,
|
665
693
|
"multiple": false,
|
666
694
|
"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"
|
678
695
|
}
|
679
696
|
},
|
680
|
-
"hasDynamicHelp":
|
697
|
+
"hasDynamicHelp": false,
|
681
698
|
"hiddenAliases": [],
|
682
|
-
"id": "org:
|
699
|
+
"id": "org:list:shape",
|
683
700
|
"pluginAlias": "@salesforce/plugin-signups",
|
684
701
|
"pluginName": "@salesforce/plugin-signups",
|
685
702
|
"pluginType": "core",
|
686
703
|
"strict": true,
|
687
|
-
"summary": "
|
704
|
+
"summary": "List all org shapes you’ve created.",
|
688
705
|
"enableJsonFlag": true,
|
689
706
|
"isESM": true,
|
690
707
|
"relativePath": [
|
691
708
|
"lib",
|
692
709
|
"commands",
|
693
710
|
"org",
|
694
|
-
"
|
711
|
+
"list",
|
695
712
|
"shape.js"
|
696
713
|
],
|
697
714
|
"aliasPermutations": [
|
698
|
-
"force:org:shape:
|
699
|
-
"org:force:shape:
|
700
|
-
"org:shape:force:
|
701
|
-
"org:shape:
|
702
|
-
"force:shape:org:
|
703
|
-
"shape:force:org:
|
704
|
-
"shape:org:force:
|
705
|
-
"shape:org:
|
706
|
-
"force:shape:
|
707
|
-
"shape:force:
|
708
|
-
"shape:
|
709
|
-
"shape:
|
710
|
-
"force:org:
|
711
|
-
"org:force:
|
712
|
-
"org:
|
713
|
-
"org:
|
714
|
-
"force:
|
715
|
-
"
|
716
|
-
"
|
717
|
-
"
|
718
|
-
"force:
|
719
|
-
"
|
720
|
-
"
|
721
|
-
"
|
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"
|
722
739
|
],
|
723
740
|
"permutations": [
|
724
|
-
"org:
|
725
|
-
"
|
726
|
-
"
|
727
|
-
"org:shape:
|
728
|
-
"shape:org:
|
729
|
-
"shape:
|
741
|
+
"org:list:shape",
|
742
|
+
"list:org:shape",
|
743
|
+
"list:shape:org",
|
744
|
+
"org:shape:list",
|
745
|
+
"shape:org:list",
|
746
|
+
"shape:list:org"
|
730
747
|
]
|
731
748
|
},
|
732
|
-
"org:
|
749
|
+
"org:list:snapshot": {
|
733
750
|
"aliases": [
|
734
|
-
"force:org:snapshot:
|
751
|
+
"force:org:snapshot:list"
|
735
752
|
],
|
736
753
|
"args": {},
|
737
754
|
"deprecateAliases": true,
|
738
|
-
"description": "Dev Hub
|
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\".",
|
739
756
|
"examples": [
|
740
|
-
"
|
741
|
-
"
|
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"
|
742
759
|
],
|
743
760
|
"flags": {
|
744
761
|
"json": {
|
@@ -790,77 +807,60 @@
|
|
790
807
|
"hasDynamicHelp": false,
|
791
808
|
"multiple": false,
|
792
809
|
"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:list: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": "List scratch org snapshots.",
|
820
820
|
"enableJsonFlag": true,
|
821
821
|
"isESM": true,
|
822
822
|
"relativePath": [
|
823
823
|
"lib",
|
824
824
|
"commands",
|
825
825
|
"org",
|
826
|
-
"
|
826
|
+
"list",
|
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: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"
|
854
854
|
],
|
855
855
|
"permutations": [
|
856
|
-
"org:
|
857
|
-
"
|
858
|
-
"
|
859
|
-
"org:snapshot:
|
860
|
-
"snapshot:org:
|
861
|
-
"snapshot:
|
856
|
+
"org:list:snapshot",
|
857
|
+
"list:org:snapshot",
|
858
|
+
"list:snapshot:org",
|
859
|
+
"org:snapshot:list",
|
860
|
+
"snapshot:org:list",
|
861
|
+
"snapshot:list:org"
|
862
862
|
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.41"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,29 +1,29 @@
|
|
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.41",
|
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.7",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.5",
|
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.63",
|
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.30",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.22.
|
26
|
+
"oclif": "^4.22.5",
|
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.41.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.41.sig"
|
225
225
|
}
|
226
226
|
}
|