@salesforce/cli 2.32.2 → 2.32.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 +34 -34
- package/npm-shrinkwrap.json +308 -458
- package/oclif.manifest.json +119 -119
- package/package.json +12 -12
package/oclif.manifest.json
CHANGED
|
@@ -3650,124 +3650,6 @@
|
|
|
3650
3650
|
"snapshot:create:org"
|
|
3651
3651
|
]
|
|
3652
3652
|
},
|
|
3653
|
-
"org:get:snapshot": {
|
|
3654
|
-
"aliases": [
|
|
3655
|
-
"force:org:snapshot:get"
|
|
3656
|
-
],
|
|
3657
|
-
"args": {},
|
|
3658
|
-
"deprecateAliases": true,
|
|
3659
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3660
|
-
"examples": [
|
|
3661
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3662
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3663
|
-
],
|
|
3664
|
-
"flags": {
|
|
3665
|
-
"json": {
|
|
3666
|
-
"description": "Format output as json.",
|
|
3667
|
-
"helpGroup": "GLOBAL",
|
|
3668
|
-
"name": "json",
|
|
3669
|
-
"allowNo": false,
|
|
3670
|
-
"type": "boolean"
|
|
3671
|
-
},
|
|
3672
|
-
"target-dev-hub": {
|
|
3673
|
-
"aliases": [
|
|
3674
|
-
"targetdevhubusername"
|
|
3675
|
-
],
|
|
3676
|
-
"char": "v",
|
|
3677
|
-
"deprecateAliases": true,
|
|
3678
|
-
"name": "target-dev-hub",
|
|
3679
|
-
"noCacheDefault": true,
|
|
3680
|
-
"required": true,
|
|
3681
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3682
|
-
"hasDynamicHelp": true,
|
|
3683
|
-
"multiple": false,
|
|
3684
|
-
"type": "option"
|
|
3685
|
-
},
|
|
3686
|
-
"api-version": {
|
|
3687
|
-
"aliases": [
|
|
3688
|
-
"apiversion"
|
|
3689
|
-
],
|
|
3690
|
-
"deprecateAliases": true,
|
|
3691
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3692
|
-
"name": "api-version",
|
|
3693
|
-
"hasDynamicHelp": false,
|
|
3694
|
-
"multiple": false,
|
|
3695
|
-
"type": "option"
|
|
3696
|
-
},
|
|
3697
|
-
"loglevel": {
|
|
3698
|
-
"deprecated": {
|
|
3699
|
-
"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."
|
|
3700
|
-
},
|
|
3701
|
-
"hidden": true,
|
|
3702
|
-
"name": "loglevel",
|
|
3703
|
-
"hasDynamicHelp": false,
|
|
3704
|
-
"multiple": false,
|
|
3705
|
-
"type": "option"
|
|
3706
|
-
},
|
|
3707
|
-
"snapshot": {
|
|
3708
|
-
"char": "s",
|
|
3709
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3710
|
-
"name": "snapshot",
|
|
3711
|
-
"required": true,
|
|
3712
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3713
|
-
"hasDynamicHelp": false,
|
|
3714
|
-
"multiple": false,
|
|
3715
|
-
"type": "option"
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
|
-
"hasDynamicHelp": true,
|
|
3719
|
-
"hiddenAliases": [],
|
|
3720
|
-
"id": "org:get:snapshot",
|
|
3721
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3722
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3723
|
-
"pluginType": "jit",
|
|
3724
|
-
"state": "beta",
|
|
3725
|
-
"strict": true,
|
|
3726
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3727
|
-
"enableJsonFlag": true,
|
|
3728
|
-
"isESM": true,
|
|
3729
|
-
"relativePath": [
|
|
3730
|
-
"lib",
|
|
3731
|
-
"commands",
|
|
3732
|
-
"org",
|
|
3733
|
-
"get",
|
|
3734
|
-
"snapshot.js"
|
|
3735
|
-
],
|
|
3736
|
-
"aliasPermutations": [
|
|
3737
|
-
"force:org:snapshot:get",
|
|
3738
|
-
"org:force:snapshot:get",
|
|
3739
|
-
"org:snapshot:force:get",
|
|
3740
|
-
"org:snapshot:get:force",
|
|
3741
|
-
"force:snapshot:org:get",
|
|
3742
|
-
"snapshot:force:org:get",
|
|
3743
|
-
"snapshot:org:force:get",
|
|
3744
|
-
"snapshot:org:get:force",
|
|
3745
|
-
"force:snapshot:get:org",
|
|
3746
|
-
"snapshot:force:get:org",
|
|
3747
|
-
"snapshot:get:force:org",
|
|
3748
|
-
"snapshot:get:org:force",
|
|
3749
|
-
"force:org:get:snapshot",
|
|
3750
|
-
"org:force:get:snapshot",
|
|
3751
|
-
"org:get:force:snapshot",
|
|
3752
|
-
"org:get:snapshot:force",
|
|
3753
|
-
"force:get:org:snapshot",
|
|
3754
|
-
"get:force:org:snapshot",
|
|
3755
|
-
"get:org:force:snapshot",
|
|
3756
|
-
"get:org:snapshot:force",
|
|
3757
|
-
"force:get:snapshot:org",
|
|
3758
|
-
"get:force:snapshot:org",
|
|
3759
|
-
"get:snapshot:force:org",
|
|
3760
|
-
"get:snapshot:org:force"
|
|
3761
|
-
],
|
|
3762
|
-
"permutations": [
|
|
3763
|
-
"org:get:snapshot",
|
|
3764
|
-
"get:org:snapshot",
|
|
3765
|
-
"get:snapshot:org",
|
|
3766
|
-
"org:snapshot:get",
|
|
3767
|
-
"snapshot:org:get",
|
|
3768
|
-
"snapshot:get:org"
|
|
3769
|
-
]
|
|
3770
|
-
},
|
|
3771
3653
|
"org:delete:shape": {
|
|
3772
3654
|
"aliases": [
|
|
3773
3655
|
"force:org:shape:delete"
|
|
@@ -4005,6 +3887,124 @@
|
|
|
4005
3887
|
"snapshot:delete:org"
|
|
4006
3888
|
]
|
|
4007
3889
|
},
|
|
3890
|
+
"org:get:snapshot": {
|
|
3891
|
+
"aliases": [
|
|
3892
|
+
"force:org:snapshot:get"
|
|
3893
|
+
],
|
|
3894
|
+
"args": {},
|
|
3895
|
+
"deprecateAliases": true,
|
|
3896
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3897
|
+
"examples": [
|
|
3898
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3899
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3900
|
+
],
|
|
3901
|
+
"flags": {
|
|
3902
|
+
"json": {
|
|
3903
|
+
"description": "Format output as json.",
|
|
3904
|
+
"helpGroup": "GLOBAL",
|
|
3905
|
+
"name": "json",
|
|
3906
|
+
"allowNo": false,
|
|
3907
|
+
"type": "boolean"
|
|
3908
|
+
},
|
|
3909
|
+
"target-dev-hub": {
|
|
3910
|
+
"aliases": [
|
|
3911
|
+
"targetdevhubusername"
|
|
3912
|
+
],
|
|
3913
|
+
"char": "v",
|
|
3914
|
+
"deprecateAliases": true,
|
|
3915
|
+
"name": "target-dev-hub",
|
|
3916
|
+
"noCacheDefault": true,
|
|
3917
|
+
"required": true,
|
|
3918
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3919
|
+
"hasDynamicHelp": true,
|
|
3920
|
+
"multiple": false,
|
|
3921
|
+
"type": "option"
|
|
3922
|
+
},
|
|
3923
|
+
"api-version": {
|
|
3924
|
+
"aliases": [
|
|
3925
|
+
"apiversion"
|
|
3926
|
+
],
|
|
3927
|
+
"deprecateAliases": true,
|
|
3928
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3929
|
+
"name": "api-version",
|
|
3930
|
+
"hasDynamicHelp": false,
|
|
3931
|
+
"multiple": false,
|
|
3932
|
+
"type": "option"
|
|
3933
|
+
},
|
|
3934
|
+
"loglevel": {
|
|
3935
|
+
"deprecated": {
|
|
3936
|
+
"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."
|
|
3937
|
+
},
|
|
3938
|
+
"hidden": true,
|
|
3939
|
+
"name": "loglevel",
|
|
3940
|
+
"hasDynamicHelp": false,
|
|
3941
|
+
"multiple": false,
|
|
3942
|
+
"type": "option"
|
|
3943
|
+
},
|
|
3944
|
+
"snapshot": {
|
|
3945
|
+
"char": "s",
|
|
3946
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3947
|
+
"name": "snapshot",
|
|
3948
|
+
"required": true,
|
|
3949
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3950
|
+
"hasDynamicHelp": false,
|
|
3951
|
+
"multiple": false,
|
|
3952
|
+
"type": "option"
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
"hasDynamicHelp": true,
|
|
3956
|
+
"hiddenAliases": [],
|
|
3957
|
+
"id": "org:get:snapshot",
|
|
3958
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3959
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3960
|
+
"pluginType": "jit",
|
|
3961
|
+
"state": "beta",
|
|
3962
|
+
"strict": true,
|
|
3963
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3964
|
+
"enableJsonFlag": true,
|
|
3965
|
+
"isESM": true,
|
|
3966
|
+
"relativePath": [
|
|
3967
|
+
"lib",
|
|
3968
|
+
"commands",
|
|
3969
|
+
"org",
|
|
3970
|
+
"get",
|
|
3971
|
+
"snapshot.js"
|
|
3972
|
+
],
|
|
3973
|
+
"aliasPermutations": [
|
|
3974
|
+
"force:org:snapshot:get",
|
|
3975
|
+
"org:force:snapshot:get",
|
|
3976
|
+
"org:snapshot:force:get",
|
|
3977
|
+
"org:snapshot:get:force",
|
|
3978
|
+
"force:snapshot:org:get",
|
|
3979
|
+
"snapshot:force:org:get",
|
|
3980
|
+
"snapshot:org:force:get",
|
|
3981
|
+
"snapshot:org:get:force",
|
|
3982
|
+
"force:snapshot:get:org",
|
|
3983
|
+
"snapshot:force:get:org",
|
|
3984
|
+
"snapshot:get:force:org",
|
|
3985
|
+
"snapshot:get:org:force",
|
|
3986
|
+
"force:org:get:snapshot",
|
|
3987
|
+
"org:force:get:snapshot",
|
|
3988
|
+
"org:get:force:snapshot",
|
|
3989
|
+
"org:get:snapshot:force",
|
|
3990
|
+
"force:get:org:snapshot",
|
|
3991
|
+
"get:force:org:snapshot",
|
|
3992
|
+
"get:org:force:snapshot",
|
|
3993
|
+
"get:org:snapshot:force",
|
|
3994
|
+
"force:get:snapshot:org",
|
|
3995
|
+
"get:force:snapshot:org",
|
|
3996
|
+
"get:snapshot:force:org",
|
|
3997
|
+
"get:snapshot:org:force"
|
|
3998
|
+
],
|
|
3999
|
+
"permutations": [
|
|
4000
|
+
"org:get:snapshot",
|
|
4001
|
+
"get:org:snapshot",
|
|
4002
|
+
"get:snapshot:org",
|
|
4003
|
+
"org:snapshot:get",
|
|
4004
|
+
"snapshot:org:get",
|
|
4005
|
+
"snapshot:get:org"
|
|
4006
|
+
]
|
|
4007
|
+
},
|
|
4008
4008
|
"org:list:shape": {
|
|
4009
4009
|
"aliases": [
|
|
4010
4010
|
"force:org:shape:list"
|
|
@@ -5051,5 +5051,5 @@
|
|
|
5051
5051
|
]
|
|
5052
5052
|
}
|
|
5053
5053
|
},
|
|
5054
|
-
"version": "2.32.
|
|
5054
|
+
"version": "2.32.3"
|
|
5055
5055
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.32.
|
|
4
|
+
"version": "2.32.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"@salesforce/plugin-user"
|
|
74
74
|
],
|
|
75
75
|
"jitPlugins": {
|
|
76
|
-
"@salesforce/plugin-custom-metadata": "3.1.
|
|
77
|
-
"@salesforce/plugin-community": "3.0.
|
|
76
|
+
"@salesforce/plugin-custom-metadata": "3.1.14",
|
|
77
|
+
"@salesforce/plugin-community": "3.0.25",
|
|
78
78
|
"@salesforce/plugin-dev": "2.1.13",
|
|
79
79
|
"@salesforce/plugin-devops-center": "1.2.6",
|
|
80
80
|
"@salesforce/plugin-env": "3.0.23",
|
|
81
81
|
"@salesforce/plugin-functions": "1.22.11",
|
|
82
|
-
"@salesforce/plugin-signups": "2.0.
|
|
82
|
+
"@salesforce/plugin-signups": "2.0.27",
|
|
83
83
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
84
84
|
"@salesforce/sfdx-scanner": "3.21.0"
|
|
85
85
|
},
|
|
@@ -138,20 +138,20 @@
|
|
|
138
138
|
"@inquirer/select": "^1.3.1",
|
|
139
139
|
"@oclif/core": "3.20.0",
|
|
140
140
|
"@oclif/plugin-autocomplete": "3.0.11",
|
|
141
|
-
"@oclif/plugin-commands": "3.1.
|
|
141
|
+
"@oclif/plugin-commands": "3.1.7",
|
|
142
142
|
"@oclif/plugin-help": "6.0.14",
|
|
143
|
-
"@oclif/plugin-not-found": "3.0.
|
|
144
|
-
"@oclif/plugin-plugins": "4.2.
|
|
143
|
+
"@oclif/plugin-not-found": "3.0.13",
|
|
144
|
+
"@oclif/plugin-plugins": "4.2.7",
|
|
145
145
|
"@oclif/plugin-search": "1.0.17",
|
|
146
146
|
"@oclif/plugin-update": "4.1.14",
|
|
147
|
-
"@oclif/plugin-version": "2.0.
|
|
147
|
+
"@oclif/plugin-version": "2.0.13",
|
|
148
148
|
"@oclif/plugin-warn-if-update-available": "3.0.12",
|
|
149
149
|
"@oclif/plugin-which": "3.1.1",
|
|
150
150
|
"@salesforce/core": "^6.1.4",
|
|
151
151
|
"@salesforce/plugin-apex": "3.0.26",
|
|
152
|
-
"@salesforce/plugin-auth": "3.3.
|
|
152
|
+
"@salesforce/plugin-auth": "3.3.18",
|
|
153
153
|
"@salesforce/plugin-data": "3.1.6",
|
|
154
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
154
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.23",
|
|
155
155
|
"@salesforce/plugin-info": "3.0.28",
|
|
156
156
|
"@salesforce/plugin-limits": "3.1.12",
|
|
157
157
|
"@salesforce/plugin-marketplace": "1.0.26",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"@salesforce/plugin-schema": "3.1.6",
|
|
161
161
|
"@salesforce/plugin-settings": "2.0.29",
|
|
162
162
|
"@salesforce/plugin-sobject": "1.1.15",
|
|
163
|
-
"@salesforce/plugin-source": "3.1.
|
|
164
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
163
|
+
"@salesforce/plugin-source": "3.1.17",
|
|
164
|
+
"@salesforce/plugin-telemetry": "3.1.15",
|
|
165
165
|
"@salesforce/plugin-templates": "56.0.19",
|
|
166
166
|
"@salesforce/plugin-trust": "3.3.14",
|
|
167
167
|
"@salesforce/plugin-user": "3.3.0",
|