@salesforce/cli 2.124.1 → 2.124.2
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 +15 -15
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +9 -9
- 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.124.
|
|
28
|
+
@salesforce/cli/2.124.2 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9662,7 +9662,7 @@ FLAG DESCRIPTIONS
|
|
|
9662
9662
|
directory.
|
|
9663
9663
|
```
|
|
9664
9664
|
|
|
9665
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9665
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/analytics/template.ts)_
|
|
9666
9666
|
|
|
9667
9667
|
## `sf template generate apex class`
|
|
9668
9668
|
|
|
@@ -9722,7 +9722,7 @@ FLAG DESCRIPTIONS
|
|
|
9722
9722
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9723
9723
|
```
|
|
9724
9724
|
|
|
9725
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9725
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/apex/class.ts)_
|
|
9726
9726
|
|
|
9727
9727
|
## `sf template generate apex trigger`
|
|
9728
9728
|
|
|
@@ -9792,7 +9792,7 @@ FLAG DESCRIPTIONS
|
|
|
9792
9792
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9793
9793
|
```
|
|
9794
9794
|
|
|
9795
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9795
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/apex/trigger.ts)_
|
|
9796
9796
|
|
|
9797
9797
|
## `sf template generate digital-experience site`
|
|
9798
9798
|
|
|
@@ -9842,7 +9842,7 @@ FLAG DESCRIPTIONS
|
|
|
9842
9842
|
project, defaults to the current directory.
|
|
9843
9843
|
```
|
|
9844
9844
|
|
|
9845
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9845
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/digital-experience/site.ts)_
|
|
9846
9846
|
|
|
9847
9847
|
## `sf template generate flexipage`
|
|
9848
9848
|
|
|
@@ -9924,7 +9924,7 @@ FLAG DESCRIPTIONS
|
|
|
9924
9924
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
9925
9925
|
```
|
|
9926
9926
|
|
|
9927
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9927
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/flexipage/index.ts)_
|
|
9928
9928
|
|
|
9929
9929
|
## `sf template generate lightning app`
|
|
9930
9930
|
|
|
@@ -9980,7 +9980,7 @@ FLAG DESCRIPTIONS
|
|
|
9980
9980
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9981
9981
|
```
|
|
9982
9982
|
|
|
9983
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
9983
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/app.ts)_
|
|
9984
9984
|
|
|
9985
9985
|
## `sf template generate lightning component`
|
|
9986
9986
|
|
|
@@ -10050,7 +10050,7 @@ FLAG DESCRIPTIONS
|
|
|
10050
10050
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10051
10051
|
```
|
|
10052
10052
|
|
|
10053
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10053
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/component.ts)_
|
|
10054
10054
|
|
|
10055
10055
|
## `sf template generate lightning event`
|
|
10056
10056
|
|
|
@@ -10106,7 +10106,7 @@ FLAG DESCRIPTIONS
|
|
|
10106
10106
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10107
10107
|
```
|
|
10108
10108
|
|
|
10109
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10109
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/event.ts)_
|
|
10110
10110
|
|
|
10111
10111
|
## `sf template generate lightning interface`
|
|
10112
10112
|
|
|
@@ -10162,7 +10162,7 @@ FLAG DESCRIPTIONS
|
|
|
10162
10162
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10163
10163
|
```
|
|
10164
10164
|
|
|
10165
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10165
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/interface.ts)_
|
|
10166
10166
|
|
|
10167
10167
|
## `sf template generate lightning test`
|
|
10168
10168
|
|
|
@@ -10218,7 +10218,7 @@ FLAG DESCRIPTIONS
|
|
|
10218
10218
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10219
10219
|
```
|
|
10220
10220
|
|
|
10221
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10221
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/lightning/test.ts)_
|
|
10222
10222
|
|
|
10223
10223
|
## `sf template generate project`
|
|
10224
10224
|
|
|
@@ -10324,7 +10324,7 @@ FLAG DESCRIPTIONS
|
|
|
10324
10324
|
Override the api version used for api requests made by this command
|
|
10325
10325
|
```
|
|
10326
10326
|
|
|
10327
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10327
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/project/index.ts)_
|
|
10328
10328
|
|
|
10329
10329
|
## `sf template generate static-resource`
|
|
10330
10330
|
|
|
@@ -10387,7 +10387,7 @@ FLAG DESCRIPTIONS
|
|
|
10387
10387
|
etc.
|
|
10388
10388
|
```
|
|
10389
10389
|
|
|
10390
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10390
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/static-resource/index.ts)_
|
|
10391
10391
|
|
|
10392
10392
|
## `sf template generate visualforce component`
|
|
10393
10393
|
|
|
@@ -10444,7 +10444,7 @@ FLAG DESCRIPTIONS
|
|
|
10444
10444
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10445
10445
|
```
|
|
10446
10446
|
|
|
10447
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10447
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/visualforce/component.ts)_
|
|
10448
10448
|
|
|
10449
10449
|
## `sf template generate visualforce page`
|
|
10450
10450
|
|
|
@@ -10495,7 +10495,7 @@ FLAG DESCRIPTIONS
|
|
|
10495
10495
|
The name can be up to 40 characters and must start with a letter.
|
|
10496
10496
|
```
|
|
10497
10497
|
|
|
10498
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.
|
|
10498
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.1/src/commands/template/generate/visualforce/page.ts)_
|
|
10499
10499
|
|
|
10500
10500
|
## `sf update [CHANNEL]`
|
|
10501
10501
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.124.
|
|
3
|
+
"version": "2.124.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.124.
|
|
9
|
+
"version": "2.124.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.56",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.82",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.7.2",
|
|
42
|
-
"@salesforce/plugin-templates": "56.8.
|
|
42
|
+
"@salesforce/plugin-templates": "56.8.1",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.49",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -5759,14 +5759,14 @@
|
|
|
5759
5759
|
}
|
|
5760
5760
|
},
|
|
5761
5761
|
"node_modules/@salesforce/plugin-templates": {
|
|
5762
|
-
"version": "56.8.
|
|
5763
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.8.
|
|
5764
|
-
"integrity": "sha512-
|
|
5762
|
+
"version": "56.8.1",
|
|
5763
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.8.1.tgz",
|
|
5764
|
+
"integrity": "sha512-09My04dDfzadVOpKmuBHHgZphcJEKrNBUzarRUp2g/aFxe0i9B/5+ilbZlKl8u7Xgf+JUvajxvCHL0fFylYMig==",
|
|
5765
5765
|
"license": "Apache-2.0",
|
|
5766
5766
|
"dependencies": {
|
|
5767
5767
|
"@salesforce/core": "^8.25.1",
|
|
5768
5768
|
"@salesforce/sf-plugins-core": "^12",
|
|
5769
|
-
"@salesforce/templates": "^65.5.
|
|
5769
|
+
"@salesforce/templates": "^65.5.9"
|
|
5770
5770
|
},
|
|
5771
5771
|
"engines": {
|
|
5772
5772
|
"node": ">=18.0.0"
|
|
@@ -6135,9 +6135,9 @@
|
|
|
6135
6135
|
}
|
|
6136
6136
|
},
|
|
6137
6137
|
"node_modules/@salesforce/templates": {
|
|
6138
|
-
"version": "65.5.
|
|
6139
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.5.
|
|
6140
|
-
"integrity": "sha512-
|
|
6138
|
+
"version": "65.5.9",
|
|
6139
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.5.9.tgz",
|
|
6140
|
+
"integrity": "sha512-t/DZHdb9WJUr87lxU9Lzu7bZa0uKAULRbjkLp2g2L9BtYgQNZTtcNUCH341oxJC+BHNsrGimQ9gkwvJpy9C5zg==",
|
|
6141
6141
|
"license": "BSD-3-Clause",
|
|
6142
6142
|
"dependencies": {
|
|
6143
6143
|
"@salesforce/kit": "^3.2.4",
|
package/oclif.lock
CHANGED
|
@@ -2475,14 +2475,14 @@
|
|
|
2475
2475
|
"@salesforce/ts-types" "^2.0.12"
|
|
2476
2476
|
debug "^4.4.3"
|
|
2477
2477
|
|
|
2478
|
-
"@salesforce/plugin-templates@56.8.
|
|
2479
|
-
version "56.8.
|
|
2480
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.8.
|
|
2481
|
-
integrity sha512-
|
|
2478
|
+
"@salesforce/plugin-templates@56.8.1":
|
|
2479
|
+
version "56.8.1"
|
|
2480
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.8.1.tgz"
|
|
2481
|
+
integrity sha512-09My04dDfzadVOpKmuBHHgZphcJEKrNBUzarRUp2g/aFxe0i9B/5+ilbZlKl8u7Xgf+JUvajxvCHL0fFylYMig==
|
|
2482
2482
|
dependencies:
|
|
2483
2483
|
"@salesforce/core" "^8.25.1"
|
|
2484
2484
|
"@salesforce/sf-plugins-core" "^12"
|
|
2485
|
-
"@salesforce/templates" "^65.5.
|
|
2485
|
+
"@salesforce/templates" "^65.5.9"
|
|
2486
2486
|
|
|
2487
2487
|
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.113":
|
|
2488
2488
|
version "3.7.113"
|
|
@@ -2602,10 +2602,10 @@
|
|
|
2602
2602
|
o11y_schema "^260.41.0"
|
|
2603
2603
|
proxy-agent "^6.5.0"
|
|
2604
2604
|
|
|
2605
|
-
"@salesforce/templates@^65.5.
|
|
2606
|
-
version "65.5.
|
|
2607
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-65.5.
|
|
2608
|
-
integrity sha512-
|
|
2605
|
+
"@salesforce/templates@^65.5.9":
|
|
2606
|
+
version "65.5.9"
|
|
2607
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-65.5.9.tgz"
|
|
2608
|
+
integrity sha512-t/DZHdb9WJUr87lxU9Lzu7bZa0uKAULRbjkLp2g2L9BtYgQNZTtcNUCH341oxJC+BHNsrGimQ9gkwvJpy9C5zg==
|
|
2609
2609
|
dependencies:
|
|
2610
2610
|
"@salesforce/kit" "^3.2.4"
|
|
2611
2611
|
ejs "^3.1.10"
|
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.124.
|
|
4
|
+
"version": "2.124.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.56",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.82",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.7.2",
|
|
175
|
-
"@salesforce/plugin-templates": "56.8.
|
|
175
|
+
"@salesforce/plugin-templates": "56.8.1",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.49",
|
|
178
178
|
"@salesforce/sf-plugins-core": "12.2.6",
|