@salesforce/cli 2.137.4 → 2.137.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 +20 -20
- package/npm-shrinkwrap.json +215 -215
- package/oclif.lock +240 -240
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.137.
|
|
28
|
+
@salesforce/cli/2.137.5 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2420,7 +2420,7 @@ EXAMPLES
|
|
|
2420
2420
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2421
2421
|
```
|
|
2422
2422
|
|
|
2423
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2423
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/graphql.ts)_
|
|
2424
2424
|
|
|
2425
2425
|
## `sf api request rest [URL]`
|
|
2426
2426
|
|
|
@@ -2529,7 +2529,7 @@ FLAG DESCRIPTIONS
|
|
|
2529
2529
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2530
2530
|
```
|
|
2531
2531
|
|
|
2532
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2532
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/rest.ts)_
|
|
2533
2533
|
|
|
2534
2534
|
## `sf autocomplete [SHELL]`
|
|
2535
2535
|
|
|
@@ -8179,7 +8179,7 @@ EXAMPLES
|
|
|
8179
8179
|
$ sf plugins discover
|
|
8180
8180
|
```
|
|
8181
8181
|
|
|
8182
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
8182
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.28/src/commands/plugins/discover.ts)_
|
|
8183
8183
|
|
|
8184
8184
|
## `sf plugins:inspect PLUGIN...`
|
|
8185
8185
|
|
|
@@ -10529,7 +10529,7 @@ FLAG DESCRIPTIONS
|
|
|
10529
10529
|
directory.
|
|
10530
10530
|
```
|
|
10531
10531
|
|
|
10532
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10532
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/analytics/template.ts)_
|
|
10533
10533
|
|
|
10534
10534
|
## `sf template generate apex class`
|
|
10535
10535
|
|
|
@@ -10589,7 +10589,7 @@ FLAG DESCRIPTIONS
|
|
|
10589
10589
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10590
10590
|
```
|
|
10591
10591
|
|
|
10592
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10592
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/apex/class.ts)_
|
|
10593
10593
|
|
|
10594
10594
|
## `sf template generate apex trigger`
|
|
10595
10595
|
|
|
@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
|
|
|
10659
10659
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10660
10660
|
```
|
|
10661
10661
|
|
|
10662
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10662
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/apex/trigger.ts)_
|
|
10663
10663
|
|
|
10664
10664
|
## `sf template generate digital-experience site`
|
|
10665
10665
|
|
|
@@ -10713,7 +10713,7 @@ FLAG DESCRIPTIONS
|
|
|
10713
10713
|
project, defaults to the current directory.
|
|
10714
10714
|
```
|
|
10715
10715
|
|
|
10716
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10716
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
10717
10717
|
|
|
10718
10718
|
## `sf template generate flexipage`
|
|
10719
10719
|
|
|
@@ -10795,7 +10795,7 @@ FLAG DESCRIPTIONS
|
|
|
10795
10795
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10796
10796
|
```
|
|
10797
10797
|
|
|
10798
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10798
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/flexipage/index.ts)_
|
|
10799
10799
|
|
|
10800
10800
|
## `sf template generate lightning app`
|
|
10801
10801
|
|
|
@@ -10853,7 +10853,7 @@ FLAG DESCRIPTIONS
|
|
|
10853
10853
|
field in the DX project's "sfdx-project.json" file.
|
|
10854
10854
|
```
|
|
10855
10855
|
|
|
10856
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10856
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/app.ts)_
|
|
10857
10857
|
|
|
10858
10858
|
## `sf template generate lightning component`
|
|
10859
10859
|
|
|
@@ -10930,7 +10930,7 @@ FLAG DESCRIPTIONS
|
|
|
10930
10930
|
field in the DX project's "sfdx-project.json" file.
|
|
10931
10931
|
```
|
|
10932
10932
|
|
|
10933
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10933
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/component.ts)_
|
|
10934
10934
|
|
|
10935
10935
|
## `sf template generate lightning event`
|
|
10936
10936
|
|
|
@@ -10988,7 +10988,7 @@ FLAG DESCRIPTIONS
|
|
|
10988
10988
|
field in the DX project's "sfdx-project.json" file.
|
|
10989
10989
|
```
|
|
10990
10990
|
|
|
10991
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10991
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/event.ts)_
|
|
10992
10992
|
|
|
10993
10993
|
## `sf template generate lightning interface`
|
|
10994
10994
|
|
|
@@ -11046,7 +11046,7 @@ FLAG DESCRIPTIONS
|
|
|
11046
11046
|
field in the DX project's "sfdx-project.json" file.
|
|
11047
11047
|
```
|
|
11048
11048
|
|
|
11049
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11049
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/interface.ts)_
|
|
11050
11050
|
|
|
11051
11051
|
## `sf template generate lightning test`
|
|
11052
11052
|
|
|
@@ -11104,7 +11104,7 @@ FLAG DESCRIPTIONS
|
|
|
11104
11104
|
field in the DX project's "sfdx-project.json" file.
|
|
11105
11105
|
```
|
|
11106
11106
|
|
|
11107
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/lightning/test.ts)_
|
|
11108
11108
|
|
|
11109
11109
|
## `sf template generate project`
|
|
11110
11110
|
|
|
@@ -11230,7 +11230,7 @@ FLAG DESCRIPTIONS
|
|
|
11230
11230
|
server-side type stripping.
|
|
11231
11231
|
```
|
|
11232
11232
|
|
|
11233
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11233
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/project/index.ts)_
|
|
11234
11234
|
|
|
11235
11235
|
## `sf template generate static-resource`
|
|
11236
11236
|
|
|
@@ -11293,7 +11293,7 @@ FLAG DESCRIPTIONS
|
|
|
11293
11293
|
etc.
|
|
11294
11294
|
```
|
|
11295
11295
|
|
|
11296
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11296
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/static-resource/index.ts)_
|
|
11297
11297
|
|
|
11298
11298
|
## `sf template generate ui-bundle`
|
|
11299
11299
|
|
|
@@ -11377,7 +11377,7 @@ FLAG DESCRIPTIONS
|
|
|
11377
11377
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11378
11378
|
```
|
|
11379
11379
|
|
|
11380
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11380
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11381
11381
|
|
|
11382
11382
|
## `sf template generate visualforce component`
|
|
11383
11383
|
|
|
@@ -11434,7 +11434,7 @@ FLAG DESCRIPTIONS
|
|
|
11434
11434
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11435
11435
|
```
|
|
11436
11436
|
|
|
11437
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11437
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/visualforce/component.ts)_
|
|
11438
11438
|
|
|
11439
11439
|
## `sf template generate visualforce page`
|
|
11440
11440
|
|
|
@@ -11485,7 +11485,7 @@ FLAG DESCRIPTIONS
|
|
|
11485
11485
|
The name can be up to 40 characters and must start with a letter.
|
|
11486
11486
|
```
|
|
11487
11487
|
|
|
11488
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11488
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.4/src/commands/template/generate/visualforce/page.ts)_
|
|
11489
11489
|
|
|
11490
11490
|
## `sf update [CHANNEL]`
|
|
11491
11491
|
|
|
@@ -11523,7 +11523,7 @@ EXAMPLES
|
|
|
11523
11523
|
$ sf update --available
|
|
11524
11524
|
```
|
|
11525
11525
|
|
|
11526
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11526
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.43/src/commands/update.ts)_
|
|
11527
11527
|
|
|
11528
11528
|
## `sf version`
|
|
11529
11529
|
|