@salesforce/cli 2.136.0 → 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 +20 -20
- package/npm-shrinkwrap.json +526 -1927
- package/oclif.lock +391 -1051
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
28
|
+
@salesforce/cli/2.136.2 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS
|
|
|
10110
10110
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
10111
10111
|
```
|
|
10112
10112
|
|
|
10113
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10113
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_
|
|
10114
10114
|
|
|
10115
10115
|
## `sf schema generate platformevent`
|
|
10116
10116
|
|
|
@@ -10142,7 +10142,7 @@ EXAMPLES
|
|
|
10142
10142
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
10143
10143
|
```
|
|
10144
10144
|
|
|
10145
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10145
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_
|
|
10146
10146
|
|
|
10147
10147
|
## `sf schema generate sobject`
|
|
10148
10148
|
|
|
@@ -10199,7 +10199,7 @@ FLAG DESCRIPTIONS
|
|
|
10199
10199
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
10200
10200
|
```
|
|
10201
10201
|
|
|
10202
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10202
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_
|
|
10203
10203
|
|
|
10204
10204
|
## `sf schema generate tab`
|
|
10205
10205
|
|
|
@@ -10247,7 +10247,7 @@ FLAG DESCRIPTIONS
|
|
|
10247
10247
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
10248
10248
|
```
|
|
10249
10249
|
|
|
10250
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10250
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_
|
|
10251
10251
|
|
|
10252
10252
|
## `sf search`
|
|
10253
10253
|
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|