@salesforce/cli 2.35.3 → 2.35.5-qa.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 +99 -94
- package/npm-shrinkwrap.json +384 -525
- package/oclif.manifest.json +119 -119
- package/package.json +19 -19
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.35.
|
|
27
|
+
@salesforce/cli/2.35.5-qa.0 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -139,11 +139,11 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
139
139
|
- [`sf plugins`](#sf-plugins)
|
|
140
140
|
- [`sf plugins discover`](#sf-plugins-discover)
|
|
141
141
|
- [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
|
|
142
|
-
- [`sf plugins
|
|
143
|
-
- [`sf plugins
|
|
142
|
+
- [`sf plugins install PLUGIN`](#sf-plugins-install-plugin)
|
|
143
|
+
- [`sf plugins link PATH`](#sf-plugins-link-path)
|
|
144
144
|
- [`sf plugins reset`](#sf-plugins-reset)
|
|
145
145
|
- [`sf plugins trust verify`](#sf-plugins-trust-verify)
|
|
146
|
-
- [`sf plugins
|
|
146
|
+
- [`sf plugins uninstall [PLUGIN]`](#sf-plugins-uninstall-plugin)
|
|
147
147
|
- [`sf plugins update`](#sf-plugins-update)
|
|
148
148
|
- [`sf project convert mdapi`](#sf-project-convert-mdapi)
|
|
149
149
|
- [`sf project convert source`](#sf-project-convert-source)
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf alias list
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
204
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/list.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf alias set`
|
|
207
207
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
252
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/set.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf alias unset`
|
|
255
255
|
|
|
@@ -288,7 +288,7 @@ EXAMPLES
|
|
|
288
288
|
$ sf alias unset --all [--no-prompt]
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
291
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/unset.ts)_
|
|
292
292
|
|
|
293
293
|
## `sf analytics generate template`
|
|
294
294
|
|
|
@@ -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.25/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.25/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.25/src/commands/apex/generate/trigger.ts)_
|
|
456
456
|
|
|
457
457
|
## `sf apex get log`
|
|
458
458
|
|
|
@@ -903,7 +903,7 @@ CONFIGURATION VARIABLES
|
|
|
903
903
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
904
904
|
```
|
|
905
905
|
|
|
906
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
906
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/get.ts)_
|
|
907
907
|
|
|
908
908
|
## `sf config list`
|
|
909
909
|
|
|
@@ -942,7 +942,7 @@ EXAMPLES
|
|
|
942
942
|
$ sf config list
|
|
943
943
|
```
|
|
944
944
|
|
|
945
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
945
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/list.ts)_
|
|
946
946
|
|
|
947
947
|
## `sf config set`
|
|
948
948
|
|
|
@@ -1010,7 +1010,7 @@ CONFIGURATION VARIABLES
|
|
|
1010
1010
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1013
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/set.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `sf config unset`
|
|
1016
1016
|
|
|
@@ -1059,7 +1059,7 @@ CONFIGURATION VARIABLES
|
|
|
1059
1059
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1062
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/unset.ts)_
|
|
1063
1063
|
|
|
1064
1064
|
## `sf data create record`
|
|
1065
1065
|
|
|
@@ -1115,7 +1115,7 @@ EXAMPLES
|
|
|
1115
1115
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1118
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/create/record.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `sf data delete bulk`
|
|
1121
1121
|
|
|
@@ -1162,7 +1162,7 @@ EXAMPLES
|
|
|
1162
1162
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1165
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/bulk.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `sf data delete record`
|
|
1168
1168
|
|
|
@@ -1223,7 +1223,7 @@ EXAMPLES
|
|
|
1223
1223
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1224
1224
|
```
|
|
1225
1225
|
|
|
1226
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1226
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/record.ts)_
|
|
1227
1227
|
|
|
1228
1228
|
## `sf data delete resume`
|
|
1229
1229
|
|
|
@@ -1261,7 +1261,7 @@ EXAMPLES
|
|
|
1261
1261
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1262
1262
|
```
|
|
1263
1263
|
|
|
1264
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1264
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/resume.ts)_
|
|
1265
1265
|
|
|
1266
1266
|
## `sf data export beta tree`
|
|
1267
1267
|
|
|
@@ -1319,7 +1319,7 @@ EXAMPLES
|
|
|
1319
1319
|
my-scratch
|
|
1320
1320
|
```
|
|
1321
1321
|
|
|
1322
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1322
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/beta/tree.ts)_
|
|
1323
1323
|
|
|
1324
1324
|
## `sf data export tree`
|
|
1325
1325
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
my-scratch
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1382
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/tree.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `sf data get record`
|
|
1385
1385
|
|
|
@@ -1443,7 +1443,7 @@ EXAMPLES
|
|
|
1443
1443
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1444
1444
|
```
|
|
1445
1445
|
|
|
1446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/get/record.ts)_
|
|
1447
1447
|
|
|
1448
1448
|
## `sf data import beta tree`
|
|
1449
1449
|
|
|
@@ -1486,7 +1486,7 @@ EXAMPLES
|
|
|
1486
1486
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1487
1487
|
```
|
|
1488
1488
|
|
|
1489
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1489
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/beta/tree.ts)_
|
|
1490
1490
|
|
|
1491
1491
|
## `sf data import tree`
|
|
1492
1492
|
|
|
@@ -1536,7 +1536,7 @@ EXAMPLES
|
|
|
1536
1536
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1537
1537
|
```
|
|
1538
1538
|
|
|
1539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/tree.ts)_
|
|
1540
1540
|
|
|
1541
1541
|
## `sf data query`
|
|
1542
1542
|
|
|
@@ -1600,7 +1600,7 @@ EXAMPLES
|
|
|
1600
1600
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1601
1601
|
```
|
|
1602
1602
|
|
|
1603
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1603
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query.ts)_
|
|
1604
1604
|
|
|
1605
1605
|
## `sf data query resume`
|
|
1606
1606
|
|
|
@@ -1637,7 +1637,7 @@ EXAMPLES
|
|
|
1637
1637
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1638
1638
|
```
|
|
1639
1639
|
|
|
1640
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1640
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query/resume.ts)_
|
|
1641
1641
|
|
|
1642
1642
|
## `sf data resume`
|
|
1643
1643
|
|
|
@@ -1674,7 +1674,7 @@ EXAMPLES
|
|
|
1674
1674
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1675
1675
|
```
|
|
1676
1676
|
|
|
1677
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1677
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/resume.ts)_
|
|
1678
1678
|
|
|
1679
1679
|
## `sf data update record`
|
|
1680
1680
|
|
|
@@ -1736,7 +1736,7 @@ EXAMPLES
|
|
|
1736
1736
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1737
1737
|
```
|
|
1738
1738
|
|
|
1739
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1739
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/update/record.ts)_
|
|
1740
1740
|
|
|
1741
1741
|
## `sf data upsert bulk`
|
|
1742
1742
|
|
|
@@ -1789,7 +1789,7 @@ EXAMPLES
|
|
|
1789
1789
|
my-scratch
|
|
1790
1790
|
```
|
|
1791
1791
|
|
|
1792
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1792
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/bulk.ts)_
|
|
1793
1793
|
|
|
1794
1794
|
## `sf data upsert resume`
|
|
1795
1795
|
|
|
@@ -1827,7 +1827,7 @@ EXAMPLES
|
|
|
1827
1827
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1828
1828
|
```
|
|
1829
1829
|
|
|
1830
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1830
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/resume.ts)_
|
|
1831
1831
|
|
|
1832
1832
|
## `sf doctor`
|
|
1833
1833
|
|
|
@@ -1874,7 +1874,7 @@ EXAMPLES
|
|
|
1874
1874
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1875
1875
|
```
|
|
1876
1876
|
|
|
1877
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1877
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/doctor.ts)_
|
|
1878
1878
|
|
|
1879
1879
|
## `sf force data bulk delete`
|
|
1880
1880
|
|
|
@@ -1921,7 +1921,7 @@ EXAMPLES
|
|
|
1921
1921
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1922
1922
|
```
|
|
1923
1923
|
|
|
1924
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1924
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/delete.ts)_
|
|
1925
1925
|
|
|
1926
1926
|
## `sf force data bulk status`
|
|
1927
1927
|
|
|
@@ -1958,7 +1958,7 @@ EXAMPLES
|
|
|
1958
1958
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1959
1959
|
```
|
|
1960
1960
|
|
|
1961
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1961
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/status.ts)_
|
|
1962
1962
|
|
|
1963
1963
|
## `sf force data bulk upsert`
|
|
1964
1964
|
|
|
@@ -2016,7 +2016,7 @@ EXAMPLES
|
|
|
2016
2016
|
--target-org my-scratch
|
|
2017
2017
|
```
|
|
2018
2018
|
|
|
2019
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
2019
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/upsert.ts)_
|
|
2020
2020
|
|
|
2021
2021
|
## `sf help [COMMAND]`
|
|
2022
2022
|
|
|
@@ -2036,7 +2036,7 @@ DESCRIPTION
|
|
|
2036
2036
|
Display help for sf.
|
|
2037
2037
|
```
|
|
2038
2038
|
|
|
2039
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
2039
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.19/src/commands/help.ts)_
|
|
2040
2040
|
|
|
2041
2041
|
## `sf info releasenotes display`
|
|
2042
2042
|
|
|
@@ -2075,7 +2075,7 @@ EXAMPLES
|
|
|
2075
2075
|
$ sf info releasenotes display --version latest
|
|
2076
2076
|
```
|
|
2077
2077
|
|
|
2078
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
2078
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/info/releasenotes/display.ts)_
|
|
2079
2079
|
|
|
2080
2080
|
## `sf lightning generate app`
|
|
2081
2081
|
|
|
@@ -2128,7 +2128,7 @@ FLAG DESCRIPTIONS
|
|
|
2128
2128
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2129
2129
|
```
|
|
2130
2130
|
|
|
2131
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2131
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/app.ts)_
|
|
2132
2132
|
|
|
2133
2133
|
## `sf lightning generate component`
|
|
2134
2134
|
|
|
@@ -2196,7 +2196,7 @@ FLAG DESCRIPTIONS
|
|
|
2196
2196
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2197
2197
|
```
|
|
2198
2198
|
|
|
2199
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2199
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/component.ts)_
|
|
2200
2200
|
|
|
2201
2201
|
## `sf lightning generate event`
|
|
2202
2202
|
|
|
@@ -2249,7 +2249,7 @@ FLAG DESCRIPTIONS
|
|
|
2249
2249
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2250
2250
|
```
|
|
2251
2251
|
|
|
2252
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2252
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/event.ts)_
|
|
2253
2253
|
|
|
2254
2254
|
## `sf lightning generate interface`
|
|
2255
2255
|
|
|
@@ -2302,7 +2302,7 @@ FLAG DESCRIPTIONS
|
|
|
2302
2302
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2303
2303
|
```
|
|
2304
2304
|
|
|
2305
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2305
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/interface.ts)_
|
|
2306
2306
|
|
|
2307
2307
|
## `sf lightning generate test`
|
|
2308
2308
|
|
|
@@ -2355,7 +2355,7 @@ FLAG DESCRIPTIONS
|
|
|
2355
2355
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2356
2356
|
```
|
|
2357
2357
|
|
|
2358
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2358
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/test.ts)_
|
|
2359
2359
|
|
|
2360
2360
|
## `sf org assign permset`
|
|
2361
2361
|
|
|
@@ -2557,7 +2557,7 @@ FLAG DESCRIPTIONS
|
|
|
2557
2557
|
sandbox.
|
|
2558
2558
|
```
|
|
2559
2559
|
|
|
2560
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2560
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/sandbox.ts)_
|
|
2561
2561
|
|
|
2562
2562
|
## `sf org create scratch`
|
|
2563
2563
|
|
|
@@ -2710,7 +2710,7 @@ FLAG DESCRIPTIONS
|
|
|
2710
2710
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2711
2711
|
```
|
|
2712
2712
|
|
|
2713
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2713
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/scratch.ts)_
|
|
2714
2714
|
|
|
2715
2715
|
## `sf org create user`
|
|
2716
2716
|
|
|
@@ -2860,7 +2860,7 @@ EXAMPLES
|
|
|
2860
2860
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2861
2861
|
```
|
|
2862
2862
|
|
|
2863
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2863
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/sandbox.ts)_
|
|
2864
2864
|
|
|
2865
2865
|
## `sf org delete scratch`
|
|
2866
2866
|
|
|
@@ -2902,7 +2902,7 @@ EXAMPLES
|
|
|
2902
2902
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2903
2903
|
```
|
|
2904
2904
|
|
|
2905
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2905
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/scratch.ts)_
|
|
2906
2906
|
|
|
2907
2907
|
## `sf org disable tracking`
|
|
2908
2908
|
|
|
@@ -2940,7 +2940,7 @@ EXAMPLES
|
|
|
2940
2940
|
$ sf org disable tracking
|
|
2941
2941
|
```
|
|
2942
2942
|
|
|
2943
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2943
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/disable/tracking.ts)_
|
|
2944
2944
|
|
|
2945
2945
|
## `sf org display`
|
|
2946
2946
|
|
|
@@ -2984,7 +2984,7 @@ EXAMPLES
|
|
|
2984
2984
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2985
2985
|
```
|
|
2986
2986
|
|
|
2987
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
2987
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/display.ts)_
|
|
2988
2988
|
|
|
2989
2989
|
## `sf org display user`
|
|
2990
2990
|
|
|
@@ -3063,7 +3063,7 @@ EXAMPLES
|
|
|
3063
3063
|
$ sf org enable tracking
|
|
3064
3064
|
```
|
|
3065
3065
|
|
|
3066
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3066
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/enable/tracking.ts)_
|
|
3067
3067
|
|
|
3068
3068
|
## `sf org generate password`
|
|
3069
3069
|
|
|
@@ -3166,7 +3166,7 @@ EXAMPLES
|
|
|
3166
3166
|
$ sf org list --clean
|
|
3167
3167
|
```
|
|
3168
3168
|
|
|
3169
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3169
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list.ts)_
|
|
3170
3170
|
|
|
3171
3171
|
## `sf org list auth`
|
|
3172
3172
|
|
|
@@ -3236,7 +3236,7 @@ EXAMPLES
|
|
|
3236
3236
|
$ sf org list limits --target-org my-scratch-org
|
|
3237
3237
|
```
|
|
3238
3238
|
|
|
3239
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3239
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.15/src/commands/org/list/limits.ts)_
|
|
3240
3240
|
|
|
3241
3241
|
## `sf org list metadata`
|
|
3242
3242
|
|
|
@@ -3301,7 +3301,7 @@ FLAG DESCRIPTIONS
|
|
|
3301
3301
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3302
3302
|
```
|
|
3303
3303
|
|
|
3304
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3304
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata.ts)_
|
|
3305
3305
|
|
|
3306
3306
|
## `sf org list metadata-types`
|
|
3307
3307
|
|
|
@@ -3355,7 +3355,7 @@ FLAG DESCRIPTIONS
|
|
|
3355
3355
|
Override the api version used for api requests made by this command
|
|
3356
3356
|
```
|
|
3357
3357
|
|
|
3358
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3358
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata-types.ts)_
|
|
3359
3359
|
|
|
3360
3360
|
## `sf org list sobject record-counts`
|
|
3361
3361
|
|
|
@@ -3400,7 +3400,7 @@ EXAMPLES
|
|
|
3400
3400
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3401
3401
|
```
|
|
3402
3402
|
|
|
3403
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3403
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.15/src/commands/org/list/sobject/record-counts.ts)_
|
|
3404
3404
|
|
|
3405
3405
|
## `sf org list users`
|
|
3406
3406
|
|
|
@@ -3919,7 +3919,7 @@ EXAMPLES
|
|
|
3919
3919
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3920
3920
|
```
|
|
3921
3921
|
|
|
3922
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3922
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/open.ts)_
|
|
3923
3923
|
|
|
3924
3924
|
## `sf org refresh sandbox`
|
|
3925
3925
|
|
|
@@ -3995,7 +3995,7 @@ FLAG DESCRIPTIONS
|
|
|
3995
3995
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
3996
3996
|
```
|
|
3997
3997
|
|
|
3998
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
3998
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/refresh/sandbox.ts)_
|
|
3999
3999
|
|
|
4000
4000
|
## `sf org resume sandbox`
|
|
4001
4001
|
|
|
@@ -4057,7 +4057,7 @@ FLAG DESCRIPTIONS
|
|
|
4057
4057
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4058
4058
|
```
|
|
4059
4059
|
|
|
4060
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
4060
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/sandbox.ts)_
|
|
4061
4061
|
|
|
4062
4062
|
## `sf org resume scratch`
|
|
4063
4063
|
|
|
@@ -4103,7 +4103,7 @@ FLAG DESCRIPTIONS
|
|
|
4103
4103
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4104
4104
|
```
|
|
4105
4105
|
|
|
4106
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.
|
|
4106
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/scratch.ts)_
|
|
4107
4107
|
|
|
4108
4108
|
## `sf package1 version create`
|
|
4109
4109
|
|
|
@@ -5299,7 +5299,7 @@ EXAMPLES
|
|
|
5299
5299
|
$ sf plugins
|
|
5300
5300
|
```
|
|
5301
5301
|
|
|
5302
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5302
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/index.ts)_
|
|
5303
5303
|
|
|
5304
5304
|
## `sf plugins discover`
|
|
5305
5305
|
|
|
@@ -5343,59 +5343,64 @@ EXAMPLES
|
|
|
5343
5343
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5344
5344
|
```
|
|
5345
5345
|
|
|
5346
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5346
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/inspect.ts)_
|
|
5347
5347
|
|
|
5348
|
-
## `sf plugins
|
|
5348
|
+
## `sf plugins install PLUGIN`
|
|
5349
5349
|
|
|
5350
|
-
Installs a plugin into
|
|
5350
|
+
Installs a plugin into sf.
|
|
5351
5351
|
|
|
5352
5352
|
```
|
|
5353
5353
|
USAGE
|
|
5354
|
-
$ sf plugins install PLUGIN...
|
|
5354
|
+
$ sf plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
|
|
5355
5355
|
|
|
5356
5356
|
ARGUMENTS
|
|
5357
5357
|
PLUGIN... Plugin to install.
|
|
5358
5358
|
|
|
5359
5359
|
FLAGS
|
|
5360
|
-
-f, --force
|
|
5360
|
+
-f, --force Force npm to fetch remote resources even if a local copy exists on disk.
|
|
5361
5361
|
-h, --help Show CLI help.
|
|
5362
|
-
-s, --silent Silences
|
|
5363
|
-
-v, --verbose Show verbose
|
|
5362
|
+
-s, --silent Silences npm output.
|
|
5363
|
+
-v, --verbose Show verbose npm output.
|
|
5364
5364
|
|
|
5365
5365
|
GLOBAL FLAGS
|
|
5366
5366
|
--json Format output as json.
|
|
5367
5367
|
|
|
5368
5368
|
DESCRIPTION
|
|
5369
|
-
Installs a plugin into
|
|
5370
|
-
Can be installed from npm or a git url.
|
|
5369
|
+
Installs a plugin into sf.
|
|
5371
5370
|
|
|
5372
|
-
|
|
5371
|
+
Uses bundled npm executable to install plugins into /home/runner/.local/share/sf
|
|
5373
5372
|
|
|
5374
|
-
|
|
5375
|
-
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
|
|
5376
|
-
the CLI without the need to patch and update the whole CLI.
|
|
5373
|
+
Installation of a user-installed plugin will override a core plugin.
|
|
5377
5374
|
|
|
5375
|
+
Use the SF_NPM_LOG_LEVEL environment variable to set the npm loglevel.
|
|
5376
|
+
Use the SF_NPM_REGISTRY environment variable to set the npm registry.
|
|
5378
5377
|
|
|
5379
5378
|
ALIASES
|
|
5380
5379
|
$ sf plugins add
|
|
5381
5380
|
|
|
5382
5381
|
EXAMPLES
|
|
5383
|
-
|
|
5382
|
+
Install a plugin from npm registry.
|
|
5383
|
+
|
|
5384
|
+
$ sf plugins install @salesforce/plugin-packaging
|
|
5385
|
+
|
|
5386
|
+
Install a plugin from a github url.
|
|
5387
|
+
|
|
5388
|
+
$ sf plugins install https://github.com/someuser/someplugin
|
|
5384
5389
|
|
|
5385
|
-
|
|
5390
|
+
Install a plugin from a github slug.
|
|
5386
5391
|
|
|
5387
|
-
|
|
5392
|
+
$ sf plugins install someuser/someplugin
|
|
5388
5393
|
```
|
|
5389
5394
|
|
|
5390
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5395
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/install.ts)_
|
|
5391
5396
|
|
|
5392
|
-
## `sf plugins
|
|
5397
|
+
## `sf plugins link PATH`
|
|
5393
5398
|
|
|
5394
5399
|
Links a plugin into the CLI for development.
|
|
5395
5400
|
|
|
5396
5401
|
```
|
|
5397
5402
|
USAGE
|
|
5398
|
-
$ sf plugins link
|
|
5403
|
+
$ sf plugins link PATH [-h] [--install] [-v]
|
|
5399
5404
|
|
|
5400
5405
|
ARGUMENTS
|
|
5401
5406
|
PATH [default: .] path to plugin
|
|
@@ -5417,7 +5422,7 @@ EXAMPLES
|
|
|
5417
5422
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5418
5423
|
```
|
|
5419
5424
|
|
|
5420
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5425
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/link.ts)_
|
|
5421
5426
|
|
|
5422
5427
|
## `sf plugins reset`
|
|
5423
5428
|
|
|
@@ -5432,7 +5437,7 @@ FLAGS
|
|
|
5432
5437
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5433
5438
|
```
|
|
5434
5439
|
|
|
5435
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5440
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/reset.ts)_
|
|
5436
5441
|
|
|
5437
5442
|
## `sf plugins trust verify`
|
|
5438
5443
|
|
|
@@ -5460,15 +5465,15 @@ EXAMPLES
|
|
|
5460
5465
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5461
5466
|
```
|
|
5462
5467
|
|
|
5463
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
5468
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.18/src/commands/plugins/trust/verify.ts)_
|
|
5464
5469
|
|
|
5465
|
-
## `sf plugins
|
|
5470
|
+
## `sf plugins uninstall [PLUGIN]`
|
|
5466
5471
|
|
|
5467
5472
|
Removes a plugin from the CLI.
|
|
5468
5473
|
|
|
5469
5474
|
```
|
|
5470
5475
|
USAGE
|
|
5471
|
-
$ sf plugins uninstall PLUGIN...
|
|
5476
|
+
$ sf plugins uninstall [PLUGIN...] [-h] [-v]
|
|
5472
5477
|
|
|
5473
5478
|
ARGUMENTS
|
|
5474
5479
|
PLUGIN... plugin to uninstall
|
|
@@ -5488,7 +5493,7 @@ EXAMPLES
|
|
|
5488
5493
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5489
5494
|
```
|
|
5490
5495
|
|
|
5491
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5496
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/uninstall.ts)_
|
|
5492
5497
|
|
|
5493
5498
|
## `sf plugins update`
|
|
5494
5499
|
|
|
@@ -5506,7 +5511,7 @@ DESCRIPTION
|
|
|
5506
5511
|
Update installed plugins.
|
|
5507
5512
|
```
|
|
5508
5513
|
|
|
5509
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
5514
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.0-beta.6/src/commands/plugins/update.ts)_
|
|
5510
5515
|
|
|
5511
5516
|
## `sf project convert mdapi`
|
|
5512
5517
|
|
|
@@ -6800,7 +6805,7 @@ FLAG DESCRIPTIONS
|
|
|
6800
6805
|
Override the api version used for api requests made by this command
|
|
6801
6806
|
```
|
|
6802
6807
|
|
|
6803
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6808
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/project/generate.ts)_
|
|
6804
6809
|
|
|
6805
6810
|
## `sf project generate manifest`
|
|
6806
6811
|
|
|
@@ -7234,7 +7239,7 @@ FLAG DESCRIPTIONS
|
|
|
7234
7239
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7235
7240
|
```
|
|
7236
7241
|
|
|
7237
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7242
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/field.ts)_
|
|
7238
7243
|
|
|
7239
7244
|
## `sf schema generate platformevent`
|
|
7240
7245
|
|
|
@@ -7263,7 +7268,7 @@ EXAMPLES
|
|
|
7263
7268
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7264
7269
|
```
|
|
7265
7270
|
|
|
7266
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7271
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/platformevent.ts)_
|
|
7267
7272
|
|
|
7268
7273
|
## `sf schema generate sobject`
|
|
7269
7274
|
|
|
@@ -7317,7 +7322,7 @@ FLAG DESCRIPTIONS
|
|
|
7317
7322
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7318
7323
|
```
|
|
7319
7324
|
|
|
7320
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7325
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/sobject.ts)_
|
|
7321
7326
|
|
|
7322
7327
|
## `sf schema generate tab`
|
|
7323
7328
|
|
|
@@ -7364,7 +7369,7 @@ FLAG DESCRIPTIONS
|
|
|
7364
7369
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7365
7370
|
```
|
|
7366
7371
|
|
|
7367
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7372
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/tab.ts)_
|
|
7368
7373
|
|
|
7369
7374
|
## `sf search`
|
|
7370
7375
|
|
|
@@ -7524,7 +7529,7 @@ FLAG DESCRIPTIONS
|
|
|
7524
7529
|
etc.
|
|
7525
7530
|
```
|
|
7526
7531
|
|
|
7527
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7532
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/static-resource/generate.ts)_
|
|
7528
7533
|
|
|
7529
7534
|
## `sf update [CHANNEL]`
|
|
7530
7535
|
|
|
@@ -7561,7 +7566,7 @@ EXAMPLES
|
|
|
7561
7566
|
$ sf update --available
|
|
7562
7567
|
```
|
|
7563
7568
|
|
|
7564
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7569
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.1/src/commands/update.ts)_
|
|
7565
7570
|
|
|
7566
7571
|
## `sf version`
|
|
7567
7572
|
|
|
@@ -7581,7 +7586,7 @@ FLAG DESCRIPTIONS
|
|
|
7581
7586
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7582
7587
|
```
|
|
7583
7588
|
|
|
7584
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
7589
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.15/src/commands/version.ts)_
|
|
7585
7590
|
|
|
7586
7591
|
## `sf visualforce generate component`
|
|
7587
7592
|
|
|
@@ -7636,7 +7641,7 @@ FLAG DESCRIPTIONS
|
|
|
7636
7641
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7637
7642
|
```
|
|
7638
7643
|
|
|
7639
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7644
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/visualforce/generate/component.ts)_
|
|
7640
7645
|
|
|
7641
7646
|
## `sf visualforce generate page`
|
|
7642
7647
|
|
|
@@ -7684,7 +7689,7 @@ FLAG DESCRIPTIONS
|
|
|
7684
7689
|
The name can be up to 40 characters and must start with a letter.
|
|
7685
7690
|
```
|
|
7686
7691
|
|
|
7687
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7692
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/visualforce/generate/page.ts)_
|
|
7688
7693
|
|
|
7689
7694
|
## `sf which`
|
|
7690
7695
|
|
|
@@ -7706,6 +7711,6 @@ EXAMPLES
|
|
|
7706
7711
|
$ sf which help
|
|
7707
7712
|
```
|
|
7708
7713
|
|
|
7709
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.
|
|
7714
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.6/src/commands/which.ts)_
|
|
7710
7715
|
|
|
7711
7716
|
<!-- commandsstop -->
|