@salesforce/cli 2.136.1 → 2.136.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 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.136.1 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.136.2 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS
10393
10393
  directory.
10394
10394
  ```
10395
10395
 
10396
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/analytics/template.ts)_
10396
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_
10397
10397
 
10398
10398
  ## `sf template generate apex class`
10399
10399
 
@@ -10453,7 +10453,7 @@ FLAG DESCRIPTIONS
10453
10453
  Supplied parameter values or default values are filled into a copy of the template.
10454
10454
  ```
10455
10455
 
10456
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/class.ts)_
10456
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_
10457
10457
 
10458
10458
  ## `sf template generate apex trigger`
10459
10459
 
@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
10523
10523
  Supplied parameter values or default values are filled into a copy of the template.
10524
10524
  ```
10525
10525
 
10526
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/trigger.ts)_
10526
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_
10527
10527
 
10528
10528
  ## `sf template generate digital-experience site`
10529
10529
 
@@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS
10577
10577
  project, defaults to the current directory.
10578
10578
  ```
10579
10579
 
10580
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/digital-experience/site.ts)_
10580
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_
10581
10581
 
10582
10582
  ## `sf template generate flexipage`
10583
10583
 
@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
10659
10659
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10660
10660
  ```
10661
10661
 
10662
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/flexipage/index.ts)_
10662
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_
10663
10663
 
10664
10664
  ## `sf template generate lightning app`
10665
10665
 
@@ -10717,7 +10717,7 @@ FLAG DESCRIPTIONS
10717
10717
  field in the DX project's "sfdx-project.json" file.
10718
10718
  ```
10719
10719
 
10720
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/app.ts)_
10720
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_
10721
10721
 
10722
10722
  ## `sf template generate lightning component`
10723
10723
 
@@ -10794,7 +10794,7 @@ FLAG DESCRIPTIONS
10794
10794
  field in the DX project's "sfdx-project.json" file.
10795
10795
  ```
10796
10796
 
10797
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/component.ts)_
10797
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_
10798
10798
 
10799
10799
  ## `sf template generate lightning event`
10800
10800
 
@@ -10852,7 +10852,7 @@ FLAG DESCRIPTIONS
10852
10852
  field in the DX project's "sfdx-project.json" file.
10853
10853
  ```
10854
10854
 
10855
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/event.ts)_
10855
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_
10856
10856
 
10857
10857
  ## `sf template generate lightning interface`
10858
10858
 
@@ -10910,7 +10910,7 @@ FLAG DESCRIPTIONS
10910
10910
  field in the DX project's "sfdx-project.json" file.
10911
10911
  ```
10912
10912
 
10913
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/interface.ts)_
10913
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_
10914
10914
 
10915
10915
  ## `sf template generate lightning test`
10916
10916
 
@@ -10968,7 +10968,7 @@ FLAG DESCRIPTIONS
10968
10968
  field in the DX project's "sfdx-project.json" file.
10969
10969
  ```
10970
10970
 
10971
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/test.ts)_
10971
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_
10972
10972
 
10973
10973
  ## `sf template generate project`
10974
10974
 
@@ -11094,7 +11094,7 @@ FLAG DESCRIPTIONS
11094
11094
  server-side type stripping.
11095
11095
  ```
11096
11096
 
11097
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/project/index.ts)_
11097
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_
11098
11098
 
11099
11099
  ## `sf template generate static-resource`
11100
11100
 
@@ -11157,7 +11157,7 @@ FLAG DESCRIPTIONS
11157
11157
  etc.
11158
11158
  ```
11159
11159
 
11160
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/static-resource/index.ts)_
11160
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_
11161
11161
 
11162
11162
  ## `sf template generate ui-bundle`
11163
11163
 
@@ -11241,7 +11241,7 @@ FLAG DESCRIPTIONS
11241
11241
  Supplied parameter values or default values are filled into a copy of the template.
