@salesforce/cli 2.0.0-beta.50 → 2.0.0-beta.52
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/npm-shrinkwrap.json +624 -398
- package/oclif.manifest.json +73 -24
- package/package.json +32 -32
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.0-beta.
|
|
2
|
+
"version": "2.0.0-beta.52",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -2421,7 +2421,6 @@
|
|
|
2421
2421
|
"pluginType": "jit",
|
|
2422
2422
|
"hidden": true,
|
|
2423
2423
|
"aliases": [
|
|
2424
|
-
"force:package:beta:convert",
|
|
2425
2424
|
"force:package:convert"
|
|
2426
2425
|
],
|
|
2427
2426
|
"examples": [
|
|
@@ -2562,7 +2561,6 @@
|
|
|
2562
2561
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2563
2562
|
"pluginType": "jit",
|
|
2564
2563
|
"aliases": [
|
|
2565
|
-
"force:package:beta:create",
|
|
2566
2564
|
"force:package:create"
|
|
2567
2565
|
],
|
|
2568
2566
|
"examples": [
|
|
@@ -2704,7 +2702,6 @@
|
|
|
2704
2702
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2705
2703
|
"pluginType": "jit",
|
|
2706
2704
|
"aliases": [
|
|
2707
|
-
"force:package:beta:delete",
|
|
2708
2705
|
"force:package:delete"
|
|
2709
2706
|
],
|
|
2710
2707
|
"examples": [
|
|
@@ -2796,7 +2793,6 @@
|
|
|
2796
2793
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2797
2794
|
"pluginType": "jit",
|
|
2798
2795
|
"aliases": [
|
|
2799
|
-
"force:package:beta:install",
|
|
2800
2796
|
"force:package:install"
|
|
2801
2797
|
],
|
|
2802
2798
|
"examples": [
|
|
@@ -2984,7 +2980,6 @@
|
|
|
2984
2980
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2985
2981
|
"pluginType": "jit",
|
|
2986
2982
|
"aliases": [
|
|
2987
|
-
"force:package:beta:list",
|
|
2988
2983
|
"force:package:list"
|
|
2989
2984
|
],
|
|
2990
2985
|
"examples": [
|
|
@@ -3055,7 +3050,6 @@
|
|
|
3055
3050
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3056
3051
|
"pluginType": "jit",
|
|
3057
3052
|
"aliases": [
|
|
3058
|
-
"force:package:beta:uninstall",
|
|
3059
3053
|
"force:package:uninstall"
|
|
3060
3054
|
],
|
|
3061
3055
|
"examples": [
|
|
@@ -3140,7 +3134,6 @@
|
|
|
3140
3134
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3141
3135
|
"pluginType": "jit",
|
|
3142
3136
|
"aliases": [
|
|
3143
|
-
"force:package:beta:update",
|
|
3144
3137
|
"force:package:update"
|
|
3145
3138
|
],
|
|
3146
3139
|
"examples": [
|
|
@@ -3248,7 +3241,6 @@
|
|
|
3248
3241
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3249
3242
|
"pluginType": "jit",
|
|
3250
3243
|
"aliases": [
|
|
3251
|
-
"force:package:beta:install:report",
|
|
3252
3244
|
"force:package:install:report"
|
|
3253
3245
|
],
|
|
3254
3246
|
"examples": [
|
|
@@ -3322,7 +3314,6 @@
|
|
|
3322
3314
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3323
3315
|
"pluginType": "jit",
|
|
3324
3316
|
"aliases": [
|
|
3325
|
-
"force:package:beta:installed:list",
|
|
3326
3317
|
"force:package:installed:list"
|
|
3327
3318
|
],
|
|
3328
3319
|
"examples": [
|
|
@@ -3385,7 +3376,6 @@
|
|
|
3385
3376
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3386
3377
|
"pluginType": "jit",
|
|
3387
3378
|
"aliases": [
|
|
3388
|
-
"force:package:beta:uninstall:report",
|
|
3389
3379
|
"force:package:uninstall:report"
|
|
3390
3380
|
],
|
|
3391
3381
|
"examples": [
|
|
@@ -3460,7 +3450,6 @@
|
|
|
3460
3450
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3461
3451
|
"pluginType": "jit",
|
|
3462
3452
|
"aliases": [
|
|
3463
|
-
"force:package:beta:version:create",
|
|
3464
3453
|
"force:package:version:create"
|
|
3465
3454
|
],
|
|
3466
3455
|
"examples": [
|
|
@@ -3769,7 +3758,6 @@
|
|
|
3769
3758
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3770
3759
|
"pluginType": "jit",
|
|
3771
3760
|
"aliases": [
|
|
3772
|
-
"force:package:beta:version:delete",
|
|
3773
3761
|
"force:package:version:delete"
|
|
3774
3762
|
],
|
|
3775
3763
|
"examples": [
|
|
@@ -3860,7 +3848,6 @@
|
|
|
3860
3848
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3861
3849
|
"pluginType": "jit",
|
|
3862
3850
|
"aliases": [
|
|
3863
|
-
"force:package:beta:version:displayancestry",
|
|
3864
3851
|
"force:package:version:displayancestry"
|
|
3865
3852
|
],
|
|
3866
3853
|
"examples": [
|
|
@@ -3954,7 +3941,6 @@
|
|
|
3954
3941
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3955
3942
|
"pluginType": "jit",
|
|
3956
3943
|
"aliases": [
|
|
3957
|
-
"force:package:beta:version:list",
|
|
3958
3944
|
"force:package:version:list"
|
|
3959
3945
|
],
|
|
3960
3946
|
"examples": [
|
|
@@ -4084,7 +4070,6 @@
|
|
|
4084
4070
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4085
4071
|
"pluginType": "jit",
|
|
4086
4072
|
"aliases": [
|
|
4087
|
-
"force:package:beta:version:promote",
|
|
4088
4073
|
"force:package:version:promote"
|
|
4089
4074
|
],
|
|
4090
4075
|
"examples": [
|
|
@@ -4169,7 +4154,6 @@
|
|
|
4169
4154
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4170
4155
|
"pluginType": "jit",
|
|
4171
4156
|
"aliases": [
|
|
4172
|
-
"force:package:beta:version:report",
|
|
4173
4157
|
"force:package:version:report"
|
|
4174
4158
|
],
|
|
4175
4159
|
"examples": [
|
|
@@ -4240,6 +4224,78 @@
|
|
|
4240
4224
|
"requiresProject": true,
|
|
4241
4225
|
"hasDynamicHelp": true
|
|
4242
4226
|
},
|
|
4227
|
+
"package:version:retrieve": {
|
|
4228
|
+
"id": "package:version:retrieve",
|
|
4229
|
+
"summary": "Retrieve package metadata for a specified package version.",
|
|
4230
|
+
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nYou can retrieve metadata for a second- or first-generation managed package, or an unlocked package.\n\nSpecify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.",
|
|
4231
|
+
"strict": true,
|
|
4232
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
4233
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4234
|
+
"pluginType": "jit",
|
|
4235
|
+
"hidden": true,
|
|
4236
|
+
"aliases": [],
|
|
4237
|
+
"examples": [
|
|
4238
|
+
"Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
|
|
4239
|
+
],
|
|
4240
|
+
"flags": {
|
|
4241
|
+
"json": {
|
|
4242
|
+
"name": "json",
|
|
4243
|
+
"type": "boolean",
|
|
4244
|
+
"description": "Format output as json.",
|
|
4245
|
+
"helpGroup": "GLOBAL",
|
|
4246
|
+
"allowNo": false
|
|
4247
|
+
},
|
|
4248
|
+
"loglevel": {
|
|
4249
|
+
"name": "loglevel",
|
|
4250
|
+
"type": "option",
|
|
4251
|
+
"hidden": true,
|
|
4252
|
+
"multiple": false,
|
|
4253
|
+
"deprecated": {
|
|
4254
|
+
"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."
|
|
4255
|
+
}
|
|
4256
|
+
},
|
|
4257
|
+
"api-version": {
|
|
4258
|
+
"name": "api-version",
|
|
4259
|
+
"type": "option",
|
|
4260
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4261
|
+
"multiple": false,
|
|
4262
|
+
"aliases": [
|
|
4263
|
+
"apiversion"
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
4266
|
+
"target-org": {
|
|
4267
|
+
"name": "target-org",
|
|
4268
|
+
"type": "option",
|
|
4269
|
+
"char": "o",
|
|
4270
|
+
"summary": "Username or alias of the target org.",
|
|
4271
|
+
"required": true,
|
|
4272
|
+
"multiple": false,
|
|
4273
|
+
"aliases": [
|
|
4274
|
+
"targetusername",
|
|
4275
|
+
"u"
|
|
4276
|
+
]
|
|
4277
|
+
},
|
|
4278
|
+
"package": {
|
|
4279
|
+
"name": "package",
|
|
4280
|
+
"type": "option",
|
|
4281
|
+
"char": "p",
|
|
4282
|
+
"summary": "Subscriber package version ID (starts with 04t).",
|
|
4283
|
+
"required": true,
|
|
4284
|
+
"multiple": false
|
|
4285
|
+
},
|
|
4286
|
+
"output-dir": {
|
|
4287
|
+
"name": "output-dir",
|
|
4288
|
+
"type": "option",
|
|
4289
|
+
"char": "d",
|
|
4290
|
+
"summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
|
|
4291
|
+
"multiple": false,
|
|
4292
|
+
"default": "force-app"
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
"args": {},
|
|
4296
|
+
"requiresProject": true,
|
|
4297
|
+
"hasDynamicHelp": true
|
|
4298
|
+
},
|
|
4243
4299
|
"package:version:update": {
|
|
4244
4300
|
"id": "package:version:update",
|
|
4245
4301
|
"summary": "Update a package version.",
|
|
@@ -4249,7 +4305,6 @@
|
|
|
4249
4305
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4250
4306
|
"pluginType": "jit",
|
|
4251
4307
|
"aliases": [
|
|
4252
|
-
"force:package:beta:version:update",
|
|
4253
4308
|
"force:package:version:update"
|
|
4254
4309
|
],
|
|
4255
4310
|
"examples": [
|
|
@@ -4372,7 +4427,6 @@
|
|
|
4372
4427
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4373
4428
|
"pluginType": "jit",
|
|
4374
4429
|
"aliases": [
|
|
4375
|
-
"force:package1:beta:version:create",
|
|
4376
4430
|
"force:package1:version:create"
|
|
4377
4431
|
],
|
|
4378
4432
|
"examples": [
|
|
@@ -4527,7 +4581,6 @@
|
|
|
4527
4581
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4528
4582
|
"pluginType": "jit",
|
|
4529
4583
|
"aliases": [
|
|
4530
|
-
"force:package1:beta:version:display",
|
|
4531
4584
|
"force:package1:version:display"
|
|
4532
4585
|
],
|
|
4533
4586
|
"examples": [
|
|
@@ -4601,7 +4654,6 @@
|
|
|
4601
4654
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4602
4655
|
"pluginType": "jit",
|
|
4603
4656
|
"aliases": [
|
|
4604
|
-
"force:package1:beta:version:list",
|
|
4605
4657
|
"force:package1:version:list"
|
|
4606
4658
|
],
|
|
4607
4659
|
"examples": [
|
|
@@ -4676,7 +4728,6 @@
|
|
|
4676
4728
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4677
4729
|
"pluginType": "jit",
|
|
4678
4730
|
"aliases": [
|
|
4679
|
-
"force:package:beta:version:create:list",
|
|
4680
4731
|
"force:package:version:create:list"
|
|
4681
4732
|
],
|
|
4682
4733
|
"examples": [
|
|
@@ -4767,7 +4818,6 @@
|
|
|
4767
4818
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4768
4819
|
"pluginType": "jit",
|
|
4769
4820
|
"aliases": [
|
|
4770
|
-
"force:package:beta:version:create:report",
|
|
4771
4821
|
"force:package:version:create:report"
|
|
4772
4822
|
],
|
|
4773
4823
|
"examples": [
|
|
@@ -4841,7 +4891,6 @@
|
|
|
4841
4891
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4842
4892
|
"pluginType": "jit",
|
|
4843
4893
|
"aliases": [
|
|
4844
|
-
"force:package1:beta:version:create:get",
|
|
4845
4894
|
"force:package1:version:create:get"
|
|
4846
4895
|
],
|
|
4847
4896
|
"examples": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.52",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"@salesforce/plugin-user"
|
|
70
70
|
],
|
|
71
71
|
"jitPlugins": {
|
|
72
|
-
"@salesforce/plugin-custom-metadata": "2.1.
|
|
73
|
-
"@salesforce/plugin-community": "2.3.
|
|
74
|
-
"@salesforce/plugin-dev": "0.7.
|
|
75
|
-
"@salesforce/plugin-env": "2.1.
|
|
72
|
+
"@salesforce/plugin-custom-metadata": "2.1.26",
|
|
73
|
+
"@salesforce/plugin-community": "2.3.2",
|
|
74
|
+
"@salesforce/plugin-dev": "0.7.10",
|
|
75
|
+
"@salesforce/plugin-env": "2.1.11",
|
|
76
76
|
"@salesforce/plugin-functions": "1.21.10",
|
|
77
|
-
"@salesforce/plugin-packaging": "1.
|
|
78
|
-
"@salesforce/plugin-signups": "1.4.
|
|
77
|
+
"@salesforce/plugin-packaging": "1.20.0",
|
|
78
|
+
"@salesforce/plugin-signups": "1.4.22",
|
|
79
79
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
80
|
-
"@salesforce/sfdx-scanner": "3.
|
|
80
|
+
"@salesforce/sfdx-scanner": "3.13.0"
|
|
81
81
|
},
|
|
82
82
|
"devPlugins": [
|
|
83
83
|
"@oclif/plugin-command-snapshot",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
},
|
|
111
111
|
"windows": {
|
|
112
112
|
"name": "Salesforce CLI",
|
|
113
|
-
"
|
|
113
|
+
"keypathBackup": "/tmp/windows-signing.pfx"
|
|
114
114
|
},
|
|
115
115
|
"additionalVersionFlags": [
|
|
116
116
|
"-v"
|
|
@@ -120,35 +120,35 @@
|
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@oclif/core": "2.8.
|
|
123
|
+
"@oclif/core": "2.8.6",
|
|
124
124
|
"@oclif/plugin-autocomplete": "2.3.0",
|
|
125
125
|
"@oclif/plugin-commands": "2.2.15",
|
|
126
126
|
"@oclif/plugin-help": "5.2.9",
|
|
127
|
-
"@oclif/plugin-not-found": "2.3.
|
|
127
|
+
"@oclif/plugin-not-found": "2.3.25",
|
|
128
128
|
"@oclif/plugin-plugins": "3.1.2",
|
|
129
129
|
"@oclif/plugin-search": "0.0.17",
|
|
130
|
-
"@oclif/plugin-update": "3.1.
|
|
130
|
+
"@oclif/plugin-update": "3.1.18",
|
|
131
131
|
"@oclif/plugin-version": "1.3.4",
|
|
132
132
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
133
133
|
"@oclif/plugin-which": "2.2.22",
|
|
134
|
-
"@salesforce/core": "4.1
|
|
135
|
-
"@salesforce/plugin-apex": "2.3.
|
|
134
|
+
"@salesforce/core": "4.3.1",
|
|
135
|
+
"@salesforce/plugin-apex": "2.3.3",
|
|
136
136
|
"@salesforce/plugin-auth": "2.8.1",
|
|
137
|
-
"@salesforce/plugin-data": "2.3.
|
|
138
|
-
"@salesforce/plugin-deploy-retrieve": "1.
|
|
139
|
-
"@salesforce/plugin-info": "2.6.
|
|
140
|
-
"@salesforce/plugin-limits": "2.3.
|
|
137
|
+
"@salesforce/plugin-data": "2.3.24",
|
|
138
|
+
"@salesforce/plugin-deploy-retrieve": "1.12.0",
|
|
139
|
+
"@salesforce/plugin-info": "2.6.20",
|
|
140
|
+
"@salesforce/plugin-limits": "2.3.20",
|
|
141
141
|
"@salesforce/plugin-login": "1.2.11",
|
|
142
|
-
"@salesforce/plugin-org": "2.9.
|
|
143
|
-
"@salesforce/plugin-schema": "2.3.
|
|
144
|
-
"@salesforce/plugin-settings": "1.4.
|
|
145
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
146
|
-
"@salesforce/plugin-source": "2.10.
|
|
147
|
-
"@salesforce/plugin-telemetry": "2.2.
|
|
148
|
-
"@salesforce/plugin-templates": "55.4.
|
|
142
|
+
"@salesforce/plugin-org": "2.9.12",
|
|
143
|
+
"@salesforce/plugin-schema": "2.3.13",
|
|
144
|
+
"@salesforce/plugin-settings": "1.4.12",
|
|
145
|
+
"@salesforce/plugin-sobject": "0.1.25",
|
|
146
|
+
"@salesforce/plugin-source": "2.10.15",
|
|
147
|
+
"@salesforce/plugin-telemetry": "2.2.1",
|
|
148
|
+
"@salesforce/plugin-templates": "55.4.21",
|
|
149
149
|
"@salesforce/plugin-trust": "2.4.20",
|
|
150
|
-
"@salesforce/plugin-user": "2.3.
|
|
151
|
-
"@salesforce/sf-plugins-core": "3.0
|
|
150
|
+
"@salesforce/plugin-user": "2.3.17",
|
|
151
|
+
"@salesforce/sf-plugins-core": "3.1.0",
|
|
152
152
|
"debug": "^4.3.4",
|
|
153
153
|
"semver": "^7.3.8",
|
|
154
154
|
"tslib": "^2.4.1"
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
],
|
|
187
187
|
"resolutions": {
|
|
188
188
|
"@salesforce/schemas": "1.5.1",
|
|
189
|
-
"@salesforce/templates": "
|
|
190
|
-
"@oclif/core": "2.8.
|
|
189
|
+
"@salesforce/templates": "58.0.0",
|
|
190
|
+
"@oclif/core": "2.8.6"
|
|
191
191
|
},
|
|
192
192
|
"repository": "salesforcecli/cli",
|
|
193
193
|
"scripts": {
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"types": "dist/index.d.ts",
|
|
231
231
|
"devDependencies": {
|
|
232
232
|
"@oclif/plugin-command-snapshot": "^3.3.0",
|
|
233
|
-
"@salesforce/dev-config": "^
|
|
233
|
+
"@salesforce/dev-config": "^4.0.1",
|
|
234
234
|
"@salesforce/dev-scripts": "^3.1.1",
|
|
235
235
|
"@salesforce/plugin-release-management": "^3.17.0",
|
|
236
236
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
"eslint-config-oclif": "^3.1",
|
|
245
245
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
246
246
|
"eslint-config-prettier": "^8.7.0",
|
|
247
|
-
"eslint-config-salesforce": "^
|
|
247
|
+
"eslint-config-salesforce": "^2.0.1",
|
|
248
248
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
249
249
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
250
250
|
"eslint-plugin-header": "^3.1.1",
|
|
251
251
|
"eslint-plugin-import": "^2.27.5",
|
|
252
|
-
"eslint-plugin-jsdoc": "^
|
|
252
|
+
"eslint-plugin-jsdoc": "^46.2.6",
|
|
253
253
|
"globby": "^11.1.0",
|
|
254
254
|
"husky": "^7.0.4",
|
|
255
255
|
"mocha": "^9.2.2",
|