@salesforce/cli 2.80.4 → 2.80.5

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.80.4 linux-x64 node-v22.14.0
27
+ @salesforce/cli/2.80.5 linux-x64 node-v22.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
344
344
  directory.
345
345
  ```
346
346
 
347
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/analytics/generate/template.ts)_
347
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/analytics/generate/template.ts)_
348
348
 
349
349
  ## `sf apex generate class`
350
350
 
@@ -403,7 +403,7 @@ FLAG DESCRIPTIONS
403
403
  Supplied parameter values or default values are filled into a copy of the template.
404
404
  ```
405
405
 
406
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/apex/generate/class.ts)_
406
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/apex/generate/class.ts)_
407
407
 
408
408
  ## `sf apex generate trigger`
409
409
 
@@ -472,7 +472,7 @@ FLAG DESCRIPTIONS
472
472
  Supplied parameter values or default values are filled into a copy of the template.
473
473
  ```
474
474
 
475
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/apex/generate/trigger.ts)_
475
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/apex/generate/trigger.ts)_
476
476
 
477
477
  ## `sf apex get log`
478
478
 
@@ -2746,7 +2746,7 @@ FLAG DESCRIPTIONS
2746
2746
  Supplied parameter values or default values are filled into a copy of the template.
2747
2747
  ```
2748
2748
 
2749
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/app.ts)_
2749
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/app.ts)_
2750
2750
 
2751
2751
  ## `sf lightning generate component`
2752
2752
 
@@ -2815,7 +2815,7 @@ FLAG DESCRIPTIONS
2815
2815
  Supplied parameter values or default values are filled into a copy of the template.
2816
2816
  ```
2817
2817
 
2818
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/component.ts)_
2818
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/component.ts)_
2819
2819
 
2820
2820
  ## `sf lightning generate event`
2821
2821
 
@@ -2870,7 +2870,7 @@ FLAG DESCRIPTIONS
2870
2870
  Supplied parameter values or default values are filled into a copy of the template.
2871
2871
  ```
2872
2872
 
2873
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/event.ts)_
2873
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/event.ts)_
2874
2874
 
2875
2875
  ## `sf lightning generate interface`
2876
2876
 
@@ -2925,7 +2925,7 @@ FLAG DESCRIPTIONS
2925
2925
  Supplied parameter values or default values are filled into a copy of the template.
2926
2926
  ```
2927
2927
 
2928
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/interface.ts)_
2928
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/interface.ts)_
2929
2929
 
2930
2930
  ## `sf lightning generate test`
2931
2931
 
@@ -2980,7 +2980,7 @@ FLAG DESCRIPTIONS
2980
2980
  Supplied parameter values or default values are filled into a copy of the template.
2981
2981
  ```
2982
2982
 
2983
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/lightning/generate/test.ts)_
2983
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/lightning/generate/test.ts)_
2984
2984
 
2985
2985
  ## `sf org assign permset`
2986
2986
 
@@ -7659,7 +7659,7 @@ FLAG DESCRIPTIONS
7659
7659
  Override the api version used for api requests made by this command
7660
7660
  ```
7661
7661
 
7662
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/project/generate.ts)_
7662
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/project/generate.ts)_
7663
7663
 
7664
7664
  ## `sf project generate manifest`
7665
7665
 
@@ -8432,7 +8432,7 @@ FLAG DESCRIPTIONS
8432
8432
  etc.
8433
8433
  ```
8434
8434
 
8435
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/static-resource/generate.ts)_
8435
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/static-resource/generate.ts)_
8436
8436
 
8437
8437
  ## `sf update [CHANNEL]`
8438
8438
 
@@ -8546,7 +8546,7 @@ FLAG DESCRIPTIONS
8546
8546
  Supplied parameter values or default values are filled into a copy of the template.
8547
8547
  ```
8548
8548
 
8549
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/visualforce/generate/component.ts)_
8549
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/visualforce/generate/component.ts)_
8550
8550
 
8551
8551
  ## `sf visualforce generate page`
8552
8552
 
@@ -8596,7 +8596,7 @@ FLAG DESCRIPTIONS
8596
8596
  The name can be up to 40 characters and must start with a letter.
8597
8597
  ```
8598
8598
 
8599
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.40/src/commands/visualforce/generate/page.ts)_
8599
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.41/src/commands/visualforce/generate/page.ts)_
8600
8600
 
8601
8601
  ## `sf which`
8602
8602
 
@@ -8630,7 +8630,7 @@ EXAMPLES
8630
8630
  $ sf which "foo bar baz"