11242
11242
  ```
11243
11243
 
11244
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/ui-bundle/index.ts)_
11244
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_
11245
11245
 
11246
11246
  ## `sf template generate visualforce component`
11247
11247
 
@@ -11298,7 +11298,7 @@ FLAG DESCRIPTIONS
11298
11298
  Supplied parameter values or default values are filled into a copy of the template.
11299
11299
  ```
11300
11300
 
11301
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/component.ts)_
11301
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_
11302
11302
 
11303
11303
  ## `sf template generate visualforce page`
11304
11304
 
@@ -11349,7 +11349,7 @@ FLAG DESCRIPTIONS
11349
11349
  The name can be up to 40 characters and must start with a letter.
11350
11350
  ```
11351
11351
 
11352
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/page.ts)_
11352
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_
11353
11353
 
11354
11354
  ## `sf update [CHANNEL]`
11355
11355
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.136.1",
3
+ "version": "2.136.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.136.1",
9
+ "version": "2.136.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.78",
40
40
  "@salesforce/plugin-sobject": "1.4.106",
41
41
  "@salesforce/plugin-telemetry": "3.8.21",
42
- "@salesforce/plugin-templates": "56.16.7",
42
+ "@salesforce/plugin-templates": "56.17.0",
43
43
  "@salesforce/plugin-trust": "3.8.8",
44
44
  "@salesforce/plugin-user": "3.9.4",
45
45
  "@salesforce/sf-plugins-core": "12.2.16",
@@ -5370,9 +5370,9 @@
5370
5370
  }
5371
5371
  },
5372
5372
  "node_modules/@salesforce/plugin-templates": {
5373
- "version": "56.16.7",
5374
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.7.tgz",
5375
- "integrity": "sha512-LiylXEz6e2B/zaAh9DnUheX/Gps1LnHDkEXuCV2/oFpouMZIb3oWFAfSSWQN/g0gJRoaYyUO4AzEVmk5pT/E3A==",
5373
+ "version": "56.17.0",
5374
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz",
5375
+ "integrity": "sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA==",
5376
5376
  "license": "Apache-2.0",
5377
5377
  "dependencies": {
5378
5378
  "@salesforce/core": "^8.28.4",
package/oclif.lock CHANGED
@@ -2403,10 +2403,10 @@
2403
2403
  "@salesforce/ts-types" "^2.0.12"
2404
2404
  debug "^4.4.3"
2405
2405
 
2406
- "@salesforce/plugin-templates@56.16.7":
2407
- version "56.16.7"
2408
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.7.tgz"
2409
- integrity sha512-LiylXEz6e2B/zaAh9DnUheX/Gps1LnHDkEXuCV2/oFpouMZIb3oWFAfSSWQN/g0gJRoaYyUO4AzEVmk5pT/E3A==
2406
+ "@salesforce/plugin-templates@56.17.0":
2407
+ version "56.17.0"
2408
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.0.tgz"
2409
+ integrity sha512-+gOiIdjgDUEIJWbO4drK63eeC7hqSmTNIrxLX24I6XO4yoqjIY5lHF0lRRyFri8Qv2/Y9rNMsYrNg/edUCVJgA==
2410
2410
  dependencies:
2411
2411
  "@salesforce/core" "^8.28.4"
2412
2412
  "@salesforce/sf-plugins-core" "^12"
@@ -4554,5 +4554,5 @@
4554
4554
  "requiresProject": true
4555
4555
  }
4556
4556
  },
4557
- "version": "2.136.1"
4557
+ "version": "2.136.2"
4558
4558
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.136.1",
4
+ "version": "2.136.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -174,7 +174,7 @@
174
174
  "@salesforce/plugin-settings": "2.4.78",
175
175
  "@salesforce/plugin-sobject": "1.4.106",
176
176
  "@salesforce/plugin-telemetry": "3.8.21",
177
- "@salesforce/plugin-templates": "56.16.7",
177
+ "@salesforce/plugin-templates": "56.17.0",
178
178
  "@salesforce/plugin-trust": "3.8.8",
179
179
  "@salesforce/plugin-user": "3.9.4",
180
180
  "@salesforce/sf-plugins-core": "12.2.16",