@salesforce/cli 2.25.3 → 2.25.5
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 +109 -109
- package/npm-shrinkwrap.json +151 -330
- package/oclif.manifest.json +251 -251
- package/package.json +23 -23
package/oclif.manifest.json
CHANGED
|
@@ -3407,256 +3407,6 @@
|
|
|
3407
3407
|
},
|
|
3408
3408
|
"args": {}
|
|
3409
3409
|
},
|
|
3410
|
-
"org:create:shape": {
|
|
3411
|
-
"aliases": [
|
|
3412
|
-
"force:org:shape:create"
|
|
3413
|
-
],
|
|
3414
|
-
"args": {},
|
|
3415
|
-
"deprecateAliases": true,
|
|
3416
|
-
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> force:org:create\" command.",
|
|
3417
|
-
"examples": [
|
|
3418
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
|
3419
|
-
],
|
|
3420
|
-
"flags": {
|
|
3421
|
-
"json": {
|
|
3422
|
-
"description": "Format output as json.",
|
|
3423
|
-
"helpGroup": "GLOBAL",
|
|
3424
|
-
"name": "json",
|
|
3425
|
-
"allowNo": false,
|
|
3426
|
-
"type": "boolean"
|
|
3427
|
-
},
|
|
3428
|
-
"target-org": {
|
|
3429
|
-
"aliases": [
|
|
3430
|
-
"targetusername",
|
|
3431
|
-
"u"
|
|
3432
|
-
],
|
|
3433
|
-
"char": "o",
|
|
3434
|
-
"deprecateAliases": true,
|
|
3435
|
-
"name": "target-org",
|
|
3436
|
-
"noCacheDefault": true,
|
|
3437
|
-
"required": true,
|
|
3438
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3439
|
-
"hasDynamicHelp": true,
|
|
3440
|
-
"multiple": false,
|
|
3441
|
-
"type": "option"
|
|
3442
|
-
},
|
|
3443
|
-
"api-version": {
|
|
3444
|
-
"aliases": [
|
|
3445
|
-
"apiversion"
|
|
3446
|
-
],
|
|
3447
|
-
"deprecateAliases": true,
|
|
3448
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3449
|
-
"name": "api-version",
|
|
3450
|
-
"hasDynamicHelp": false,
|
|
3451
|
-
"multiple": false,
|
|
3452
|
-
"type": "option"
|
|
3453
|
-
},
|
|
3454
|
-
"loglevel": {
|
|
3455
|
-
"deprecated": {
|
|
3456
|
-
"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."
|
|
3457
|
-
},
|
|
3458
|
-
"hidden": true,
|
|
3459
|
-
"name": "loglevel",
|
|
3460
|
-
"hasDynamicHelp": false,
|
|
3461
|
-
"multiple": false,
|
|
3462
|
-
"type": "option"
|
|
3463
|
-
}
|
|
3464
|
-
},
|
|
3465
|
-
"hasDynamicHelp": true,
|
|
3466
|
-
"hiddenAliases": [],
|
|
3467
|
-
"id": "org:create:shape",
|
|
3468
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3469
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3470
|
-
"pluginType": "jit",
|
|
3471
|
-
"strict": true,
|
|
3472
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
|
3473
|
-
"enableJsonFlag": true,
|
|
3474
|
-
"isESM": true,
|
|
3475
|
-
"relativePath": [
|
|
3476
|
-
"lib",
|
|
3477
|
-
"commands",
|
|
3478
|
-
"org",
|
|
3479
|
-
"create",
|
|
3480
|
-
"shape.js"
|
|
3481
|
-
],
|
|
3482
|
-
"aliasPermutations": [
|
|
3483
|
-
"force:org:shape:create",
|
|
3484
|
-
"org:force:shape:create",
|
|
3485
|
-
"org:shape:force:create",
|
|
3486
|
-
"org:shape:create:force",
|
|
3487
|
-
"force:shape:org:create",
|
|
3488
|
-
"shape:force:org:create",
|
|
3489
|
-
"shape:org:force:create",
|
|
3490
|
-
"shape:org:create:force",
|
|
3491
|
-
"force:shape:create:org",
|
|
3492
|
-
"shape:force:create:org",
|
|
3493
|
-
"shape:create:force:org",
|
|
3494
|
-
"shape:create:org:force",
|
|
3495
|
-
"force:org:create:shape",
|
|
3496
|
-
"org:force:create:shape",
|
|
3497
|
-
"org:create:force:shape",
|
|
3498
|
-
"org:create:shape:force",
|
|
3499
|
-
"force:create:org:shape",
|
|
3500
|
-
"create:force:org:shape",
|
|
3501
|
-
"create:org:force:shape",
|
|
3502
|
-
"create:org:shape:force",
|
|
3503
|
-
"force:create:shape:org",
|
|
3504
|
-
"create:force:shape:org",
|
|
3505
|
-
"create:shape:force:org",
|
|
3506
|
-
"create:shape:org:force"
|
|
3507
|
-
],
|
|
3508
|
-
"permutations": [
|
|
3509
|
-
"org:create:shape",
|
|
3510
|
-
"create:org:shape",
|
|
3511
|
-
"create:shape:org",
|
|
3512
|
-
"org:shape:create",
|
|
3513
|
-
"shape:org:create",
|
|
3514
|
-
"shape:create:org"
|
|
3515
|
-
]
|
|
3516
|
-
},
|
|
3517
|
-
"org:create:snapshot": {
|
|
3518
|
-
"aliases": [
|
|
3519
|
-
"force:org:snapshot:create"
|
|
3520
|
-
],
|
|
3521
|
-
"args": {},
|
|
3522
|
-
"deprecateAliases": true,
|
|
3523
|
-
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> force:org:create\" to create the scratch org.",
|
|
3524
|
-
"examples": [
|
|
3525
|
-
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
|
3526
|
-
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
|
3527
|
-
],
|
|
3528
|
-
"flags": {
|
|
3529
|
-
"json": {
|
|
3530
|
-
"description": "Format output as json.",
|
|
3531
|
-
"helpGroup": "GLOBAL",
|
|
3532
|
-
"name": "json",
|
|
3533
|
-
"allowNo": false,
|
|
3534
|
-
"type": "boolean"
|
|
3535
|
-
},
|
|
3536
|
-
"target-dev-hub": {
|
|
3537
|
-
"aliases": [
|
|
3538
|
-
"targetdevhubusername"
|
|
3539
|
-
],
|
|
3540
|
-
"char": "v",
|
|
3541
|
-
"deprecateAliases": true,
|
|
3542
|
-
"name": "target-dev-hub",
|
|
3543
|
-
"noCacheDefault": true,
|
|
3544
|
-
"required": true,
|
|
3545
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3546
|
-
"hasDynamicHelp": true,
|
|
3547
|
-
"multiple": false,
|
|
3548
|
-
"type": "option"
|
|
3549
|
-
},
|
|
3550
|
-
"api-version": {
|
|
3551
|
-
"aliases": [
|
|
3552
|
-
"apiversion"
|
|
3553
|
-
],
|
|
3554
|
-
"deprecateAliases": true,
|
|
3555
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3556
|
-
"name": "api-version",
|
|
3557
|
-
"hasDynamicHelp": false,
|
|
3558
|
-
"multiple": false,
|
|
3559
|
-
"type": "option"
|
|
3560
|
-
},
|
|
3561
|
-
"loglevel": {
|
|
3562
|
-
"deprecated": {
|
|
3563
|
-
"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."
|
|
3564
|
-
},
|
|
3565
|
-
"hidden": true,
|
|
3566
|
-
"name": "loglevel",
|
|
3567
|
-
"hasDynamicHelp": false,
|
|
3568
|
-
"multiple": false,
|
|
3569
|
-
"type": "option"
|
|
3570
|
-
},
|
|
3571
|
-
"source-org": {
|
|
3572
|
-
"aliases": [
|
|
3573
|
-
"sourceorg"
|
|
3574
|
-
],
|
|
3575
|
-
"char": "o",
|
|
3576
|
-
"deprecateAliases": true,
|
|
3577
|
-
"name": "source-org",
|
|
3578
|
-
"required": true,
|
|
3579
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
3580
|
-
"hasDynamicHelp": false,
|
|
3581
|
-
"multiple": false,
|
|
3582
|
-
"type": "option"
|
|
3583
|
-
},
|
|
3584
|
-
"name": {
|
|
3585
|
-
"aliases": [
|
|
3586
|
-
"snapshotname"
|
|
3587
|
-
],
|
|
3588
|
-
"char": "n",
|
|
3589
|
-
"deprecateAliases": true,
|
|
3590
|
-
"name": "name",
|
|
3591
|
-
"required": true,
|
|
3592
|
-
"summary": "Unique name of snapshot.",
|
|
3593
|
-
"hasDynamicHelp": false,
|
|
3594
|
-
"multiple": false,
|
|
3595
|
-
"type": "option"
|
|
3596
|
-
},
|
|
3597
|
-
"description": {
|
|
3598
|
-
"char": "d",
|
|
3599
|
-
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
|
3600
|
-
"name": "description",
|
|
3601
|
-
"summary": "Description of snapshot.",
|
|
3602
|
-
"hasDynamicHelp": false,
|
|
3603
|
-
"multiple": false,
|
|
3604
|
-
"type": "option"
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
|
-
"hasDynamicHelp": true,
|
|
3608
|
-
"hiddenAliases": [],
|
|
3609
|
-
"id": "org:create:snapshot",
|
|
3610
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3611
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3612
|
-
"pluginType": "jit",
|
|
3613
|
-
"state": "beta",
|
|
3614
|
-
"strict": true,
|
|
3615
|
-
"summary": "Create a snapshot of a scratch org.",
|
|
3616
|
-
"enableJsonFlag": true,
|
|
3617
|
-
"isESM": true,
|
|
3618
|
-
"relativePath": [
|
|
3619
|
-
"lib",
|
|
3620
|
-
"commands",
|
|
3621
|
-
"org",
|
|
3622
|
-
"create",
|
|
3623
|
-
"snapshot.js"
|
|
3624
|
-
],
|
|
3625
|
-
"aliasPermutations": [
|
|
3626
|
-
"force:org:snapshot:create",
|
|
3627
|
-
"org:force:snapshot:create",
|
|
3628
|
-
"org:snapshot:force:create",
|
|
3629
|
-
"org:snapshot:create:force",
|
|
3630
|
-
"force:snapshot:org:create",
|
|
3631
|
-
"snapshot:force:org:create",
|
|
3632
|
-
"snapshot:org:force:create",
|
|
3633
|
-
"snapshot:org:create:force",
|
|
3634
|
-
"force:snapshot:create:org",
|
|
3635
|
-
"snapshot:force:create:org",
|
|
3636
|
-
"snapshot:create:force:org",
|
|
3637
|
-
"snapshot:create:org:force",
|
|
3638
|
-
"force:org:create:snapshot",
|
|
3639
|
-
"org:force:create:snapshot",
|
|
3640
|
-
"org:create:force:snapshot",
|
|
3641
|
-
"org:create:snapshot:force",
|
|
3642
|
-
"force:create:org:snapshot",
|
|
3643
|
-
"create:force:org:snapshot",
|
|
3644
|
-
"create:org:force:snapshot",
|
|
3645
|
-
"create:org:snapshot:force",
|
|
3646
|
-
"force:create:snapshot:org",
|
|
3647
|
-
"create:force:snapshot:org",
|
|
3648
|
-
"create:snapshot:force:org",
|
|
3649
|
-
"create:snapshot:org:force"
|
|
3650
|
-
],
|
|
3651
|
-
"permutations": [
|
|
3652
|
-
"org:create:snapshot",
|
|
3653
|
-
"create:org:snapshot",
|
|
3654
|
-
"create:snapshot:org",
|
|
3655
|
-
"org:snapshot:create",
|
|
3656
|
-
"snapshot:org:create",
|
|
3657
|
-
"snapshot:create:org"
|
|
3658
|
-
]
|
|
3659
|
-
},
|
|
3660
3410
|
"org:delete:shape": {
|
|
3661
3411
|
"aliases": [
|
|
3662
3412
|
"force:org:shape:delete"
|
|
@@ -4209,6 +3959,256 @@
|
|
|
4209
3959
|
"snapshot:list:org"
|
|
4210
3960
|
]
|
|
4211
3961
|
},
|
|
3962
|
+
"org:create:shape": {
|
|
3963
|
+
"aliases": [
|
|
3964
|
+
"force:org:shape:create"
|
|
3965
|
+
],
|
|
3966
|
+
"args": {},
|
|
3967
|
+
"deprecateAliases": true,
|
|
3968
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> force:org:create\" command.",
|
|
3969
|
+
"examples": [
|
|
3970
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
|
3971
|
+
],
|
|
3972
|
+
"flags": {
|
|
3973
|
+
"json": {
|
|
3974
|
+
"description": "Format output as json.",
|
|
3975
|
+
"helpGroup": "GLOBAL",
|
|
3976
|
+
"name": "json",
|
|
3977
|
+
"allowNo": false,
|
|
3978
|
+
"type": "boolean"
|
|
3979
|
+
},
|
|
3980
|
+
"target-org": {
|
|
3981
|
+
"aliases": [
|
|
3982
|
+
"targetusername",
|
|
3983
|
+
"u"
|
|
3984
|
+
],
|
|
3985
|
+
"char": "o",
|
|
3986
|
+
"deprecateAliases": true,
|
|
3987
|
+
"name": "target-org",
|
|
3988
|
+
"noCacheDefault": true,
|
|
3989
|
+
"required": true,
|
|
3990
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3991
|
+
"hasDynamicHelp": true,
|
|
3992
|
+
"multiple": false,
|
|
3993
|
+
"type": "option"
|
|
3994
|
+
},
|
|
3995
|
+
"api-version": {
|
|
3996
|
+
"aliases": [
|
|
3997
|
+
"apiversion"
|
|
3998
|
+
],
|
|
3999
|
+
"deprecateAliases": true,
|
|
4000
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4001
|
+
"name": "api-version",
|
|
4002
|
+
"hasDynamicHelp": false,
|
|
4003
|
+
"multiple": false,
|
|
4004
|
+
"type": "option"
|
|
4005
|
+
},
|
|
4006
|
+
"loglevel": {
|
|
4007
|
+
"deprecated": {
|
|
4008
|
+
"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."
|
|
4009
|
+
},
|
|
4010
|
+
"hidden": true,
|
|
4011
|
+
"name": "loglevel",
|
|
4012
|
+
"hasDynamicHelp": false,
|
|
4013
|
+
"multiple": false,
|
|
4014
|
+
"type": "option"
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
"hasDynamicHelp": true,
|
|
4018
|
+
"hiddenAliases": [],
|
|
4019
|
+
"id": "org:create:shape",
|
|
4020
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4021
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4022
|
+
"pluginType": "jit",
|
|
4023
|
+
"strict": true,
|
|
4024
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
|
4025
|
+
"enableJsonFlag": true,
|
|
4026
|
+
"isESM": true,
|
|
4027
|
+
"relativePath": [
|
|
4028
|
+
"lib",
|
|
4029
|
+
"commands",
|
|
4030
|
+
"org",
|
|
4031
|
+
"create",
|
|
4032
|
+
"shape.js"
|
|
4033
|
+
],
|
|
4034
|
+
"aliasPermutations": [
|
|
4035
|
+
"force:org:shape:create",
|
|
4036
|
+
"org:force:shape:create",
|
|
4037
|
+
"org:shape:force:create",
|
|
4038
|
+
"org:shape:create:force",
|
|
4039
|
+
"force:shape:org:create",
|
|
4040
|
+
"shape:force:org:create",
|
|
4041
|
+
"shape:org:force:create",
|
|
4042
|
+
"shape:org:create:force",
|
|
4043
|
+
"force:shape:create:org",
|
|
4044
|
+
"shape:force:create:org",
|
|
4045
|
+
"shape:create:force:org",
|
|
4046
|
+
"shape:create:org:force",
|
|
4047
|
+
"force:org:create:shape",
|
|
4048
|
+
"org:force:create:shape",
|
|
4049
|
+
"org:create:force:shape",
|
|
4050
|
+
"org:create:shape:force",
|
|
4051
|
+
"force:create:org:shape",
|
|
4052
|
+
"create:force:org:shape",
|
|
4053
|
+
"create:org:force:shape",
|
|
4054
|
+
"create:org:shape:force",
|
|
4055
|
+
"force:create:shape:org",
|
|
4056
|
+
"create:force:shape:org",
|
|
4057
|
+
"create:shape:force:org",
|
|
4058
|
+
"create:shape:org:force"
|
|
4059
|
+
],
|
|
4060
|
+
"permutations": [
|
|
4061
|
+
"org:create:shape",
|
|
4062
|
+
"create:org:shape",
|
|
4063
|
+
"create:shape:org",
|
|
4064
|
+
"org:shape:create",
|
|
4065
|
+
"shape:org:create",
|
|
4066
|
+
"shape:create:org"
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
"org:create:snapshot": {
|
|
4070
|
+
"aliases": [
|
|
4071
|
+
"force:org:snapshot:create"
|
|
4072
|
+
],
|
|
4073
|
+
"args": {},
|
|
4074
|
+
"deprecateAliases": true,
|
|
4075
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> force:org:create\" to create the scratch org.",
|
|
4076
|
+
"examples": [
|
|
4077
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
|
4078
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
|
4079
|
+
],
|
|
4080
|
+
"flags": {
|
|
4081
|
+
"json": {
|
|
4082
|
+
"description": "Format output as json.",
|
|
4083
|
+
"helpGroup": "GLOBAL",
|
|
4084
|
+
"name": "json",
|
|
4085
|
+
"allowNo": false,
|
|
4086
|
+
"type": "boolean"
|
|
4087
|
+
},
|
|
4088
|
+
"target-dev-hub": {
|
|
4089
|
+
"aliases": [
|
|
4090
|
+
"targetdevhubusername"
|
|
4091
|
+
],
|
|
4092
|
+
"char": "v",
|
|
4093
|
+
"deprecateAliases": true,
|
|
4094
|
+
"name": "target-dev-hub",
|
|
4095
|
+
"noCacheDefault": true,
|
|
4096
|
+
"required": true,
|
|
4097
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4098
|
+
"hasDynamicHelp": true,
|
|
4099
|
+
"multiple": false,
|
|
4100
|
+
"type": "option"
|
|
4101
|
+
},
|
|
4102
|
+
"api-version": {
|
|
4103
|
+
"aliases": [
|
|
4104
|
+
"apiversion"
|
|
4105
|
+
],
|
|
4106
|
+
"deprecateAliases": true,
|
|
4107
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4108
|
+
"name": "api-version",
|
|
4109
|
+
"hasDynamicHelp": false,
|
|
4110
|
+
"multiple": false,
|
|
4111
|
+
"type": "option"
|
|
4112
|
+
},
|
|
4113
|
+
"loglevel": {
|
|
4114
|
+
"deprecated": {
|
|
4115
|
+
"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."
|
|
4116
|
+
},
|
|
4117
|
+
"hidden": true,
|
|
4118
|
+
"name": "loglevel",
|
|
4119
|
+
"hasDynamicHelp": false,
|
|
4120
|
+
"multiple": false,
|
|
4121
|
+
"type": "option"
|
|
4122
|
+
},
|
|
4123
|
+
"source-org": {
|
|
4124
|
+
"aliases": [
|
|
4125
|
+
"sourceorg"
|
|
4126
|
+
],
|
|
4127
|
+
"char": "o",
|
|
4128
|
+
"deprecateAliases": true,
|
|
4129
|
+
"name": "source-org",
|
|
4130
|
+
"required": true,
|
|
4131
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
|
4132
|
+
"hasDynamicHelp": false,
|
|
4133
|
+
"multiple": false,
|
|
4134
|
+
"type": "option"
|
|
4135
|
+
},
|
|
4136
|
+
"name": {
|
|
4137
|
+
"aliases": [
|
|
4138
|
+
"snapshotname"
|
|
4139
|
+
],
|
|
4140
|
+
"char": "n",
|
|
4141
|
+
"deprecateAliases": true,
|
|
4142
|
+
"name": "name",
|
|
4143
|
+
"required": true,
|
|
4144
|
+
"summary": "Unique name of snapshot.",
|
|
4145
|
+
"hasDynamicHelp": false,
|
|
4146
|
+
"multiple": false,
|
|
4147
|
+
"type": "option"
|
|
4148
|
+
},
|
|
4149
|
+
"description": {
|
|
4150
|
+
"char": "d",
|
|
4151
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
|
4152
|
+
"name": "description",
|
|
4153
|
+
"summary": "Description of snapshot.",
|
|
4154
|
+
"hasDynamicHelp": false,
|
|
4155
|
+
"multiple": false,
|
|
4156
|
+
"type": "option"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
"hasDynamicHelp": true,
|
|
4160
|
+
"hiddenAliases": [],
|
|
4161
|
+
"id": "org:create:snapshot",
|
|
4162
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4163
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4164
|
+
"pluginType": "jit",
|
|
4165
|
+
"state": "beta",
|
|
4166
|
+
"strict": true,
|
|
4167
|
+
"summary": "Create a snapshot of a scratch org.",
|
|
4168
|
+
"enableJsonFlag": true,
|
|
4169
|
+
"isESM": true,
|
|
4170
|
+
"relativePath": [
|
|
4171
|
+
"lib",
|
|
4172
|
+
"commands",
|
|
4173
|
+
"org",
|
|
4174
|
+
"create",
|
|
4175
|
+
"snapshot.js"
|
|
4176
|
+
],
|
|
4177
|
+
"aliasPermutations": [
|
|
4178
|
+
"force:org:snapshot:create",
|
|
4179
|
+
"org:force:snapshot:create",
|
|
4180
|
+
"org:snapshot:force:create",
|
|
4181
|
+
"org:snapshot:create:force",
|
|
4182
|
+
"force:snapshot:org:create",
|
|
4183
|
+
"snapshot:force:org:create",
|
|
4184
|
+
"snapshot:org:force:create",
|
|
4185
|
+
"snapshot:org:create:force",
|
|
4186
|
+
"force:snapshot:create:org",
|
|
4187
|
+
"snapshot:force:create:org",
|
|
4188
|
+
"snapshot:create:force:org",
|
|
4189
|
+
"snapshot:create:org:force",
|
|
4190
|
+
"force:org:create:snapshot",
|
|
4191
|
+
"org:force:create:snapshot",
|
|
4192
|
+
"org:create:force:snapshot",
|
|
4193
|
+
"org:create:snapshot:force",
|
|
4194
|
+
"force:create:org:snapshot",
|
|
4195
|
+
"create:force:org:snapshot",
|
|
4196
|
+
"create:org:force:snapshot",
|
|
4197
|
+
"create:org:snapshot:force",
|
|
4198
|
+
"force:create:snapshot:org",
|
|
4199
|
+
"create:force:snapshot:org",
|
|
4200
|
+
"create:snapshot:force:org",
|
|
4201
|
+
"create:snapshot:org:force"
|
|
4202
|
+
],
|
|
4203
|
+
"permutations": [
|
|
4204
|
+
"org:create:snapshot",
|
|
4205
|
+
"create:org:snapshot",
|
|
4206
|
+
"create:snapshot:org",
|
|
4207
|
+
"org:snapshot:create",
|
|
4208
|
+
"snapshot:org:create",
|
|
4209
|
+
"snapshot:create:org"
|
|
4210
|
+
]
|
|
4211
|
+
},
|
|
4212
4212
|
"force:lightning:lwc:test:create": {
|
|
4213
4213
|
"id": "force:lightning:lwc:test:create",
|
|
4214
4214
|
"description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
|
|
@@ -5058,5 +5058,5 @@
|
|
|
5058
5058
|
]
|
|
5059
5059
|
}
|
|
5060
5060
|
},
|
|
5061
|
-
"version": "2.25.
|
|
5061
|
+
"version": "2.25.5"
|
|
5062
5062
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.25.
|
|
4
|
+
"version": "2.25.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@salesforce/plugin-user"
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
|
-
"@salesforce/plugin-custom-metadata": "3.1.
|
|
74
|
+
"@salesforce/plugin-custom-metadata": "3.1.4",
|
|
75
75
|
"@salesforce/plugin-community": "3.0.13",
|
|
76
76
|
"@salesforce/plugin-dev": "2.1.5",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
|
-
"@salesforce/plugin-env": "3.0.
|
|
78
|
+
"@salesforce/plugin-env": "3.0.15",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
|
-
"@salesforce/plugin-signups": "2.0.
|
|
80
|
+
"@salesforce/plugin-signups": "2.0.17",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.20.0"
|
|
83
83
|
},
|
|
@@ -138,32 +138,32 @@
|
|
|
138
138
|
"@oclif/plugin-autocomplete": "3.0.5",
|
|
139
139
|
"@oclif/plugin-commands": "3.1.1",
|
|
140
140
|
"@oclif/plugin-help": "6.0.12",
|
|
141
|
-
"@oclif/plugin-not-found": "3.0.
|
|
142
|
-
"@oclif/plugin-plugins": "4.1.
|
|
143
|
-
"@oclif/plugin-search": "1.0.
|
|
144
|
-
"@oclif/plugin-update": "4.1.
|
|
141
|
+
"@oclif/plugin-not-found": "3.0.9",
|
|
142
|
+
"@oclif/plugin-plugins": "4.1.16",
|
|
143
|
+
"@oclif/plugin-search": "1.0.12",
|
|
144
|
+
"@oclif/plugin-update": "4.1.8",
|
|
145
145
|
"@oclif/plugin-version": "2.0.11",
|
|
146
146
|
"@oclif/plugin-warn-if-update-available": "3.0.9",
|
|
147
|
-
"@oclif/plugin-which": "3.0.
|
|
147
|
+
"@oclif/plugin-which": "3.0.15",
|
|
148
148
|
"@salesforce/core": "^6.1.4",
|
|
149
|
-
"@salesforce/plugin-apex": "3.0.
|
|
150
|
-
"@salesforce/plugin-auth": "3.3.
|
|
151
|
-
"@salesforce/plugin-data": "3.0.
|
|
149
|
+
"@salesforce/plugin-apex": "3.0.18",
|
|
150
|
+
"@salesforce/plugin-auth": "3.3.2",
|
|
151
|
+
"@salesforce/plugin-data": "3.0.16",
|
|
152
152
|
"@salesforce/plugin-deploy-retrieve": "3.1.3",
|
|
153
|
-
"@salesforce/plugin-info": "3.0.
|
|
154
|
-
"@salesforce/plugin-limits": "3.1.
|
|
153
|
+
"@salesforce/plugin-info": "3.0.17",
|
|
154
|
+
"@salesforce/plugin-limits": "3.1.4",
|
|
155
155
|
"@salesforce/plugin-marketplace": "1.0.16",
|
|
156
|
-
"@salesforce/plugin-org": "3.3.
|
|
157
|
-
"@salesforce/plugin-packaging": "2.1.
|
|
156
|
+
"@salesforce/plugin-org": "3.3.4",
|
|
157
|
+
"@salesforce/plugin-packaging": "2.1.1",
|
|
158
158
|
"@salesforce/plugin-schema": "3.1.0",
|
|
159
|
-
"@salesforce/plugin-settings": "2.0.
|
|
160
|
-
"@salesforce/plugin-sobject": "1.1.
|
|
159
|
+
"@salesforce/plugin-settings": "2.0.17",
|
|
160
|
+
"@salesforce/plugin-sobject": "1.1.2",
|
|
161
161
|
"@salesforce/plugin-source": "3.1.5",
|
|
162
162
|
"@salesforce/plugin-telemetry": "3.1.10",
|
|
163
|
-
"@salesforce/plugin-templates": "56.0.
|
|
164
|
-
"@salesforce/plugin-trust": "3.3.
|
|
165
|
-
"@salesforce/plugin-user": "3.2.
|
|
166
|
-
"@salesforce/sf-plugins-core": "7.1.
|
|
163
|
+
"@salesforce/plugin-templates": "56.0.10",
|
|
164
|
+
"@salesforce/plugin-trust": "3.3.2",
|
|
165
|
+
"@salesforce/plugin-user": "3.2.3",
|
|
166
|
+
"@salesforce/sf-plugins-core": "7.1.3",
|
|
167
167
|
"debug": "^4.3.4"
|
|
168
168
|
},
|
|
169
169
|
"pinnedDependencies": [
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"resolutions": {
|
|
201
201
|
"@salesforce/schemas": "1.6.1",
|
|
202
202
|
"@salesforce/templates": "60.1.0",
|
|
203
|
-
"@salesforce/source-deploy-retrieve": "10.2.
|
|
203
|
+
"@salesforce/source-deploy-retrieve": "10.2.11",
|
|
204
204
|
"@salesforce/source-tracking": "5.1.3"
|
|
205
205
|
},
|
|
206
206
|
"repository": "salesforcecli/cli",
|