@salesforce/cli 2.123.1 → 2.124.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 +76 -76
- package/npm-shrinkwrap.json +67 -97
- package/oclif.lock +68 -80
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.
|
|
28
|
+
@salesforce/cli/2.124.0 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1354,7 +1354,7 @@ EXAMPLES
|
|
|
1354
1354
|
$ sf alias list
|
|
1355
1355
|
```
|
|
1356
1356
|
|
|
1357
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1357
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/alias/list.ts)_
|
|
1358
1358
|
|
|
1359
1359
|
## `sf alias set`
|
|
1360
1360
|
|
|
@@ -1403,7 +1403,7 @@ EXAMPLES
|
|
|
1403
1403
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1404
1404
|
```
|
|
1405
1405
|
|
|
1406
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1406
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/alias/set.ts)_
|
|
1407
1407
|
|
|
1408
1408
|
## `sf alias unset`
|
|
1409
1409
|
|
|
@@ -1443,7 +1443,7 @@ EXAMPLES
|
|
|
1443
1443
|
$ sf alias unset --all [--no-prompt]
|
|
1444
1444
|
```
|
|
1445
1445
|
|
|
1446
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1446
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/alias/unset.ts)_
|
|
1447
1447
|
|
|
1448
1448
|
## `sf apex get log`
|
|
1449
1449
|
|
|
@@ -1499,7 +1499,7 @@ FLAG DESCRIPTIONS
|
|
|
1499
1499
|
directory.
|
|
1500
1500
|
```
|
|
1501
1501
|
|
|
1502
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1502
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/get/log.ts)_
|
|
1503
1503
|
|
|
1504
1504
|
## `sf apex get test`
|
|
1505
1505
|
|
|
@@ -1559,7 +1559,7 @@ EXAMPLES
|
|
|
1559
1559
|
me@myorg'
|
|
1560
1560
|
```
|
|
1561
1561
|
|
|
1562
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1562
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/get/test.ts)_
|
|
1563
1563
|
|
|
1564
1564
|
## `sf apex list log`
|
|
1565
1565
|
|
|
@@ -1599,7 +1599,7 @@ EXAMPLES
|
|
|
1599
1599
|
$ sf apex list log --target-org me@my.org
|
|
1600
1600
|
```
|
|
1601
1601
|
|
|
1602
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1602
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/list/log.ts)_
|
|
1603
1603
|
|
|
1604
1604
|
## `sf apex run`
|
|
1605
1605
|
|
|
@@ -1646,7 +1646,7 @@ EXAMPLES
|
|
|
1646
1646
|
$ sf apex run
|
|
1647
1647
|
```
|
|
1648
1648
|
|
|
1649
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1649
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/run.ts)_
|
|
1650
1650
|
|
|
1651
1651
|
## `sf apex run test`
|
|
1652
1652
|
|
|
@@ -1793,7 +1793,7 @@ FLAG DESCRIPTIONS
|
|
|
1793
1793
|
--tests Test1 --tests Test2
|
|
1794
1794
|
```
|
|
1795
1795
|
|
|
1796
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1796
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/run/test.ts)_
|
|
1797
1797
|
|
|
1798
1798
|
## `sf apex tail log`
|
|
1799
1799
|
|
|
@@ -1836,7 +1836,7 @@ EXAMPLES
|
|
|
1836
1836
|
$ sf apex tail log --color --skip-trace-flag
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1839
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/tail/log.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `sf api request graphql`
|
|
1842
1842
|
|
|
@@ -2107,7 +2107,7 @@ CONFIGURATION VARIABLES
|
|
|
2107
2107
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2108
2108
|
```
|
|
2109
2109
|
|
|
2110
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2110
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/config/get.ts)_
|
|
2111
2111
|
|
|
2112
2112
|
## `sf config list`
|
|
2113
2113
|
|
|
@@ -2147,7 +2147,7 @@ EXAMPLES
|
|
|
2147
2147
|
$ sf config list
|
|
2148
2148
|
```
|
|
2149
2149
|
|
|
2150
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2150
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/config/list.ts)_
|
|
2151
2151
|
|
|
2152
2152
|
## `sf config set`
|
|
2153
2153
|
|
|
@@ -2216,7 +2216,7 @@ CONFIGURATION VARIABLES
|
|
|
2216
2216
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2217
2217
|
```
|
|
2218
2218
|
|
|
2219
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2219
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/config/set.ts)_
|
|
2220
2220
|
|
|
2221
2221
|
## `sf config unset`
|
|
2222
2222
|
|
|
@@ -2266,7 +2266,7 @@ CONFIGURATION VARIABLES
|
|
|
2266
2266
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2267
2267
|
```
|
|
2268
2268
|
|
|
2269
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2269
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.56/src/commands/config/unset.ts)_
|
|
2270
2270
|
|
|
2271
2271
|
## `sf data bulk results`
|
|
2272
2272
|
|
|
@@ -2311,7 +2311,7 @@ EXAMPLES
|
|
|
2311
2311
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2312
2312
|
```
|
|
2313
2313
|
|
|
2314
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2314
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/bulk/results.ts)_
|
|
2315
2315
|
|
|
2316
2316
|
## `sf data create file`
|
|
2317
2317
|
|
|
@@ -2360,7 +2360,7 @@ EXAMPLES
|
|
|
2360
2360
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2361
2361
|
```
|
|
2362
2362
|
|
|
2363
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2363
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/create/file.ts)_
|
|
2364
2364
|
|
|
2365
2365
|
## `sf data create record`
|
|
2366
2366
|
|
|
@@ -2416,7 +2416,7 @@ EXAMPLES
|
|
|
2416
2416
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2417
2417
|
```
|
|
2418
2418
|
|
|
2419
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2419
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/create/record.ts)_
|
|
2420
2420
|
|
|
2421
2421
|
## `sf data delete bulk`
|
|
2422
2422
|
|
|
@@ -2475,7 +2475,7 @@ FLAG DESCRIPTIONS
|
|
|
2475
2475
|
and can be enabled only by a system administrator.
|
|
2476
2476
|
```
|
|
2477
2477
|
|
|
2478
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2478
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/delete/bulk.ts)_
|
|
2479
2479
|
|
|
2480
2480
|
## `sf data delete record`
|
|
2481
2481
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/delete/record.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `sf data delete resume`
|
|
2542
2542
|
|
|
@@ -2575,7 +2575,7 @@ EXAMPLES
|
|
|
2575
2575
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2578
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/delete/resume.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `sf data export bulk`
|
|
2581
2581
|
|
|
@@ -2642,7 +2642,7 @@ EXAMPLES
|
|
|
2642
2642
|
--result-format json --wait 10 --all-rows
|
|
2643
2643
|
```
|
|
2644
2644
|
|
|
2645
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2645
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/export/bulk.ts)_
|
|
2646
2646
|
|
|
2647
2647
|
## `sf data export resume`
|
|
2648
2648
|
|
|
@@ -2681,7 +2681,7 @@ EXAMPLES
|
|
|
2681
2681
|
$ sf data export resume --use-most-recent
|
|
2682
2682
|
```
|
|
2683
2683
|
|
|
2684
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2684
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/export/resume.ts)_
|
|
2685
2685
|
|
|
2686
2686
|
## `sf data export tree`
|
|
2687
2687
|
|
|
@@ -2741,7 +2741,7 @@ EXAMPLES
|
|
|
2741
2741
|
my-scratch
|
|
2742
2742
|
```
|
|
2743
2743
|
|
|
2744
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2744
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/export/tree.ts)_
|
|
2745
2745
|
|
|
2746
2746
|
## `sf data get record`
|
|
2747
2747
|
|
|
@@ -2805,7 +2805,7 @@ EXAMPLES
|
|
|
2805
2805
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2806
2806
|
```
|
|
2807
2807
|
|
|
2808
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2808
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/get/record.ts)_
|
|
2809
2809
|
|
|
2810
2810
|
## `sf data import bulk`
|
|
2811
2811
|
|
|
@@ -2857,7 +2857,7 @@ EXAMPLES
|
|
|
2857
2857
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2858
2858
|
```
|
|
2859
2859
|
|
|
2860
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2860
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/import/bulk.ts)_
|
|
2861
2861
|
|
|
2862
2862
|
## `sf data import resume`
|
|
2863
2863
|
|
|
@@ -2893,7 +2893,7 @@ EXAMPLES
|
|
|
2893
2893
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2894
2894
|
```
|
|
2895
2895
|
|
|
2896
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2896
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/import/resume.ts)_
|
|
2897
2897
|
|
|
2898
2898
|
## `sf data import tree`
|
|
2899
2899
|
|
|
@@ -2957,7 +2957,7 @@ FLAG DESCRIPTIONS
|
|
|
2957
2957
|
- files(array) - Files: An array of files paths to load
|
|
2958
2958
|
```
|
|
2959
2959
|
|
|
2960
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2960
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/import/tree.ts)_
|
|
2961
2961
|
|
|
2962
2962
|
## `sf data query`
|
|
2963
2963
|
|
|
@@ -3010,7 +3010,7 @@ EXAMPLES
|
|
|
3010
3010
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3011
3011
|
```
|
|
3012
3012
|
|
|
3013
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3013
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/query.ts)_
|
|
3014
3014
|
|
|
3015
3015
|
## `sf data resume`
|
|
3016
3016
|
|
|
@@ -3047,7 +3047,7 @@ EXAMPLES
|
|
|
3047
3047
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3048
3048
|
```
|
|
3049
3049
|
|
|
3050
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3050
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/resume.ts)_
|
|
3051
3051
|
|
|
3052
3052
|
## `sf data search`
|
|
3053
3053
|
|
|
@@ -3097,7 +3097,7 @@ EXAMPLES
|
|
|
3097
3097
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3098
3098
|
```
|
|
3099
3099
|
|
|
3100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/search.ts)_
|
|
3101
3101
|
|
|
3102
3102
|
## `sf data update bulk`
|
|
3103
3103
|
|
|
@@ -3152,7 +3152,7 @@ EXAMPLES
|
|
|
3152
3152
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3153
3153
|
```
|
|
3154
3154
|
|
|
3155
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3155
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/update/bulk.ts)_
|
|
3156
3156
|
|
|
3157
3157
|
## `sf data update record`
|
|
3158
3158
|
|
|
@@ -3214,7 +3214,7 @@ EXAMPLES
|
|
|
3214
3214
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3215
3215
|
```
|
|
3216
3216
|
|
|
3217
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3217
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/update/record.ts)_
|
|
3218
3218
|
|
|
3219
3219
|
## `sf data update resume`
|
|
3220
3220
|
|
|
@@ -3253,7 +3253,7 @@ EXAMPLES
|
|
|
3253
3253
|
$ sf data update resume --use-most-recent
|
|
3254
3254
|
```
|
|
3255
3255
|
|
|
3256
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3256
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/update/resume.ts)_
|
|
3257
3257
|
|
|
3258
3258
|
## `sf data upsert bulk`
|
|
3259
3259
|
|
|
@@ -3309,7 +3309,7 @@ EXAMPLES
|
|
|
3309
3309
|
my-scratch
|
|
3310
3310
|
```
|
|
3311
3311
|
|
|
3312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/upsert/bulk.ts)_
|
|
3313
3313
|
|
|
3314
3314
|
## `sf data upsert resume`
|
|
3315
3315
|
|
|
@@ -3348,7 +3348,7 @@ EXAMPLES
|
|
|
3348
3348
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3349
3349
|
```
|
|
3350
3350
|
|
|
3351
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3351
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/data/upsert/resume.ts)_
|
|
3352
3352
|
|
|
3353
3353
|
## `sf doctor`
|
|
3354
3354
|
|
|
@@ -3396,7 +3396,7 @@ EXAMPLES
|
|
|
3396
3396
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3397
3397
|
```
|
|
3398
3398
|
|
|
3399
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3399
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.103/src/commands/doctor.ts)_
|
|
3400
3400
|
|
|
3401
3401
|
## `sf force data bulk delete`
|
|
3402
3402
|
|
|
@@ -3443,7 +3443,7 @@ EXAMPLES
|
|
|
3443
3443
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3444
3444
|
```
|
|
3445
3445
|
|
|
3446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/force/data/bulk/delete.ts)_
|
|
3447
3447
|
|
|
3448
3448
|
## `sf force data bulk status`
|
|
3449
3449
|
|
|
@@ -3480,7 +3480,7 @@ EXAMPLES
|
|
|
3480
3480
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3481
3481
|
```
|
|
3482
3482
|
|
|
3483
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3483
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/force/data/bulk/status.ts)_
|
|
3484
3484
|
|
|
3485
3485
|
## `sf force data bulk upsert`
|
|
3486
3486
|
|
|
@@ -3538,7 +3538,7 @@ EXAMPLES
|
|
|
3538
3538
|
--target-org my-scratch
|
|
3539
3539
|
```
|
|
3540
3540
|
|
|
3541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.70/src/commands/force/data/bulk/upsert.ts)_
|
|
3542
3542
|
|
|
3543
3543
|
## `sf help [COMMAND]`
|
|
3544
3544
|
|
|
@@ -3598,7 +3598,7 @@ EXAMPLES
|
|
|
3598
3598
|
$ sf info releasenotes display --version latest
|
|
3599
3599
|
```
|
|
3600
3600
|
|
|
3601
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3601
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.103/src/commands/info/releasenotes/display.ts)_
|
|
3602
3602
|
|
|
3603
3603
|
## `sf logic get test`
|
|
3604
3604
|
|
|
@@ -3646,7 +3646,7 @@ EXAMPLES
|
|
|
3646
3646
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3647
3647
|
```
|
|
3648
3648
|
|
|
3649
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3649
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/logic/get/test.ts)_
|
|
3650
3650
|
|
|
3651
3651
|
## `sf logic run test`
|
|
3652
3652
|
|
|
@@ -3768,7 +3768,7 @@ FLAG DESCRIPTIONS
|
|
|
3768
3768
|
--tests Test1 --tests Test2
|
|
3769
3769
|
```
|
|
3770
3770
|
|
|
3771
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3771
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/logic/run/test.ts)_
|
|
3772
3772
|
|
|
3773
3773
|
## `sf org assign permset`
|
|
3774
3774
|
|
|
@@ -4718,7 +4718,7 @@ EXAMPLES
|
|
|
4718
4718
|
$ sf org list limits --target-org my-scratch-org
|
|
4719
4719
|
```
|
|
4720
4720
|
|
|
4721
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4721
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.76/src/commands/org/list/limits.ts)_
|
|
4722
4722
|
|
|
4723
4723
|
## `sf org list metadata`
|
|
4724
4724
|
|
|
@@ -4886,7 +4886,7 @@ EXAMPLES
|
|
|
4886
4886
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4887
4887
|
```
|
|
4888
4888
|
|
|
4889
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4889
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.76/src/commands/org/list/sobject/record-counts.ts)_
|
|
4890
4890
|
|
|
4891
4891
|
## `sf org list users`
|
|
4892
4892
|
|
|
@@ -7673,7 +7673,7 @@ FLAG DESCRIPTIONS
|
|
|
7673
7673
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7674
7674
|
```
|
|
7675
7675
|
|
|
7676
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7676
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/convert/mdapi.ts)_
|
|
7677
7677
|
|
|
7678
7678
|
## `sf project convert source`
|
|
7679
7679
|
|
|
@@ -7746,7 +7746,7 @@ FLAG DESCRIPTIONS
|
|
|
7746
7746
|
Override the api version used for api requests made by this command
|
|
7747
7747
|
```
|
|
7748
7748
|
|
|
7749
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7749
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/convert/source.ts)_
|
|
7750
7750
|
|
|
7751
7751
|
## `sf project convert source-behavior`
|
|
7752
7752
|
|
|
@@ -7805,7 +7805,7 @@ EXAMPLES
|
|
|
7805
7805
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7806
7806
|
```
|
|
7807
7807
|
|
|
7808
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7808
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/convert/source-behavior.ts)_
|
|
7809
7809
|
|
|
7810
7810
|
## `sf project delete source`
|
|
7811
7811
|
|
|
@@ -7958,7 +7958,7 @@ FLAG DESCRIPTIONS
|
|
|
7958
7958
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7959
7959
|
```
|
|
7960
7960
|
|
|
7961
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7961
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/delete/source.ts)_
|
|
7962
7962
|
|
|
7963
7963
|
## `sf project delete tracking`
|
|
7964
7964
|
|
|
@@ -7995,7 +7995,7 @@ EXAMPLES
|
|
|
7995
7995
|
$ sf project delete tracking --target-org my-scratch
|
|
7996
7996
|
```
|
|
7997
7997
|
|
|
7998
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7998
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/delete/tracking.ts)_
|
|
7999
7999
|
|
|
8000
8000
|
## `sf project deploy cancel`
|
|
8001
8001
|
|
|
@@ -8067,7 +8067,7 @@ FLAG DESCRIPTIONS
|
|
|
8067
8067
|
project deploy report".
|
|
8068
8068
|
```
|
|
8069
8069
|
|
|
8070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/cancel.ts)_
|
|
8071
8071
|
|
|
8072
8072
|
## `sf project deploy preview`
|
|
8073
8073
|
|
|
@@ -8150,7 +8150,7 @@ FLAG DESCRIPTIONS
|
|
|
8150
8150
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8151
8151
|
```
|
|
8152
8152
|
|
|
8153
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8153
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/preview.ts)_
|
|
8154
8154
|
|
|
8155
8155
|
## `sf project deploy quick`
|
|
8156
8156
|
|
|
@@ -8243,7 +8243,7 @@ ERROR CODES
|
|
|
8243
8243
|
Canceling (69) The deploy is being canceled.
|
|
8244
8244
|
```
|
|
8245
8245
|
|
|
8246
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8246
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/quick.ts)_
|
|
8247
8247
|
|
|
8248
8248
|
## `sf project deploy report`
|
|
8249
8249
|
|
|
@@ -8335,7 +8335,7 @@ FLAG DESCRIPTIONS
|
|
|
8335
8335
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8336
8336
|
```
|
|
8337
8337
|
|
|
8338
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8338
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/report.ts)_
|
|
8339
8339
|
|
|
8340
8340
|
## `sf project deploy resume`
|
|
8341
8341
|
|
|
@@ -8432,7 +8432,7 @@ ERROR CODES
|
|
|
8432
8432
|
Canceling (69) The deploy is being canceled.
|
|
8433
8433
|
```
|
|
8434
8434
|
|
|
8435
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8435
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/resume.ts)_
|
|
8436
8436
|
|
|
8437
8437
|
## `sf project deploy start`
|
|
8438
8438
|
|
|
@@ -8698,7 +8698,7 @@ ERROR CODES
|
|
|
8698
8698
|
Canceling (69) The deploy is being canceled.
|
|
8699
8699
|
```
|
|
8700
8700
|
|
|
8701
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8701
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/start.ts)_
|
|
8702
8702
|
|
|
8703
8703
|
## `sf project deploy validate`
|
|
8704
8704
|
|
|
@@ -8902,7 +8902,7 @@ ERROR CODES
|
|
|
8902
8902
|
Canceling (69) The deploy is being canceled.
|
|
8903
8903
|
```
|
|
8904
8904
|
|
|
8905
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8905
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/deploy/validate.ts)_
|
|
8906
8906
|
|
|
8907
8907
|
## `sf project generate manifest`
|
|
8908
8908
|
|
|
@@ -8998,7 +8998,7 @@ EXAMPLES
|
|
|
8998
8998
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8999
8999
|
```
|
|
9000
9000
|
|
|
9001
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9001
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/generate/manifest.ts)_
|
|
9002
9002
|
|
|
9003
9003
|
## `sf project list ignored`
|
|
9004
9004
|
|
|
@@ -9040,7 +9040,7 @@ EXAMPLES
|
|
|
9040
9040
|
$ sf project list ignored --source-dir package.xml
|
|
9041
9041
|
```
|
|
9042
9042
|
|
|
9043
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9043
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/list/ignored.ts)_
|
|
9044
9044
|
|
|
9045
9045
|
## `sf project reset tracking`
|
|
9046
9046
|
|
|
@@ -9089,7 +9089,7 @@ EXAMPLES
|
|
|
9089
9089
|
$ sf project reset tracking --revision 30
|
|
9090
9090
|
```
|
|
9091
9091
|
|
|
9092
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9092
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/reset/tracking.ts)_
|
|
9093
9093
|
|
|
9094
9094
|
## `sf project retrieve preview`
|
|
9095
9095
|
|
|
@@ -9143,7 +9143,7 @@ FLAG DESCRIPTIONS
|
|
|
9143
9143
|
production orgs.
|
|
9144
9144
|
```
|
|
9145
9145
|
|
|
9146
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9146
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/retrieve/preview.ts)_
|
|
9147
9147
|
|
|
9148
9148
|
## `sf project retrieve start`
|
|
9149
9149
|
|
|
@@ -9324,7 +9324,7 @@ ENVIRONMENT VARIABLES
|
|
|
9324
9324
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9325
9325
|
```
|
|
9326
9326
|
|
|
9327
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9327
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.9/src/commands/project/retrieve/start.ts)_
|
|
9328
9328
|
|
|
9329
9329
|
## `sf schema generate field`
|
|
9330
9330
|
|
|
@@ -9578,7 +9578,7 @@ EXAMPLES
|
|
|
9578
9578
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9579
9579
|
```
|
|
9580
9580
|
|
|
9581
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9581
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.92/src/commands/sobject/describe.ts)_
|
|
9582
9582
|
|
|
9583
9583
|
## `sf sobject list`
|
|
9584
9584
|
|
|
@@ -9617,7 +9617,7 @@ EXAMPLES
|
|
|
9617
9617
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9618
9618
|
```
|
|
9619
9619
|
|
|
9620
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9620
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.92/src/commands/sobject/list.ts)_
|
|
9621
9621
|
|
|
9622
9622
|
## `sf template generate analytics template`
|
|
9623
9623
|
|
|
@@ -9661,7 +9661,7 @@ FLAG DESCRIPTIONS
|
|
|
9661
9661
|
directory.
|
|
9662
9662
|
```
|
|
9663
9663
|
|
|
9664
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9664
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/analytics/template.ts)_
|
|
9665
9665
|
|
|
9666
9666
|
## `sf template generate apex class`
|
|
9667
9667
|
|
|
@@ -9721,7 +9721,7 @@ FLAG DESCRIPTIONS
|
|
|
9721
9721
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9722
9722
|
```
|
|
9723
9723
|
|
|
9724
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9724
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/apex/class.ts)_
|
|
9725
9725
|
|
|
9726
9726
|
## `sf template generate apex trigger`
|
|
9727
9727
|
|
|
@@ -9791,7 +9791,7 @@ FLAG DESCRIPTIONS
|
|
|
9791
9791
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9792
9792
|
```
|
|
9793
9793
|
|
|
9794
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9794
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/apex/trigger.ts)_
|
|
9795
9795
|
|
|
9796
9796
|
## `sf template generate digital-experience site`
|
|
9797
9797
|
|
|
@@ -9841,7 +9841,7 @@ FLAG DESCRIPTIONS
|
|
|
9841
9841
|
project, defaults to the current directory.
|
|
9842
9842
|
```
|
|
9843
9843
|
|
|
9844
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9844
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/digital-experience/site.ts)_
|
|
9845
9845
|
|
|
9846
9846
|
## `sf template generate lightning app`
|
|
9847
9847
|
|
|
@@ -9897,7 +9897,7 @@ FLAG DESCRIPTIONS
|
|
|
9897
9897
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9898
9898
|
```
|
|
9899
9899
|
|
|
9900
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9900
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/lightning/app.ts)_
|
|
9901
9901
|
|
|
9902
9902
|
## `sf template generate lightning component`
|
|
9903
9903
|
|
|
@@ -9967,7 +9967,7 @@ FLAG DESCRIPTIONS
|
|
|
9967
9967
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9968
9968
|
```
|
|
9969
9969
|
|
|
9970
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
9970
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/lightning/component.ts)_
|
|
9971
9971
|
|
|
9972
9972
|
## `sf template generate lightning event`
|
|
9973
9973
|
|
|
@@ -10023,7 +10023,7 @@ FLAG DESCRIPTIONS
|
|
|
10023
10023
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10024
10024
|
```
|
|
10025
10025
|
|
|
10026
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10026
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/lightning/event.ts)_
|
|
10027
10027
|
|
|
10028
10028
|
## `sf template generate lightning interface`
|
|
10029
10029
|
|
|
@@ -10079,7 +10079,7 @@ FLAG DESCRIPTIONS
|
|
|
10079
10079
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10080
10080
|
```
|
|
10081
10081
|
|
|
10082
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10082
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/lightning/interface.ts)_
|
|
10083
10083
|
|
|
10084
10084
|
## `sf template generate lightning test`
|
|
10085
10085
|
|
|
@@ -10135,7 +10135,7 @@ FLAG DESCRIPTIONS
|
|
|
10135
10135
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10136
10136
|
```
|
|
10137
10137
|
|
|
10138
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10138
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/lightning/test.ts)_
|
|
10139
10139
|
|
|
10140
10140
|
## `sf template generate project`
|
|
10141
10141
|
|
|
@@ -10241,7 +10241,7 @@ FLAG DESCRIPTIONS
|
|
|
10241
10241
|
Override the api version used for api requests made by this command
|
|
10242
10242
|
```
|
|
10243
10243
|
|
|
10244
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10244
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/project/index.ts)_
|
|
10245
10245
|
|
|
10246
10246
|
## `sf template generate static-resource`
|
|
10247
10247
|
|
|
@@ -10304,7 +10304,7 @@ FLAG DESCRIPTIONS
|
|
|
10304
10304
|
etc.
|
|
10305
10305
|
```
|
|
10306
10306
|
|
|
10307
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10307
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/static-resource/index.ts)_
|
|
10308
10308
|
|
|
10309
10309
|
## `sf template generate visualforce component`
|
|
10310
10310
|
|
|
@@ -10361,7 +10361,7 @@ FLAG DESCRIPTIONS
|
|
|
10361
10361
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10362
10362
|
```
|
|
10363
10363
|
|
|
10364
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10364
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/visualforce/component.ts)_
|
|
10365
10365
|
|
|
10366
10366
|
## `sf template generate visualforce page`
|
|
10367
10367
|
|
|
@@ -10412,7 +10412,7 @@ FLAG DESCRIPTIONS
|
|
|
10412
10412
|
The name can be up to 40 characters and must start with a letter.
|
|
10413
10413
|
```
|
|
10414
10414
|
|
|
10415
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.
|
|
10415
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.7.1/src/commands/template/generate/visualforce/page.ts)_
|
|
10416
10416
|
|
|
10417
10417
|
## `sf update [CHANNEL]`
|
|
10418
10418
|
|