@salesforce/cli 2.23.10 → 2.23.12
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 +83 -83
- package/npm-shrinkwrap.json +106 -106
- package/oclif.manifest.json +207 -207
- package/package.json +23 -23
package/oclif.manifest.json
CHANGED
|
@@ -3662,16 +3662,16 @@
|
|
|
3662
3662
|
"snapshot:create:org"
|
|
3663
3663
|
]
|
|
3664
3664
|
},
|
|
3665
|
-
"org:
|
|
3665
|
+
"org:delete:shape": {
|
|
3666
3666
|
"aliases": [
|
|
3667
|
-
"force:org:shape:
|
|
3667
|
+
"force:org:shape:delete"
|
|
3668
3668
|
],
|
|
3669
3669
|
"args": {},
|
|
3670
3670
|
"deprecateAliases": true,
|
|
3671
|
-
"description": "
|
|
3671
|
+
"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.",
|
|
3672
3672
|
"examples": [
|
|
3673
|
-
"
|
|
3674
|
-
"
|
|
3673
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
3674
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
3675
3675
|
],
|
|
3676
3676
|
"flags": {
|
|
3677
3677
|
"json": {
|
|
@@ -3681,12 +3681,31 @@
|
|
|
3681
3681
|
"allowNo": false,
|
|
3682
3682
|
"type": "boolean"
|
|
3683
3683
|
},
|
|
3684
|
-
"
|
|
3685
|
-
"
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
"
|
|
3684
|
+
"target-org": {
|
|
3685
|
+
"aliases": [
|
|
3686
|
+
"targetusername",
|
|
3687
|
+
"u"
|
|
3688
|
+
],
|
|
3689
|
+
"char": "o",
|
|
3690
|
+
"deprecateAliases": true,
|
|
3691
|
+
"name": "target-org",
|
|
3692
|
+
"noCacheDefault": true,
|
|
3693
|
+
"required": true,
|
|
3694
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3695
|
+
"hasDynamicHelp": true,
|
|
3696
|
+
"multiple": false,
|
|
3697
|
+
"type": "option"
|
|
3698
|
+
},
|
|
3699
|
+
"api-version": {
|
|
3700
|
+
"aliases": [
|
|
3701
|
+
"apiversion"
|
|
3702
|
+
],
|
|
3703
|
+
"deprecateAliases": true,
|
|
3704
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3705
|
+
"name": "api-version",
|
|
3706
|
+
"hasDynamicHelp": false,
|
|
3707
|
+
"multiple": false,
|
|
3708
|
+
"type": "option"
|
|
3690
3709
|
},
|
|
3691
3710
|
"loglevel": {
|
|
3692
3711
|
"deprecated": {
|
|
@@ -3697,16 +3716,27 @@
|
|
|
3697
3716
|
"hasDynamicHelp": false,
|
|
3698
3717
|
"multiple": false,
|
|
3699
3718
|
"type": "option"
|
|
3719
|
+
},
|
|
3720
|
+
"no-prompt": {
|
|
3721
|
+
"aliases": [
|
|
3722
|
+
"noprompt"
|
|
3723
|
+
],
|
|
3724
|
+
"char": "p",
|
|
3725
|
+
"deprecateAliases": true,
|
|
3726
|
+
"name": "no-prompt",
|
|
3727
|
+
"summary": "Don't prompt for confirmation.",
|
|
3728
|
+
"allowNo": false,
|
|
3729
|
+
"type": "boolean"
|
|
3700
3730
|
}
|
|
3701
3731
|
},
|
|
3702
|
-
"hasDynamicHelp":
|
|
3732
|
+
"hasDynamicHelp": true,
|
|
3703
3733
|
"hiddenAliases": [],
|
|
3704
|
-
"id": "org:
|
|
3734
|
+
"id": "org:delete:shape",
|
|
3705
3735
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3706
3736
|
"pluginName": "@salesforce/plugin-signups",
|
|
3707
3737
|
"pluginType": "jit",
|
|
3708
3738
|
"strict": true,
|
|
3709
|
-
"summary": "
|
|
3739
|
+
"summary": "Delete all org shapes for a target org.",
|
|
3710
3740
|
"enableJsonFlag": true,
|
|
3711
3741
|
"SF_ENV": "SF_ENV",
|
|
3712
3742
|
"isESM": true,
|
|
@@ -3714,54 +3744,54 @@
|
|
|
3714
3744
|
"lib",
|
|
3715
3745
|
"commands",
|
|
3716
3746
|
"org",
|
|
3717
|
-
"
|
|
3747
|
+
"delete",
|
|
3718
3748
|
"shape.js"
|
|
3719
3749
|
],
|
|
3720
3750
|
"aliasPermutations": [
|
|
3721
|
-
"force:org:shape:
|
|
3722
|
-
"org:force:shape:
|
|
3723
|
-
"org:shape:force:
|
|
3724
|
-
"org:shape:
|
|
3725
|
-
"force:shape:org:
|
|
3726
|
-
"shape:force:org:
|
|
3727
|
-
"shape:org:force:
|
|
3728
|
-
"shape:org:
|
|
3729
|
-
"force:shape:
|
|
3730
|
-
"shape:force:
|
|
3731
|
-
"shape:
|
|
3732
|
-
"shape:
|
|
3733
|
-
"force:org:
|
|
3734
|
-
"org:force:
|
|
3735
|
-
"org:
|
|
3736
|
-
"org:
|
|
3737
|
-
"force:
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3740
|
-
"
|
|
3741
|
-
"force:
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3744
|
-
"
|
|
3751
|
+
"force:org:shape:delete",
|
|
3752
|
+
"org:force:shape:delete",
|
|
3753
|
+
"org:shape:force:delete",
|
|
3754
|
+
"org:shape:delete:force",
|
|
3755
|
+
"force:shape:org:delete",
|
|
3756
|
+
"shape:force:org:delete",
|
|
3757
|
+
"shape:org:force:delete",
|
|
3758
|
+
"shape:org:delete:force",
|
|
3759
|
+
"force:shape:delete:org",
|
|
3760
|
+
"shape:force:delete:org",
|
|
3761
|
+
"shape:delete:force:org",
|
|
3762
|
+
"shape:delete:org:force",
|
|
3763
|
+
"force:org:delete:shape",
|
|
3764
|
+
"org:force:delete:shape",
|
|
3765
|
+
"org:delete:force:shape",
|
|
3766
|
+
"org:delete:shape:force",
|
|
3767
|
+
"force:delete:org:shape",
|
|
3768
|
+
"delete:force:org:shape",
|
|
3769
|
+
"delete:org:force:shape",
|
|
3770
|
+
"delete:org:shape:force",
|
|
3771
|
+
"force:delete:shape:org",
|
|
3772
|
+
"delete:force:shape:org",
|
|
3773
|
+
"delete:shape:force:org",
|
|
3774
|
+
"delete:shape:org:force"
|
|
3745
3775
|
],
|
|
3746
3776
|
"permutations": [
|
|
3747
|
-
"org:
|
|
3748
|
-
"
|
|
3749
|
-
"
|
|
3750
|
-
"org:shape:
|
|
3751
|
-
"shape:org:
|
|
3752
|
-
"shape:
|
|
3777
|
+
"org:delete:shape",
|
|
3778
|
+
"delete:org:shape",
|
|
3779
|
+
"delete:shape:org",
|
|
3780
|
+
"org:shape:delete",
|
|
3781
|
+
"shape:org:delete",
|
|
3782
|
+
"shape:delete:org"
|
|
3753
3783
|
]
|
|
3754
3784
|
},
|
|
3755
|
-
"org:
|
|
3785
|
+
"org:delete:snapshot": {
|
|
3756
3786
|
"aliases": [
|
|
3757
|
-
"force:org:snapshot:
|
|
3787
|
+
"force:org:snapshot:delete"
|
|
3758
3788
|
],
|
|
3759
3789
|
"args": {},
|
|
3760
3790
|
"deprecateAliases": true,
|
|
3761
|
-
"description": "
|
|
3791
|
+
"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.",
|
|
3762
3792
|
"examples": [
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3793
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3794
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
3765
3795
|
],
|
|
3766
3796
|
"flags": {
|
|
3767
3797
|
"json": {
|
|
@@ -3805,17 +3835,27 @@
|
|
|
3805
3835
|
"hasDynamicHelp": false,
|
|
3806
3836
|
"multiple": false,
|
|
3807
3837
|
"type": "option"
|
|
3838
|
+
},
|
|
3839
|
+
"snapshot": {
|
|
3840
|
+
"char": "s",
|
|
3841
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3842
|
+
"name": "snapshot",
|
|
3843
|
+
"required": true,
|
|
3844
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
3845
|
+
"hasDynamicHelp": false,
|
|
3846
|
+
"multiple": false,
|
|
3847
|
+
"type": "option"
|
|
3808
3848
|
}
|
|
3809
3849
|
},
|
|
3810
3850
|
"hasDynamicHelp": true,
|
|
3811
3851
|
"hiddenAliases": [],
|
|
3812
|
-
"id": "org:
|
|
3852
|
+
"id": "org:delete:snapshot",
|
|
3813
3853
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3814
3854
|
"pluginName": "@salesforce/plugin-signups",
|
|
3815
3855
|
"pluginType": "jit",
|
|
3816
3856
|
"state": "beta",
|
|
3817
3857
|
"strict": true,
|
|
3818
|
-
"summary": "
|
|
3858
|
+
"summary": "Delete a scratch org snapshot.",
|
|
3819
3859
|
"enableJsonFlag": true,
|
|
3820
3860
|
"SF_ENV": "SF_ENV",
|
|
3821
3861
|
"isESM": true,
|
|
@@ -3823,42 +3863,42 @@
|
|
|
3823
3863
|
"lib",
|
|
3824
3864
|
"commands",
|
|
3825
3865
|
"org",
|
|
3826
|
-
"
|
|
3866
|
+
"delete",
|
|
3827
3867
|
"snapshot.js"
|
|
3828
3868
|
],
|
|
3829
3869
|
"aliasPermutations": [
|
|
3830
|
-
"force:org:snapshot:
|
|
3831
|
-
"org:force:snapshot:
|
|
3832
|
-
"org:snapshot:force:
|
|
3833
|
-
"org:snapshot:
|
|
3834
|
-
"force:snapshot:org:
|
|
3835
|
-
"snapshot:force:org:
|
|
3836
|
-
"snapshot:org:force:
|
|
3837
|
-
"snapshot:org:
|
|
3838
|
-
"force:snapshot:
|
|
3839
|
-
"snapshot:force:
|
|
3840
|
-
"snapshot:
|
|
3841
|
-
"snapshot:
|
|
3842
|
-
"force:org:
|
|
3843
|
-
"org:force:
|
|
3844
|
-
"org:
|
|
3845
|
-
"org:
|
|
3846
|
-
"force:
|
|
3847
|
-
"
|
|
3848
|
-
"
|
|
3849
|
-
"
|
|
3850
|
-
"force:
|
|
3851
|
-
"
|
|
3852
|
-
"
|
|
3853
|
-
"
|
|
3870
|
+
"force:org:snapshot:delete",
|
|
3871
|
+
"org:force:snapshot:delete",
|
|
3872
|
+
"org:snapshot:force:delete",
|
|
3873
|
+
"org:snapshot:delete:force",
|
|
3874
|
+
"force:snapshot:org:delete",
|
|
3875
|
+
"snapshot:force:org:delete",
|
|
3876
|
+
"snapshot:org:force:delete",
|
|
3877
|
+
"snapshot:org:delete:force",
|
|
3878
|
+
"force:snapshot:delete:org",
|
|
3879
|
+
"snapshot:force:delete:org",
|
|
3880
|
+
"snapshot:delete:force:org",
|
|
3881
|
+
"snapshot:delete:org:force",
|
|
3882
|
+
"force:org:delete:snapshot",
|
|
3883
|
+
"org:force:delete:snapshot",
|
|
3884
|
+
"org:delete:force:snapshot",
|
|
3885
|
+
"org:delete:snapshot:force",
|
|
3886
|
+
"force:delete:org:snapshot",
|
|
3887
|
+
"delete:force:org:snapshot",
|
|
3888
|
+
"delete:org:force:snapshot",
|
|
3889
|
+
"delete:org:snapshot:force",
|
|
3890
|
+
"force:delete:snapshot:org",
|
|
3891
|
+
"delete:force:snapshot:org",
|
|
3892
|
+
"delete:snapshot:force:org",
|
|
3893
|
+
"delete:snapshot:org:force"
|
|
3854
3894
|
],
|
|
3855
3895
|
"permutations": [
|
|
3856
|
-
"org:
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3859
|
-
"org:snapshot:
|
|
3860
|
-
"snapshot:org:
|
|
3861
|
-
"snapshot:
|
|
3896
|
+
"org:delete:snapshot",
|
|
3897
|
+
"delete:org:snapshot",
|
|
3898
|
+
"delete:snapshot:org",
|
|
3899
|
+
"org:snapshot:delete",
|
|
3900
|
+
"snapshot:org:delete",
|
|
3901
|
+
"snapshot:delete:org"
|
|
3862
3902
|
]
|
|
3863
3903
|
},
|
|
3864
3904
|
"org:get:snapshot": {
|
|
@@ -3980,16 +4020,16 @@
|
|
|
3980
4020
|
"snapshot:get:org"
|
|
3981
4021
|
]
|
|
3982
4022
|
},
|
|
3983
|
-
"org:
|
|
4023
|
+
"org:list:shape": {
|
|
3984
4024
|
"aliases": [
|
|
3985
|
-
"force:org:shape:
|
|
4025
|
+
"force:org:shape:list"
|
|
3986
4026
|
],
|
|
3987
4027
|
"args": {},
|
|
3988
4028
|
"deprecateAliases": true,
|
|
3989
|
-
"description": "
|
|
4029
|
+
"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.",
|
|
3990
4030
|
"examples": [
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
4031
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
4032
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
3993
4033
|
],
|
|
3994
4034
|
"flags": {
|
|
3995
4035
|
"json": {
|
|
@@ -3999,31 +4039,12 @@
|
|
|
3999
4039
|
"allowNo": false,
|
|
4000
4040
|
"type": "boolean"
|
|
4001
4041
|
},
|
|
4002
|
-
"
|
|
4003
|
-
"
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
"
|
|
4008
|
-
"deprecateAliases": true,
|
|
4009
|
-
"name": "target-org",
|
|
4010
|
-
"noCacheDefault": true,
|
|
4011
|
-
"required": true,
|
|
4012
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4013
|
-
"hasDynamicHelp": true,
|
|
4014
|
-
"multiple": false,
|
|
4015
|
-
"type": "option"
|
|
4016
|
-
},
|
|
4017
|
-
"api-version": {
|
|
4018
|
-
"aliases": [
|
|
4019
|
-
"apiversion"
|
|
4020
|
-
],
|
|
4021
|
-
"deprecateAliases": true,
|
|
4022
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4023
|
-
"name": "api-version",
|
|
4024
|
-
"hasDynamicHelp": false,
|
|
4025
|
-
"multiple": false,
|
|
4026
|
-
"type": "option"
|
|
4042
|
+
"verbose": {
|
|
4043
|
+
"hidden": true,
|
|
4044
|
+
"name": "verbose",
|
|
4045
|
+
"summary": "List more information about each org shape.",
|
|
4046
|
+
"allowNo": false,
|
|
4047
|
+
"type": "boolean"
|
|
4027
4048
|
},
|
|
4028
4049
|
"loglevel": {
|
|
4029
4050
|
"deprecated": {
|
|
@@ -4034,27 +4055,16 @@
|
|
|
4034
4055
|
"hasDynamicHelp": false,
|
|
4035
4056
|
"multiple": false,
|
|
4036
4057
|
"type": "option"
|
|
4037
|
-
},
|
|
4038
|
-
"no-prompt": {
|
|
4039
|
-
"aliases": [
|
|
4040
|
-
"noprompt"
|
|
4041
|
-
],
|
|
4042
|
-
"char": "p",
|
|
4043
|
-
"deprecateAliases": true,
|
|
4044
|
-
"name": "no-prompt",
|
|
4045
|
-
"summary": "Don't prompt for confirmation.",
|
|
4046
|
-
"allowNo": false,
|
|
4047
|
-
"type": "boolean"
|
|
4048
4058
|
}
|
|
4049
4059
|
},
|
|
4050
|
-
"hasDynamicHelp":
|
|
4060
|
+
"hasDynamicHelp": false,
|
|
4051
4061
|
"hiddenAliases": [],
|
|
4052
|
-
"id": "org:
|
|
4062
|
+
"id": "org:list:shape",
|
|
4053
4063
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4054
4064
|
"pluginName": "@salesforce/plugin-signups",
|
|
4055
4065
|
"pluginType": "jit",
|
|
4056
4066
|
"strict": true,
|
|
4057
|
-
"summary": "
|
|
4067
|
+
"summary": "List all org shapes you’ve created.",
|
|
4058
4068
|
"enableJsonFlag": true,
|
|
4059
4069
|
"SF_ENV": "SF_ENV",
|
|
4060
4070
|
"isESM": true,
|
|
@@ -4062,54 +4072,54 @@
|
|
|
4062
4072
|
"lib",
|
|
4063
4073
|
"commands",
|
|
4064
4074
|
"org",
|
|
4065
|
-
"
|
|
4075
|
+
"list",
|
|
4066
4076
|
"shape.js"
|
|
4067
4077
|
],
|
|
4068
4078
|
"aliasPermutations": [
|
|
4069
|
-
"force:org:shape:
|
|
4070
|
-
"org:force:shape:
|
|
4071
|
-
"org:shape:force:
|
|
4072
|
-
"org:shape:
|
|
4073
|
-
"force:shape:org:
|
|
4074
|
-
"shape:force:org:
|
|
4075
|
-
"shape:org:force:
|
|
4076
|
-
"shape:org:
|
|
4077
|
-
"force:shape:
|
|
4078
|
-
"shape:force:
|
|
4079
|
-
"shape:
|
|
4080
|
-
"shape:
|
|
4081
|
-
"force:org:
|
|
4082
|
-
"org:force:
|
|
4083
|
-
"org:
|
|
4084
|
-
"org:
|
|
4085
|
-
"force:
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"force:
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4079
|
+
"force:org:shape:list",
|
|
4080
|
+
"org:force:shape:list",
|
|
4081
|
+
"org:shape:force:list",
|
|
4082
|
+
"org:shape:list:force",
|
|
4083
|
+
"force:shape:org:list",
|
|
4084
|
+
"shape:force:org:list",
|
|
4085
|
+
"shape:org:force:list",
|
|
4086
|
+
"shape:org:list:force",
|
|
4087
|
+
"force:shape:list:org",
|
|
4088
|
+
"shape:force:list:org",
|
|
4089
|
+
"shape:list:force:org",
|
|
4090
|
+
"shape:list:org:force",
|
|
4091
|
+
"force:org:list:shape",
|
|
4092
|
+
"org:force:list:shape",
|
|
4093
|
+
"org:list:force:shape",
|
|
4094
|
+
"org:list:shape:force",
|
|
4095
|
+
"force:list:org:shape",
|
|
4096
|
+
"list:force:org:shape",
|
|
4097
|
+
"list:org:force:shape",
|
|
4098
|
+
"list:org:shape:force",
|
|
4099
|
+
"force:list:shape:org",
|
|
4100
|
+
"list:force:shape:org",
|
|
4101
|
+
"list:shape:force:org",
|
|
4102
|
+
"list:shape:org:force"
|
|
4093
4103
|
],
|
|
4094
4104
|
"permutations": [
|
|
4095
|
-
"org:
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"org:shape:
|
|
4099
|
-
"shape:org:
|
|
4100
|
-
"shape:
|
|
4105
|
+
"org:list:shape",
|
|
4106
|
+
"list:org:shape",
|
|
4107
|
+
"list:shape:org",
|
|
4108
|
+
"org:shape:list",
|
|
4109
|
+
"shape:org:list",
|
|
4110
|
+
"shape:list:org"
|
|
4101
4111
|
]
|
|
4102
4112
|
},
|
|
4103
|
-
"org:
|
|
4113
|
+
"org:list:snapshot": {
|
|
4104
4114
|
"aliases": [
|
|
4105
|
-
"force:org:snapshot:
|
|
4115
|
+
"force:org:snapshot:list"
|
|
4106
4116
|
],
|
|
4107
4117
|
"args": {},
|
|
4108
4118
|
"deprecateAliases": true,
|
|
4109
|
-
"description": "Dev Hub
|
|
4119
|
+
"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\".",
|
|
4110
4120
|
"examples": [
|
|
4111
|
-
"
|
|
4112
|
-
"
|
|
4121
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
4122
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
4113
4123
|
],
|
|
4114
4124
|
"flags": {
|
|
4115
4125
|
"json": {
|
|
@@ -4153,27 +4163,17 @@
|
|
|
4153
4163
|
"hasDynamicHelp": false,
|
|
4154
4164
|
"multiple": false,
|
|
4155
4165
|
"type": "option"
|
|
4156
|
-
},
|
|
4157
|
-
"snapshot": {
|
|
4158
|
-
"char": "s",
|
|
4159
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4160
|
-
"name": "snapshot",
|
|
4161
|
-
"required": true,
|
|
4162
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
4163
|
-
"hasDynamicHelp": false,
|
|
4164
|
-
"multiple": false,
|
|
4165
|
-
"type": "option"
|
|
4166
4166
|
}
|
|
4167
4167
|
},
|
|
4168
4168
|
"hasDynamicHelp": true,
|
|
4169
4169
|
"hiddenAliases": [],
|
|
4170
|
-
"id": "org:
|
|
4170
|
+
"id": "org:list:snapshot",
|
|
4171
4171
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4172
4172
|
"pluginName": "@salesforce/plugin-signups",
|
|
4173
4173
|
"pluginType": "jit",
|
|
4174
4174
|
"state": "beta",
|
|
4175
4175
|
"strict": true,
|
|
4176
|
-
"summary": "
|
|
4176
|
+
"summary": "List scratch org snapshots.",
|
|
4177
4177
|
"enableJsonFlag": true,
|
|
4178
4178
|
"SF_ENV": "SF_ENV",
|
|
4179
4179
|
"isESM": true,
|
|
@@ -4181,42 +4181,42 @@
|
|
|
4181
4181
|
"lib",
|
|
4182
4182
|
"commands",
|
|
4183
4183
|
"org",
|
|
4184
|
-
"
|
|
4184
|
+
"list",
|
|
4185
4185
|
"snapshot.js"
|
|
4186
4186
|
],
|
|
4187
4187
|
"aliasPermutations": [
|
|
4188
|
-
"force:org:snapshot:
|
|
4189
|
-
"org:force:snapshot:
|
|
4190
|
-
"org:snapshot:force:
|
|
4191
|
-
"org:snapshot:
|
|
4192
|
-
"force:snapshot:org:
|
|
4193
|
-
"snapshot:force:org:
|
|
4194
|
-
"snapshot:org:force:
|
|
4195
|
-
"snapshot:org:
|
|
4196
|
-
"force:snapshot:
|
|
4197
|
-
"snapshot:force:
|
|
4198
|
-
"snapshot:
|
|
4199
|
-
"snapshot:
|
|
4200
|
-
"force:org:
|
|
4201
|
-
"org:force:
|
|
4202
|
-
"org:
|
|
4203
|
-
"org:
|
|
4204
|
-
"force:
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
4208
|
-
"force:
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4188
|
+
"force:org:snapshot:list",
|
|
4189
|
+
"org:force:snapshot:list",
|
|
4190
|
+
"org:snapshot:force:list",
|
|
4191
|
+
"org:snapshot:list:force",
|
|
4192
|
+
"force:snapshot:org:list",
|
|
4193
|
+
"snapshot:force:org:list",
|
|
4194
|
+
"snapshot:org:force:list",
|
|
4195
|
+
"snapshot:org:list:force",
|
|
4196
|
+
"force:snapshot:list:org",
|
|
4197
|
+
"snapshot:force:list:org",
|
|
4198
|
+
"snapshot:list:force:org",
|
|
4199
|
+
"snapshot:list:org:force",
|
|
4200
|
+
"force:org:list:snapshot",
|
|
4201
|
+
"org:force:list:snapshot",
|
|
4202
|
+
"org:list:force:snapshot",
|
|
4203
|
+
"org:list:snapshot:force",
|
|
4204
|
+
"force:list:org:snapshot",
|
|
4205
|
+
"list:force:org:snapshot",
|
|
4206
|
+
"list:org:force:snapshot",
|
|
4207
|
+
"list:org:snapshot:force",
|
|
4208
|
+
"force:list:snapshot:org",
|
|
4209
|
+
"list:force:snapshot:org",
|
|
4210
|
+
"list:snapshot:force:org",
|
|
4211
|
+
"list:snapshot:org:force"
|
|
4212
4212
|
],
|
|
4213
4213
|
"permutations": [
|
|
4214
|
-
"org:
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"org:snapshot:
|
|
4218
|
-
"snapshot:org:
|
|
4219
|
-
"snapshot:
|
|
4214
|
+
"org:list:snapshot",
|
|
4215
|
+
"list:org:snapshot",
|
|
4216
|
+
"list:snapshot:org",
|
|
4217
|
+
"org:snapshot:list",
|
|
4218
|
+
"snapshot:org:list",
|
|
4219
|
+
"snapshot:list:org"
|
|
4220
4220
|
]
|
|
4221
4221
|
},
|
|
4222
4222
|
"force:lightning:lwc:test:create": {
|
|
@@ -5240,5 +5240,5 @@
|
|
|
5240
5240
|
]
|
|
5241
5241
|
}
|
|
5242
5242
|
},
|
|
5243
|
-
"version": "2.23.
|
|
5243
|
+
"version": "2.23.12"
|
|
5244
5244
|
}
|