@salesforce/cli 2.47.2 → 2.47.4
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 +80 -80
- package/npm-shrinkwrap.json +121 -124
- package/oclif.lock +141 -125
- package/oclif.manifest.json +127 -127
- package/package.json +27 -27
package/oclif.manifest.json
CHANGED
|
@@ -3875,132 +3875,6 @@
|
|
|
3875
3875
|
"snapshot:create:org"
|
|
3876
3876
|
]
|
|
3877
3877
|
},
|
|
3878
|
-
"org:get:snapshot": {
|
|
3879
|
-
"aliases": [
|
|
3880
|
-
"force:org:snapshot:get"
|
|
3881
|
-
],
|
|
3882
|
-
"args": {},
|
|
3883
|
-
"deprecateAliases": true,
|
|
3884
|
-
"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\".",
|
|
3885
|
-
"examples": [
|
|
3886
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3887
|
-
"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"
|
|
3888
|
-
],
|
|
3889
|
-
"flags": {
|
|
3890
|
-
"json": {
|
|
3891
|
-
"description": "Format output as json.",
|
|
3892
|
-
"helpGroup": "GLOBAL",
|
|
3893
|
-
"name": "json",
|
|
3894
|
-
"allowNo": false,
|
|
3895
|
-
"type": "boolean"
|
|
3896
|
-
},
|
|
3897
|
-
"flags-dir": {
|
|
3898
|
-
"helpGroup": "GLOBAL",
|
|
3899
|
-
"name": "flags-dir",
|
|
3900
|
-
"summary": "Import flag values from a directory.",
|
|
3901
|
-
"hasDynamicHelp": false,
|
|
3902
|
-
"multiple": false,
|
|
3903
|
-
"type": "option"
|
|
3904
|
-
},
|
|
3905
|
-
"target-dev-hub": {
|
|
3906
|
-
"aliases": [
|
|
3907
|
-
"targetdevhubusername"
|
|
3908
|
-
],
|
|
3909
|
-
"char": "v",
|
|
3910
|
-
"deprecateAliases": true,
|
|
3911
|
-
"name": "target-dev-hub",
|
|
3912
|
-
"noCacheDefault": true,
|
|
3913
|
-
"required": true,
|
|
3914
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3915
|
-
"hasDynamicHelp": true,
|
|
3916
|
-
"multiple": false,
|
|
3917
|
-
"type": "option"
|
|
3918
|
-
},
|
|
3919
|
-
"api-version": {
|
|
3920
|
-
"aliases": [
|
|
3921
|
-
"apiversion"
|
|
3922
|
-
],
|
|
3923
|
-
"deprecateAliases": true,
|
|
3924
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3925
|
-
"name": "api-version",
|
|
3926
|
-
"hasDynamicHelp": false,
|
|
3927
|
-
"multiple": false,
|
|
3928
|
-
"type": "option"
|
|
3929
|
-
},
|
|
3930
|
-
"loglevel": {
|
|
3931
|
-
"deprecated": {
|
|
3932
|
-
"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."
|
|
3933
|
-
},
|
|
3934
|
-
"hidden": true,
|
|
3935
|
-
"name": "loglevel",
|
|
3936
|
-
"hasDynamicHelp": false,
|
|
3937
|
-
"multiple": false,
|
|
3938
|
-
"type": "option"
|
|
3939
|
-
},
|
|
3940
|
-
"snapshot": {
|
|
3941
|
-
"char": "s",
|
|
3942
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3943
|
-
"name": "snapshot",
|
|
3944
|
-
"required": true,
|
|
3945
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3946
|
-
"hasDynamicHelp": false,
|
|
3947
|
-
"multiple": false,
|
|
3948
|
-
"type": "option"
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
|
-
"hasDynamicHelp": true,
|
|
3952
|
-
"hiddenAliases": [],
|
|
3953
|
-
"id": "org:get:snapshot",
|
|
3954
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3955
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3956
|
-
"pluginType": "jit",
|
|
3957
|
-
"state": "beta",
|
|
3958
|
-
"strict": true,
|
|
3959
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3960
|
-
"enableJsonFlag": true,
|
|
3961
|
-
"isESM": true,
|
|
3962
|
-
"relativePath": [
|
|
3963
|
-
"lib",
|
|
3964
|
-
"commands",
|
|
3965
|
-
"org",
|
|
3966
|
-
"get",
|
|
3967
|
-
"snapshot.js"
|
|
3968
|
-
],
|
|
3969
|
-
"aliasPermutations": [
|
|
3970
|
-
"force:org:snapshot:get",
|
|
3971
|
-
"org:force:snapshot:get",
|
|
3972
|
-
"org:snapshot:force:get",
|
|
3973
|
-
"org:snapshot:get:force",
|
|
3974
|
-
"force:snapshot:org:get",
|
|
3975
|
-
"snapshot:force:org:get",
|
|
3976
|
-
"snapshot:org:force:get",
|
|
3977
|
-
"snapshot:org:get:force",
|
|
3978
|
-
"force:snapshot:get:org",
|
|
3979
|
-
"snapshot:force:get:org",
|
|
3980
|
-
"snapshot:get:force:org",
|
|
3981
|
-
"snapshot:get:org:force",
|
|
3982
|
-
"force:org:get:snapshot",
|
|
3983
|
-
"org:force:get:snapshot",
|
|
3984
|
-
"org:get:force:snapshot",
|
|
3985
|
-
"org:get:snapshot:force",
|
|
3986
|
-
"force:get:org:snapshot",
|
|
3987
|
-
"get:force:org:snapshot",
|
|
3988
|
-
"get:org:force:snapshot",
|
|
3989
|
-
"get:org:snapshot:force",
|
|
3990
|
-
"force:get:snapshot:org",
|
|
3991
|
-
"get:force:snapshot:org",
|
|
3992
|
-
"get:snapshot:force:org",
|
|
3993
|
-
"get:snapshot:org:force"
|
|
3994
|
-
],
|
|
3995
|
-
"permutations": [
|
|
3996
|
-
"org:get:snapshot",
|
|
3997
|
-
"get:org:snapshot",
|
|
3998
|
-
"get:snapshot:org",
|
|
3999
|
-
"org:snapshot:get",
|
|
4000
|
-
"snapshot:org:get",
|
|
4001
|
-
"snapshot:get:org"
|
|
4002
|
-
]
|
|
4003
|
-
},
|
|
4004
3878
|
"org:delete:shape": {
|
|
4005
3879
|
"aliases": [
|
|
4006
3880
|
"force:org:shape:delete"
|
|
@@ -4261,6 +4135,132 @@
|
|
|
4261
4135
|
"snapshot:delete:org"
|
|
4262
4136
|
]
|
|
4263
4137
|
},
|
|
4138
|
+
"org:get:snapshot": {
|
|
4139
|
+
"aliases": [
|
|
4140
|
+
"force:org:snapshot:get"
|
|
4141
|
+
],
|
|
4142
|
+
"args": {},
|
|
4143
|
+
"deprecateAliases": true,
|
|
4144
|
+
"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\".",
|
|
4145
|
+
"examples": [
|
|
4146
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4147
|
+
"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"
|
|
4148
|
+
],
|
|
4149
|
+
"flags": {
|
|
4150
|
+
"json": {
|
|
4151
|
+
"description": "Format output as json.",
|
|
4152
|
+
"helpGroup": "GLOBAL",
|
|
4153
|
+
"name": "json",
|
|
4154
|
+
"allowNo": false,
|
|
4155
|
+
"type": "boolean"
|
|
4156
|
+
},
|
|
4157
|
+
"flags-dir": {
|
|
4158
|
+
"helpGroup": "GLOBAL",
|
|
4159
|
+
"name": "flags-dir",
|
|
4160
|
+
"summary": "Import flag values from a directory.",
|
|
4161
|
+
"hasDynamicHelp": false,
|
|
4162
|
+
"multiple": false,
|
|
4163
|
+
"type": "option"
|
|
4164
|
+
},
|
|
4165
|
+
"target-dev-hub": {
|
|
4166
|
+
"aliases": [
|
|
4167
|
+
"targetdevhubusername"
|
|
4168
|
+
],
|
|
4169
|
+
"char": "v",
|
|
4170
|
+
"deprecateAliases": true,
|
|
4171
|
+
"name": "target-dev-hub",
|
|
4172
|
+
"noCacheDefault": true,
|
|
4173
|
+
"required": true,
|
|
4174
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4175
|
+
"hasDynamicHelp": true,
|
|
4176
|
+
"multiple": false,
|
|
4177
|
+
"type": "option"
|
|
4178
|
+
},
|
|
4179
|
+
"api-version": {
|
|
4180
|
+
"aliases": [
|
|
4181
|
+
"apiversion"
|
|
4182
|
+
],
|
|
4183
|
+
"deprecateAliases": true,
|
|
4184
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4185
|
+
"name": "api-version",
|
|
4186
|
+
"hasDynamicHelp": false,
|
|
4187
|
+
"multiple": false,
|
|
4188
|
+
"type": "option"
|
|
4189
|
+
},
|
|
4190
|
+
"loglevel": {
|
|
4191
|
+
"deprecated": {
|
|
4192
|
+
"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."
|
|
4193
|
+
},
|
|
4194
|
+
"hidden": true,
|
|
4195
|
+
"name": "loglevel",
|
|
4196
|
+
"hasDynamicHelp": false,
|
|
4197
|
+
"multiple": false,
|
|
4198
|
+
"type": "option"
|
|
4199
|
+
},
|
|
4200
|
+
"snapshot": {
|
|
4201
|
+
"char": "s",
|
|
4202
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4203
|
+
"name": "snapshot",
|
|
4204
|
+
"required": true,
|
|
4205
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4206
|
+
"hasDynamicHelp": false,
|
|
4207
|
+
"multiple": false,
|
|
4208
|
+
"type": "option"
|
|
4209
|
+
}
|
|
4210
|
+
},
|
|
4211
|
+
"hasDynamicHelp": true,
|
|
4212
|
+
"hiddenAliases": [],
|
|
4213
|
+
"id": "org:get:snapshot",
|
|
4214
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4215
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4216
|
+
"pluginType": "jit",
|
|
4217
|
+
"state": "beta",
|
|
4218
|
+
"strict": true,
|
|
4219
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4220
|
+
"enableJsonFlag": true,
|
|
4221
|
+
"isESM": true,
|
|
4222
|
+
"relativePath": [
|
|
4223
|
+
"lib",
|
|
4224
|
+
"commands",
|
|
4225
|
+
"org",
|
|
4226
|
+
"get",
|
|
4227
|
+
"snapshot.js"
|
|
4228
|
+
],
|
|
4229
|
+
"aliasPermutations": [
|
|
4230
|
+
"force:org:snapshot:get",
|
|
4231
|
+
"org:force:snapshot:get",
|
|
4232
|
+
"org:snapshot:force:get",
|
|
4233
|
+
"org:snapshot:get:force",
|
|
4234
|
+
"force:snapshot:org:get",
|
|
4235
|
+
"snapshot:force:org:get",
|
|
4236
|
+
"snapshot:org:force:get",
|
|
4237
|
+
"snapshot:org:get:force",
|
|
4238
|
+
"force:snapshot:get:org",
|
|
4239
|
+
"snapshot:force:get:org",
|
|
4240
|
+
"snapshot:get:force:org",
|
|
4241
|
+
"snapshot:get:org:force",
|
|
4242
|
+
"force:org:get:snapshot",
|
|
4243
|
+
"org:force:get:snapshot",
|
|
4244
|
+
"org:get:force:snapshot",
|
|
4245
|
+
"org:get:snapshot:force",
|
|
4246
|
+
"force:get:org:snapshot",
|
|
4247
|
+
"get:force:org:snapshot",
|
|
4248
|
+
"get:org:force:snapshot",
|
|
4249
|
+
"get:org:snapshot:force",
|
|
4250
|
+
"force:get:snapshot:org",
|
|
4251
|
+
"get:force:snapshot:org",
|
|
4252
|
+
"get:snapshot:force:org",
|
|
4253
|
+
"get:snapshot:org:force"
|
|
4254
|
+
],
|
|
4255
|
+
"permutations": [
|
|
4256
|
+
"org:get:snapshot",
|
|
4257
|
+
"get:org:snapshot",
|
|
4258
|
+
"get:snapshot:org",
|
|
4259
|
+
"org:snapshot:get",
|
|
4260
|
+
"snapshot:org:get",
|
|
4261
|
+
"snapshot:get:org"
|
|
4262
|
+
]
|
|
4263
|
+
},
|
|
4264
4264
|
"org:list:shape": {
|
|
4265
4265
|
"aliases": [
|
|
4266
4266
|
"force:org:shape:list"
|
|
@@ -5379,5 +5379,5 @@
|
|
|
5379
5379
|
]
|
|
5380
5380
|
}
|
|
5381
5381
|
},
|
|
5382
|
-
"version": "2.47.
|
|
5382
|
+
"version": "2.47.4"
|
|
5383
5383
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.47.
|
|
4
|
+
"version": "2.47.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
79
|
-
"@salesforce/plugin-community": "3.2.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.13",
|
|
79
|
+
"@salesforce/plugin-community": "3.2.19",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.4",
|
|
81
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
81
|
+
"@salesforce/plugin-devops-center": "1.2.17",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.3.
|
|
84
|
+
"@salesforce/plugin-signups": "2.3.12",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "3.25.0"
|
|
87
87
|
},
|
|
@@ -140,35 +140,35 @@
|
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.6",
|
|
143
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
144
|
-
"@oclif/plugin-commands": "4.0.
|
|
145
|
-
"@oclif/plugin-help": "6.2.
|
|
146
|
-
"@oclif/plugin-not-found": "3.2.
|
|
147
|
-
"@oclif/plugin-plugins": "5.3.
|
|
148
|
-
"@oclif/plugin-search": "1.1.
|
|
143
|
+
"@oclif/plugin-autocomplete": "3.1.4",
|
|
144
|
+
"@oclif/plugin-commands": "4.0.4",
|
|
145
|
+
"@oclif/plugin-help": "6.2.3",
|
|
146
|
+
"@oclif/plugin-not-found": "3.2.5",
|
|
147
|
+
"@oclif/plugin-plugins": "5.3.2",
|
|
148
|
+
"@oclif/plugin-search": "1.1.4",
|
|
149
149
|
"@oclif/plugin-update": "4.4.1",
|
|
150
|
-
"@oclif/plugin-version": "2.2.
|
|
151
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
152
|
-
"@oclif/plugin-which": "3.2.
|
|
150
|
+
"@oclif/plugin-version": "2.2.4",
|
|
151
|
+
"@oclif/plugin-warn-if-update-available": "3.1.6",
|
|
152
|
+
"@oclif/plugin-which": "3.2.4",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
|
-
"@salesforce/plugin-apex": "3.1.
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
155
|
+
"@salesforce/plugin-apex": "3.1.21",
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.23",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.0",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
159
|
-
"@salesforce/plugin-info": "3.3.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.6",
|
|
159
|
+
"@salesforce/plugin-info": "3.3.9",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.13",
|
|
161
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
161
|
+
"@salesforce/plugin-marketplace": "1.2.14",
|
|
162
162
|
"@salesforce/plugin-org": "4.2.2",
|
|
163
163
|
"@salesforce/plugin-packaging": "2.4.6",
|
|
164
|
-
"@salesforce/plugin-schema": "3.3.
|
|
165
|
-
"@salesforce/plugin-settings": "2.3.
|
|
166
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
167
|
-
"@salesforce/plugin-source": "3.4.
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.4.
|
|
169
|
-
"@salesforce/plugin-templates": "56.2.
|
|
170
|
-
"@salesforce/plugin-trust": "3.7.
|
|
171
|
-
"@salesforce/plugin-user": "3.5.
|
|
164
|
+
"@salesforce/plugin-schema": "3.3.13",
|
|
165
|
+
"@salesforce/plugin-settings": "2.3.3",
|
|
166
|
+
"@salesforce/plugin-sobject": "1.4.12",
|
|
167
|
+
"@salesforce/plugin-source": "3.4.6",
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.4.3",
|
|
169
|
+
"@salesforce/plugin-templates": "56.2.13",
|
|
170
|
+
"@salesforce/plugin-trust": "3.7.7",
|
|
171
|
+
"@salesforce/plugin-user": "3.5.15",
|
|
172
172
|
"@salesforce/sf-plugins-core": "11.0.1",
|
|
173
173
|
"ansis": "^3.2.0"
|
|
174
174
|
},
|