8631
8631
  ```
8632
8632
 
8633
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.31/src/commands/which.ts)_
8633
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.32/src/commands/which.ts)_
8634
8634
 
8635
8635
  <!-- commandsstop -->
8636
8636
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.80.4",
3
+ "version": "2.80.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.80.4",
9
+ "version": "2.80.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -21,7 +21,7 @@
21
21
  "@oclif/plugin-update": "4.6.33",
22
22
  "@oclif/plugin-version": "2.2.25",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.35",
24
- "@oclif/plugin-which": "3.2.31",
24
+ "@oclif/plugin-which": "3.2.32",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.6.8",
@@ -38,7 +38,7 @@
38
38
  "@salesforce/plugin-settings": "2.4.20",
39
39
  "@salesforce/plugin-sobject": "1.4.51",
40
40
  "@salesforce/plugin-telemetry": "3.6.35",
41
- "@salesforce/plugin-templates": "56.3.40",
41
+ "@salesforce/plugin-templates": "56.3.41",
42
42
  "@salesforce/plugin-trust": "3.7.69",
43
43
  "@salesforce/plugin-user": "3.6.12",
44
44
  "@salesforce/sf-plugins-core": "12.2.0",
@@ -4380,9 +4380,9 @@
4380
4380
  }
4381
4381
  },
4382
4382
  "node_modules/@oclif/plugin-which": {
4383
- "version": "3.2.31",
4384
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.31.tgz",
4385
- "integrity": "sha512-6Hxb0tv4KcM8QR785q2rSx5rNLwZnzCscbnIau8jSCfZoEoFeo7ODdldvi9ZMj9KUFRQe14T6c4qo/vn5QKnqg==",
4383
+ "version": "3.2.32",
4384
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.32.tgz",
4385
+ "integrity": "sha512-Af8A/0nrSB0gbUyouEAYJkSePw/1fETrvV+TfsSgUqcAcZ08wrtUnNsuZ8/7wbybu3enoLB/58Oh9hJN7H5dFQ==",
4386
4386
  "license": "MIT",
4387
4387
  "dependencies": {
4388
4388
  "@oclif/core": "^4",
@@ -5652,9 +5652,9 @@
5652
5652
  }
5653
5653
  },
5654
5654
  "node_modules/@salesforce/plugin-templates": {
5655
- "version": "56.3.40",
5656
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.40.tgz",
5657
- "integrity": "sha512-hmqjALWzQumctm8wPsaJxp1YxdPxTFHYUr457nZ7T8KdHi/d3JadUy8Hxv/fczN7tWrxcS8EB+3t2Hv12gGTfA==",
5655
+ "version": "56.3.41",
5656
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.41.tgz",
5657
+ "integrity": "sha512-4V5uyJkllQ16sQnKLcELlA/qEoUG3yaXPXEOY0M7gT46rq8FZDfYR5MBpAV5DD3hl+4LGqNZ4wTfy3d3u/rAIg==",
5658
5658
  "license": "BSD-3-Clause",
5659
5659
  "dependencies": {
5660
5660
  "@salesforce/core": "^8.8.4",
package/oclif.lock CHANGED
@@ -1802,10 +1802,10 @@
1802
1802
  lodash "^4.17.21"
1803
1803
  registry-auth-token "^5.1.0"
1804
1804
 
1805
- "@oclif/plugin-which@3.2.31":
1806
- version "3.2.31"
1807
- resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.31.tgz"
1808
- integrity sha512-6Hxb0tv4KcM8QR785q2rSx5rNLwZnzCscbnIau8jSCfZoEoFeo7ODdldvi9ZMj9KUFRQe14T6c4qo/vn5QKnqg==
1805
+ "@oclif/plugin-which@3.2.32":
1806
+ version "3.2.32"
1807
+ resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.32.tgz"
1808
+ integrity sha512-Af8A/0nrSB0gbUyouEAYJkSePw/1fETrvV+TfsSgUqcAcZ08wrtUnNsuZ8/7wbybu3enoLB/58Oh9hJN7H5dFQ==
1809
1809
  dependencies:
1810
1810
  "@oclif/core" "^4"
1811
1811
  ansis "^3.16.0"
@@ -2340,10 +2340,10 @@
2340
2340
  "@salesforce/ts-types" "^2.0.11"
2341
2341
  debug "^4.3.7"
2342
2342
 
2343
- "@salesforce/plugin-templates@56.3.40":
2344
- version "56.3.40"
2345
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.40.tgz"
2346
- integrity sha512-hmqjALWzQumctm8wPsaJxp1YxdPxTFHYUr457nZ7T8KdHi/d3JadUy8Hxv/fczN7tWrxcS8EB+3t2Hv12gGTfA==
2343
+ "@salesforce/plugin-templates@56.3.41":
2344
+ version "56.3.41"
2345
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.41.tgz"
2346
+ integrity sha512-4V5uyJkllQ16sQnKLcELlA/qEoUG3yaXPXEOY0M7gT46rq8FZDfYR5MBpAV5DD3hl+4LGqNZ4wTfy3d3u/rAIg==
2347
2347
  dependencies:
2348
2348
  "@salesforce/core" "^8.8.4"
2349
2349
  "@salesforce/sf-plugins-core" "^12"
@@ -4403,5 +4403,5 @@
4403
4403
  ]
4404
4404
  }
4405
4405
  },
4406
- "version": "2.80.4"
4406
+ "version": "2.80.5"
4407
4407
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.80.4",
4
+ "version": "2.80.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -153,7 +153,7 @@
153
153
  "@oclif/plugin-update": "4.6.33",
154
154
  "@oclif/plugin-version": "2.2.25",
155
155
  "@oclif/plugin-warn-if-update-available": "3.1.35",
156
- "@oclif/plugin-which": "3.2.31",
156
+ "@oclif/plugin-which": "3.2.32",
157
157
  "@salesforce/core": "^8.2.3",
158
158
  "@salesforce/kit": "^3.1.6",
159
159
  "@salesforce/plugin-apex": "3.6.8",
@@ -170,7 +170,7 @@
170
170
  "@salesforce/plugin-settings": "2.4.20",
171
171
  "@salesforce/plugin-sobject": "1.4.51",
172
172
  "@salesforce/plugin-telemetry": "3.6.35",
173
- "@salesforce/plugin-templates": "56.3.40",
173
+ "@salesforce/plugin-templates": "56.3.41",
174
174
  "@salesforce/plugin-trust": "3.7.69",
175
175
  "@salesforce/plugin-user": "3.6.12",
176
176
  "@salesforce/sf-plugins-core": "12.2.0",