@salesforce/cli 2.50.2 → 2.50.4
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 +105 -105
- package/npm-shrinkwrap.json +141 -177
- package/oclif.lock +149 -168
- package/oclif.manifest.json +1 -1
- package/package.json +25 -25
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.50.
|
|
27
|
+
@salesforce/cli/2.50.4 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ sf alias list
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
205
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/list.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf alias set`
|
|
208
208
|
|
|
@@ -251,7 +251,7 @@ EXAMPLES
|
|
|
251
251
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
254
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/set.ts)_
|
|
255
255
|
|
|
256
256
|
## `sf alias unset`
|
|
257
257
|
|
|
@@ -291,7 +291,7 @@ EXAMPLES
|
|
|
291
291
|
$ sf alias unset --all [--no-prompt]
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
294
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/unset.ts)_
|
|
295
295
|
|
|
296
296
|
## `sf analytics generate template`
|
|
297
297
|
|
|
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
|
|
|
333
333
|
directory.
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/analytics/generate/template.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf apex generate class`
|
|
339
339
|
|
|
@@ -392,7 +392,7 @@ FLAG DESCRIPTIONS
|
|
|
392
392
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/apex/generate/class.ts)_
|
|
396
396
|
|
|
397
397
|
## `sf apex generate trigger`
|
|
398
398
|
|
|
@@ -461,7 +461,7 @@ FLAG DESCRIPTIONS
|
|
|
461
461
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
464
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/apex/generate/trigger.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf apex get log`
|
|
467
467
|
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg'
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -799,7 +799,7 @@ FLAG DESCRIPTIONS
|
|
|
799
799
|
--tests Test1 --tests Test2
|
|
800
800
|
```
|
|
801
801
|
|
|
802
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
802
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/run/test.ts)_
|
|
803
803
|
|
|
804
804
|
## `sf apex tail log`
|
|
805
805
|
|
|
@@ -842,7 +842,7 @@ EXAMPLES
|
|
|
842
842
|
$ sf apex tail log --color --skip-trace-flag
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
845
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.4/src/commands/apex/tail/log.ts)_
|
|
846
846
|
|
|
847
847
|
## `sf autocomplete [SHELL]`
|
|
848
848
|
|
|
@@ -902,7 +902,7 @@ DESCRIPTION
|
|
|
902
902
|
List all sf commands.
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
905
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.6/src/commands/commands.ts)_
|
|
906
906
|
|
|
907
907
|
## `sf config get`
|
|
908
908
|
|
|
@@ -951,7 +951,7 @@ CONFIGURATION VARIABLES
|
|
|
951
951
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
954
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/get.ts)_
|
|
955
955
|
|
|
956
956
|
## `sf config list`
|
|
957
957
|
|
|
@@ -991,7 +991,7 @@ EXAMPLES
|
|
|
991
991
|
$ sf config list
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
994
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/list.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf config set`
|
|
997
997
|
|
|
@@ -1060,7 +1060,7 @@ CONFIGURATION VARIABLES
|
|
|
1060
1060
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1061
1061
|
```
|
|
1062
1062
|
|
|
1063
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1063
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/set.ts)_
|
|
1064
1064
|
|
|
1065
1065
|
## `sf config unset`
|
|
1066
1066
|
|
|
@@ -1110,7 +1110,7 @@ CONFIGURATION VARIABLES
|
|
|
1110
1110
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1111
1111
|
```
|
|
1112
1112
|
|
|
1113
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.
|
|
1113
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/unset.ts)_
|
|
1114
1114
|
|
|
1115
1115
|
## `sf data create file`
|
|
1116
1116
|
|
|
@@ -1159,7 +1159,7 @@ EXAMPLES
|
|
|
1159
1159
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/create/file.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `sf data create record`
|
|
1165
1165
|
|
|
@@ -1215,7 +1215,7 @@ EXAMPLES
|
|
|
1215
1215
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1216
1216
|
```
|
|
1217
1217
|
|
|
1218
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1218
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/create/record.ts)_
|
|
1219
1219
|
|
|
1220
1220
|
## `sf data delete bulk`
|
|
1221
1221
|
|
|
@@ -1273,7 +1273,7 @@ FLAG DESCRIPTIONS
|
|
|
1273
1273
|
and can be enabled only by a system administrator.
|
|
1274
1274
|
```
|
|
1275
1275
|
|
|
1276
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1276
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/delete/bulk.ts)_
|
|
1277
1277
|
|
|
1278
1278
|
## `sf data delete record`
|
|
1279
1279
|
|
|
@@ -1334,7 +1334,7 @@ EXAMPLES
|
|
|
1334
1334
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1335
1335
|
```
|
|
1336
1336
|
|
|
1337
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1337
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/delete/record.ts)_
|
|
1338
1338
|
|
|
1339
1339
|
## `sf data delete resume`
|
|
1340
1340
|
|
|
@@ -1373,7 +1373,7 @@ EXAMPLES
|
|
|
1373
1373
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1374
1374
|
```
|
|
1375
1375
|
|
|
1376
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1376
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/delete/resume.ts)_
|
|
1377
1377
|
|
|
1378
1378
|
## `sf data export tree`
|
|
1379
1379
|
|
|
@@ -1434,7 +1434,7 @@ EXAMPLES
|
|
|
1434
1434
|
my-scratch
|
|
1435
1435
|
```
|
|
1436
1436
|
|
|
1437
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1437
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/export/tree.ts)_
|
|
1438
1438
|
|
|
1439
1439
|
## `sf data get record`
|
|
1440
1440
|
|
|
@@ -1498,7 +1498,7 @@ EXAMPLES
|
|
|
1498
1498
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1499
1499
|
```
|
|
1500
1500
|
|
|
1501
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1501
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/get/record.ts)_
|
|
1502
1502
|
|
|
1503
1503
|
## `sf data import tree`
|
|
1504
1504
|
|
|
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
|
|
|
1563
1563
|
- files(array) - Files: An array of files paths to load
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/import/tree.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data query`
|
|
1569
1569
|
|
|
@@ -1627,7 +1627,7 @@ EXAMPLES
|
|
|
1627
1627
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1628
1628
|
```
|
|
1629
1629
|
|
|
1630
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1630
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/query.ts)_
|
|
1631
1631
|
|
|
1632
1632
|
## `sf data query resume`
|
|
1633
1633
|
|
|
@@ -1665,7 +1665,7 @@ EXAMPLES
|
|
|
1665
1665
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1666
1666
|
```
|
|
1667
1667
|
|
|
1668
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1668
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/query/resume.ts)_
|
|
1669
1669
|
|
|
1670
1670
|
## `sf data resume`
|
|
1671
1671
|
|
|
@@ -1702,7 +1702,7 @@ EXAMPLES
|
|
|
1702
1702
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1703
1703
|
```
|
|
1704
1704
|
|
|
1705
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1705
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/resume.ts)_
|
|
1706
1706
|
|
|
1707
1707
|
## `sf data update record`
|
|
1708
1708
|
|
|
@@ -1764,7 +1764,7 @@ EXAMPLES
|
|
|
1764
1764
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1765
1765
|
```
|
|
1766
1766
|
|
|
1767
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1767
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/update/record.ts)_
|
|
1768
1768
|
|
|
1769
1769
|
## `sf data upsert bulk`
|
|
1770
1770
|
|
|
@@ -1817,7 +1817,7 @@ EXAMPLES
|
|
|
1817
1817
|
my-scratch
|
|
1818
1818
|
```
|
|
1819
1819
|
|
|
1820
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1820
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/upsert/bulk.ts)_
|
|
1821
1821
|
|
|
1822
1822
|
## `sf data upsert resume`
|
|
1823
1823
|
|
|
@@ -1856,7 +1856,7 @@ EXAMPLES
|
|
|
1856
1856
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1857
1857
|
```
|
|
1858
1858
|
|
|
1859
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1859
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/data/upsert/resume.ts)_
|
|
1860
1860
|
|
|
1861
1861
|
## `sf doctor`
|
|
1862
1862
|
|
|
@@ -1904,7 +1904,7 @@ EXAMPLES
|
|
|
1904
1904
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1905
1905
|
```
|
|
1906
1906
|
|
|
1907
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1907
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.17/src/commands/doctor.ts)_
|
|
1908
1908
|
|
|
1909
1909
|
## `sf force data bulk delete`
|
|
1910
1910
|
|
|
@@ -1951,7 +1951,7 @@ EXAMPLES
|
|
|
1951
1951
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1952
1952
|
```
|
|
1953
1953
|
|
|
1954
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1954
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/force/data/bulk/delete.ts)_
|
|
1955
1955
|
|
|
1956
1956
|
## `sf force data bulk status`
|
|
1957
1957
|
|
|
@@ -1988,7 +1988,7 @@ EXAMPLES
|
|
|
1988
1988
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1989
1989
|
```
|
|
1990
1990
|
|
|
1991
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1991
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/force/data/bulk/status.ts)_
|
|
1992
1992
|
|
|
1993
1993
|
## `sf force data bulk upsert`
|
|
1994
1994
|
|
|
@@ -2046,7 +2046,7 @@ EXAMPLES
|
|
|
2046
2046
|
--target-org my-scratch
|
|
2047
2047
|
```
|
|
2048
2048
|
|
|
2049
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
2049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.5/src/commands/force/data/bulk/upsert.ts)_
|
|
2050
2050
|
|
|
2051
2051
|
## `sf help [COMMAND]`
|
|
2052
2052
|
|
|
@@ -2066,7 +2066,7 @@ DESCRIPTION
|
|
|
2066
2066
|
Display help for sf.
|
|
2067
2067
|
```
|
|
2068
2068
|
|
|
2069
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2069
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.5/src/commands/help.ts)_
|
|
2070
2070
|
|
|
2071
2071
|
## `sf info releasenotes display`
|
|
2072
2072
|
|
|
@@ -2106,7 +2106,7 @@ EXAMPLES
|
|
|
2106
2106
|
$ sf info releasenotes display --version latest
|
|
2107
2107
|
```
|
|
2108
2108
|
|
|
2109
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2109
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.17/src/commands/info/releasenotes/display.ts)_
|
|
2110
2110
|
|
|
2111
2111
|
## `sf lightning generate app`
|
|
2112
2112
|
|
|
@@ -2161,7 +2161,7 @@ FLAG DESCRIPTIONS
|
|
|
2161
2161
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2162
2162
|
```
|
|
2163
2163
|
|
|
2164
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2164
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/lightning/generate/app.ts)_
|
|
2165
2165
|
|
|
2166
2166
|
## `sf lightning generate component`
|
|
2167
2167
|
|
|
@@ -2230,7 +2230,7 @@ FLAG DESCRIPTIONS
|
|
|
2230
2230
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2231
2231
|
```
|
|
2232
2232
|
|
|
2233
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2233
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/lightning/generate/component.ts)_
|
|
2234
2234
|
|
|
2235
2235
|
## `sf lightning generate event`
|
|
2236
2236
|
|
|
@@ -2285,7 +2285,7 @@ FLAG DESCRIPTIONS
|
|
|
2285
2285
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2286
2286
|
```
|
|
2287
2287
|
|
|
2288
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2288
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/lightning/generate/event.ts)_
|
|
2289
2289
|
|
|
2290
2290
|
## `sf lightning generate interface`
|
|
2291
2291
|
|
|
@@ -2340,7 +2340,7 @@ FLAG DESCRIPTIONS
|
|
|
2340
2340
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2341
2341
|
```
|
|
2342
2342
|
|
|
2343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/lightning/generate/interface.ts)_
|
|
2344
2344
|
|
|
2345
2345
|
## `sf lightning generate test`
|
|
2346
2346
|
|
|
@@ -2395,7 +2395,7 @@ FLAG DESCRIPTIONS
|
|
|
2395
2395
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2396
2396
|
```
|
|
2397
2397
|
|
|
2398
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2398
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/lightning/generate/test.ts)_
|
|
2399
2399
|
|
|
2400
2400
|
## `sf org assign permset`
|
|
2401
2401
|
|
|
@@ -2603,7 +2603,7 @@ FLAG DESCRIPTIONS
|
|
|
2603
2603
|
sandbox.
|
|
2604
2604
|
```
|
|
2605
2605
|
|
|
2606
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
2606
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/create/sandbox.ts)_
|
|
2607
2607
|
|
|
2608
2608
|
## `sf org create scratch`
|
|
2609
2609
|
|
|
@@ -2757,7 +2757,7 @@ FLAG DESCRIPTIONS
|
|
|
2757
2757
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2758
2758
|
```
|
|
2759
2759
|
|
|
2760
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
2760
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/create/scratch.ts)_
|
|
2761
2761
|
|
|
2762
2762
|
## `sf org create user`
|
|
2763
2763
|
|
|
@@ -2911,7 +2911,7 @@ EXAMPLES
|
|
|
2911
2911
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2912
2912
|
```
|
|
2913
2913
|
|
|
2914
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
2914
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/delete/sandbox.ts)_
|
|
2915
2915
|
|
|
2916
2916
|
## `sf org delete scratch`
|
|
2917
2917
|
|
|
@@ -2955,7 +2955,7 @@ EXAMPLES
|
|
|
2955
2955
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2956
2956
|
```
|
|
2957
2957
|
|
|
2958
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
2958
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/delete/scratch.ts)_
|
|
2959
2959
|
|
|
2960
2960
|
## `sf org disable tracking`
|
|
2961
2961
|
|
|
@@ -2994,7 +2994,7 @@ EXAMPLES
|
|
|
2994
2994
|
$ sf org disable tracking
|
|
2995
2995
|
```
|
|
2996
2996
|
|
|
2997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
2997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/disable/tracking.ts)_
|
|
2998
2998
|
|
|
2999
2999
|
## `sf org display`
|
|
3000
3000
|
|
|
@@ -3039,7 +3039,7 @@ EXAMPLES
|
|
|
3039
3039
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3040
3040
|
```
|
|
3041
3041
|
|
|
3042
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3042
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/display.ts)_
|
|
3043
3043
|
|
|
3044
3044
|
## `sf org display user`
|
|
3045
3045
|
|
|
@@ -3120,7 +3120,7 @@ EXAMPLES
|
|
|
3120
3120
|
$ sf org enable tracking
|
|
3121
3121
|
```
|
|
3122
3122
|
|
|
3123
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3123
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/enable/tracking.ts)_
|
|
3124
3124
|
|
|
3125
3125
|
## `sf org generate password`
|
|
3126
3126
|
|
|
@@ -3226,7 +3226,7 @@ EXAMPLES
|
|
|
3226
3226
|
$ sf org list --clean
|
|
3227
3227
|
```
|
|
3228
3228
|
|
|
3229
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3229
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/list.ts)_
|
|
3230
3230
|
|
|
3231
3231
|
## `sf org list auth`
|
|
3232
3232
|
|
|
@@ -3258,7 +3258,7 @@ EXAMPLES
|
|
|
3258
3258
|
$ sf org list auth
|
|
3259
3259
|
```
|
|
3260
3260
|
|
|
3261
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3261
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/list/auth.ts)_
|
|
3262
3262
|
|
|
3263
3263
|
## `sf org list limits`
|
|
3264
3264
|
|
|
@@ -3298,7 +3298,7 @@ EXAMPLES
|
|
|
3298
3298
|
$ sf org list limits --target-org my-scratch-org
|
|
3299
3299
|
```
|
|
3300
3300
|
|
|
3301
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3301
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.17/src/commands/org/list/limits.ts)_
|
|
3302
3302
|
|
|
3303
3303
|
## `sf org list metadata`
|
|
3304
3304
|
|
|
@@ -3365,7 +3365,7 @@ FLAG DESCRIPTIONS
|
|
|
3365
3365
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3366
3366
|
```
|
|
3367
3367
|
|
|
3368
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3368
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/list/metadata.ts)_
|
|
3369
3369
|
|
|
3370
3370
|
## `sf org list metadata-types`
|
|
3371
3371
|
|
|
@@ -3420,7 +3420,7 @@ FLAG DESCRIPTIONS
|
|
|
3420
3420
|
Override the api version used for api requests made by this command
|
|
3421
3421
|
```
|
|
3422
3422
|
|
|
3423
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3423
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/list/metadata-types.ts)_
|
|
3424
3424
|
|
|
3425
3425
|
## `sf org list sobject record-counts`
|
|
3426
3426
|
|
|
@@ -3466,7 +3466,7 @@ EXAMPLES
|
|
|
3466
3466
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3467
3467
|
```
|
|
3468
3468
|
|
|
3469
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3469
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.17/src/commands/org/list/sobject/record-counts.ts)_
|
|
3470
3470
|
|
|
3471
3471
|
## `sf org list users`
|
|
3472
3472
|
|
|
@@ -3558,7 +3558,7 @@ FLAG DESCRIPTIONS
|
|
|
3558
3558
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3559
3559
|
```
|
|
3560
3560
|
|
|
3561
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3561
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/login/access-token.ts)_
|
|
3562
3562
|
|
|
3563
3563
|
## `sf org login device`
|
|
3564
3564
|
|
|
@@ -3618,7 +3618,7 @@ FLAG DESCRIPTIONS
|
|
|
3618
3618
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3619
3619
|
```
|
|
3620
3620
|
|
|
3621
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3621
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/login/device.ts)_
|
|
3622
3622
|
|
|
3623
3623
|
## `sf org login jwt`
|
|
3624
3624
|
|
|
@@ -3709,7 +3709,7 @@ FLAG DESCRIPTIONS
|
|
|
3709
3709
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3710
3710
|
```
|
|
3711
3711
|
|
|
3712
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3712
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/login/jwt.ts)_
|
|
3713
3713
|
|
|
3714
3714
|
## `sf org login sfdx-url`
|
|
3715
3715
|
|
|
@@ -3774,7 +3774,7 @@ EXAMPLES
|
|
|
3774
3774
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3775
3775
|
```
|
|
3776
3776
|
|
|
3777
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3777
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/login/sfdx-url.ts)_
|
|
3778
3778
|
|
|
3779
3779
|
## `sf org login web`
|
|
3780
3780
|
|
|
@@ -3861,7 +3861,7 @@ FLAG DESCRIPTIONS
|
|
|
3861
3861
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3862
3862
|
```
|
|
3863
3863
|
|
|
3864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/login/web.ts)_
|
|
3865
3865
|
|
|
3866
3866
|
## `sf org logout`
|
|
3867
3867
|
|
|
@@ -3922,7 +3922,7 @@ FLAG DESCRIPTIONS
|
|
|
3922
3922
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3923
3923
|
```
|
|
3924
3924
|
|
|
3925
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3925
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.33/src/commands/org/logout.ts)_
|
|
3926
3926
|
|
|
3927
3927
|
## `sf org open`
|
|
3928
3928
|
|
|
@@ -3994,7 +3994,7 @@ EXAMPLES
|
|
|
3994
3994
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3995
3995
|
```
|
|
3996
3996
|
|
|
3997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
3997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/open.ts)_
|
|
3998
3998
|
|
|
3999
3999
|
## `sf org refresh sandbox`
|
|
4000
4000
|
|
|
@@ -4073,7 +4073,7 @@ FLAG DESCRIPTIONS
|
|
|
4073
4073
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4074
4074
|
```
|
|
4075
4075
|
|
|
4076
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
4076
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/refresh/sandbox.ts)_
|
|
4077
4077
|
|
|
4078
4078
|
## `sf org resume sandbox`
|
|
4079
4079
|
|
|
@@ -4136,7 +4136,7 @@ FLAG DESCRIPTIONS
|
|
|
4136
4136
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4137
4137
|
```
|
|
4138
4138
|
|
|
4139
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
4139
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/resume/sandbox.ts)_
|
|
4140
4140
|
|
|
4141
4141
|
## `sf org resume scratch`
|
|
4142
4142
|
|
|
@@ -4183,7 +4183,7 @@ FLAG DESCRIPTIONS
|
|
|
4183
4183
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4184
4184
|
```
|
|
4185
4185
|
|
|
4186
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.
|
|
4186
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.4/src/commands/org/resume/scratch.ts)_
|
|
4187
4187
|
|
|
4188
4188
|
## `sf package create`
|
|
4189
4189
|
|
|
@@ -5419,7 +5419,7 @@ EXAMPLES
|
|
|
5419
5419
|
$ sf plugins
|
|
5420
5420
|
```
|
|
5421
5421
|
|
|
5422
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5422
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/index.ts)_
|
|
5423
5423
|
|
|
5424
5424
|
## `sf plugins discover`
|
|
5425
5425
|
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/inspect.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins install PLUGIN`
|
|
5470
5470
|
|
|
@@ -5513,7 +5513,7 @@ EXAMPLES
|
|
|
5513
5513
|
$ sf plugins install someuser/someplugin
|
|
5514
5514
|
```
|
|
5515
5515
|
|
|
5516
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5516
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/install.ts)_
|
|
5517
5517
|
|
|
5518
5518
|
## `sf plugins link PATH`
|
|
5519
5519
|
|
|
@@ -5543,7 +5543,7 @@ EXAMPLES
|
|
|
5543
5543
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5544
5544
|
```
|
|
5545
5545
|
|
|
5546
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5546
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/link.ts)_
|
|
5547
5547
|
|
|
5548
5548
|
## `sf plugins reset`
|
|
5549
5549
|
|
|
@@ -5558,7 +5558,7 @@ FLAGS
|
|
|
5558
5558
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5559
5559
|
```
|
|
5560
5560
|
|
|
5561
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5561
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/reset.ts)_
|
|
5562
5562
|
|
|
5563
5563
|
## `sf plugins trust verify`
|
|
5564
5564
|
|
|
@@ -5615,7 +5615,7 @@ EXAMPLES
|
|
|
5615
5615
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5616
5616
|
```
|
|
5617
5617
|
|
|
5618
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5618
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/uninstall.ts)_
|
|
5619
5619
|
|
|
5620
5620
|
## `sf plugins update`
|
|
5621
5621
|
|
|
@@ -5633,7 +5633,7 @@ DESCRIPTION
|
|
|
5633
5633
|
Update installed plugins.
|
|
5634
5634
|
```
|
|
5635
5635
|
|
|
5636
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.
|
|
5636
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.4/src/commands/plugins/update.ts)_
|
|
5637
5637
|
|
|
5638
5638
|
## `sf project convert mdapi`
|
|
5639
5639
|
|
|
@@ -5696,7 +5696,7 @@ FLAG DESCRIPTIONS
|
|
|
5696
5696
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5697
5697
|
```
|
|
5698
5698
|
|
|
5699
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5699
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/mdapi.ts)_
|
|
5700
5700
|
|
|
5701
5701
|
## `sf project convert source`
|
|
5702
5702
|
|
|
@@ -5708,7 +5708,7 @@ USAGE
|
|
|
5708
5708
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5709
5709
|
|
|
5710
5710
|
FLAGS
|
|
5711
|
-
-d, --output-dir=<value> [default:
|
|
5711
|
+
-d, --output-dir=<value> [default: metadataPackage_1720244914297] Output directory to store the Metadata
|
|
5712
5712
|
API–formatted files in.
|
|
5713
5713
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5714
5714
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5769,7 +5769,7 @@ FLAG DESCRIPTIONS
|
|
|
5769
5769
|
Override the api version used for api requests made by this command
|
|
5770
5770
|
```
|
|
5771
5771
|
|
|
5772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/source.ts)_
|
|
5773
5773
|
|
|
5774
5774
|
## `sf project convert source-behavior`
|
|
5775
5775
|
|
|
@@ -5826,7 +5826,7 @@ EXAMPLES
|
|
|
5826
5826
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5827
5827
|
```
|
|
5828
5828
|
|
|
5829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/convert/source-behavior.ts)_
|
|
5830
5830
|
|
|
5831
5831
|
## `sf project delete source`
|
|
5832
5832
|
|
|
@@ -5966,7 +5966,7 @@ FLAG DESCRIPTIONS
|
|
|
5966
5966
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5967
5967
|
```
|
|
5968
5968
|
|
|
5969
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/delete/source.ts)_
|
|
5970
5970
|
|
|
5971
5971
|
## `sf project delete tracking`
|
|
5972
5972
|
|
|
@@ -6003,7 +6003,7 @@ EXAMPLES
|
|
|
6003
6003
|
$ sf project delete tracking --target-org my-scratch
|
|
6004
6004
|
```
|
|
6005
6005
|
|
|
6006
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6006
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/delete/tracking.ts)_
|
|
6007
6007
|
|
|
6008
6008
|
## `sf project deploy cancel`
|
|
6009
6009
|
|
|
@@ -6075,7 +6075,7 @@ FLAG DESCRIPTIONS
|
|
|
6075
6075
|
project deploy report".
|
|
6076
6076
|
```
|
|
6077
6077
|
|
|
6078
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6078
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/cancel.ts)_
|
|
6079
6079
|
|
|
6080
6080
|
## `sf project deploy preview`
|
|
6081
6081
|
|
|
@@ -6158,7 +6158,7 @@ FLAG DESCRIPTIONS
|
|
|
6158
6158
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6159
6159
|
```
|
|
6160
6160
|
|
|
6161
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6161
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/preview.ts)_
|
|
6162
6162
|
|
|
6163
6163
|
## `sf project deploy quick`
|
|
6164
6164
|
|
|
@@ -6251,7 +6251,7 @@ ERROR CODES
|
|
|
6251
6251
|
Canceling (69) The deploy is being canceled.
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6254
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/quick.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf project deploy report`
|
|
6257
6257
|
|
|
@@ -6343,7 +6343,7 @@ FLAG DESCRIPTIONS
|
|
|
6343
6343
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6344
6344
|
```
|
|
6345
6345
|
|
|
6346
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6346
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/report.ts)_
|
|
6347
6347
|
|
|
6348
6348
|
## `sf project deploy resume`
|
|
6349
6349
|
|
|
@@ -6440,7 +6440,7 @@ ERROR CODES
|
|
|
6440
6440
|
Canceling (69) The deploy is being canceled.
|
|
6441
6441
|
```
|
|
6442
6442
|
|
|
6443
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6443
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/resume.ts)_
|
|
6444
6444
|
|
|
6445
6445
|
## `sf project deploy start`
|
|
6446
6446
|
|
|
@@ -6693,7 +6693,7 @@ ERROR CODES
|
|
|
6693
6693
|
Canceling (69) The deploy is being canceled.
|
|
6694
6694
|
```
|
|
6695
6695
|
|
|
6696
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6696
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/start.ts)_
|
|
6697
6697
|
|
|
6698
6698
|
## `sf project deploy validate`
|
|
6699
6699
|
|
|
@@ -6883,7 +6883,7 @@ ERROR CODES
|
|
|
6883
6883
|
Canceling (69) The deploy is being canceled.
|
|
6884
6884
|
```
|
|
6885
6885
|
|
|
6886
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6886
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/deploy/validate.ts)_
|
|
6887
6887
|
|
|
6888
6888
|
## `sf project generate`
|
|
6889
6889
|
|
|
@@ -6988,7 +6988,7 @@ FLAG DESCRIPTIONS
|
|
|
6988
6988
|
Override the api version used for api requests made by this command
|
|
6989
6989
|
```
|
|
6990
6990
|
|
|
6991
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
6991
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/project/generate.ts)_
|
|
6992
6992
|
|
|
6993
6993
|
## `sf project generate manifest`
|
|
6994
6994
|
|
|
@@ -7065,7 +7065,7 @@ EXAMPLES
|
|
|
7065
7065
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7066
7066
|
```
|
|
7067
7067
|
|
|
7068
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7068
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/generate/manifest.ts)_
|
|
7069
7069
|
|
|
7070
7070
|
## `sf project list ignored`
|
|
7071
7071
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf project list ignored --source-dir package.xml
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7110
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/list/ignored.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf project reset tracking`
|
|
7113
7113
|
|
|
@@ -7156,7 +7156,7 @@ EXAMPLES
|
|
|
7156
7156
|
$ sf project reset tracking --revision 30
|
|
7157
7157
|
```
|
|
7158
7158
|
|
|
7159
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7159
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/reset/tracking.ts)_
|
|
7160
7160
|
|
|
7161
7161
|
## `sf project retrieve preview`
|
|
7162
7162
|
|
|
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7210
7210
|
production orgs.
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7213
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/retrieve/preview.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf project retrieve start`
|
|
7216
7216
|
|
|
@@ -7377,7 +7377,7 @@ ENVIRONMENT VARIABLES
|
|
|
7377
7377
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7378
7378
|
```
|
|
7379
7379
|
|
|
7380
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.13/src/commands/project/retrieve/start.ts)_
|
|
7381
7381
|
|
|
7382
7382
|
## `sf schema generate field`
|
|
7383
7383
|
|
|
@@ -7431,7 +7431,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7431
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7432
7432
|
```
|
|
7433
7433
|
|
|
7434
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7434
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.19/src/commands/schema/generate/field.ts)_
|
|
7435
7435
|
|
|
7436
7436
|
## `sf schema generate platformevent`
|
|
7437
7437
|
|
|
@@ -7463,7 +7463,7 @@ EXAMPLES
|
|
|
7463
7463
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7464
7464
|
```
|
|
7465
7465
|
|
|
7466
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7466
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.19/src/commands/schema/generate/platformevent.ts)_
|
|
7467
7467
|
|
|
7468
7468
|
## `sf schema generate sobject`
|
|
7469
7469
|
|
|
@@ -7520,7 +7520,7 @@ FLAG DESCRIPTIONS
|
|
|
7520
7520
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7521
7521
|
```
|
|
7522
7522
|
|
|
7523
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7523
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.19/src/commands/schema/generate/sobject.ts)_
|
|
7524
7524
|
|
|
7525
7525
|
## `sf schema generate tab`
|
|
7526
7526
|
|
|
@@ -7568,7 +7568,7 @@ FLAG DESCRIPTIONS
|
|
|
7568
7568
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7569
7569
|
```
|
|
7570
7570
|
|
|
7571
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7571
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.19/src/commands/schema/generate/tab.ts)_
|
|
7572
7572
|
|
|
7573
7573
|
## `sf search`
|
|
7574
7574
|
|
|
@@ -7584,7 +7584,7 @@ DESCRIPTION
|
|
|
7584
7584
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7585
7585
|
```
|
|
7586
7586
|
|
|
7587
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
7587
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.2/src/commands/search.ts)_
|
|
7588
7588
|
|
|
7589
7589
|
## `sf sobject describe`
|
|
7590
7590
|
|
|
@@ -7631,7 +7631,7 @@ EXAMPLES
|
|
|
7631
7631
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7632
7632
|
```
|
|
7633
7633
|
|
|
7634
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7634
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.19/src/commands/sobject/describe.ts)_
|
|
7635
7635
|
|
|
7636
7636
|
## `sf sobject list`
|
|
7637
7637
|
|
|
@@ -7670,7 +7670,7 @@ EXAMPLES
|
|
|
7670
7670
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7671
7671
|
```
|
|
7672
7672
|
|
|
7673
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7673
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.19/src/commands/sobject/list.ts)_
|
|
7674
7674
|
|
|
7675
7675
|
## `sf static-resource generate`
|
|
7676
7676
|
|
|
@@ -7732,7 +7732,7 @@ FLAG DESCRIPTIONS
|
|
|
7732
7732
|
etc.
|
|
7733
7733
|
```
|
|
7734
7734
|
|
|
7735
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7735
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/static-resource/generate.ts)_
|
|
7736
7736
|
|
|
7737
7737
|
## `sf update [CHANNEL]`
|
|
7738
7738
|
|
|
@@ -7769,7 +7769,7 @@ EXAMPLES
|
|
|
7769
7769
|
$ sf update --available
|
|
7770
7770
|
```
|
|
7771
7771
|
|
|
7772
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.
|
|
7772
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.7/src/commands/update.ts)_
|
|
7773
7773
|
|
|
7774
7774
|
## `sf version`
|
|
7775
7775
|
|
|
@@ -7789,7 +7789,7 @@ FLAG DESCRIPTIONS
|
|
|
7789
7789
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7790
7790
|
```
|
|
7791
7791
|
|
|
7792
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7792
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.6/src/commands/version.ts)_
|
|
7793
7793
|
|
|
7794
7794
|
## `sf visualforce generate component`
|
|
7795
7795
|
|
|
@@ -7845,7 +7845,7 @@ FLAG DESCRIPTIONS
|
|
|
7845
7845
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7846
7846
|
```
|
|
7847
7847
|
|
|
7848
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7848
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/visualforce/generate/component.ts)_
|
|
7849
7849
|
|
|
7850
7850
|
## `sf visualforce generate page`
|
|
7851
7851
|
|
|
@@ -7895,7 +7895,7 @@ FLAG DESCRIPTIONS
|
|
|
7895
7895
|
The name can be up to 40 characters and must start with a letter.
|
|
7896
7896
|
```
|
|
7897
7897
|
|
|
7898
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7898
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.2/src/commands/visualforce/generate/page.ts)_
|
|
7899
7899
|
|
|
7900
7900
|
## `sf which`
|
|
7901
7901
|
|
|
@@ -7929,6 +7929,6 @@ EXAMPLES
|
|
|
7929
7929
|
$ sf which "foo bar baz"
|
|
7930
7930
|
```
|
|
7931
7931
|
|
|
7932
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
7932
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.6/src/commands/which.ts)_
|
|
7933
7933
|
|
|
7934
7934
|
<!-- commandsstop -->
|