@salesforce/cli 2.60.12 → 2.60.14-dev.0
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 +319 -157
- package/npm-shrinkwrap.json +3070 -1445
- package/oclif.lock +1020 -679
- package/oclif.manifest.json +151 -132
- package/package.json +39 -30
package/oclif.manifest.json
CHANGED
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
},
|
|
1870
1870
|
"wait": {
|
|
1871
1871
|
"char": "w",
|
|
1872
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
1872
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
1873
1873
|
"exclusive": [
|
|
1874
1874
|
"async"
|
|
1875
1875
|
],
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
},
|
|
2053
2053
|
"wait": {
|
|
2054
2054
|
"char": "w",
|
|
2055
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2055
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2056
2056
|
"exclusive": [
|
|
2057
2057
|
"async"
|
|
2058
2058
|
],
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
},
|
|
2158
2158
|
"test-level": {
|
|
2159
2159
|
"char": "l",
|
|
2160
|
-
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see
|
|
2160
|
+
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see the section \"Running Tests in a Deployment\" in the \"Metadata API Developer Guide\". (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)",
|
|
2161
2161
|
"name": "test-level",
|
|
2162
2162
|
"summary": "Deployment Apex testing level.",
|
|
2163
2163
|
"hasDynamicHelp": false,
|
|
@@ -2179,7 +2179,7 @@
|
|
|
2179
2179
|
},
|
|
2180
2180
|
"wait": {
|
|
2181
2181
|
"char": "w",
|
|
2182
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2182
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2183
2183
|
"exclusive": [
|
|
2184
2184
|
"async"
|
|
2185
2185
|
],
|
|
@@ -2299,7 +2299,7 @@
|
|
|
2299
2299
|
},
|
|
2300
2300
|
"test-level": {
|
|
2301
2301
|
"char": "l",
|
|
2302
|
-
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see
|
|
2302
|
+
"description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see the section \"Running Tests in a Deployment\" in the \"Metadata API Developer Guide\". (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)",
|
|
2303
2303
|
"name": "test-level",
|
|
2304
2304
|
"summary": "Deployment Apex testing level.",
|
|
2305
2305
|
"hasDynamicHelp": false,
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
},
|
|
2322
2322
|
"wait": {
|
|
2323
2323
|
"char": "w",
|
|
2324
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2324
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2325
2325
|
"exclusive": [
|
|
2326
2326
|
"async"
|
|
2327
2327
|
],
|
|
@@ -3892,131 +3892,6 @@
|
|
|
3892
3892
|
"snapshot:create:org"
|
|
3893
3893
|
]
|
|
3894
3894
|
},
|
|
3895
|
-
"org:get:snapshot": {
|
|
3896
|
-
"aliases": [
|
|
3897
|
-
"force:org:snapshot:get"
|
|
3898
|
-
],
|
|
3899
|
-
"args": {},
|
|
3900
|
-
"deprecateAliases": true,
|
|
3901
|
-
"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\".",
|
|
3902
|
-
"examples": [
|
|
3903
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3904
|
-
"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"
|
|
3905
|
-
],
|
|
3906
|
-
"flags": {
|
|
3907
|
-
"json": {
|
|
3908
|
-
"description": "Format output as json.",
|
|
3909
|
-
"helpGroup": "GLOBAL",
|
|
3910
|
-
"name": "json",
|
|
3911
|
-
"allowNo": false,
|
|
3912
|
-
"type": "boolean"
|
|
3913
|
-
},
|
|
3914
|
-
"flags-dir": {
|
|
3915
|
-
"helpGroup": "GLOBAL",
|
|
3916
|
-
"name": "flags-dir",
|
|
3917
|
-
"summary": "Import flag values from a directory.",
|
|
3918
|
-
"hasDynamicHelp": false,
|
|
3919
|
-
"multiple": false,
|
|
3920
|
-
"type": "option"
|
|
3921
|
-
},
|
|
3922
|
-
"target-dev-hub": {
|
|
3923
|
-
"aliases": [
|
|
3924
|
-
"targetdevhubusername"
|
|
3925
|
-
],
|
|
3926
|
-
"char": "v",
|
|
3927
|
-
"deprecateAliases": true,
|
|
3928
|
-
"name": "target-dev-hub",
|
|
3929
|
-
"noCacheDefault": true,
|
|
3930
|
-
"required": true,
|
|
3931
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3932
|
-
"hasDynamicHelp": true,
|
|
3933
|
-
"multiple": false,
|
|
3934
|
-
"type": "option"
|
|
3935
|
-
},
|
|
3936
|
-
"api-version": {
|
|
3937
|
-
"aliases": [
|
|
3938
|
-
"apiversion"
|
|
3939
|
-
],
|
|
3940
|
-
"deprecateAliases": true,
|
|
3941
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3942
|
-
"name": "api-version",
|
|
3943
|
-
"hasDynamicHelp": false,
|
|
3944
|
-
"multiple": false,
|
|
3945
|
-
"type": "option"
|
|
3946
|
-
},
|
|
3947
|
-
"loglevel": {
|
|
3948
|
-
"deprecated": {
|
|
3949
|
-
"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."
|
|
3950
|
-
},
|
|
3951
|
-
"hidden": true,
|
|
3952
|
-
"name": "loglevel",
|
|
3953
|
-
"hasDynamicHelp": false,
|
|
3954
|
-
"multiple": false,
|
|
3955
|
-
"type": "option"
|
|
3956
|
-
},
|
|
3957
|
-
"snapshot": {
|
|
3958
|
-
"char": "s",
|
|
3959
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3960
|
-
"name": "snapshot",
|
|
3961
|
-
"required": true,
|
|
3962
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3963
|
-
"hasDynamicHelp": false,
|
|
3964
|
-
"multiple": false,
|
|
3965
|
-
"type": "option"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
3968
|
-
"hasDynamicHelp": true,
|
|
3969
|
-
"hiddenAliases": [],
|
|
3970
|
-
"id": "org:get:snapshot",
|
|
3971
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3972
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3973
|
-
"pluginType": "jit",
|
|
3974
|
-
"strict": true,
|
|
3975
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3976
|
-
"enableJsonFlag": true,
|
|
3977
|
-
"isESM": true,
|
|
3978
|
-
"relativePath": [
|
|
3979
|
-
"lib",
|
|
3980
|
-
"commands",
|
|
3981
|
-
"org",
|
|
3982
|
-
"get",
|
|
3983
|
-
"snapshot.js"
|
|
3984
|
-
],
|
|
3985
|
-
"aliasPermutations": [
|
|
3986
|
-
"force:org:snapshot:get",
|
|
3987
|
-
"org:force:snapshot:get",
|
|
3988
|
-
"org:snapshot:force:get",
|
|
3989
|
-
"org:snapshot:get:force",
|
|
3990
|
-
"force:snapshot:org:get",
|
|
3991
|
-
"snapshot:force:org:get",
|
|
3992
|
-
"snapshot:org:force:get",
|
|
3993
|
-
"snapshot:org:get:force",
|
|
3994
|
-
"force:snapshot:get:org",
|
|
3995
|
-
"snapshot:force:get:org",
|
|
3996
|
-
"snapshot:get:force:org",
|
|
3997
|
-
"snapshot:get:org:force",
|
|
3998
|
-
"force:org:get:snapshot",
|
|
3999
|
-
"org:force:get:snapshot",
|
|
4000
|
-
"org:get:force:snapshot",
|
|
4001
|
-
"org:get:snapshot:force",
|
|
4002
|
-
"force:get:org:snapshot",
|
|
4003
|
-
"get:force:org:snapshot",
|
|
4004
|
-
"get:org:force:snapshot",
|
|
4005
|
-
"get:org:snapshot:force",
|
|
4006
|
-
"force:get:snapshot:org",
|
|
4007
|
-
"get:force:snapshot:org",
|
|
4008
|
-
"get:snapshot:force:org",
|
|
4009
|
-
"get:snapshot:org:force"
|
|
4010
|
-
],
|
|
4011
|
-
"permutations": [
|
|
4012
|
-
"org:get:snapshot",
|
|
4013
|
-
"get:org:snapshot",
|
|
4014
|
-
"get:snapshot:org",
|
|
4015
|
-
"org:snapshot:get",
|
|
4016
|
-
"snapshot:org:get",
|
|
4017
|
-
"snapshot:get:org"
|
|
4018
|
-
]
|
|
4019
|
-
},
|
|
4020
3895
|
"org:delete:shape": {
|
|
4021
3896
|
"aliases": [
|
|
4022
3897
|
"force:org:shape:delete"
|
|
@@ -4276,6 +4151,131 @@
|
|
|
4276
4151
|
"snapshot:delete:org"
|
|
4277
4152
|
]
|
|
4278
4153
|
},
|
|
4154
|
+
"org:get:snapshot": {
|
|
4155
|
+
"aliases": [
|
|
4156
|
+
"force:org:snapshot:get"
|
|
4157
|
+
],
|
|
4158
|
+
"args": {},
|
|
4159
|
+
"deprecateAliases": true,
|
|
4160
|
+
"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\".",
|
|
4161
|
+
"examples": [
|
|
4162
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4163
|
+
"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"
|
|
4164
|
+
],
|
|
4165
|
+
"flags": {
|
|
4166
|
+
"json": {
|
|
4167
|
+
"description": "Format output as json.",
|
|
4168
|
+
"helpGroup": "GLOBAL",
|
|
4169
|
+
"name": "json",
|
|
4170
|
+
"allowNo": false,
|
|
4171
|
+
"type": "boolean"
|
|
4172
|
+
},
|
|
4173
|
+
"flags-dir": {
|
|
4174
|
+
"helpGroup": "GLOBAL",
|
|
4175
|
+
"name": "flags-dir",
|
|
4176
|
+
"summary": "Import flag values from a directory.",
|
|
4177
|
+
"hasDynamicHelp": false,
|
|
4178
|
+
"multiple": false,
|
|
4179
|
+
"type": "option"
|
|
4180
|
+
},
|
|
4181
|
+
"target-dev-hub": {
|
|
4182
|
+
"aliases": [
|
|
4183
|
+
"targetdevhubusername"
|
|
4184
|
+
],
|
|
4185
|
+
"char": "v",
|
|
4186
|
+
"deprecateAliases": true,
|
|
4187
|
+
"name": "target-dev-hub",
|
|
4188
|
+
"noCacheDefault": true,
|
|
4189
|
+
"required": true,
|
|
4190
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4191
|
+
"hasDynamicHelp": true,
|
|
4192
|
+
"multiple": false,
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"api-version": {
|
|
4196
|
+
"aliases": [
|
|
4197
|
+
"apiversion"
|
|
4198
|
+
],
|
|
4199
|
+
"deprecateAliases": true,
|
|
4200
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4201
|
+
"name": "api-version",
|
|
4202
|
+
"hasDynamicHelp": false,
|
|
4203
|
+
"multiple": false,
|
|
4204
|
+
"type": "option"
|
|
4205
|
+
},
|
|
4206
|
+
"loglevel": {
|
|
4207
|
+
"deprecated": {
|
|
4208
|
+
"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."
|
|
4209
|
+
},
|
|
4210
|
+
"hidden": true,
|
|
4211
|
+
"name": "loglevel",
|
|
4212
|
+
"hasDynamicHelp": false,
|
|
4213
|
+
"multiple": false,
|
|
4214
|
+
"type": "option"
|
|
4215
|
+
},
|
|
4216
|
+
"snapshot": {
|
|
4217
|
+
"char": "s",
|
|
4218
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4219
|
+
"name": "snapshot",
|
|
4220
|
+
"required": true,
|
|
4221
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4222
|
+
"hasDynamicHelp": false,
|
|
4223
|
+
"multiple": false,
|
|
4224
|
+
"type": "option"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
"hasDynamicHelp": true,
|
|
4228
|
+
"hiddenAliases": [],
|
|
4229
|
+
"id": "org:get:snapshot",
|
|
4230
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4231
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4232
|
+
"pluginType": "jit",
|
|
4233
|
+
"strict": true,
|
|
4234
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4235
|
+
"enableJsonFlag": true,
|
|
4236
|
+
"isESM": true,
|
|
4237
|
+
"relativePath": [
|
|
4238
|
+
"lib",
|
|
4239
|
+
"commands",
|
|
4240
|
+
"org",
|
|
4241
|
+
"get",
|
|
4242
|
+
"snapshot.js"
|
|
4243
|
+
],
|
|
4244
|
+
"aliasPermutations": [
|
|
4245
|
+
"force:org:snapshot:get",
|
|
4246
|
+
"org:force:snapshot:get",
|
|
4247
|
+
"org:snapshot:force:get",
|
|
4248
|
+
"org:snapshot:get:force",
|
|
4249
|
+
"force:snapshot:org:get",
|
|
4250
|
+
"snapshot:force:org:get",
|
|
4251
|
+
"snapshot:org:force:get",
|
|
4252
|
+
"snapshot:org:get:force",
|
|
4253
|
+
"force:snapshot:get:org",
|
|
4254
|
+
"snapshot:force:get:org",
|
|
4255
|
+
"snapshot:get:force:org",
|
|
4256
|
+
"snapshot:get:org:force",
|
|
4257
|
+
"force:org:get:snapshot",
|
|
4258
|
+
"org:force:get:snapshot",
|
|
4259
|
+
"org:get:force:snapshot",
|
|
4260
|
+
"org:get:snapshot:force",
|
|
4261
|
+
"force:get:org:snapshot",
|
|
4262
|
+
"get:force:org:snapshot",
|
|
4263
|
+
"get:org:force:snapshot",
|
|
4264
|
+
"get:org:snapshot:force",
|
|
4265
|
+
"force:get:snapshot:org",
|
|
4266
|
+
"get:force:snapshot:org",
|
|
4267
|
+
"get:snapshot:force:org",
|
|
4268
|
+
"get:snapshot:org:force"
|
|
4269
|
+
],
|
|
4270
|
+
"permutations": [
|
|
4271
|
+
"org:get:snapshot",
|
|
4272
|
+
"get:org:snapshot",
|
|
4273
|
+
"get:snapshot:org",
|
|
4274
|
+
"org:snapshot:get",
|
|
4275
|
+
"snapshot:org:get",
|
|
4276
|
+
"snapshot:get:org"
|
|
4277
|
+
]
|
|
4278
|
+
},
|
|
4279
4279
|
"org:list:shape": {
|
|
4280
4280
|
"aliases": [
|
|
4281
4281
|
"force:org:shape:list"
|
|
@@ -5319,6 +5319,25 @@
|
|
|
5319
5319
|
"hasDynamicHelp": false,
|
|
5320
5320
|
"multiple": false,
|
|
5321
5321
|
"type": "option"
|
|
5322
|
+
},
|
|
5323
|
+
"enablecaching": {
|
|
5324
|
+
"description": "",
|
|
5325
|
+
"env": "SFGE_ENABLE_CACHING",
|
|
5326
|
+
"hidden": true,
|
|
5327
|
+
"name": "enablecaching",
|
|
5328
|
+
"summary": "",
|
|
5329
|
+
"allowNo": false,
|
|
5330
|
+
"type": "boolean"
|
|
5331
|
+
},
|
|
5332
|
+
"cachepath": {
|
|
5333
|
+
"description": "",
|
|
5334
|
+
"env": "SFGE_FILES_TO_ENTRIES_CACHE_LOCATION",
|
|
5335
|
+
"hidden": true,
|
|
5336
|
+
"name": "cachepath",
|
|
5337
|
+
"summary": "",
|
|
5338
|
+
"hasDynamicHelp": false,
|
|
5339
|
+
"multiple": false,
|
|
5340
|
+
"type": "option"
|
|
5322
5341
|
}
|
|
5323
5342
|
},
|
|
5324
5343
|
"hasDynamicHelp": false,
|
|
@@ -5351,5 +5370,5 @@
|
|
|
5351
5370
|
]
|
|
5352
5371
|
}
|
|
5353
5372
|
},
|
|
5354
|
-
"version": "2.60.
|
|
5373
|
+
"version": "2.60.14-dev.0"
|
|
5355
5374
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.60.
|
|
4
|
+
"version": "2.60.14-dev.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.33",
|
|
80
|
-
"@salesforce/plugin-community": "3.2.
|
|
80
|
+
"@salesforce/plugin-community": "3.2.33",
|
|
81
81
|
"@salesforce/plugin-dev": "2.4.2",
|
|
82
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
82
|
+
"@salesforce/plugin-devops-center": "1.2.24",
|
|
83
83
|
"@salesforce/plugin-env": "3.0.33",
|
|
84
84
|
"@salesforce/plugin-functions": "1.23.0",
|
|
85
|
-
"@salesforce/plugin-signups": "2.5.
|
|
86
|
-
"@salesforce/sfdx-plugin-lwc-test": "1.2.
|
|
87
|
-
"@salesforce/sfdx-scanner": "4.
|
|
85
|
+
"@salesforce/plugin-signups": "2.5.21",
|
|
86
|
+
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
87
|
+
"@salesforce/sfdx-scanner": "4.6.0"
|
|
88
88
|
},
|
|
89
89
|
"devPlugins": [
|
|
90
90
|
"@oclif/plugin-command-snapshot",
|
|
@@ -138,40 +138,49 @@
|
|
|
138
138
|
"unexpectedArgs": 2
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
+
"resolutions": {
|
|
142
|
+
"@salesforce/schemas": "1.9.0",
|
|
143
|
+
"whatwg-url": "14.0.0"
|
|
144
|
+
},
|
|
145
|
+
"overrides": {
|
|
146
|
+
"node-fetch": {
|
|
147
|
+
"whatwg-url": "14.0.0"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
141
150
|
"dependencies": {
|
|
142
151
|
"@inquirer/select": "^2.3.5",
|
|
143
|
-
"@oclif/core": "4.0.
|
|
144
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
145
|
-
"@oclif/plugin-commands": "4.
|
|
146
|
-
"@oclif/plugin-help": "6.2.
|
|
147
|
-
"@oclif/plugin-not-found": "3.2.
|
|
148
|
-
"@oclif/plugin-plugins": "5.4.
|
|
149
|
-
"@oclif/plugin-search": "1.2.
|
|
150
|
-
"@oclif/plugin-update": "4.
|
|
151
|
-
"@oclif/plugin-version": "2.2.
|
|
152
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
153
|
-
"@oclif/plugin-which": "3.2.
|
|
152
|
+
"@oclif/core": "4.0.27",
|
|
153
|
+
"@oclif/plugin-autocomplete": "3.2.5",
|
|
154
|
+
"@oclif/plugin-commands": "4.1.3",
|
|
155
|
+
"@oclif/plugin-help": "6.2.14",
|
|
156
|
+
"@oclif/plugin-not-found": "3.2.22",
|
|
157
|
+
"@oclif/plugin-plugins": "5.4.14",
|
|
158
|
+
"@oclif/plugin-search": "1.2.11",
|
|
159
|
+
"@oclif/plugin-update": "4.6.3",
|
|
160
|
+
"@oclif/plugin-version": "2.2.14",
|
|
161
|
+
"@oclif/plugin-warn-if-update-available": "3.1.18",
|
|
162
|
+
"@oclif/plugin-which": "3.2.15",
|
|
154
163
|
"@salesforce/core": "^8.2.3",
|
|
155
164
|
"@salesforce/kit": "^3.1.6",
|
|
156
|
-
"@salesforce/plugin-apex": "3.
|
|
165
|
+
"@salesforce/plugin-apex": "3.5.1",
|
|
157
166
|
"@salesforce/plugin-api": "1.2.2",
|
|
158
|
-
"@salesforce/plugin-auth": "3.6.
|
|
159
|
-
"@salesforce/plugin-data": "3.
|
|
160
|
-
"@salesforce/plugin-deploy-retrieve": "3.12.
|
|
167
|
+
"@salesforce/plugin-auth": "3.6.65",
|
|
168
|
+
"@salesforce/plugin-data": "3.7.0",
|
|
169
|
+
"@salesforce/plugin-deploy-retrieve": "3.12.17",
|
|
161
170
|
"@salesforce/plugin-info": "3.4.9",
|
|
162
171
|
"@salesforce/plugin-limits": "3.3.32",
|
|
163
172
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
164
|
-
"@salesforce/plugin-org": "4.
|
|
165
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
166
|
-
"@salesforce/plugin-schema": "3.3.
|
|
167
|
-
"@salesforce/plugin-settings": "2.3.
|
|
168
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
173
|
+
"@salesforce/plugin-org": "4.6.0",
|
|
174
|
+
"@salesforce/plugin-packaging": "2.8.11",
|
|
175
|
+
"@salesforce/plugin-schema": "3.3.34",
|
|
176
|
+
"@salesforce/plugin-settings": "2.3.23",
|
|
177
|
+
"@salesforce/plugin-sobject": "1.4.41",
|
|
169
178
|
"@salesforce/plugin-source": "3.5.21",
|
|
170
179
|
"@salesforce/plugin-telemetry": "3.6.15",
|
|
171
|
-
"@salesforce/plugin-templates": "56.3.
|
|
172
|
-
"@salesforce/plugin-trust": "3.7.
|
|
173
|
-
"@salesforce/plugin-user": "3.5.
|
|
174
|
-
"@salesforce/sf-plugins-core": "11.3.
|
|
180
|
+
"@salesforce/plugin-templates": "56.3.22",
|
|
181
|
+
"@salesforce/plugin-trust": "3.7.33",
|
|
182
|
+
"@salesforce/plugin-user": "3.5.32",
|
|
183
|
+
"@salesforce/sf-plugins-core": "11.3.12",
|
|
175
184
|
"ansis": "^3.3.0"
|
|
176
185
|
},
|
|
177
186
|
"pinnedDependencies": [
|