@salesforce/cli 2.130.7 → 2.131.1
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 +16 -16
- package/npm-shrinkwrap.json +13 -13
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.131.1 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
directory.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9884
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/analytics/template.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf template generate apex class`
|
|
9887
9887
|
|
|
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
|
|
|
9941
9941
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9942
9942
|
```
|
|
9943
9943
|
|
|
9944
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9944
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/apex/class.ts)_
|
|
9945
9945
|
|
|
9946
9946
|
## `sf template generate apex trigger`
|
|
9947
9947
|
|
|
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
|
|
|
10011
10011
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10012
10012
|
```
|
|
10013
10013
|
|
|
10014
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10014
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/apex/trigger.ts)_
|
|
10015
10015
|
|
|
10016
10016
|
## `sf template generate digital-experience site`
|
|
10017
10017
|
|
|
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
|
|
|
10065
10065
|
project, defaults to the current directory.
|
|
10066
10066
|
```
|
|
10067
10067
|
|
|
10068
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10068
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/digital-experience/site.ts)_
|
|
10069
10069
|
|
|
10070
10070
|
## `sf template generate flexipage`
|
|
10071
10071
|
|
|
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
|
|
|
10147
10147
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10148
10148
|
```
|
|
10149
10149
|
|
|
10150
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10150
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/flexipage/index.ts)_
|
|
10151
10151
|
|
|
10152
10152
|
## `sf template generate lightning app`
|
|
10153
10153
|
|
|
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
|
|
|
10205
10205
|
field in the DX project's "sfdx-project.json" file.
|
|
10206
10206
|
```
|
|
10207
10207
|
|
|
10208
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10208
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/lightning/app.ts)_
|
|
10209
10209
|
|
|
10210
10210
|
## `sf template generate lightning component`
|
|
10211
10211
|
|
|
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
|
|
|
10282
10282
|
field in the DX project's "sfdx-project.json" file.
|
|
10283
10283
|
```
|
|
10284
10284
|
|
|
10285
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/lightning/component.ts)_
|
|
10286
10286
|
|
|
10287
10287
|
## `sf template generate lightning event`
|
|
10288
10288
|
|
|
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
|
|
|
10340
10340
|
field in the DX project's "sfdx-project.json" file.
|
|
10341
10341
|
```
|
|
10342
10342
|
|
|
10343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/lightning/event.ts)_
|
|
10344
10344
|
|
|
10345
10345
|
## `sf template generate lightning interface`
|
|
10346
10346
|
|
|
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
|
|
|
10398
10398
|
field in the DX project's "sfdx-project.json" file.
|
|
10399
10399
|
```
|
|
10400
10400
|
|
|
10401
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10401
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/lightning/interface.ts)_
|
|
10402
10402
|
|
|
10403
10403
|
## `sf template generate lightning test`
|
|
10404
10404
|
|
|
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
|
|
|
10456
10456
|
field in the DX project's "sfdx-project.json" file.
|
|
10457
10457
|
```
|
|
10458
10458
|
|
|
10459
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10459
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/lightning/test.ts)_
|
|
10460
10460
|
|
|
10461
10461
|
## `sf template generate project`
|
|
10462
10462
|
|
|
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
|
|
|
10582
10582
|
server-side type stripping.
|
|
10583
10583
|
```
|
|
10584
10584
|
|
|
10585
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10585
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/project/index.ts)_
|
|
10586
10586
|
|
|
10587
10587
|
## `sf template generate static-resource`
|
|
10588
10588
|
|
|
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
|
|
|
10645
10645
|
etc.
|
|
10646
10646
|
```
|
|
10647
10647
|
|
|
10648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/static-resource/index.ts)_
|
|
10649
10649
|
|
|
10650
10650
|
## `sf template generate ui-bundle`
|
|
10651
10651
|
|
|
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
|
|
|
10729
10729
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10732
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf template generate visualforce component`
|
|
10735
10735
|
|
|
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
|
|
|
10786
10786
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10787
10787
|
```
|
|
10788
10788
|
|
|
10789
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10789
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/visualforce/component.ts)_
|
|
10790
10790
|
|
|
10791
10791
|
## `sf template generate visualforce page`
|
|
10792
10792
|
|
|
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
|
|
|
10837
10837
|
The name can be up to 40 characters and must start with a letter.
|
|
10838
10838
|
```
|
|
10839
10839
|
|
|
10840
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10840
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.3/src/commands/template/generate/visualforce/page.ts)_
|
|
10841
10841
|
|
|
10842
10842
|
## `sf update [CHANNEL]`
|
|
10843
10843
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.131.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.131.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.63",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.93",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.7",
|
|
42
|
-
"@salesforce/plugin-templates": "56.15.
|
|
42
|
+
"@salesforce/plugin-templates": "56.15.3",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.119",
|
|
44
44
|
"@salesforce/plugin-user": "3.8.2",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -5756,14 +5756,14 @@
|
|
|
5756
5756
|
}
|
|
5757
5757
|
},
|
|
5758
5758
|
"node_modules/@salesforce/plugin-templates": {
|
|
5759
|
-
"version": "56.15.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.
|
|
5761
|
-
"integrity": "sha512-
|
|
5759
|
+
"version": "56.15.3",
|
|
5760
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.3.tgz",
|
|
5761
|
+
"integrity": "sha512-j4CzKWd0tTyMEUnDINdQog7iKXozTJzWXy4O7mKRnyp+DNbhro2dBS8HEOYx3Bo2EbZ1slsCW2KKBcvRORnQHw==",
|
|
5762
5762
|
"license": "Apache-2.0",
|
|
5763
5763
|
"dependencies": {
|
|
5764
5764
|
"@salesforce/core": "^8.27.1",
|
|
5765
5765
|
"@salesforce/sf-plugins-core": "^12",
|
|
5766
|
-
"@salesforce/templates": "^66.7.
|
|
5766
|
+
"@salesforce/templates": "^66.7.8"
|
|
5767
5767
|
},
|
|
5768
5768
|
"engines": {
|
|
5769
5769
|
"node": ">=18.0.0"
|
|
@@ -6145,9 +6145,9 @@
|
|
|
6145
6145
|
}
|
|
6146
6146
|
},
|
|
6147
6147
|
"node_modules/@salesforce/templates": {
|
|
6148
|
-
"version": "66.7.
|
|
6149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
6150
|
-
"integrity": "sha512-
|
|
6148
|
+
"version": "66.7.8",
|
|
6149
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.8.tgz",
|
|
6150
|
+
"integrity": "sha512-13oYlo6lYRO00fz3GpRlVEhdPaGQbGlc1k89vF1+WfS+2ks7a2ANsxiBfn2uhr1McpKAldAA+q8+d/Hg+lBxGg==",
|
|
6151
6151
|
"license": "BSD-3-Clause",
|
|
6152
6152
|
"dependencies": {
|
|
6153
6153
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -15369,9 +15369,9 @@
|
|
|
15369
15369
|
}
|
|
15370
15370
|
},
|
|
15371
15371
|
"node_modules/lodash": {
|
|
15372
|
-
"version": "4.
|
|
15373
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
15374
|
-
"integrity": "sha512-
|
|
15372
|
+
"version": "4.18.1",
|
|
15373
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
15374
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
15375
15375
|
"license": "MIT"
|
|
15376
15376
|
},
|
|
15377
15377
|
"node_modules/lodash.camelcase": {
|
package/oclif.lock
CHANGED
|
@@ -2449,14 +2449,14 @@
|
|
|
2449
2449
|
"@salesforce/ts-types" "^2.0.12"
|
|
2450
2450
|
debug "^4.4.3"
|
|
2451
2451
|
|
|
2452
|
-
"@salesforce/plugin-templates@56.15.
|
|
2453
|
-
version "56.15.
|
|
2454
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.
|
|
2455
|
-
integrity sha512-
|
|
2452
|
+
"@salesforce/plugin-templates@56.15.3":
|
|
2453
|
+
version "56.15.3"
|
|
2454
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.3.tgz"
|
|
2455
|
+
integrity sha512-j4CzKWd0tTyMEUnDINdQog7iKXozTJzWXy4O7mKRnyp+DNbhro2dBS8HEOYx3Bo2EbZ1slsCW2KKBcvRORnQHw==
|
|
2456
2456
|
dependencies:
|
|
2457
2457
|
"@salesforce/core" "^8.27.1"
|
|
2458
2458
|
"@salesforce/sf-plugins-core" "^12"
|
|
2459
|
-
"@salesforce/templates" "^66.7.
|
|
2459
|
+
"@salesforce/templates" "^66.7.8"
|
|
2460
2460
|
|
|
2461
2461
|
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.119":
|
|
2462
2462
|
version "3.7.119"
|
|
@@ -2576,10 +2576,10 @@
|
|
|
2576
2576
|
o11y_schema "^260.52.0"
|
|
2577
2577
|
proxy-agent "^6.5.0"
|
|
2578
2578
|
|
|
2579
|
-
"@salesforce/templates@^66.7.
|
|
2580
|
-
version "66.7.
|
|
2581
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
2582
|
-
integrity sha512-
|
|
2579
|
+
"@salesforce/templates@^66.7.8":
|
|
2580
|
+
version "66.7.8"
|
|
2581
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.8.tgz"
|
|
2582
|
+
integrity sha512-13oYlo6lYRO00fz3GpRlVEhdPaGQbGlc1k89vF1+WfS+2ks7a2ANsxiBfn2uhr1McpKAldAA+q8+d/Hg+lBxGg==
|
|
2583
2583
|
dependencies:
|
|
2584
2584
|
"@salesforce/kit" "^3.2.6"
|
|
2585
2585
|
ejs "^3.1.10"
|
|
@@ -8106,9 +8106,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
8106
8106
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
8107
8107
|
|
|
8108
8108
|
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
8109
|
-
version "4.
|
|
8110
|
-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
8111
|
-
integrity sha512-
|
|
8109
|
+
version "4.18.1"
|
|
8110
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
8111
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
8112
8112
|
|
|
8113
8113
|
log-symbols@^4.1.0:
|
|
8114
8114
|
version "4.1.0"
|
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.131.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.63",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.93",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.7",
|
|
177
|
-
"@salesforce/plugin-templates": "56.15.
|
|
177
|
+
"@salesforce/plugin-templates": "56.15.3",
|
|
178
178
|
"@salesforce/plugin-trust": "3.7.119",
|
|
179
179
|
"@salesforce/plugin-user": "3.8.2",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.6",
|