@salesforce/cli 2.66.3 → 2.66.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 +76 -76
- package/npm-shrinkwrap.json +89 -177
- package/oclif.lock +92 -108
- package/oclif.manifest.json +1 -1
- 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.66.
|
|
27
|
+
@salesforce/cli/2.66.4 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
|
|
|
343
343
|
directory.
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
346
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/analytics/generate/template.ts)_
|
|
347
347
|
|
|
348
348
|
## `sf apex generate class`
|
|
349
349
|
|
|
@@ -402,7 +402,7 @@ FLAG DESCRIPTIONS
|
|
|
402
402
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
405
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/apex/generate/class.ts)_
|
|
406
406
|
|
|
407
407
|
## `sf apex generate trigger`
|
|
408
408
|
|
|
@@ -471,7 +471,7 @@ FLAG DESCRIPTIONS
|
|
|
471
471
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
474
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/apex/generate/trigger.ts)_
|
|
475
475
|
|
|
476
476
|
## `sf apex get log`
|
|
477
477
|
|
|
@@ -527,7 +527,7 @@ FLAG DESCRIPTIONS
|
|
|
527
527
|
directory.
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
530
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/get/log.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf apex get test`
|
|
533
533
|
|
|
@@ -587,7 +587,7 @@ EXAMPLES
|
|
|
587
587
|
me@myorg'
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
590
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/get/test.ts)_
|
|
591
591
|
|
|
592
592
|
## `sf apex list log`
|
|
593
593
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ sf apex list log --target-org me@my.org
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
630
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/list/log.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf apex run`
|
|
633
633
|
|
|
@@ -674,7 +674,7 @@ EXAMPLES
|
|
|
674
674
|
$ sf apex run
|
|
675
675
|
```
|
|
676
676
|
|
|
677
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
677
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/run.ts)_
|
|
678
678
|
|
|
679
679
|
## `sf apex run test`
|
|
680
680
|
|
|
@@ -814,7 +814,7 @@ FLAG DESCRIPTIONS
|
|
|
814
814
|
--tests Test1 --tests Test2
|
|
815
815
|
```
|
|
816
816
|
|
|
817
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
817
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/run/test.ts)_
|
|
818
818
|
|
|
819
819
|
## `sf apex tail log`
|
|
820
820
|
|
|
@@ -857,7 +857,7 @@ EXAMPLES
|
|
|
857
857
|
$ sf apex tail log --color --skip-trace-flag
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.
|
|
860
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/tail/log.ts)_
|
|
861
861
|
|
|
862
862
|
## `sf api request graphql`
|
|
863
863
|
|
|
@@ -1050,7 +1050,7 @@ EXAMPLES
|
|
|
1050
1050
|
$ sf autocomplete --refresh-cache
|
|
1051
1051
|
```
|
|
1052
1052
|
|
|
1053
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1053
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.8/src/commands/autocomplete/index.ts)_
|
|
1054
1054
|
|
|
1055
1055
|
## `sf commands`
|
|
1056
1056
|
|
|
@@ -1332,7 +1332,7 @@ EXAMPLES
|
|
|
1332
1332
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1335
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/bulk/results.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `sf data create file`
|
|
1338
1338
|
|
|
@@ -1381,7 +1381,7 @@ EXAMPLES
|
|
|
1381
1381
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1382
1382
|
```
|
|
1383
1383
|
|
|
1384
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1384
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/create/file.ts)_
|
|
1385
1385
|
|
|
1386
1386
|
## `sf data create record`
|
|
1387
1387
|
|
|
@@ -1437,7 +1437,7 @@ EXAMPLES
|
|
|
1437
1437
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1438
1438
|
```
|
|
1439
1439
|
|
|
1440
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1440
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/create/record.ts)_
|
|
1441
1441
|
|
|
1442
1442
|
## `sf data delete bulk`
|
|
1443
1443
|
|
|
@@ -1495,7 +1495,7 @@ FLAG DESCRIPTIONS
|
|
|
1495
1495
|
and can be enabled only by a system administrator.
|
|
1496
1496
|
```
|
|
1497
1497
|
|
|
1498
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1498
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/delete/bulk.ts)_
|
|
1499
1499
|
|
|
1500
1500
|
## `sf data delete record`
|
|
1501
1501
|
|
|
@@ -1556,7 +1556,7 @@ EXAMPLES
|
|
|
1556
1556
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1557
1557
|
```
|
|
1558
1558
|
|
|
1559
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1559
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/delete/record.ts)_
|
|
1560
1560
|
|
|
1561
1561
|
## `sf data delete resume`
|
|
1562
1562
|
|
|
@@ -1595,7 +1595,7 @@ EXAMPLES
|
|
|
1595
1595
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1596
1596
|
```
|
|
1597
1597
|
|
|
1598
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1598
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/delete/resume.ts)_
|
|
1599
1599
|
|
|
1600
1600
|
## `sf data export bulk`
|
|
1601
1601
|
|
|
@@ -1669,7 +1669,7 @@ EXAMPLES
|
|
|
1669
1669
|
--result-format json --async
|
|
1670
1670
|
```
|
|
1671
1671
|
|
|
1672
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1672
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/export/bulk.ts)_
|
|
1673
1673
|
|
|
1674
1674
|
## `sf data export resume`
|
|
1675
1675
|
|
|
@@ -1705,7 +1705,7 @@ EXAMPLES
|
|
|
1705
1705
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1706
1706
|
```
|
|
1707
1707
|
|
|
1708
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1708
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/export/resume.ts)_
|
|
1709
1709
|
|
|
1710
1710
|
## `sf data export tree`
|
|
1711
1711
|
|
|
@@ -1766,7 +1766,7 @@ EXAMPLES
|
|
|
1766
1766
|
my-scratch
|
|
1767
1767
|
```
|
|
1768
1768
|
|
|
1769
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1769
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/export/tree.ts)_
|
|
1770
1770
|
|
|
1771
1771
|
## `sf data get record`
|
|
1772
1772
|
|
|
@@ -1830,7 +1830,7 @@ EXAMPLES
|
|
|
1830
1830
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1831
1831
|
```
|
|
1832
1832
|
|
|
1833
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1833
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/get/record.ts)_
|
|
1834
1834
|
|
|
1835
1835
|
## `sf data import bulk`
|
|
1836
1836
|
|
|
@@ -1888,7 +1888,7 @@ EXAMPLES
|
|
|
1888
1888
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1889
1889
|
```
|
|
1890
1890
|
|
|
1891
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1891
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/import/bulk.ts)_
|
|
1892
1892
|
|
|
1893
1893
|
## `sf data import resume`
|
|
1894
1894
|
|
|
@@ -1924,7 +1924,7 @@ EXAMPLES
|
|
|
1924
1924
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1925
1925
|
```
|
|
1926
1926
|
|
|
1927
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1927
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/import/resume.ts)_
|
|
1928
1928
|
|
|
1929
1929
|
## `sf data import tree`
|
|
1930
1930
|
|
|
@@ -1989,7 +1989,7 @@ FLAG DESCRIPTIONS
|
|
|
1989
1989
|
- files(array) - Files: An array of files paths to load
|
|
1990
1990
|
```
|
|
1991
1991
|
|
|
1992
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1992
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/import/tree.ts)_
|
|
1993
1993
|
|
|
1994
1994
|
## `sf data query`
|
|
1995
1995
|
|
|
@@ -2053,7 +2053,7 @@ EXAMPLES
|
|
|
2053
2053
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2054
2054
|
```
|
|
2055
2055
|
|
|
2056
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2056
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/query.ts)_
|
|
2057
2057
|
|
|
2058
2058
|
## `sf data query resume`
|
|
2059
2059
|
|
|
@@ -2091,7 +2091,7 @@ EXAMPLES
|
|
|
2091
2091
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2092
2092
|
```
|
|
2093
2093
|
|
|
2094
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2094
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/query/resume.ts)_
|
|
2095
2095
|
|
|
2096
2096
|
## `sf data resume`
|
|
2097
2097
|
|
|
@@ -2128,7 +2128,7 @@ EXAMPLES
|
|
|
2128
2128
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2129
2129
|
```
|
|
2130
2130
|
|
|
2131
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2131
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/resume.ts)_
|
|
2132
2132
|
|
|
2133
2133
|
## `sf data search`
|
|
2134
2134
|
|
|
@@ -2178,7 +2178,7 @@ EXAMPLES
|
|
|
2178
2178
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2179
2179
|
```
|
|
2180
2180
|
|
|
2181
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2181
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/search.ts)_
|
|
2182
2182
|
|
|
2183
2183
|
## `sf data update bulk`
|
|
2184
2184
|
|
|
@@ -2239,7 +2239,7 @@ EXAMPLES
|
|
|
2239
2239
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2240
2240
|
```
|
|
2241
2241
|
|
|
2242
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2242
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/update/bulk.ts)_
|
|
2243
2243
|
|
|
2244
2244
|
## `sf data update record`
|
|
2245
2245
|
|
|
@@ -2301,7 +2301,7 @@ EXAMPLES
|
|
|
2301
2301
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2302
2302
|
```
|
|
2303
2303
|
|
|
2304
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2304
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/update/record.ts)_
|
|
2305
2305
|
|
|
2306
2306
|
## `sf data update resume`
|
|
2307
2307
|
|
|
@@ -2337,7 +2337,7 @@ EXAMPLES
|
|
|
2337
2337
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2338
2338
|
```
|
|
2339
2339
|
|
|
2340
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2340
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/update/resume.ts)_
|
|
2341
2341
|
|
|
2342
2342
|
## `sf data upsert bulk`
|
|
2343
2343
|
|
|
@@ -2390,7 +2390,7 @@ EXAMPLES
|
|
|
2390
2390
|
my-scratch
|
|
2391
2391
|
```
|
|
2392
2392
|
|
|
2393
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2393
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/upsert/bulk.ts)_
|
|
2394
2394
|
|
|
2395
2395
|
## `sf data upsert resume`
|
|
2396
2396
|
|
|
@@ -2429,7 +2429,7 @@ EXAMPLES
|
|
|
2429
2429
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2430
2430
|
```
|
|
2431
2431
|
|
|
2432
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2432
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/data/upsert/resume.ts)_
|
|
2433
2433
|
|
|
2434
2434
|
## `sf doctor`
|
|
2435
2435
|
|
|
@@ -2477,7 +2477,7 @@ EXAMPLES
|
|
|
2477
2477
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2478
2478
|
```
|
|
2479
2479
|
|
|
2480
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2480
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.17/src/commands/doctor.ts)_
|
|
2481
2481
|
|
|
2482
2482
|
## `sf force data bulk delete`
|
|
2483
2483
|
|
|
@@ -2524,7 +2524,7 @@ EXAMPLES
|
|
|
2524
2524
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2525
2525
|
```
|
|
2526
2526
|
|
|
2527
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2527
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/force/data/bulk/delete.ts)_
|
|
2528
2528
|
|
|
2529
2529
|
## `sf force data bulk status`
|
|
2530
2530
|
|
|
@@ -2561,7 +2561,7 @@ EXAMPLES
|
|
|
2561
2561
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2562
2562
|
```
|
|
2563
2563
|
|
|
2564
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2564
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/force/data/bulk/status.ts)_
|
|
2565
2565
|
|
|
2566
2566
|
## `sf force data bulk upsert`
|
|
2567
2567
|
|
|
@@ -2619,7 +2619,7 @@ EXAMPLES
|
|
|
2619
2619
|
--target-org my-scratch
|
|
2620
2620
|
```
|
|
2621
2621
|
|
|
2622
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
2622
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.11.2/src/commands/force/data/bulk/upsert.ts)_
|
|
2623
2623
|
|
|
2624
2624
|
## `sf help [COMMAND]`
|
|
2625
2625
|
|
|
@@ -2679,7 +2679,7 @@ EXAMPLES
|
|
|
2679
2679
|
$ sf info releasenotes display --version latest
|
|
2680
2680
|
```
|
|
2681
2681
|
|
|
2682
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2682
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.17/src/commands/info/releasenotes/display.ts)_
|
|
2683
2683
|
|
|
2684
2684
|
## `sf lightning generate app`
|
|
2685
2685
|
|
|
@@ -2734,7 +2734,7 @@ FLAG DESCRIPTIONS
|
|
|
2734
2734
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2735
2735
|
```
|
|
2736
2736
|
|
|
2737
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2737
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/lightning/generate/app.ts)_
|
|
2738
2738
|
|
|
2739
2739
|
## `sf lightning generate component`
|
|
2740
2740
|
|
|
@@ -2803,7 +2803,7 @@ FLAG DESCRIPTIONS
|
|
|
2803
2803
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2804
2804
|
```
|
|
2805
2805
|
|
|
2806
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2806
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/lightning/generate/component.ts)_
|
|
2807
2807
|
|
|
2808
2808
|
## `sf lightning generate event`
|
|
2809
2809
|
|
|
@@ -2858,7 +2858,7 @@ FLAG DESCRIPTIONS
|
|
|
2858
2858
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2859
2859
|
```
|
|
2860
2860
|
|
|
2861
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2861
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/lightning/generate/event.ts)_
|
|
2862
2862
|
|
|
2863
2863
|
## `sf lightning generate interface`
|
|
2864
2864
|
|
|
@@ -2913,7 +2913,7 @@ FLAG DESCRIPTIONS
|
|
|
2913
2913
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2914
2914
|
```
|
|
2915
2915
|
|
|
2916
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2916
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/lightning/generate/interface.ts)_
|
|
2917
2917
|
|
|
2918
2918
|
## `sf lightning generate test`
|
|
2919
2919
|
|
|
@@ -2968,7 +2968,7 @@ FLAG DESCRIPTIONS
|
|
|
2968
2968
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2969
2969
|
```
|
|
2970
2970
|
|
|
2971
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2971
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/lightning/generate/test.ts)_
|
|
2972
2972
|
|
|
2973
2973
|
## `sf org assign permset`
|
|
2974
2974
|
|
|
@@ -3013,7 +3013,7 @@ EXAMPLES
|
|
|
3013
3013
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3014
3014
|
```
|
|
3015
3015
|
|
|
3016
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3016
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/assign/permset.ts)_
|
|
3017
3017
|
|
|
3018
3018
|
## `sf org assign permsetlicense`
|
|
3019
3019
|
|
|
@@ -3059,7 +3059,7 @@ EXAMPLES
|
|
|
3059
3059
|
user3
|
|
3060
3060
|
```
|
|
3061
3061
|
|
|
3062
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3062
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/assign/permsetlicense.ts)_
|
|
3063
3063
|
|
|
3064
3064
|
## `sf org create sandbox`
|
|
3065
3065
|
|
|
@@ -3188,7 +3188,7 @@ FLAG DESCRIPTIONS
|
|
|
3188
3188
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3189
3189
|
```
|
|
3190
3190
|
|
|
3191
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3191
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/create/sandbox.ts)_
|
|
3192
3192
|
|
|
3193
3193
|
## `sf org create scratch`
|
|
3194
3194
|
|
|
@@ -3342,7 +3342,7 @@ FLAG DESCRIPTIONS
|
|
|
3342
3342
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3343
3343
|
```
|
|
3344
3344
|
|
|
3345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3345
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/create/scratch.ts)_
|
|
3346
3346
|
|
|
3347
3347
|
## `sf org create user`
|
|
3348
3348
|
|
|
@@ -3450,7 +3450,7 @@ FLAG DESCRIPTIONS
|
|
|
3450
3450
|
might be different than what you specify in the definition file.
|
|
3451
3451
|
```
|
|
3452
3452
|
|
|
3453
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3453
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/create/user.ts)_
|
|
3454
3454
|
|
|
3455
3455
|
## `sf org delete sandbox`
|
|
3456
3456
|
|
|
@@ -3496,7 +3496,7 @@ EXAMPLES
|
|
|
3496
3496
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3497
3497
|
```
|
|
3498
3498
|
|
|
3499
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3499
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/delete/sandbox.ts)_
|
|
3500
3500
|
|
|
3501
3501
|
## `sf org delete scratch`
|
|
3502
3502
|
|
|
@@ -3540,7 +3540,7 @@ EXAMPLES
|
|
|
3540
3540
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3541
3541
|
```
|
|
3542
3542
|
|
|
3543
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3543
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/delete/scratch.ts)_
|
|
3544
3544
|
|
|
3545
3545
|
## `sf org disable tracking`
|
|
3546
3546
|
|
|
@@ -3579,7 +3579,7 @@ EXAMPLES
|
|
|
3579
3579
|
$ sf org disable tracking
|
|
3580
3580
|
```
|
|
3581
3581
|
|
|
3582
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3582
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/disable/tracking.ts)_
|
|
3583
3583
|
|
|
3584
3584
|
## `sf org display`
|
|
3585
3585
|
|
|
@@ -3624,7 +3624,7 @@ EXAMPLES
|
|
|
3624
3624
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3625
3625
|
```
|
|
3626
3626
|
|
|
3627
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3627
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/display.ts)_
|
|
3628
3628
|
|
|
3629
3629
|
## `sf org display user`
|
|
3630
3630
|
|
|
@@ -3663,7 +3663,7 @@ EXAMPLES
|
|
|
3663
3663
|
$ sf org display user --target-org me@my.org --json
|
|
3664
3664
|
```
|
|
3665
3665
|
|
|
3666
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3666
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/display/user.ts)_
|
|
3667
3667
|
|
|
3668
3668
|
## `sf org enable tracking`
|
|
3669
3669
|
|
|
@@ -3705,7 +3705,7 @@ EXAMPLES
|
|
|
3705
3705
|
$ sf org enable tracking
|
|
3706
3706
|
```
|
|
3707
3707
|
|
|
3708
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3708
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/enable/tracking.ts)_
|
|
3709
3709
|
|
|
3710
3710
|
## `sf org generate password`
|
|
3711
3711
|
|
|
@@ -3772,7 +3772,7 @@ EXAMPLES
|
|
|
3772
3772
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3773
3773
|
```
|
|
3774
3774
|
|
|
3775
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3775
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/generate/password.ts)_
|
|
3776
3776
|
|
|
3777
3777
|
## `sf org list`
|
|
3778
3778
|
|
|
@@ -3811,7 +3811,7 @@ EXAMPLES
|
|
|
3811
3811
|
$ sf org list --clean
|
|
3812
3812
|
```
|
|
3813
3813
|
|
|
3814
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3814
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/list.ts)_
|
|
3815
3815
|
|
|
3816
3816
|
## `sf org list auth`
|
|
3817
3817
|
|
|
@@ -3883,7 +3883,7 @@ EXAMPLES
|
|
|
3883
3883
|
$ sf org list limits --target-org my-scratch-org
|
|
3884
3884
|
```
|
|
3885
3885
|
|
|
3886
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3886
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.38/src/commands/org/list/limits.ts)_
|
|
3887
3887
|
|
|
3888
3888
|
## `sf org list metadata`
|
|
3889
3889
|
|
|
@@ -3950,7 +3950,7 @@ FLAG DESCRIPTIONS
|
|
|
3950
3950
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3951
3951
|
```
|
|
3952
3952
|
|
|
3953
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
3953
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/list/metadata.ts)_
|
|
3954
3954
|
|
|
3955
3955
|
## `sf org list metadata-types`
|
|
3956
3956
|
|
|
@@ -4005,7 +4005,7 @@ FLAG DESCRIPTIONS
|
|
|
4005
4005
|
Override the api version used for api requests made by this command
|
|
4006
4006
|
```
|
|
4007
4007
|
|
|
4008
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4008
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/list/metadata-types.ts)_
|
|
4009
4009
|
|
|
4010
4010
|
## `sf org list sobject record-counts`
|
|
4011
4011
|
|
|
@@ -4051,7 +4051,7 @@ EXAMPLES
|
|
|
4051
4051
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4052
4052
|
```
|
|
4053
4053
|
|
|
4054
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4054
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.38/src/commands/org/list/sobject/record-counts.ts)_
|
|
4055
4055
|
|
|
4056
4056
|
## `sf org list users`
|
|
4057
4057
|
|
|
@@ -4089,7 +4089,7 @@ EXAMPLES
|
|
|
4089
4089
|
$ sf org list users --target-org me@my.org
|
|
4090
4090
|
```
|
|
4091
4091
|
|
|
4092
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4092
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.2/src/commands/org/list/users.ts)_
|
|
4093
4093
|
|
|
4094
4094
|
## `sf org login access-token`
|
|
4095
4095
|
|
|
@@ -4588,7 +4588,7 @@ EXAMPLES
|
|
|
4588
4588
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4589
4589
|
```
|
|
4590
4590
|
|
|
4591
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4591
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/open.ts)_
|
|
4592
4592
|
|
|
4593
4593
|
## `sf org refresh sandbox`
|
|
4594
4594
|
|
|
@@ -4665,7 +4665,7 @@ FLAG DESCRIPTIONS
|
|
|
4665
4665
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4666
4666
|
```
|
|
4667
4667
|
|
|
4668
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4668
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/refresh/sandbox.ts)_
|
|
4669
4669
|
|
|
4670
4670
|
## `sf org resume sandbox`
|
|
4671
4671
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/resume/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume scratch`
|
|
4734
4734
|
|
|
@@ -4775,7 +4775,7 @@ FLAG DESCRIPTIONS
|
|
|
4775
4775
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4776
4776
|
```
|
|
4777
4777
|
|
|
4778
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.
|
|
4778
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.1.2/src/commands/org/resume/scratch.ts)_
|
|
4779
4779
|
|
|
4780
4780
|
## `sf package create`
|
|
4781
4781
|
|
|
@@ -6040,7 +6040,7 @@ EXAMPLES
|
|
|
6040
6040
|
$ sf plugins discover
|
|
6041
6041
|
```
|
|
6042
6042
|
|
|
6043
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
6043
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.4/src/commands/plugins/discover.ts)_
|
|
6044
6044
|
|
|
6045
6045
|
## `sf plugins:inspect PLUGIN...`
|
|
6046
6046
|
|
|
@@ -6191,7 +6191,7 @@ EXAMPLES
|
|
|
6191
6191
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6192
6192
|
```
|
|
6193
6193
|
|
|
6194
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6194
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.39/src/commands/plugins/trust/verify.ts)_
|
|
6195
6195
|
|
|
6196
6196
|
## `sf plugins uninstall [PLUGIN]`
|
|
6197
6197
|
|
|
@@ -7593,7 +7593,7 @@ FLAG DESCRIPTIONS
|
|
|
7593
7593
|
Override the api version used for api requests made by this command
|
|
7594
7594
|
```
|
|
7595
7595
|
|
|
7596
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7596
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/project/generate.ts)_
|
|
7597
7597
|
|
|
7598
7598
|
## `sf project generate manifest`
|
|
7599
7599
|
|
|
@@ -8199,7 +8199,7 @@ DESCRIPTION
|
|
|
8199
8199
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8200
8200
|
```
|
|
8201
8201
|
|
|
8202
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8202
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.14/src/commands/search.ts)_
|
|
8203
8203
|
|
|
8204
8204
|
## `sf sobject describe`
|
|
8205
8205
|
|
|
@@ -8246,7 +8246,7 @@ EXAMPLES
|
|
|
8246
8246
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8247
8247
|
```
|
|
8248
8248
|
|
|
8249
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8249
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.40/src/commands/sobject/describe.ts)_
|
|
8250
8250
|
|
|
8251
8251
|
## `sf sobject list`
|
|
8252
8252
|
|
|
@@ -8285,7 +8285,7 @@ EXAMPLES
|
|
|
8285
8285
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8286
8286
|
```
|
|
8287
8287
|
|
|
8288
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8288
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.40/src/commands/sobject/list.ts)_
|
|
8289
8289
|
|
|
8290
8290
|
## `sf static-resource generate`
|
|
8291
8291
|
|
|
@@ -8347,7 +8347,7 @@ FLAG DESCRIPTIONS
|
|
|
8347
8347
|
etc.
|
|
8348
8348
|
```
|
|
8349
8349
|
|
|
8350
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8350
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/static-resource/generate.ts)_
|
|
8351
8351
|
|
|
8352
8352
|
## `sf update [CHANNEL]`
|
|
8353
8353
|
|
|
@@ -8385,7 +8385,7 @@ EXAMPLES
|
|
|
8385
8385
|
$ sf update --available
|
|
8386
8386
|
```
|
|
8387
8387
|
|
|
8388
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8388
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.10/src/commands/update.ts)_
|
|
8389
8389
|
|
|
8390
8390
|
## `sf version`
|
|
8391
8391
|
|
|
@@ -8461,7 +8461,7 @@ FLAG DESCRIPTIONS
|
|
|
8461
8461
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8462
8462
|
```
|
|
8463
8463
|
|
|
8464
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8464
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/visualforce/generate/component.ts)_
|
|
8465
8465
|
|
|
8466
8466
|
## `sf visualforce generate page`
|
|
8467
8467
|
|
|
@@ -8511,7 +8511,7 @@ FLAG DESCRIPTIONS
|
|
|
8511
8511
|
The name can be up to 40 characters and must start with a letter.
|
|
8512
8512
|
```
|
|
8513
8513
|
|
|
8514
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8514
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.27/src/commands/visualforce/generate/page.ts)_
|
|
8515
8515
|
|
|
8516
8516
|
## `sf which`
|
|
8517
8517
|
|
|
@@ -8545,7 +8545,7 @@ EXAMPLES
|
|
|
8545
8545
|
$ sf which "foo bar baz"
|
|
8546
8546
|
```
|
|
8547
8547
|
|
|
8548
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8548
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.17/src/commands/which.ts)_
|
|
8549
8549
|
|
|
8550
8550
|
<!-- commandsstop -->
|
|
8551
8551
|
|