@salesforce/cli 2.34.5 → 2.35.0
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 +448 -298
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.
|
|
27
|
+
@salesforce/cli/2.35.0 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -329,7 +329,7 @@ FLAG DESCRIPTIONS
|
|
|
329
329
|
directory.
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
332
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/analytics/generate/template.ts)_
|
|
333
333
|
|
|
334
334
|
## `sf apex generate class`
|
|
335
335
|
|
|
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
|
|
|
385
385
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
388
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/class.ts)_
|
|
389
389
|
|
|
390
390
|
## `sf apex generate trigger`
|
|
391
391
|
|
|
@@ -452,7 +452,7 @@ FLAG DESCRIPTIONS
|
|
|
452
452
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
455
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/trigger.ts)_
|
|
456
456
|
|
|
457
457
|
## `sf apex get log`
|
|
458
458
|
|
|
@@ -2104,7 +2104,7 @@ FLAG DESCRIPTIONS
|
|
|
2104
2104
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2105
2105
|
```
|
|
2106
2106
|
|
|
2107
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/app.ts)_
|
|
2108
2108
|
|
|
2109
2109
|
## `sf lightning generate component`
|
|
2110
2110
|
|
|
@@ -2172,7 +2172,7 @@ FLAG DESCRIPTIONS
|
|
|
2172
2172
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2173
2173
|
```
|
|
2174
2174
|
|
|
2175
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2175
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/component.ts)_
|
|
2176
2176
|
|
|
2177
2177
|
## `sf lightning generate event`
|
|
2178
2178
|
|
|
@@ -2225,7 +2225,7 @@ FLAG DESCRIPTIONS
|
|
|
2225
2225
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2226
2226
|
```
|
|
2227
2227
|
|
|
2228
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2228
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/event.ts)_
|
|
2229
2229
|
|
|
2230
2230
|
## `sf lightning generate interface`
|
|
2231
2231
|
|
|
@@ -2278,7 +2278,7 @@ FLAG DESCRIPTIONS
|
|
|
2278
2278
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2279
2279
|
```
|
|
2280
2280
|
|
|
2281
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2281
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/interface.ts)_
|
|
2282
2282
|
|
|
2283
2283
|
## `sf lightning generate test`
|
|
2284
2284
|
|
|
@@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS
|
|
|
2331
2331
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2332
2332
|
```
|
|
2333
2333
|
|
|
2334
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2334
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/test.ts)_
|
|
2335
2335
|
|
|
2336
2336
|
## `sf org assign permset`
|
|
2337
2337
|
|
|
@@ -5275,7 +5275,7 @@ EXAMPLES
|
|
|
5275
5275
|
$ sf plugins
|
|
5276
5276
|
```
|
|
5277
5277
|
|
|
5278
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5278
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/index.ts)_
|
|
5279
5279
|
|
|
5280
5280
|
## `sf plugins discover`
|
|
5281
5281
|
|
|
@@ -5319,7 +5319,7 @@ EXAMPLES
|
|
|
5319
5319
|
$ sf plugins inspect myplugin
|
|
5320
5320
|
```
|
|
5321
5321
|
|
|
5322
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/inspect.ts)_
|
|
5323
5323
|
|
|
5324
5324
|
## `sf plugins:install PLUGIN...`
|
|
5325
5325
|
|
|
@@ -5363,7 +5363,7 @@ EXAMPLES
|
|
|
5363
5363
|
$ sf plugins install someuser/someplugin
|
|
5364
5364
|
```
|
|
5365
5365
|
|
|
5366
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5366
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/install.ts)_
|
|
5367
5367
|
|
|
5368
5368
|
## `sf plugins:link PLUGIN`
|
|
5369
5369
|
|
|
@@ -5393,7 +5393,7 @@ EXAMPLES
|
|
|
5393
5393
|
$ sf plugins link myplugin
|
|
5394
5394
|
```
|
|
5395
5395
|
|
|
5396
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5396
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/link.ts)_
|
|
5397
5397
|
|
|
5398
5398
|
## `sf plugins reset`
|
|
5399
5399
|
|
|
@@ -5408,7 +5408,7 @@ FLAGS
|
|
|
5408
5408
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5409
5409
|
```
|
|
5410
5410
|
|
|
5411
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5411
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/reset.ts)_
|
|
5412
5412
|
|
|
5413
5413
|
## `sf plugins trust verify`
|
|
5414
5414
|
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins uninstall myplugin
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/uninstall.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins update`
|
|
5470
5470
|
|
|
@@ -5482,7 +5482,7 @@ DESCRIPTION
|
|
|
5482
5482
|
Update installed plugins.
|
|
5483
5483
|
```
|
|
5484
5484
|
|
|
5485
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5485
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/update.ts)_
|
|
5486
5486
|
|
|
5487
5487
|
## `sf project convert mdapi`
|
|
5488
5488
|
|
|
@@ -5544,7 +5544,7 @@ FLAG DESCRIPTIONS
|
|
|
5544
5544
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5545
5545
|
```
|
|
5546
5546
|
|
|
5547
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5547
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/mdapi.ts)_
|
|
5548
5548
|
|
|
5549
5549
|
## `sf project convert source`
|
|
5550
5550
|
|
|
@@ -5556,7 +5556,7 @@ USAGE
|
|
|
5556
5556
|
<value> | -m <value>]
|
|
5557
5557
|
|
|
5558
5558
|
FLAGS
|
|
5559
|
-
-d, --output-dir=<value> [default:
|
|
5559
|
+
-d, --output-dir=<value> [default: metadataPackage_1710885805080] Output directory to store the Metadata
|
|
5560
5560
|
API–formatted files in.
|
|
5561
5561
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5562
5562
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5616,7 +5616,7 @@ FLAG DESCRIPTIONS
|
|
|
5616
5616
|
Override the api version used for api requests made by this command
|
|
5617
5617
|
```
|
|
5618
5618
|
|
|
5619
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5619
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/source.ts)_
|
|
5620
5620
|
|
|
5621
5621
|
## `sf project delete source`
|
|
5622
5622
|
|
|
@@ -5755,7 +5755,7 @@ FLAG DESCRIPTIONS
|
|
|
5755
5755
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5758
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/source.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf project delete tracking`
|
|
5761
5761
|
|
|
@@ -5791,7 +5791,7 @@ EXAMPLES
|
|
|
5791
5791
|
$ sf project delete tracking --target-org my-scratch
|
|
5792
5792
|
```
|
|
5793
5793
|
|
|
5794
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5794
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/tracking.ts)_
|
|
5795
5795
|
|
|
5796
5796
|
## `sf project deploy cancel`
|
|
5797
5797
|
|
|
@@ -5861,7 +5861,7 @@ FLAG DESCRIPTIONS
|
|
|
5861
5861
|
project deploy report".
|
|
5862
5862
|
```
|
|
5863
5863
|
|
|
5864
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5864
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/cancel.ts)_
|
|
5865
5865
|
|
|
5866
5866
|
## `sf project deploy preview`
|
|
5867
5867
|
|
|
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
|
|
|
5945
5945
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5946
5946
|
```
|
|
5947
5947
|
|
|
5948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5948
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/preview.ts)_
|
|
5949
5949
|
|
|
5950
5950
|
## `sf project deploy quick`
|
|
5951
5951
|
|
|
@@ -6041,7 +6041,7 @@ ERROR CODES
|
|
|
6041
6041
|
Canceling (69) The deploy is being canceled.
|
|
6042
6042
|
```
|
|
6043
6043
|
|
|
6044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6044
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/quick.ts)_
|
|
6045
6045
|
|
|
6046
6046
|
## `sf project deploy report`
|
|
6047
6047
|
|
|
@@ -6136,7 +6136,7 @@ FLAG DESCRIPTIONS
|
|
|
6136
6136
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6137
6137
|
```
|
|
6138
6138
|
|
|
6139
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6139
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/report.ts)_
|
|
6140
6140
|
|
|
6141
6141
|
## `sf project deploy resume`
|
|
6142
6142
|
|
|
@@ -6232,7 +6232,7 @@ ERROR CODES
|
|
|
6232
6232
|
Canceling (69) The deploy is being canceled.
|
|
6233
6233
|
```
|
|
6234
6234
|
|
|
6235
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6235
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/resume.ts)_
|
|
6236
6236
|
|
|
6237
6237
|
## `sf project deploy start`
|
|
6238
6238
|
|
|
@@ -6470,7 +6470,7 @@ ERROR CODES
|
|
|
6470
6470
|
Canceling (69) The deploy is being canceled.
|
|
6471
6471
|
```
|
|
6472
6472
|
|
|
6473
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6473
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/start.ts)_
|
|
6474
6474
|
|
|
6475
6475
|
## `sf project deploy validate`
|
|
6476
6476
|
|
|
@@ -6662,7 +6662,7 @@ ERROR CODES
|
|
|
6662
6662
|
Canceling (69) The deploy is being canceled.
|
|
6663
6663
|
```
|
|
6664
6664
|
|
|
6665
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/validate.ts)_
|
|
6666
6666
|
|
|
6667
6667
|
## `sf project generate`
|
|
6668
6668
|
|
|
@@ -6766,7 +6766,7 @@ FLAG DESCRIPTIONS
|
|
|
6766
6766
|
Override the api version used for api requests made by this command
|
|
6767
6767
|
```
|
|
6768
6768
|
|
|
6769
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6769
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/project/generate.ts)_
|
|
6770
6770
|
|
|
6771
6771
|
## `sf project generate manifest`
|
|
6772
6772
|
|
|
@@ -6841,7 +6841,7 @@ EXAMPLES
|
|
|
6841
6841
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6842
6842
|
```
|
|
6843
6843
|
|
|
6844
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6844
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/generate/manifest.ts)_
|
|
6845
6845
|
|
|
6846
6846
|
## `sf project list ignored`
|
|
6847
6847
|
|
|
@@ -6882,7 +6882,7 @@ EXAMPLES
|
|
|
6882
6882
|
$ sf project list ignored --source-dir package.xml
|
|
6883
6883
|
```
|
|
6884
6884
|
|
|
6885
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6885
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/list/ignored.ts)_
|
|
6886
6886
|
|
|
6887
6887
|
## `sf project reset tracking`
|
|
6888
6888
|
|
|
@@ -6930,7 +6930,7 @@ EXAMPLES
|
|
|
6930
6930
|
$ sf project reset tracking --revision 30
|
|
6931
6931
|
```
|
|
6932
6932
|
|
|
6933
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/reset/tracking.ts)_
|
|
6934
6934
|
|
|
6935
6935
|
## `sf project retrieve preview`
|
|
6936
6936
|
|
|
@@ -6986,7 +6986,7 @@ FLAG DESCRIPTIONS
|
|
|
6986
6986
|
Overrides your default org.
|
|
6987
6987
|
```
|
|
6988
6988
|
|
|
6989
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6989
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/preview.ts)_
|
|
6990
6990
|
|
|
6991
6991
|
## `sf project retrieve start`
|
|
6992
6992
|
|
|
@@ -7144,7 +7144,7 @@ ENVIRONMENT VARIABLES
|
|
|
7144
7144
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7145
7145
|
```
|
|
7146
7146
|
|
|
7147
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
7147
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/start.ts)_
|
|
7148
7148
|
|
|
7149
7149
|
## `sf schema generate field`
|
|
7150
7150
|
|
|
@@ -7485,7 +7485,7 @@ FLAG DESCRIPTIONS
|
|
|
7485
7485
|
etc.
|
|
7486
7486
|
```
|
|
7487
7487
|
|
|
7488
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7488
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/static-resource/generate.ts)_
|
|
7489
7489
|
|
|
7490
7490
|
## `sf update [CHANNEL]`
|
|
7491
7491
|
|
|
@@ -7597,7 +7597,7 @@ FLAG DESCRIPTIONS
|
|
|
7597
7597
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7598
7598
|
```
|
|
7599
7599
|
|
|
7600
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7600
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/component.ts)_
|
|
7601
7601
|
|
|
7602
7602
|
## `sf visualforce generate page`
|
|
7603
7603
|
|
|
@@ -7645,7 +7645,7 @@ FLAG DESCRIPTIONS
|
|
|
7645
7645
|
The name can be up to 40 characters and must start with a letter.
|
|
7646
7646
|
```
|
|
7647
7647
|
|
|
7648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/page.ts)_
|
|
7649
7649
|
|
|
7650
7650
|
## `sf which`
|
|
7651
7651
|
|