@salesforce/cli 2.23.1 → 2.23.3
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 +79 -79
- package/npm-shrinkwrap.json +82 -91
- package/oclif.manifest.json +208 -208
- package/package.json +16 -16
package/oclif.manifest.json
CHANGED
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
],
|
|
949
949
|
"args": {},
|
|
950
950
|
"deprecateAliases": true,
|
|
951
|
-
"description": "Each time you publish a site, you update the live site with the most recent updates. When you publish an Experience Builder site for the first time, you make the site's URL live and enable login access for site members.\n\nIn addition to publishing, you must activate a site to send a welcome email to all site members. Activation is also required to set up SEO for Experience Builder sites. To activate a site, update the status field of the Network type in Metadata API. (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_network.htm)Alternatively, in Experience Workspaces, go to Administration | Settings, and click Activate.\n\nAn email notification informs you when your changes are live on the published site. The site publish process is an async job that generates a jobId. To check the site publish status manually, query the BackgroundOperation object and enter the jobId as the Id. See ‘BackgroundOperation’ in the Object Reference for the Salesforce Platform for more information. (https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_backgroundoperation.htm)\n\nIf the job doesn’t complete within 15 minutes, it times out. You receive an error message and must restart the site publish process. Completed jobs expire after 24 hours and are removed from the database.",
|
|
951
|
+
"description": "Each time you publish a site, you update the live site with the most recent updates. When you publish an Experience Builder site for the first time, you make the site's URL live and enable login access for site members.\n\nIn addition to publishing, you must activate a site to send a welcome email to all site members. Activation is also required to set up SEO for Experience Builder sites. To activate a site, update the status field of the Network type in Metadata API. (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_network.htm) Alternatively, in Experience Workspaces, go to Administration | Settings, and click Activate.\n\nAn email notification informs you when your changes are live on the published site. The site publish process is an async job that generates a jobId. To check the site publish status manually, query the BackgroundOperation object and enter the jobId as the Id. See ‘BackgroundOperation’ in the Object Reference for the Salesforce Platform for more information. (https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_backgroundoperation.htm)\n\nIf the job doesn’t complete within 15 minutes, it times out. You receive an error message and must restart the site publish process. Completed jobs expire after 24 hours and are removed from the database.",
|
|
952
952
|
"examples": [
|
|
953
953
|
"Publish the Experience Builder site with name \"My Customer Site':\n<%= config.bin %> <%= command.id %> --name 'My Customer Site'"
|
|
954
954
|
],
|
|
@@ -3662,16 +3662,16 @@
|
|
|
3662
3662
|
"snapshot:create:org"
|
|
3663
3663
|
]
|
|
3664
3664
|
},
|
|
3665
|
-
"org:
|
|
3665
|
+
"org:list:shape": {
|
|
3666
3666
|
"aliases": [
|
|
3667
|
-
"force:org:shape:
|
|
3667
|
+
"force:org:shape:list"
|
|
3668
3668
|
],
|
|
3669
3669
|
"args": {},
|
|
3670
3670
|
"deprecateAliases": true,
|
|
3671
|
-
"description": "
|
|
3671
|
+
"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.",
|
|
3672
3672
|
"examples": [
|
|
3673
|
-
"
|
|
3674
|
-
"
|
|
3673
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
3674
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
3675
3675
|
],
|
|
3676
3676
|
"flags": {
|
|
3677
3677
|
"json": {
|
|
@@ -3681,31 +3681,12 @@
|
|
|
3681
3681
|
"allowNo": false,
|
|
3682
3682
|
"type": "boolean"
|
|
3683
3683
|
},
|
|
3684
|
-
"
|
|
3685
|
-
"
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
"
|
|
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"
|
|
3684
|
+
"verbose": {
|
|
3685
|
+
"hidden": true,
|
|
3686
|
+
"name": "verbose",
|
|
3687
|
+
"summary": "List more information about each org shape.",
|
|
3688
|
+
"allowNo": false,
|
|
3689
|
+
"type": "boolean"
|
|
3709
3690
|
},
|
|
3710
3691
|
"loglevel": {
|
|
3711
3692
|
"deprecated": {
|
|
@@ -3716,27 +3697,16 @@
|
|
|
3716
3697
|
"hasDynamicHelp": false,
|
|
3717
3698
|
"multiple": false,
|
|
3718
3699
|
"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"
|
|
3730
3700
|
}
|
|
3731
3701
|
},
|
|
3732
|
-
"hasDynamicHelp":
|
|
3702
|
+
"hasDynamicHelp": false,
|
|
3733
3703
|
"hiddenAliases": [],
|
|
3734
|
-
"id": "org:
|
|
3704
|
+
"id": "org:list:shape",
|
|
3735
3705
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3736
3706
|
"pluginName": "@salesforce/plugin-signups",
|
|
3737
3707
|
"pluginType": "jit",
|
|
3738
3708
|
"strict": true,
|
|
3739
|
-
"summary": "
|
|
3709
|
+
"summary": "List all org shapes you’ve created.",
|
|
3740
3710
|
"enableJsonFlag": true,
|
|
3741
3711
|
"SF_ENV": "SF_ENV",
|
|
3742
3712
|
"isESM": true,
|
|
@@ -3744,54 +3714,54 @@
|
|
|
3744
3714
|
"lib",
|
|
3745
3715
|
"commands",
|
|
3746
3716
|
"org",
|
|
3747
|
-
"
|
|
3717
|
+
"list",
|
|
3748
3718
|
"shape.js"
|
|
3749
3719
|
],
|
|
3750
3720
|
"aliasPermutations": [
|
|
3751
|
-
"force:org:shape:
|
|
3752
|
-
"org:force:shape:
|
|
3753
|
-
"org:shape:force:
|
|
3754
|
-
"org:shape:
|
|
3755
|
-
"force:shape:org:
|
|
3756
|
-
"shape:force:org:
|
|
3757
|
-
"shape:org:force:
|
|
3758
|
-
"shape:org:
|
|
3759
|
-
"force:shape:
|
|
3760
|
-
"shape:force:
|
|
3761
|
-
"shape:
|
|
3762
|
-
"shape:
|
|
3763
|
-
"force:org:
|
|
3764
|
-
"org:force:
|
|
3765
|
-
"org:
|
|
3766
|
-
"org:
|
|
3767
|
-
"force:
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"force:
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
"
|
|
3721
|
+
"force:org:shape:list",
|
|
3722
|
+
"org:force:shape:list",
|
|
3723
|
+
"org:shape:force:list",
|
|
3724
|
+
"org:shape:list:force",
|
|
3725
|
+
"force:shape:org:list",
|
|
3726
|
+
"shape:force:org:list",
|
|
3727
|
+
"shape:org:force:list",
|
|
3728
|
+
"shape:org:list:force",
|
|
3729
|
+
"force:shape:list:org",
|
|
3730
|
+
"shape:force:list:org",
|
|
3731
|
+
"shape:list:force:org",
|
|
3732
|
+
"shape:list:org:force",
|
|
3733
|
+
"force:org:list:shape",
|
|
3734
|
+
"org:force:list:shape",
|
|
3735
|
+
"org:list:force:shape",
|
|
3736
|
+
"org:list:shape:force",
|
|
3737
|
+
"force:list:org:shape",
|
|
3738
|
+
"list:force:org:shape",
|
|
3739
|
+
"list:org:force:shape",
|
|
3740
|
+
"list:org:shape:force",
|
|
3741
|
+
"force:list:shape:org",
|
|
3742
|
+
"list:force:shape:org",
|
|
3743
|
+
"list:shape:force:org",
|
|
3744
|
+
"list:shape:org:force"
|
|
3775
3745
|
],
|
|
3776
3746
|
"permutations": [
|
|
3777
|
-
"org:
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"org:shape:
|
|
3781
|
-
"shape:org:
|
|
3782
|
-
"shape:
|
|
3747
|
+
"org:list:shape",
|
|
3748
|
+
"list:org:shape",
|
|
3749
|
+
"list:shape:org",
|
|
3750
|
+
"org:shape:list",
|
|
3751
|
+
"shape:org:list",
|
|
3752
|
+
"shape:list:org"
|
|
3783
3753
|
]
|
|
3784
3754
|
},
|
|
3785
|
-
"org:
|
|
3755
|
+
"org:list:snapshot": {
|
|
3786
3756
|
"aliases": [
|
|
3787
|
-
"force:org:snapshot:
|
|
3757
|
+
"force:org:snapshot:list"
|
|
3788
3758
|
],
|
|
3789
3759
|
"args": {},
|
|
3790
3760
|
"deprecateAliases": true,
|
|
3791
|
-
"description": "Dev Hub
|
|
3761
|
+
"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\".",
|
|
3792
3762
|
"examples": [
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3763
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
3764
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
3795
3765
|
],
|
|
3796
3766
|
"flags": {
|
|
3797
3767
|
"json": {
|
|
@@ -3835,27 +3805,17 @@
|
|
|
3835
3805
|
"hasDynamicHelp": false,
|
|
3836
3806
|
"multiple": false,
|
|
3837
3807
|
"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"
|
|
3848
3808
|
}
|
|
3849
3809
|
},
|
|
3850
3810
|
"hasDynamicHelp": true,
|
|
3851
3811
|
"hiddenAliases": [],
|
|
3852
|
-
"id": "org:
|
|
3812
|
+
"id": "org:list:snapshot",
|
|
3853
3813
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3854
3814
|
"pluginName": "@salesforce/plugin-signups",
|
|
3855
3815
|
"pluginType": "jit",
|
|
3856
3816
|
"state": "beta",
|
|
3857
3817
|
"strict": true,
|
|
3858
|
-
"summary": "
|
|
3818
|
+
"summary": "List scratch org snapshots.",
|
|
3859
3819
|
"enableJsonFlag": true,
|
|
3860
3820
|
"SF_ENV": "SF_ENV",
|
|
3861
3821
|
"isESM": true,
|
|
@@ -3863,42 +3823,42 @@
|
|
|
3863
3823
|
"lib",
|
|
3864
3824
|
"commands",
|
|
3865
3825
|
"org",
|
|
3866
|
-
"
|
|
3826
|
+
"list",
|
|
3867
3827
|
"snapshot.js"
|
|
3868
3828
|
],
|
|
3869
3829
|
"aliasPermutations": [
|
|
3870
|
-
"force:org:snapshot:
|
|
3871
|
-
"org:force:snapshot:
|
|
3872
|
-
"org:snapshot:force:
|
|
3873
|
-
"org:snapshot:
|
|
3874
|
-
"force:snapshot:org:
|
|
3875
|
-
"snapshot:force:org:
|
|
3876
|
-
"snapshot:org:force:
|
|
3877
|
-
"snapshot:org:
|
|
3878
|
-
"force:snapshot:
|
|
3879
|
-
"snapshot:force:
|
|
3880
|
-
"snapshot:
|
|
3881
|
-
"snapshot:
|
|
3882
|
-
"force:org:
|
|
3883
|
-
"org:force:
|
|
3884
|
-
"org:
|
|
3885
|
-
"org:
|
|
3886
|
-
"force:
|
|
3887
|
-
"
|
|
3888
|
-
"
|
|
3889
|
-
"
|
|
3890
|
-
"force:
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3893
|
-
"
|
|
3830
|
+
"force:org:snapshot:list",
|
|
3831
|
+
"org:force:snapshot:list",
|
|
3832
|
+
"org:snapshot:force:list",
|
|
3833
|
+
"org:snapshot:list:force",
|
|
3834
|
+
"force:snapshot:org:list",
|
|
3835
|
+
"snapshot:force:org:list",
|
|
3836
|
+
"snapshot:org:force:list",
|
|
3837
|
+
"snapshot:org:list:force",
|
|
3838
|
+
"force:snapshot:list:org",
|
|
3839
|
+
"snapshot:force:list:org",
|
|
3840
|
+
"snapshot:list:force:org",
|
|
3841
|
+
"snapshot:list:org:force",
|
|
3842
|
+
"force:org:list:snapshot",
|
|
3843
|
+
"org:force:list:snapshot",
|
|
3844
|
+
"org:list:force:snapshot",
|
|
3845
|
+
"org:list:snapshot:force",
|
|
3846
|
+
"force:list:org:snapshot",
|
|
3847
|
+
"list:force:org:snapshot",
|
|
3848
|
+
"list:org:force:snapshot",
|
|
3849
|
+
"list:org:snapshot:force",
|
|
3850
|
+
"force:list:snapshot:org",
|
|
3851
|
+
"list:force:snapshot:org",
|
|
3852
|
+
"list:snapshot:force:org",
|
|
3853
|
+
"list:snapshot:org:force"
|
|
3894
3854
|
],
|
|
3895
3855
|
"permutations": [
|
|
3896
|
-
"org:
|
|
3897
|
-
"
|
|
3898
|
-
"
|
|
3899
|
-
"org:snapshot:
|
|
3900
|
-
"snapshot:org:
|
|
3901
|
-
"snapshot:
|
|
3856
|
+
"org:list:snapshot",
|
|
3857
|
+
"list:org:snapshot",
|
|
3858
|
+
"list:snapshot:org",
|
|
3859
|
+
"org:snapshot:list",
|
|
3860
|
+
"snapshot:org:list",
|
|
3861
|
+
"snapshot:list:org"
|
|
3902
3862
|
]
|
|
3903
3863
|
},
|
|
3904
3864
|
"org:get:snapshot": {
|
|
@@ -4020,16 +3980,16 @@
|
|
|
4020
3980
|
"snapshot:get:org"
|
|
4021
3981
|
]
|
|
4022
3982
|
},
|
|
4023
|
-
"org:
|
|
3983
|
+
"org:delete:shape": {
|
|
4024
3984
|
"aliases": [
|
|
4025
|
-
"force:org:shape:
|
|
3985
|
+
"force:org:shape:delete"
|
|
4026
3986
|
],
|
|
4027
3987
|
"args": {},
|
|
4028
3988
|
"deprecateAliases": true,
|
|
4029
|
-
"description": "
|
|
3989
|
+
"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.",
|
|
4030
3990
|
"examples": [
|
|
4031
|
-
"
|
|
4032
|
-
"
|
|
3991
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
3992
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
4033
3993
|
],
|
|
4034
3994
|
"flags": {
|
|
4035
3995
|
"json": {
|
|
@@ -4039,12 +3999,31 @@
|
|
|
4039
3999
|
"allowNo": false,
|
|
4040
4000
|
"type": "boolean"
|
|
4041
4001
|
},
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
"
|
|
4002
|
+
"target-org": {
|
|
4003
|
+
"aliases": [
|
|
4004
|
+
"targetusername",
|
|
4005
|
+
"u"
|
|
4006
|
+
],
|
|
4007
|
+
"char": "o",
|
|
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"
|
|
4048
4027
|
},
|
|
4049
4028
|
"loglevel": {
|
|
4050
4029
|
"deprecated": {
|
|
@@ -4055,16 +4034,27 @@
|
|
|
4055
4034
|
"hasDynamicHelp": false,
|
|
4056
4035
|
"multiple": false,
|
|
4057
4036
|
"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"
|
|
4058
4048
|
}
|
|
4059
4049
|
},
|
|
4060
|
-
"hasDynamicHelp":
|
|
4050
|
+
"hasDynamicHelp": true,
|
|
4061
4051
|
"hiddenAliases": [],
|
|
4062
|
-
"id": "org:
|
|
4052
|
+
"id": "org:delete:shape",
|
|
4063
4053
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4064
4054
|
"pluginName": "@salesforce/plugin-signups",
|
|
4065
4055
|
"pluginType": "jit",
|
|
4066
4056
|
"strict": true,
|
|
4067
|
-
"summary": "
|
|
4057
|
+
"summary": "Delete all org shapes for a target org.",
|
|
4068
4058
|
"enableJsonFlag": true,
|
|
4069
4059
|
"SF_ENV": "SF_ENV",
|
|
4070
4060
|
"isESM": true,
|
|
@@ -4072,54 +4062,54 @@
|
|
|
4072
4062
|
"lib",
|
|
4073
4063
|
"commands",
|
|
4074
4064
|
"org",
|
|
4075
|
-
"
|
|
4065
|
+
"delete",
|
|
4076
4066
|
"shape.js"
|
|
4077
4067
|
],
|
|
4078
4068
|
"aliasPermutations": [
|
|
4079
|
-
"force:org:shape:
|
|
4080
|
-
"org:force:shape:
|
|
4081
|
-
"org:shape:force:
|
|
4082
|
-
"org:shape:
|
|
4083
|
-
"force:shape:org:
|
|
4084
|
-
"shape:force:org:
|
|
4085
|
-
"shape:org:force:
|
|
4086
|
-
"shape:org:
|
|
4087
|
-
"force:shape:
|
|
4088
|
-
"shape:force:
|
|
4089
|
-
"shape:
|
|
4090
|
-
"shape:
|
|
4091
|
-
"force:org:
|
|
4092
|
-
"org:force:
|
|
4093
|
-
"org:
|
|
4094
|
-
"org:
|
|
4095
|
-
"force:
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"force:
|
|
4100
|
-
"
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4069
|
+
"force:org:shape:delete",
|
|
4070
|
+
"org:force:shape:delete",
|
|
4071
|
+
"org:shape:force:delete",
|
|
4072
|
+
"org:shape:delete:force",
|
|
4073
|
+
"force:shape:org:delete",
|
|
4074
|
+
"shape:force:org:delete",
|
|
4075
|
+
"shape:org:force:delete",
|
|
4076
|
+
"shape:org:delete:force",
|
|
4077
|
+
"force:shape:delete:org",
|
|
4078
|
+
"shape:force:delete:org",
|
|
4079
|
+
"shape:delete:force:org",
|
|
4080
|
+
"shape:delete:org:force",
|
|
4081
|
+
"force:org:delete:shape",
|
|
4082
|
+
"org:force:delete:shape",
|
|
4083
|
+
"org:delete:force:shape",
|
|
4084
|
+
"org:delete:shape:force",
|
|
4085
|
+
"force:delete:org:shape",
|
|
4086
|
+
"delete:force:org:shape",
|
|
4087
|
+
"delete:org:force:shape",
|
|
4088
|
+
"delete:org:shape:force",
|
|
4089
|
+
"force:delete:shape:org",
|
|
4090
|
+
"delete:force:shape:org",
|
|
4091
|
+
"delete:shape:force:org",
|
|
4092
|
+
"delete:shape:org:force"
|
|
4103
4093
|
],
|
|
4104
4094
|
"permutations": [
|
|
4105
|
-
"org:
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4108
|
-
"org:shape:
|
|
4109
|
-
"shape:org:
|
|
4110
|
-
"shape:
|
|
4095
|
+
"org:delete:shape",
|
|
4096
|
+
"delete:org:shape",
|
|
4097
|
+
"delete:shape:org",
|
|
4098
|
+
"org:shape:delete",
|
|
4099
|
+
"shape:org:delete",
|
|
4100
|
+
"shape:delete:org"
|
|
4111
4101
|
]
|
|
4112
4102
|
},
|
|
4113
|
-
"org:
|
|
4103
|
+
"org:delete:snapshot": {
|
|
4114
4104
|
"aliases": [
|
|
4115
|
-
"force:org:snapshot:
|
|
4105
|
+
"force:org:snapshot:delete"
|
|
4116
4106
|
],
|
|
4117
4107
|
"args": {},
|
|
4118
4108
|
"deprecateAliases": true,
|
|
4119
|
-
"description": "
|
|
4109
|
+
"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.",
|
|
4120
4110
|
"examples": [
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4111
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4112
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
4123
4113
|
],
|
|
4124
4114
|
"flags": {
|
|
4125
4115
|
"json": {
|
|
@@ -4163,17 +4153,27 @@
|
|
|
4163
4153
|
"hasDynamicHelp": false,
|
|
4164
4154
|
"multiple": false,
|
|
4165
4155
|
"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:delete: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": "Delete a scratch org snapshot.",
|
|
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
|
+
"delete",
|
|
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:delete",
|
|
4189
|
+
"org:force:snapshot:delete",
|
|
4190
|
+
"org:snapshot:force:delete",
|
|
4191
|
+
"org:snapshot:delete:force",
|
|
4192
|
+
"force:snapshot:org:delete",
|
|
4193
|
+
"snapshot:force:org:delete",
|
|
4194
|
+
"snapshot:org:force:delete",
|
|
4195
|
+
"snapshot:org:delete:force",
|
|
4196
|
+
"force:snapshot:delete:org",
|
|
4197
|
+
"snapshot:force:delete:org",
|
|
4198
|
+
"snapshot:delete:force:org",
|
|
4199
|
+
"snapshot:delete:org:force",
|
|
4200
|
+
"force:org:delete:snapshot",
|
|
4201
|
+
"org:force:delete:snapshot",
|
|
4202
|
+
"org:delete:force:snapshot",
|
|
4203
|
+
"org:delete:snapshot:force",
|
|
4204
|
+
"force:delete:org:snapshot",
|
|
4205
|
+
"delete:force:org:snapshot",
|
|
4206
|
+
"delete:org:force:snapshot",
|
|
4207
|
+
"delete:org:snapshot:force",
|
|
4208
|
+
"force:delete:snapshot:org",
|
|
4209
|
+
"delete:force:snapshot:org",
|
|
4210
|
+
"delete:snapshot:force:org",
|
|
4211
|
+
"delete:snapshot:org:force"
|
|
4212
4212
|
],
|
|
4213
4213
|
"permutations": [
|
|
4214
|
-
"org:
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"org:snapshot:
|
|
4218
|
-
"snapshot:org:
|
|
4219
|
-
"snapshot:
|
|
4214
|
+
"org:delete:snapshot",
|
|
4215
|
+
"delete:org:snapshot",
|
|
4216
|
+
"delete:snapshot:org",
|
|
4217
|
+
"org:snapshot:delete",
|
|
4218
|
+
"snapshot:org:delete",
|
|
4219
|
+
"snapshot:delete: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.3"
|
|
5244
5244
|
}
|