@salesforce/cli 2.133.3 → 2.134.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 +17 -17
- package/npm-shrinkwrap.json +45 -28
- package/oclif.lock +30 -21
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.
|
|
28
|
+
@salesforce/cli/2.134.0 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -7808,7 +7808,7 @@ EXAMPLES
|
|
|
7808
7808
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7809
7809
|
```
|
|
7810
7810
|
|
|
7811
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7811
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.127/src/commands/plugins/trust/verify.ts)_
|
|
7812
7812
|
|
|
7813
7813
|
## `sf plugins uninstall [PLUGIN]`
|
|
7814
7814
|
|
|
@@ -9905,7 +9905,7 @@ FLAG DESCRIPTIONS
|
|
|
9905
9905
|
directory.
|
|
9906
9906
|
```
|
|
9907
9907
|
|
|
9908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
9908
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/analytics/template.ts)_
|
|
9909
9909
|
|
|
9910
9910
|
## `sf template generate apex class`
|
|
9911
9911
|
|
|
@@ -9965,7 +9965,7 @@ FLAG DESCRIPTIONS
|
|
|
9965
9965
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9966
9966
|
```
|
|
9967
9967
|
|
|
9968
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
9968
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/apex/class.ts)_
|
|
9969
9969
|
|
|
9970
9970
|
## `sf template generate apex trigger`
|
|
9971
9971
|
|
|
@@ -10035,7 +10035,7 @@ FLAG DESCRIPTIONS
|
|
|
10035
10035
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10036
10036
|
```
|
|
10037
10037
|
|
|
10038
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10038
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/apex/trigger.ts)_
|
|
10039
10039
|
|
|
10040
10040
|
## `sf template generate digital-experience site`
|
|
10041
10041
|
|
|
@@ -10089,7 +10089,7 @@ FLAG DESCRIPTIONS
|
|
|
10089
10089
|
project, defaults to the current directory.
|
|
10090
10090
|
```
|
|
10091
10091
|
|
|
10092
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10092
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
10093
10093
|
|
|
10094
10094
|
## `sf template generate flexipage`
|
|
10095
10095
|
|
|
@@ -10171,7 +10171,7 @@ FLAG DESCRIPTIONS
|
|
|
10171
10171
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10172
10172
|
```
|
|
10173
10173
|
|
|
10174
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10174
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/flexipage/index.ts)_
|
|
10175
10175
|
|
|
10176
10176
|
## `sf template generate lightning app`
|
|
10177
10177
|
|
|
@@ -10229,7 +10229,7 @@ FLAG DESCRIPTIONS
|
|
|
10229
10229
|
field in the DX project's "sfdx-project.json" file.
|
|
10230
10230
|
```
|
|
10231
10231
|
|
|
10232
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10232
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/lightning/app.ts)_
|
|
10233
10233
|
|
|
10234
10234
|
## `sf template generate lightning component`
|
|
10235
10235
|
|
|
@@ -10306,7 +10306,7 @@ FLAG DESCRIPTIONS
|
|
|
10306
10306
|
field in the DX project's "sfdx-project.json" file.
|
|
10307
10307
|
```
|
|
10308
10308
|
|
|
10309
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10309
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/lightning/component.ts)_
|
|
10310
10310
|
|
|
10311
10311
|
## `sf template generate lightning event`
|
|
10312
10312
|
|
|
@@ -10364,7 +10364,7 @@ FLAG DESCRIPTIONS
|
|
|
10364
10364
|
field in the DX project's "sfdx-project.json" file.
|
|
10365
10365
|
```
|
|
10366
10366
|
|
|
10367
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10367
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/lightning/event.ts)_
|
|
10368
10368
|
|
|
10369
10369
|
## `sf template generate lightning interface`
|
|
10370
10370
|
|
|
@@ -10422,7 +10422,7 @@ FLAG DESCRIPTIONS
|
|
|
10422
10422
|
field in the DX project's "sfdx-project.json" file.
|
|
10423
10423
|
```
|
|
10424
10424
|
|
|
10425
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10425
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/lightning/interface.ts)_
|
|
10426
10426
|
|
|
10427
10427
|
## `sf template generate lightning test`
|
|
10428
10428
|
|
|
@@ -10480,7 +10480,7 @@ FLAG DESCRIPTIONS
|
|
|
10480
10480
|
field in the DX project's "sfdx-project.json" file.
|
|
10481
10481
|
```
|
|
10482
10482
|
|
|
10483
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10483
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/lightning/test.ts)_
|
|
10484
10484
|
|
|
10485
10485
|
## `sf template generate project`
|
|
10486
10486
|
|
|
@@ -10606,7 +10606,7 @@ FLAG DESCRIPTIONS
|
|
|
10606
10606
|
server-side type stripping.
|
|
10607
10607
|
```
|
|
10608
10608
|
|
|
10609
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10609
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/project/index.ts)_
|
|
10610
10610
|
|
|
10611
10611
|
## `sf template generate static-resource`
|
|
10612
10612
|
|
|
@@ -10669,7 +10669,7 @@ FLAG DESCRIPTIONS
|
|
|
10669
10669
|
etc.
|
|
10670
10670
|
```
|
|
10671
10671
|
|
|
10672
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10672
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/static-resource/index.ts)_
|
|
10673
10673
|
|
|
10674
10674
|
## `sf template generate ui-bundle`
|
|
10675
10675
|
|
|
@@ -10753,7 +10753,7 @@ FLAG DESCRIPTIONS
|
|
|
10753
10753
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10754
10754
|
```
|
|
10755
10755
|
|
|
10756
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10756
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10757
10757
|
|
|
10758
10758
|
## `sf template generate visualforce component`
|
|
10759
10759
|
|
|
@@ -10810,7 +10810,7 @@ FLAG DESCRIPTIONS
|
|
|
10810
10810
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10811
10811
|
```
|
|
10812
10812
|
|
|
10813
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10813
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/visualforce/component.ts)_
|
|
10814
10814
|
|
|
10815
10815
|
## `sf template generate visualforce page`
|
|
10816
10816
|
|
|
@@ -10861,7 +10861,7 @@ FLAG DESCRIPTIONS
|
|
|
10861
10861
|
The name can be up to 40 characters and must start with a letter.
|
|
10862
10862
|
```
|
|
10863
10863
|
|
|
10864
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10864
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.4/src/commands/template/generate/visualforce/page.ts)_
|
|
10865
10865
|
|
|
10866
10866
|
## `sf update [CHANNEL]`
|
|
10867
10867
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.134.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.134.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.71",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.100",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.15",
|
|
42
|
-
"@salesforce/plugin-templates": "56.16.
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-templates": "56.16.4",
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.127",
|
|
44
44
|
"@salesforce/plugin-user": "3.9.0",
|
|
45
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
45
|
+
"@salesforce/sf-plugins-core": "12.2.10",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -4198,9 +4198,9 @@
|
|
|
4198
4198
|
}
|
|
4199
4199
|
},
|
|
4200
4200
|
"node_modules/@oclif/table": {
|
|
4201
|
-
"version": "0.5.
|
|
4202
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
4203
|
-
"integrity": "sha512-
|
|
4201
|
+
"version": "0.5.5",
|
|
4202
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.5.tgz",
|
|
4203
|
+
"integrity": "sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==",
|
|
4204
4204
|
"license": "MIT",
|
|
4205
4205
|
"dependencies": {
|
|
4206
4206
|
"@types/react": "^18.3.12",
|
|
@@ -4210,6 +4210,7 @@
|
|
|
4210
4210
|
"natural-orderby": "^3.0.2",
|
|
4211
4211
|
"object-hash": "^3.0.0",
|
|
4212
4212
|
"react": "^18.3.1",
|
|
4213
|
+
"string-width": "^8.2.0",
|
|
4213
4214
|
"strip-ansi": "^7.1.2",
|
|
4214
4215
|
"wrap-ansi": "^9.0.2"
|
|
4215
4216
|
},
|
|
@@ -4236,17 +4237,16 @@
|
|
|
4236
4237
|
"license": "MIT"
|
|
4237
4238
|
},
|
|
4238
4239
|
"node_modules/@oclif/table/node_modules/string-width": {
|
|
4239
|
-
"version": "
|
|
4240
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
4241
|
-
"integrity": "sha512-
|
|
4240
|
+
"version": "8.2.1",
|
|
4241
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
4242
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
4242
4243
|
"license": "MIT",
|
|
4243
4244
|
"dependencies": {
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
"strip-ansi": "^7.1.0"
|
|
4245
|
+
"get-east-asian-width": "^1.5.0",
|
|
4246
|
+
"strip-ansi": "^7.1.2"
|
|
4247
4247
|
},
|
|
4248
4248
|
"engines": {
|
|
4249
|
-
"node": ">=
|
|
4249
|
+
"node": ">=20"
|
|
4250
4250
|
},
|
|
4251
4251
|
"funding": {
|
|
4252
4252
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -4284,6 +4284,23 @@
|
|
|
4284
4284
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4285
4285
|
}
|
|
4286
4286
|
},
|
|
4287
|
+
"node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
|
|
4288
|
+
"version": "7.2.0",
|
|
4289
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4290
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4291
|
+
"license": "MIT",
|
|
4292
|
+
"dependencies": {
|
|
4293
|
+
"emoji-regex": "^10.3.0",
|
|
4294
|
+
"get-east-asian-width": "^1.0.0",
|
|
4295
|
+
"strip-ansi": "^7.1.0"
|
|
4296
|
+
},
|
|
4297
|
+
"engines": {
|
|
4298
|
+
"node": ">=18"
|
|
4299
|
+
},
|
|
4300
|
+
"funding": {
|
|
4301
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4302
|
+
}
|
|
4303
|
+
},
|
|
4287
4304
|
"node_modules/@oclif/test": {
|
|
4288
4305
|
"version": "4.1.18",
|
|
4289
4306
|
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz",
|
|
@@ -6160,9 +6177,9 @@
|
|
|
6160
6177
|
}
|
|
6161
6178
|
},
|
|
6162
6179
|
"node_modules/@salesforce/plugin-templates": {
|
|
6163
|
-
"version": "56.16.
|
|
6164
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.
|
|
6165
|
-
"integrity": "sha512-
|
|
6180
|
+
"version": "56.16.4",
|
|
6181
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.4.tgz",
|
|
6182
|
+
"integrity": "sha512-uetB+fNMJZgenksXfWNnPub7dy2lzQRPwQY4jeMhTwrmOJjlQFbH1ekgBGnJ8l8405qAAeuCxhfsVnBs2P2mAQ==",
|
|
6166
6183
|
"license": "Apache-2.0",
|
|
6167
6184
|
"dependencies": {
|
|
6168
6185
|
"@salesforce/core": "^8.28.4",
|
|
@@ -6174,9 +6191,9 @@
|
|
|
6174
6191
|
}
|
|
6175
6192
|
},
|
|
6176
6193
|
"node_modules/@salesforce/plugin-trust": {
|
|
6177
|
-
"version": "3.7.
|
|
6178
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
6179
|
-
"integrity": "sha512-
|
|
6194
|
+
"version": "3.7.127",
|
|
6195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.127.tgz",
|
|
6196
|
+
"integrity": "sha512-yJZ2MkcMtKksQ17Tk6irKxoyCwle+tP0jGYNTj6eGqbhvBAC4ueLGjdYpGOe70taceu1LZPEEdwAgirlZ+0o8A==",
|
|
6180
6197
|
"license": "Apache-2.0",
|
|
6181
6198
|
"dependencies": {
|
|
6182
6199
|
"@oclif/core": "^4",
|
|
@@ -6227,15 +6244,15 @@
|
|
|
6227
6244
|
"license": "ISC"
|
|
6228
6245
|
},
|
|
6229
6246
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6230
|
-
"version": "12.2.
|
|
6231
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
6232
|
-
"integrity": "sha512-
|
|
6247
|
+
"version": "12.2.10",
|
|
6248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz",
|
|
6249
|
+
"integrity": "sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==",
|
|
6233
6250
|
"license": "Apache-2.0",
|
|
6234
6251
|
"dependencies": {
|
|
6235
6252
|
"@inquirer/confirm": "^6.0.12",
|
|
6236
6253
|
"@inquirer/password": "^5.0.12",
|
|
6237
6254
|
"@oclif/core": "^4.10.6",
|
|
6238
|
-
"@oclif/table": "^0.5.
|
|
6255
|
+
"@oclif/table": "^0.5.5",
|
|
6239
6256
|
"@salesforce/core": "^8.28.4",
|
|
6240
6257
|
"@salesforce/kit": "^3.2.3",
|
|
6241
6258
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -13077,9 +13094,9 @@
|
|
|
13077
13094
|
}
|
|
13078
13095
|
},
|
|
13079
13096
|
"node_modules/get-east-asian-width": {
|
|
13080
|
-
"version": "1.
|
|
13081
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
13082
|
-
"integrity": "sha512-
|
|
13097
|
+
"version": "1.5.0",
|
|
13098
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
13099
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
13083
13100
|
"license": "MIT",
|
|
13084
13101
|
"engines": {
|
|
13085
13102
|
"node": ">=18"
|
package/oclif.lock
CHANGED
|
@@ -1932,10 +1932,10 @@
|
|
|
1932
1932
|
"@oclif/core" "^4"
|
|
1933
1933
|
ansis "^3.17.0"
|
|
1934
1934
|
|
|
1935
|
-
"@oclif/table@^0.5.4":
|
|
1936
|
-
version "0.5.
|
|
1937
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
1938
|
-
integrity sha512-
|
|
1935
|
+
"@oclif/table@^0.5.4", "@oclif/table@^0.5.5":
|
|
1936
|
+
version "0.5.5"
|
|
1937
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.5.tgz"
|
|
1938
|
+
integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
|
|
1939
1939
|
dependencies:
|
|
1940
1940
|
"@types/react" "^18.3.12"
|
|
1941
1941
|
change-case "^5.4.4"
|
|
@@ -1944,6 +1944,7 @@
|
|
|
1944
1944
|
natural-orderby "^3.0.2"
|
|
1945
1945
|
object-hash "^3.0.0"
|
|
1946
1946
|
react "^18.3.1"
|
|
1947
|
+
string-width "^8.2.0"
|
|
1947
1948
|
strip-ansi "^7.1.2"
|
|
1948
1949
|
wrap-ansi "^9.0.2"
|
|
1949
1950
|
|
|
@@ -2582,19 +2583,19 @@
|
|
|
2582
2583
|
"@salesforce/ts-types" "^2.0.12"
|
|
2583
2584
|
debug "^4.4.3"
|
|
2584
2585
|
|
|
2585
|
-
"@salesforce/plugin-templates@56.16.
|
|
2586
|
-
version "56.16.
|
|
2587
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.
|
|
2588
|
-
integrity sha512-
|
|
2586
|
+
"@salesforce/plugin-templates@56.16.4":
|
|
2587
|
+
version "56.16.4"
|
|
2588
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.4.tgz"
|
|
2589
|
+
integrity sha512-uetB+fNMJZgenksXfWNnPub7dy2lzQRPwQY4jeMhTwrmOJjlQFbH1ekgBGnJ8l8405qAAeuCxhfsVnBs2P2mAQ==
|
|
2589
2590
|
dependencies:
|
|
2590
2591
|
"@salesforce/core" "^8.28.4"
|
|
2591
2592
|
"@salesforce/sf-plugins-core" "^12"
|
|
2592
2593
|
"@salesforce/templates" "^66.7.12"
|
|
2593
2594
|
|
|
2594
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.
|
|
2595
|
-
version "3.7.
|
|
2596
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2597
|
-
integrity sha512-
|
|
2595
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.127":
|
|
2596
|
+
version "3.7.127"
|
|
2597
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.127.tgz"
|
|
2598
|
+
integrity sha512-yJZ2MkcMtKksQ17Tk6irKxoyCwle+tP0jGYNTj6eGqbhvBAC4ueLGjdYpGOe70taceu1LZPEEdwAgirlZ+0o8A==
|
|
2598
2599
|
dependencies:
|
|
2599
2600
|
"@oclif/core" "^4"
|
|
2600
2601
|
"@salesforce/core" "^8.28.1"
|
|
@@ -2646,15 +2647,15 @@
|
|
|
2646
2647
|
string-width "^7.2.0"
|
|
2647
2648
|
terminal-link "^3.0.0"
|
|
2648
2649
|
|
|
2649
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.
|
|
2650
|
-
version "12.2.
|
|
2651
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2652
|
-
integrity sha512-
|
|
2650
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.10":
|
|
2651
|
+
version "12.2.10"
|
|
2652
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz"
|
|
2653
|
+
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
|
|
2653
2654
|
dependencies:
|
|
2654
2655
|
"@inquirer/confirm" "^6.0.12"
|
|
2655
2656
|
"@inquirer/password" "^5.0.12"
|
|
2656
2657
|
"@oclif/core" "^4.10.6"
|
|
2657
|
-
"@oclif/table" "^0.5.
|
|
2658
|
+
"@oclif/table" "^0.5.5"
|
|
2658
2659
|
"@salesforce/core" "^8.28.4"
|
|
2659
2660
|
"@salesforce/kit" "^3.2.3"
|
|
2660
2661
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -6322,10 +6323,10 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
|
6322
6323
|
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
|
|
6323
6324
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
6324
6325
|
|
|
6325
|
-
get-east-asian-width@^1.0.0:
|
|
6326
|
-
version "1.
|
|
6327
|
-
resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
6328
|
-
integrity sha512-
|
|
6326
|
+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.5.0:
|
|
6327
|
+
version "1.5.0"
|
|
6328
|
+
resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz"
|
|
6329
|
+
integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==
|
|
6329
6330
|
|
|
6330
6331
|
get-func-name@^2.0.1, get-func-name@^2.0.2:
|
|
6331
6332
|
version "2.0.2"
|
|
@@ -10764,6 +10765,14 @@ string-width@^7.2.0:
|
|
|
10764
10765
|
get-east-asian-width "^1.0.0"
|
|
10765
10766
|
strip-ansi "^7.1.0"
|
|
10766
10767
|
|
|
10768
|
+
string-width@^8.2.0:
|
|
10769
|
+
version "8.2.1"
|
|
10770
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz"
|
|
10771
|
+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
10772
|
+
dependencies:
|
|
10773
|
+
get-east-asian-width "^1.5.0"
|
|
10774
|
+
strip-ansi "^7.1.2"
|
|
10775
|
+
|
|
10767
10776
|
string.prototype.trim@^1.2.9:
|
|
10768
10777
|
version "1.2.9"
|
|
10769
10778
|
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.134.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.71",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.100",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.15",
|
|
177
|
-
"@salesforce/plugin-templates": "56.16.
|
|
178
|
-
"@salesforce/plugin-trust": "3.7.
|
|
177
|
+
"@salesforce/plugin-templates": "56.16.4",
|
|
178
|
+
"@salesforce/plugin-trust": "3.7.127",
|
|
179
179
|
"@salesforce/plugin-user": "3.9.0",
|
|
180
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
180
|
+
"@salesforce/sf-plugins-core": "12.2.10",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|
|
183
183
|
"pinnedDependencies": [
|