@salesforce/plugin-signups 2.0.18 → 2.0.19
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/oclif.lock +814 -799
- package/oclif.manifest.json +238 -238
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -250,6 +250,243 @@
|
|
|
250
250
|
"snapshot:create:org"
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
|
+
"org:delete:shape": {
|
|
254
|
+
"aliases": [
|
|
255
|
+
"force:org:shape:delete"
|
|
256
|
+
],
|
|
257
|
+
"args": {},
|
|
258
|
+
"deprecateAliases": true,
|
|
259
|
+
"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.",
|
|
260
|
+
"examples": [
|
|
261
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
262
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
263
|
+
],
|
|
264
|
+
"flags": {
|
|
265
|
+
"json": {
|
|
266
|
+
"description": "Format output as json.",
|
|
267
|
+
"helpGroup": "GLOBAL",
|
|
268
|
+
"name": "json",
|
|
269
|
+
"allowNo": false,
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
},
|
|
272
|
+
"target-org": {
|
|
273
|
+
"aliases": [
|
|
274
|
+
"targetusername",
|
|
275
|
+
"u"
|
|
276
|
+
],
|
|
277
|
+
"char": "o",
|
|
278
|
+
"deprecateAliases": true,
|
|
279
|
+
"name": "target-org",
|
|
280
|
+
"noCacheDefault": true,
|
|
281
|
+
"required": true,
|
|
282
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
283
|
+
"hasDynamicHelp": true,
|
|
284
|
+
"multiple": false,
|
|
285
|
+
"type": "option"
|
|
286
|
+
},
|
|
287
|
+
"api-version": {
|
|
288
|
+
"aliases": [
|
|
289
|
+
"apiversion"
|
|
290
|
+
],
|
|
291
|
+
"deprecateAliases": true,
|
|
292
|
+
"description": "Override the api version used for api requests made by this command",
|
|
293
|
+
"name": "api-version",
|
|
294
|
+
"hasDynamicHelp": false,
|
|
295
|
+
"multiple": false,
|
|
296
|
+
"type": "option"
|
|
297
|
+
},
|
|
298
|
+
"loglevel": {
|
|
299
|
+
"deprecated": {
|
|
300
|
+
"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."
|
|
301
|
+
},
|
|
302
|
+
"hidden": true,
|
|
303
|
+
"name": "loglevel",
|
|
304
|
+
"hasDynamicHelp": false,
|
|
305
|
+
"multiple": false,
|
|
306
|
+
"type": "option"
|
|
307
|
+
},
|
|
308
|
+
"no-prompt": {
|
|
309
|
+
"aliases": [
|
|
310
|
+
"noprompt"
|
|
311
|
+
],
|
|
312
|
+
"char": "p",
|
|
313
|
+
"deprecateAliases": true,
|
|
314
|
+
"name": "no-prompt",
|
|
315
|
+
"summary": "Don't prompt for confirmation.",
|
|
316
|
+
"allowNo": false,
|
|
317
|
+
"type": "boolean"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"hasDynamicHelp": true,
|
|
321
|
+
"hiddenAliases": [],
|
|
322
|
+
"id": "org:delete:shape",
|
|
323
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
324
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
325
|
+
"pluginType": "core",
|
|
326
|
+
"strict": true,
|
|
327
|
+
"summary": "Delete all org shapes for a target org.",
|
|
328
|
+
"enableJsonFlag": true,
|
|
329
|
+
"isESM": true,
|
|
330
|
+
"relativePath": [
|
|
331
|
+
"lib",
|
|
332
|
+
"commands",
|
|
333
|
+
"org",
|
|
334
|
+
"delete",
|
|
335
|
+
"shape.js"
|
|
336
|
+
],
|
|
337
|
+
"aliasPermutations": [
|
|
338
|
+
"force:org:shape:delete",
|
|
339
|
+
"org:force:shape:delete",
|
|
340
|
+
"org:shape:force:delete",
|
|
341
|
+
"org:shape:delete:force",
|
|
342
|
+
"force:shape:org:delete",
|
|
343
|
+
"shape:force:org:delete",
|
|
344
|
+
"shape:org:force:delete",
|
|
345
|
+
"shape:org:delete:force",
|
|
346
|
+
"force:shape:delete:org",
|
|
347
|
+
"shape:force:delete:org",
|
|
348
|
+
"shape:delete:force:org",
|
|
349
|
+
"shape:delete:org:force",
|
|
350
|
+
"force:org:delete:shape",
|
|
351
|
+
"org:force:delete:shape",
|
|
352
|
+
"org:delete:force:shape",
|
|
353
|
+
"org:delete:shape:force",
|
|
354
|
+
"force:delete:org:shape",
|
|
355
|
+
"delete:force:org:shape",
|
|
356
|
+
"delete:org:force:shape",
|
|
357
|
+
"delete:org:shape:force",
|
|
358
|
+
"force:delete:shape:org",
|
|
359
|
+
"delete:force:shape:org",
|
|
360
|
+
"delete:shape:force:org",
|
|
361
|
+
"delete:shape:org:force"
|
|
362
|
+
],
|
|
363
|
+
"permutations": [
|
|
364
|
+
"org:delete:shape",
|
|
365
|
+
"delete:org:shape",
|
|
366
|
+
"delete:shape:org",
|
|
367
|
+
"org:shape:delete",
|
|
368
|
+
"shape:org:delete",
|
|
369
|
+
"shape:delete:org"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"org:delete:snapshot": {
|
|
373
|
+
"aliases": [
|
|
374
|
+
"force:org:snapshot:delete"
|
|
375
|
+
],
|
|
376
|
+
"args": {},
|
|
377
|
+
"deprecateAliases": true,
|
|
378
|
+
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
|
379
|
+
"examples": [
|
|
380
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
381
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
382
|
+
],
|
|
383
|
+
"flags": {
|
|
384
|
+
"json": {
|
|
385
|
+
"description": "Format output as json.",
|
|
386
|
+
"helpGroup": "GLOBAL",
|
|
387
|
+
"name": "json",
|
|
388
|
+
"allowNo": false,
|
|
389
|
+
"type": "boolean"
|
|
390
|
+
},
|
|
391
|
+
"target-dev-hub": {
|
|
392
|
+
"aliases": [
|
|
393
|
+
"targetdevhubusername"
|
|
394
|
+
],
|
|
395
|
+
"char": "v",
|
|
396
|
+
"deprecateAliases": true,
|
|
397
|
+
"name": "target-dev-hub",
|
|
398
|
+
"noCacheDefault": true,
|
|
399
|
+
"required": true,
|
|
400
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
401
|
+
"hasDynamicHelp": true,
|
|
402
|
+
"multiple": false,
|
|
403
|
+
"type": "option"
|
|
404
|
+
},
|
|
405
|
+
"api-version": {
|
|
406
|
+
"aliases": [
|
|
407
|
+
"apiversion"
|
|
408
|
+
],
|
|
409
|
+
"deprecateAliases": true,
|
|
410
|
+
"description": "Override the api version used for api requests made by this command",
|
|
411
|
+
"name": "api-version",
|
|
412
|
+
"hasDynamicHelp": false,
|
|
413
|
+
"multiple": false,
|
|
414
|
+
"type": "option"
|
|
415
|
+
},
|
|
416
|
+
"loglevel": {
|
|
417
|
+
"deprecated": {
|
|
418
|
+
"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."
|
|
419
|
+
},
|
|
420
|
+
"hidden": true,
|
|
421
|
+
"name": "loglevel",
|
|
422
|
+
"hasDynamicHelp": false,
|
|
423
|
+
"multiple": false,
|
|
424
|
+
"type": "option"
|
|
425
|
+
},
|
|
426
|
+
"snapshot": {
|
|
427
|
+
"char": "s",
|
|
428
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
429
|
+
"name": "snapshot",
|
|
430
|
+
"required": true,
|
|
431
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
432
|
+
"hasDynamicHelp": false,
|
|
433
|
+
"multiple": false,
|
|
434
|
+
"type": "option"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"hasDynamicHelp": true,
|
|
438
|
+
"hiddenAliases": [],
|
|
439
|
+
"id": "org:delete:snapshot",
|
|
440
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
441
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
442
|
+
"pluginType": "core",
|
|
443
|
+
"state": "beta",
|
|
444
|
+
"strict": true,
|
|
445
|
+
"summary": "Delete a scratch org snapshot.",
|
|
446
|
+
"enableJsonFlag": true,
|
|
447
|
+
"isESM": true,
|
|
448
|
+
"relativePath": [
|
|
449
|
+
"lib",
|
|
450
|
+
"commands",
|
|
451
|
+
"org",
|
|
452
|
+
"delete",
|
|
453
|
+
"snapshot.js"
|
|
454
|
+
],
|
|
455
|
+
"aliasPermutations": [
|
|
456
|
+
"force:org:snapshot:delete",
|
|
457
|
+
"org:force:snapshot:delete",
|
|
458
|
+
"org:snapshot:force:delete",
|
|
459
|
+
"org:snapshot:delete:force",
|
|
460
|
+
"force:snapshot:org:delete",
|
|
461
|
+
"snapshot:force:org:delete",
|
|
462
|
+
"snapshot:org:force:delete",
|
|
463
|
+
"snapshot:org:delete:force",
|
|
464
|
+
"force:snapshot:delete:org",
|
|
465
|
+
"snapshot:force:delete:org",
|
|
466
|
+
"snapshot:delete:force:org",
|
|
467
|
+
"snapshot:delete:org:force",
|
|
468
|
+
"force:org:delete:snapshot",
|
|
469
|
+
"org:force:delete:snapshot",
|
|
470
|
+
"org:delete:force:snapshot",
|
|
471
|
+
"org:delete:snapshot:force",
|
|
472
|
+
"force:delete:org:snapshot",
|
|
473
|
+
"delete:force:org:snapshot",
|
|
474
|
+
"delete:org:force:snapshot",
|
|
475
|
+
"delete:org:snapshot:force",
|
|
476
|
+
"force:delete:snapshot:org",
|
|
477
|
+
"delete:force:snapshot:org",
|
|
478
|
+
"delete:snapshot:force:org",
|
|
479
|
+
"delete:snapshot:org:force"
|
|
480
|
+
],
|
|
481
|
+
"permutations": [
|
|
482
|
+
"org:delete:snapshot",
|
|
483
|
+
"delete:org:snapshot",
|
|
484
|
+
"delete:snapshot:org",
|
|
485
|
+
"org:snapshot:delete",
|
|
486
|
+
"snapshot:org:delete",
|
|
487
|
+
"snapshot:delete:org"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
253
490
|
"org:get:snapshot": {
|
|
254
491
|
"aliases": [
|
|
255
492
|
"force:org:snapshot:get"
|
|
@@ -564,244 +801,7 @@
|
|
|
564
801
|
"snapshot:org:list",
|
|
565
802
|
"snapshot:list:org"
|
|
566
803
|
]
|
|
567
|
-
},
|
|
568
|
-
"org:delete:shape": {
|
|
569
|
-
"aliases": [
|
|
570
|
-
"force:org:shape:delete"
|
|
571
|
-
],
|
|
572
|
-
"args": {},
|
|
573
|
-
"deprecateAliases": true,
|
|
574
|
-
"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.",
|
|
575
|
-
"examples": [
|
|
576
|
-
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
577
|
-
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
578
|
-
],
|
|
579
|
-
"flags": {
|
|
580
|
-
"json": {
|
|
581
|
-
"description": "Format output as json.",
|
|
582
|
-
"helpGroup": "GLOBAL",
|
|
583
|
-
"name": "json",
|
|
584
|
-
"allowNo": false,
|
|
585
|
-
"type": "boolean"
|
|
586
|
-
},
|
|
587
|
-
"target-org": {
|
|
588
|
-
"aliases": [
|
|
589
|
-
"targetusername",
|
|
590
|
-
"u"
|
|
591
|
-
],
|
|
592
|
-
"char": "o",
|
|
593
|
-
"deprecateAliases": true,
|
|
594
|
-
"name": "target-org",
|
|
595
|
-
"noCacheDefault": true,
|
|
596
|
-
"required": true,
|
|
597
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
598
|
-
"hasDynamicHelp": true,
|
|
599
|
-
"multiple": false,
|
|
600
|
-
"type": "option"
|
|
601
|
-
},
|
|
602
|
-
"api-version": {
|
|
603
|
-
"aliases": [
|
|
604
|
-
"apiversion"
|
|
605
|
-
],
|
|
606
|
-
"deprecateAliases": true,
|
|
607
|
-
"description": "Override the api version used for api requests made by this command",
|
|
608
|
-
"name": "api-version",
|
|
609
|
-
"hasDynamicHelp": false,
|
|
610
|
-
"multiple": false,
|
|
611
|
-
"type": "option"
|
|
612
|
-
},
|
|
613
|
-
"loglevel": {
|
|
614
|
-
"deprecated": {
|
|
615
|
-
"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."
|
|
616
|
-
},
|
|
617
|
-
"hidden": true,
|
|
618
|
-
"name": "loglevel",
|
|
619
|
-
"hasDynamicHelp": false,
|
|
620
|
-
"multiple": false,
|
|
621
|
-
"type": "option"
|
|
622
|
-
},
|
|
623
|
-
"no-prompt": {
|
|
624
|
-
"aliases": [
|
|
625
|
-
"noprompt"
|
|
626
|
-
],
|
|
627
|
-
"char": "p",
|
|
628
|
-
"deprecateAliases": true,
|
|
629
|
-
"name": "no-prompt",
|
|
630
|
-
"summary": "Don't prompt for confirmation.",
|
|
631
|
-
"allowNo": false,
|
|
632
|
-
"type": "boolean"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"hasDynamicHelp": true,
|
|
636
|
-
"hiddenAliases": [],
|
|
637
|
-
"id": "org:delete:shape",
|
|
638
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
639
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
640
|
-
"pluginType": "core",
|
|
641
|
-
"strict": true,
|
|
642
|
-
"summary": "Delete all org shapes for a target org.",
|
|
643
|
-
"enableJsonFlag": true,
|
|
644
|
-
"isESM": true,
|
|
645
|
-
"relativePath": [
|
|
646
|
-
"lib",
|
|
647
|
-
"commands",
|
|
648
|
-
"org",
|
|
649
|
-
"delete",
|
|
650
|
-
"shape.js"
|
|
651
|
-
],
|
|
652
|
-
"aliasPermutations": [
|
|
653
|
-
"force:org:shape:delete",
|
|
654
|
-
"org:force:shape:delete",
|
|
655
|
-
"org:shape:force:delete",
|
|
656
|
-
"org:shape:delete:force",
|
|
657
|
-
"force:shape:org:delete",
|
|
658
|
-
"shape:force:org:delete",
|
|
659
|
-
"shape:org:force:delete",
|
|
660
|
-
"shape:org:delete:force",
|
|
661
|
-
"force:shape:delete:org",
|
|
662
|
-
"shape:force:delete:org",
|
|
663
|
-
"shape:delete:force:org",
|
|
664
|
-
"shape:delete:org:force",
|
|
665
|
-
"force:org:delete:shape",
|
|
666
|
-
"org:force:delete:shape",
|
|
667
|
-
"org:delete:force:shape",
|
|
668
|
-
"org:delete:shape:force",
|
|
669
|
-
"force:delete:org:shape",
|
|
670
|
-
"delete:force:org:shape",
|
|
671
|
-
"delete:org:force:shape",
|
|
672
|
-
"delete:org:shape:force",
|
|
673
|
-
"force:delete:shape:org",
|
|
674
|
-
"delete:force:shape:org",
|
|
675
|
-
"delete:shape:force:org",
|
|
676
|
-
"delete:shape:org:force"
|
|
677
|
-
],
|
|
678
|
-
"permutations": [
|
|
679
|
-
"org:delete:shape",
|
|
680
|
-
"delete:org:shape",
|
|
681
|
-
"delete:shape:org",
|
|
682
|
-
"org:shape:delete",
|
|
683
|
-
"shape:org:delete",
|
|
684
|
-
"shape:delete:org"
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
"org:delete:snapshot": {
|
|
688
|
-
"aliases": [
|
|
689
|
-
"force:org:snapshot:delete"
|
|
690
|
-
],
|
|
691
|
-
"args": {},
|
|
692
|
-
"deprecateAliases": true,
|
|
693
|
-
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
|
694
|
-
"examples": [
|
|
695
|
-
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
696
|
-
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
697
|
-
],
|
|
698
|
-
"flags": {
|
|
699
|
-
"json": {
|
|
700
|
-
"description": "Format output as json.",
|
|
701
|
-
"helpGroup": "GLOBAL",
|
|
702
|
-
"name": "json",
|
|
703
|
-
"allowNo": false,
|
|
704
|
-
"type": "boolean"
|
|
705
|
-
},
|
|
706
|
-
"target-dev-hub": {
|
|
707
|
-
"aliases": [
|
|
708
|
-
"targetdevhubusername"
|
|
709
|
-
],
|
|
710
|
-
"char": "v",
|
|
711
|
-
"deprecateAliases": true,
|
|
712
|
-
"name": "target-dev-hub",
|
|
713
|
-
"noCacheDefault": true,
|
|
714
|
-
"required": true,
|
|
715
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
716
|
-
"hasDynamicHelp": true,
|
|
717
|
-
"multiple": false,
|
|
718
|
-
"type": "option"
|
|
719
|
-
},
|
|
720
|
-
"api-version": {
|
|
721
|
-
"aliases": [
|
|
722
|
-
"apiversion"
|
|
723
|
-
],
|
|
724
|
-
"deprecateAliases": true,
|
|
725
|
-
"description": "Override the api version used for api requests made by this command",
|
|
726
|
-
"name": "api-version",
|
|
727
|
-
"hasDynamicHelp": false,
|
|
728
|
-
"multiple": false,
|
|
729
|
-
"type": "option"
|
|
730
|
-
},
|
|
731
|
-
"loglevel": {
|
|
732
|
-
"deprecated": {
|
|
733
|
-
"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."
|
|
734
|
-
},
|
|
735
|
-
"hidden": true,
|
|
736
|
-
"name": "loglevel",
|
|
737
|
-
"hasDynamicHelp": false,
|
|
738
|
-
"multiple": false,
|
|
739
|
-
"type": "option"
|
|
740
|
-
},
|
|
741
|
-
"snapshot": {
|
|
742
|
-
"char": "s",
|
|
743
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
744
|
-
"name": "snapshot",
|
|
745
|
-
"required": true,
|
|
746
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
747
|
-
"hasDynamicHelp": false,
|
|
748
|
-
"multiple": false,
|
|
749
|
-
"type": "option"
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
"hasDynamicHelp": true,
|
|
753
|
-
"hiddenAliases": [],
|
|
754
|
-
"id": "org:delete:snapshot",
|
|
755
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
756
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
757
|
-
"pluginType": "core",
|
|
758
|
-
"state": "beta",
|
|
759
|
-
"strict": true,
|
|
760
|
-
"summary": "Delete a scratch org snapshot.",
|
|
761
|
-
"enableJsonFlag": true,
|
|
762
|
-
"isESM": true,
|
|
763
|
-
"relativePath": [
|
|
764
|
-
"lib",
|
|
765
|
-
"commands",
|
|
766
|
-
"org",
|
|
767
|
-
"delete",
|
|
768
|
-
"snapshot.js"
|
|
769
|
-
],
|
|
770
|
-
"aliasPermutations": [
|
|
771
|
-
"force:org:snapshot:delete",
|
|
772
|
-
"org:force:snapshot:delete",
|
|
773
|
-
"org:snapshot:force:delete",
|
|
774
|
-
"org:snapshot:delete:force",
|
|
775
|
-
"force:snapshot:org:delete",
|
|
776
|
-
"snapshot:force:org:delete",
|
|
777
|
-
"snapshot:org:force:delete",
|
|
778
|
-
"snapshot:org:delete:force",
|
|
779
|
-
"force:snapshot:delete:org",
|
|
780
|
-
"snapshot:force:delete:org",
|
|
781
|
-
"snapshot:delete:force:org",
|
|
782
|
-
"snapshot:delete:org:force",
|
|
783
|
-
"force:org:delete:snapshot",
|
|
784
|
-
"org:force:delete:snapshot",
|
|
785
|
-
"org:delete:force:snapshot",
|
|
786
|
-
"org:delete:snapshot:force",
|
|
787
|
-
"force:delete:org:snapshot",
|
|
788
|
-
"delete:force:org:snapshot",
|
|
789
|
-
"delete:org:force:snapshot",
|
|
790
|
-
"delete:org:snapshot:force",
|
|
791
|
-
"force:delete:snapshot:org",
|
|
792
|
-
"delete:force:snapshot:org",
|
|
793
|
-
"delete:snapshot:force:org",
|
|
794
|
-
"delete:snapshot:org:force"
|
|
795
|
-
],
|
|
796
|
-
"permutations": [
|
|
797
|
-
"org:delete:snapshot",
|
|
798
|
-
"delete:org:snapshot",
|
|
799
|
-
"delete:snapshot:org",
|
|
800
|
-
"org:snapshot:delete",
|
|
801
|
-
"snapshot:org:delete",
|
|
802
|
-
"snapshot:delete:org"
|
|
803
|
-
]
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
|
-
"version": "2.0.
|
|
806
|
+
"version": "2.0.19"
|
|
807
807
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.19",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
|
-
"change-case": "^5.
|
|
13
|
+
"change-case": "^5.4.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
18
18
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@types/chai-string": "^1.4.5",
|
|
23
23
|
"chai-as-promised": "7.1.1",
|
|
24
24
|
"chai-string": "^1.5.0",
|
|
25
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
|
27
|
-
"oclif": "^4.
|
|
27
|
+
"oclif": "^4.4.0",
|
|
28
28
|
"shx": "0.3.4",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
30
30
|
"typescript": "^5.2.2"
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"exports": "./lib/index.js",
|
|
258
258
|
"type": "module",
|
|
259
259
|
"sfdx": {
|
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
260
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.crt",
|
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.19.sig"
|
|
262
262
|
}
|
|
263
263
|
}
|