@salesforce/cli 2.39.4 → 2.39.6
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 +37 -37
- package/npm-shrinkwrap.json +140 -3219
- package/oclif.lock +53 -154
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.39.
|
|
27
|
+
@salesforce/cli/2.39.6 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
|
|
|
333
333
|
directory.
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/analytics/generate/template.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf apex generate class`
|
|
339
339
|
|
|
@@ -392,7 +392,7 @@ FLAG DESCRIPTIONS
|
|
|
392
392
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/apex/generate/class.ts)_
|
|
396
396
|
|
|
397
397
|
## `sf apex generate trigger`
|
|
398
398
|
|
|
@@ -461,7 +461,7 @@ FLAG DESCRIPTIONS
|
|
|
461
461
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
464
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/apex/generate/trigger.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf apex get log`
|
|
467
467
|
|
|
@@ -2157,7 +2157,7 @@ FLAG DESCRIPTIONS
|
|
|
2157
2157
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2158
2158
|
```
|
|
2159
2159
|
|
|
2160
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2160
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/app.ts)_
|
|
2161
2161
|
|
|
2162
2162
|
## `sf lightning generate component`
|
|
2163
2163
|
|
|
@@ -2226,7 +2226,7 @@ FLAG DESCRIPTIONS
|
|
|
2226
2226
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2227
2227
|
```
|
|
2228
2228
|
|
|
2229
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2229
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/component.ts)_
|
|
2230
2230
|
|
|
2231
2231
|
## `sf lightning generate event`
|
|
2232
2232
|
|
|
@@ -2281,7 +2281,7 @@ FLAG DESCRIPTIONS
|
|
|
2281
2281
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2282
2282
|
```
|
|
2283
2283
|
|
|
2284
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2284
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/event.ts)_
|
|
2285
2285
|
|
|
2286
2286
|
## `sf lightning generate interface`
|
|
2287
2287
|
|
|
@@ -2336,7 +2336,7 @@ FLAG DESCRIPTIONS
|
|
|
2336
2336
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2337
2337
|
```
|
|
2338
2338
|
|
|
2339
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2339
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/interface.ts)_
|
|
2340
2340
|
|
|
2341
2341
|
## `sf lightning generate test`
|
|
2342
2342
|
|
|
@@ -2391,7 +2391,7 @@ FLAG DESCRIPTIONS
|
|
|
2391
2391
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2392
2392
|
```
|
|
2393
2393
|
|
|
2394
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2394
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/test.ts)_
|
|
2395
2395
|
|
|
2396
2396
|
## `sf org assign permset`
|
|
2397
2397
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/convert/mdapi.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf project convert source`
|
|
5674
5674
|
|
|
@@ -5680,7 +5680,7 @@ USAGE
|
|
|
5680
5680
|
[-p <value> | -x <value> | -m <value>]
|
|
5681
5681
|
|
|
5682
5682
|
FLAGS
|
|
5683
|
-
-d, --output-dir=<value> [default:
|
|
5683
|
+
-d, --output-dir=<value> [default: metadataPackage_1713810320353] Output directory to store the Metadata
|
|
5684
5684
|
API–formatted files in.
|
|
5685
5685
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5686
5686
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
|
|
|
5741
5741
|
Override the api version used for api requests made by this command
|
|
5742
5742
|
```
|
|
5743
5743
|
|
|
5744
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5744
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/convert/source.ts)_
|
|
5745
5745
|
|
|
5746
5746
|
## `sf project delete source`
|
|
5747
5747
|
|
|
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
|
|
|
5881
5881
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5882
5882
|
```
|
|
5883
5883
|
|
|
5884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/delete/source.ts)_
|
|
5885
5885
|
|
|
5886
5886
|
## `sf project delete tracking`
|
|
5887
5887
|
|
|
@@ -5918,7 +5918,7 @@ EXAMPLES
|
|
|
5918
5918
|
$ sf project delete tracking --target-org my-scratch
|
|
5919
5919
|
```
|
|
5920
5920
|
|
|
5921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/delete/tracking.ts)_
|
|
5922
5922
|
|
|
5923
5923
|
## `sf project deploy cancel`
|
|
5924
5924
|
|
|
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
|
|
|
5994
5994
|
project deploy report".
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5997
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/cancel.ts)_
|
|
5998
5998
|
|
|
5999
5999
|
## `sf project deploy preview`
|
|
6000
6000
|
|
|
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
|
|
|
6080
6080
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6081
6081
|
```
|
|
6082
6082
|
|
|
6083
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6083
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/preview.ts)_
|
|
6084
6084
|
|
|
6085
6085
|
## `sf project deploy quick`
|
|
6086
6086
|
|
|
@@ -6177,7 +6177,7 @@ ERROR CODES
|
|
|
6177
6177
|
Canceling (69) The deploy is being canceled.
|
|
6178
6178
|
```
|
|
6179
6179
|
|
|
6180
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6180
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/quick.ts)_
|
|
6181
6181
|
|
|
6182
6182
|
## `sf project deploy report`
|
|
6183
6183
|
|
|
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
|
|
|
6273
6273
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/report.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy resume`
|
|
6279
6279
|
|
|
@@ -6370,7 +6370,7 @@ ERROR CODES
|
|
|
6370
6370
|
Canceling (69) The deploy is being canceled.
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/resume.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy start`
|
|
6376
6376
|
|
|
@@ -6608,7 +6608,7 @@ ERROR CODES
|
|
|
6608
6608
|
Canceling (69) The deploy is being canceled.
|
|
6609
6609
|
```
|
|
6610
6610
|
|
|
6611
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6611
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/start.ts)_
|
|
6612
6612
|
|
|
6613
6613
|
## `sf project deploy validate`
|
|
6614
6614
|
|
|
@@ -6800,7 +6800,7 @@ ERROR CODES
|
|
|
6800
6800
|
Canceling (69) The deploy is being canceled.
|
|
6801
6801
|
```
|
|
6802
6802
|
|
|
6803
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6803
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/validate.ts)_
|
|
6804
6804
|
|
|
6805
6805
|
## `sf project generate`
|
|
6806
6806
|
|
|
@@ -6905,7 +6905,7 @@ FLAG DESCRIPTIONS
|
|
|
6905
6905
|
Override the api version used for api requests made by this command
|
|
6906
6906
|
```
|
|
6907
6907
|
|
|
6908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
6908
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/project/generate.ts)_
|
|
6909
6909
|
|
|
6910
6910
|
## `sf project generate manifest`
|
|
6911
6911
|
|
|
@@ -6981,7 +6981,7 @@ EXAMPLES
|
|
|
6981
6981
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6984
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/generate/manifest.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `sf project list ignored`
|
|
6987
6987
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf project list ignored --source-dir package.xml
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/list/ignored.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf project reset tracking`
|
|
7029
7029
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project reset tracking --revision 30
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/reset/tracking.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project retrieve preview`
|
|
7078
7078
|
|
|
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
|
|
|
7129
7129
|
Overrides your default org.
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/retrieve/preview.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf project retrieve start`
|
|
7135
7135
|
|
|
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
|
|
|
7288
7288
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7289
7289
|
```
|
|
7290
7290
|
|
|
7291
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7291
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/retrieve/start.ts)_
|
|
7292
7292
|
|
|
7293
7293
|
## `sf schema generate field`
|
|
7294
7294
|
|
|
@@ -7643,7 +7643,7 @@ FLAG DESCRIPTIONS
|
|
|
7643
7643
|
etc.
|
|
7644
7644
|
```
|
|
7645
7645
|
|
|
7646
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7646
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/static-resource/generate.ts)_
|
|
7647
7647
|
|
|
7648
7648
|
## `sf update [CHANNEL]`
|
|
7649
7649
|
|
|
@@ -7756,7 +7756,7 @@ FLAG DESCRIPTIONS
|
|
|
7756
7756
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7757
7757
|
```
|
|
7758
7758
|
|
|
7759
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7759
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/visualforce/generate/component.ts)_
|
|
7760
7760
|
|
|
7761
7761
|
## `sf visualforce generate page`
|
|
7762
7762
|
|
|
@@ -7806,7 +7806,7 @@ FLAG DESCRIPTIONS
|
|
|
7806
7806
|
The name can be up to 40 characters and must start with a letter.
|
|
7807
7807
|
```
|
|
7808
7808
|
|
|
7809
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7809
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/visualforce/generate/page.ts)_
|
|
7810
7810
|
|
|
7811
7811
|
## `sf which`
|
|
7812
7812
|
|