@salesforce/cli 2.93.3 → 2.93.6
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 +117 -120
- package/npm-shrinkwrap.json +69 -68
- package/oclif.lock +70 -69
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
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.93.
|
|
28
|
+
@salesforce/cli/2.93.6 linux-x64 node-v22.16.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -868,7 +868,7 @@ EXAMPLES
|
|
|
868
868
|
$ sf alias list
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
871
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/alias/list.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf alias set`
|
|
874
874
|
|
|
@@ -917,7 +917,7 @@ EXAMPLES
|
|
|
917
917
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
920
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/alias/set.ts)_
|
|
921
921
|
|
|
922
922
|
## `sf alias unset`
|
|
923
923
|
|
|
@@ -957,7 +957,7 @@ EXAMPLES
|
|
|
957
957
|
$ sf alias unset --all [--no-prompt]
|
|
958
958
|
```
|
|
959
959
|
|
|
960
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
960
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/alias/unset.ts)_
|
|
961
961
|
|
|
962
962
|
## `sf analytics generate template`
|
|
963
963
|
|
|
@@ -999,7 +999,7 @@ FLAG DESCRIPTIONS
|
|
|
999
999
|
directory.
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1002
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/analytics/generate/template.ts)_
|
|
1003
1003
|
|
|
1004
1004
|
## `sf apex generate class`
|
|
1005
1005
|
|
|
@@ -1058,7 +1058,7 @@ FLAG DESCRIPTIONS
|
|
|
1058
1058
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1059
1059
|
```
|
|
1060
1060
|
|
|
1061
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1061
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/apex/generate/class.ts)_
|
|
1062
1062
|
|
|
1063
1063
|
## `sf apex generate trigger`
|
|
1064
1064
|
|
|
@@ -1127,7 +1127,7 @@ FLAG DESCRIPTIONS
|
|
|
1127
1127
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1128
1128
|
```
|
|
1129
1129
|
|
|
1130
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1130
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/apex/generate/trigger.ts)_
|
|
1131
1131
|
|
|
1132
1132
|
## `sf apex get log`
|
|
1133
1133
|
|
|
@@ -1709,7 +1709,7 @@ EXAMPLES
|
|
|
1709
1709
|
$ sf autocomplete --refresh-cache
|
|
1710
1710
|
```
|
|
1711
1711
|
|
|
1712
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1712
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.30/src/commands/autocomplete/index.ts)_
|
|
1713
1713
|
|
|
1714
1714
|
## `sf commands`
|
|
1715
1715
|
|
|
@@ -1787,7 +1787,7 @@ CONFIGURATION VARIABLES
|
|
|
1787
1787
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1790
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/config/get.ts)_
|
|
1791
1791
|
|
|
1792
1792
|
## `sf config list`
|
|
1793
1793
|
|
|
@@ -1827,7 +1827,7 @@ EXAMPLES
|
|
|
1827
1827
|
$ sf config list
|
|
1828
1828
|
```
|
|
1829
1829
|
|
|
1830
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1830
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/config/list.ts)_
|
|
1831
1831
|
|
|
1832
1832
|
## `sf config set`
|
|
1833
1833
|
|
|
@@ -1896,7 +1896,7 @@ CONFIGURATION VARIABLES
|
|
|
1896
1896
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1897
1897
|
```
|
|
1898
1898
|
|
|
1899
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1899
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/config/set.ts)_
|
|
1900
1900
|
|
|
1901
1901
|
## `sf config unset`
|
|
1902
1902
|
|
|
@@ -1946,7 +1946,7 @@ CONFIGURATION VARIABLES
|
|
|
1946
1946
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1947
1947
|
```
|
|
1948
1948
|
|
|
1949
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1949
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.31/src/commands/config/unset.ts)_
|
|
1950
1950
|
|
|
1951
1951
|
## `sf data bulk results`
|
|
1952
1952
|
|
|
@@ -1991,7 +1991,7 @@ EXAMPLES
|
|
|
1991
1991
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1992
1992
|
```
|
|
1993
1993
|
|
|
1994
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1994
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/bulk/results.ts)_
|
|
1995
1995
|
|
|
1996
1996
|
## `sf data create file`
|
|
1997
1997
|
|
|
@@ -2040,7 +2040,7 @@ EXAMPLES
|
|
|
2040
2040
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2041
2041
|
```
|
|
2042
2042
|
|
|
2043
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2043
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/create/file.ts)_
|
|
2044
2044
|
|
|
2045
2045
|
## `sf data create record`
|
|
2046
2046
|
|
|
@@ -2096,7 +2096,7 @@ EXAMPLES
|
|
|
2096
2096
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2097
2097
|
```
|
|
2098
2098
|
|
|
2099
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2099
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/create/record.ts)_
|
|
2100
2100
|
|
|
2101
2101
|
## `sf data delete bulk`
|
|
2102
2102
|
|
|
@@ -2156,7 +2156,7 @@ FLAG DESCRIPTIONS
|
|
|
2156
2156
|
and can be enabled only by a system administrator.
|
|
2157
2157
|
```
|
|
2158
2158
|
|
|
2159
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2159
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/delete/bulk.ts)_
|
|
2160
2160
|
|
|
2161
2161
|
## `sf data delete record`
|
|
2162
2162
|
|
|
@@ -2217,7 +2217,7 @@ EXAMPLES
|
|
|
2217
2217
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2218
2218
|
```
|
|
2219
2219
|
|
|
2220
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2220
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/delete/record.ts)_
|
|
2221
2221
|
|
|
2222
2222
|
## `sf data delete resume`
|
|
2223
2223
|
|
|
@@ -2256,7 +2256,7 @@ EXAMPLES
|
|
|
2256
2256
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2257
2257
|
```
|
|
2258
2258
|
|
|
2259
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2259
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/delete/resume.ts)_
|
|
2260
2260
|
|
|
2261
2261
|
## `sf data export bulk`
|
|
2262
2262
|
|
|
@@ -2330,7 +2330,7 @@ EXAMPLES
|
|
|
2330
2330
|
--result-format json --async
|
|
2331
2331
|
```
|
|
2332
2332
|
|
|
2333
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2333
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/export/bulk.ts)_
|
|
2334
2334
|
|
|
2335
2335
|
## `sf data export resume`
|
|
2336
2336
|
|
|
@@ -2366,7 +2366,7 @@ EXAMPLES
|
|
|
2366
2366
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
2367
2367
|
```
|
|
2368
2368
|
|
|
2369
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2369
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/export/resume.ts)_
|
|
2370
2370
|
|
|
2371
2371
|
## `sf data export tree`
|
|
2372
2372
|
|
|
@@ -2426,7 +2426,7 @@ EXAMPLES
|
|
|
2426
2426
|
my-scratch
|
|
2427
2427
|
```
|
|
2428
2428
|
|
|
2429
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2429
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/export/tree.ts)_
|
|
2430
2430
|
|
|
2431
2431
|
## `sf data get record`
|
|
2432
2432
|
|
|
@@ -2490,7 +2490,7 @@ EXAMPLES
|
|
|
2490
2490
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2491
2491
|
```
|
|
2492
2492
|
|
|
2493
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2493
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/get/record.ts)_
|
|
2494
2494
|
|
|
2495
2495
|
## `sf data import bulk`
|
|
2496
2496
|
|
|
@@ -2548,7 +2548,7 @@ EXAMPLES
|
|
|
2548
2548
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
2549
2549
|
```
|
|
2550
2550
|
|
|
2551
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2551
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/import/bulk.ts)_
|
|
2552
2552
|
|
|
2553
2553
|
## `sf data import resume`
|
|
2554
2554
|
|
|
@@ -2584,7 +2584,7 @@ EXAMPLES
|
|
|
2584
2584
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2585
2585
|
```
|
|
2586
2586
|
|
|
2587
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2587
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/import/resume.ts)_
|
|
2588
2588
|
|
|
2589
2589
|
## `sf data import tree`
|
|
2590
2590
|
|
|
@@ -2648,7 +2648,7 @@ FLAG DESCRIPTIONS
|
|
|
2648
2648
|
- files(array) - Files: An array of files paths to load
|
|
2649
2649
|
```
|
|
2650
2650
|
|
|
2651
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2651
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/import/tree.ts)_
|
|
2652
2652
|
|
|
2653
2653
|
## `sf data query`
|
|
2654
2654
|
|
|
@@ -2701,7 +2701,7 @@ EXAMPLES
|
|
|
2701
2701
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2702
2702
|
```
|
|
2703
2703
|
|
|
2704
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2704
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/query.ts)_
|
|
2705
2705
|
|
|
2706
2706
|
## `sf data resume`
|
|
2707
2707
|
|
|
@@ -2738,7 +2738,7 @@ EXAMPLES
|
|
|
2738
2738
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2739
2739
|
```
|
|
2740
2740
|
|
|
2741
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2741
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/resume.ts)_
|
|
2742
2742
|
|
|
2743
2743
|
## `sf data search`
|
|
2744
2744
|
|
|
@@ -2788,7 +2788,7 @@ EXAMPLES
|
|
|
2788
2788
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2789
2789
|
```
|
|
2790
2790
|
|
|
2791
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2791
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/search.ts)_
|
|
2792
2792
|
|
|
2793
2793
|
## `sf data update bulk`
|
|
2794
2794
|
|
|
@@ -2849,7 +2849,7 @@ EXAMPLES
|
|
|
2849
2849
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2850
2850
|
```
|
|
2851
2851
|
|
|
2852
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/update/bulk.ts)_
|
|
2853
2853
|
|
|
2854
2854
|
## `sf data update record`
|
|
2855
2855
|
|
|
@@ -2911,7 +2911,7 @@ EXAMPLES
|
|
|
2911
2911
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2912
2912
|
```
|
|
2913
2913
|
|
|
2914
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2914
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/update/record.ts)_
|
|
2915
2915
|
|
|
2916
2916
|
## `sf data update resume`
|
|
2917
2917
|
|
|
@@ -2947,7 +2947,7 @@ EXAMPLES
|
|
|
2947
2947
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/update/resume.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf data upsert bulk`
|
|
2953
2953
|
|
|
@@ -3004,7 +3004,7 @@ EXAMPLES
|
|
|
3004
3004
|
my-scratch
|
|
3005
3005
|
```
|
|
3006
3006
|
|
|
3007
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3007
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/upsert/bulk.ts)_
|
|
3008
3008
|
|
|
3009
3009
|
## `sf data upsert resume`
|
|
3010
3010
|
|
|
@@ -3043,7 +3043,7 @@ EXAMPLES
|
|
|
3043
3043
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3044
3044
|
```
|
|
3045
3045
|
|
|
3046
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3046
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/data/upsert/resume.ts)_
|
|
3047
3047
|
|
|
3048
3048
|
## `sf doctor`
|
|
3049
3049
|
|
|
@@ -3091,7 +3091,7 @@ EXAMPLES
|
|
|
3091
3091
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3092
3092
|
```
|
|
3093
3093
|
|
|
3094
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3094
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.66/src/commands/doctor.ts)_
|
|
3095
3095
|
|
|
3096
3096
|
## `sf force data bulk delete`
|
|
3097
3097
|
|
|
@@ -3138,7 +3138,7 @@ EXAMPLES
|
|
|
3138
3138
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3139
3139
|
```
|
|
3140
3140
|
|
|
3141
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3141
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/force/data/bulk/delete.ts)_
|
|
3142
3142
|
|
|
3143
3143
|
## `sf force data bulk status`
|
|
3144
3144
|
|
|
@@ -3175,7 +3175,7 @@ EXAMPLES
|
|
|
3175
3175
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3176
3176
|
```
|
|
3177
3177
|
|
|
3178
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3178
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/force/data/bulk/status.ts)_
|
|
3179
3179
|
|
|
3180
3180
|
## `sf force data bulk upsert`
|
|
3181
3181
|
|
|
@@ -3233,7 +3233,7 @@ EXAMPLES
|
|
|
3233
3233
|
--target-org my-scratch
|
|
3234
3234
|
```
|
|
3235
3235
|
|
|
3236
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3236
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.39/src/commands/force/data/bulk/upsert.ts)_
|
|
3237
3237
|
|
|
3238
3238
|
## `sf help [COMMAND]`
|
|
3239
3239
|
|
|
@@ -3293,7 +3293,7 @@ EXAMPLES
|
|
|
3293
3293
|
$ sf info releasenotes display --version latest
|
|
3294
3294
|
```
|
|
3295
3295
|
|
|
3296
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3296
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.66/src/commands/info/releasenotes/display.ts)_
|
|
3297
3297
|
|
|
3298
3298
|
## `sf lightning generate app`
|
|
3299
3299
|
|
|
@@ -3348,7 +3348,7 @@ FLAG DESCRIPTIONS
|
|
|
3348
3348
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3349
3349
|
```
|
|
3350
3350
|
|
|
3351
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3351
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/lightning/generate/app.ts)_
|
|
3352
3352
|
|
|
3353
3353
|
## `sf lightning generate component`
|
|
3354
3354
|
|
|
@@ -3417,7 +3417,7 @@ FLAG DESCRIPTIONS
|
|
|
3417
3417
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3418
3418
|
```
|
|
3419
3419
|
|
|
3420
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3420
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/lightning/generate/component.ts)_
|
|
3421
3421
|
|
|
3422
3422
|
## `sf lightning generate event`
|
|
3423
3423
|
|
|
@@ -3472,7 +3472,7 @@ FLAG DESCRIPTIONS
|
|
|
3472
3472
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3473
3473
|
```
|
|
3474
3474
|
|
|
3475
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3475
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/lightning/generate/event.ts)_
|
|
3476
3476
|
|
|
3477
3477
|
## `sf lightning generate interface`
|
|
3478
3478
|
|
|
@@ -3527,7 +3527,7 @@ FLAG DESCRIPTIONS
|
|
|
3527
3527
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3528
3528
|
```
|
|
3529
3529
|
|
|
3530
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3530
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/lightning/generate/interface.ts)_
|
|
3531
3531
|
|
|
3532
3532
|
## `sf lightning generate test`
|
|
3533
3533
|
|
|
@@ -3582,7 +3582,7 @@ FLAG DESCRIPTIONS
|
|
|
3582
3582
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3583
3583
|
```
|
|
3584
3584
|
|
|
3585
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3585
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/lightning/generate/test.ts)_
|
|
3586
3586
|
|
|
3587
3587
|
## `sf org assign permset`
|
|
3588
3588
|
|
|
@@ -3804,7 +3804,7 @@ FLAG DESCRIPTIONS
|
|
|
3804
3804
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3805
3805
|
```
|
|
3806
3806
|
|
|
3807
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3807
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/create/sandbox.ts)_
|
|
3808
3808
|
|
|
3809
3809
|
## `sf org create scratch`
|
|
3810
3810
|
|
|
@@ -3986,7 +3986,7 @@ FLAG DESCRIPTIONS
|
|
|
3986
3986
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3987
3987
|
```
|
|
3988
3988
|
|
|
3989
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3989
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/create/scratch.ts)_
|
|
3990
3990
|
|
|
3991
3991
|
## `sf org create user`
|
|
3992
3992
|
|
|
@@ -4140,7 +4140,7 @@ EXAMPLES
|
|
|
4140
4140
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4141
4141
|
```
|
|
4142
4142
|
|
|
4143
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4143
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/delete/sandbox.ts)_
|
|
4144
4144
|
|
|
4145
4145
|
## `sf org delete scratch`
|
|
4146
4146
|
|
|
@@ -4184,7 +4184,7 @@ EXAMPLES
|
|
|
4184
4184
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4185
4185
|
```
|
|
4186
4186
|
|
|
4187
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4187
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/delete/scratch.ts)_
|
|
4188
4188
|
|
|
4189
4189
|
## `sf org disable tracking`
|
|
4190
4190
|
|
|
@@ -4223,7 +4223,7 @@ EXAMPLES
|
|
|
4223
4223
|
$ sf org disable tracking
|
|
4224
4224
|
```
|
|
4225
4225
|
|
|
4226
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4226
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/disable/tracking.ts)_
|
|
4227
4227
|
|
|
4228
4228
|
## `sf org display`
|
|
4229
4229
|
|
|
@@ -4268,7 +4268,7 @@ EXAMPLES
|
|
|
4268
4268
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4269
4269
|
```
|
|
4270
4270
|
|
|
4271
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4271
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/display.ts)_
|
|
4272
4272
|
|
|
4273
4273
|
## `sf org display user`
|
|
4274
4274
|
|
|
@@ -4349,7 +4349,7 @@ EXAMPLES
|
|
|
4349
4349
|
$ sf org enable tracking
|
|
4350
4350
|
```
|
|
4351
4351
|
|
|
4352
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4352
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/enable/tracking.ts)_
|
|
4353
4353
|
|
|
4354
4354
|
## `sf org generate password`
|
|
4355
4355
|
|
|
@@ -4455,7 +4455,7 @@ EXAMPLES
|
|
|
4455
4455
|
$ sf org list --clean
|
|
4456
4456
|
```
|
|
4457
4457
|
|
|
4458
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4458
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/list.ts)_
|
|
4459
4459
|
|
|
4460
4460
|
## `sf org list auth`
|
|
4461
4461
|
|
|
@@ -4487,7 +4487,7 @@ EXAMPLES
|
|
|
4487
4487
|
$ sf org list auth
|
|
4488
4488
|
```
|
|
4489
4489
|
|
|
4490
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4490
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/list/auth.ts)_
|
|
4491
4491
|
|
|
4492
4492
|
## `sf org list limits`
|
|
4493
4493
|
|
|
@@ -4594,7 +4594,7 @@ FLAG DESCRIPTIONS
|
|
|
4594
4594
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4595
4595
|
```
|
|
4596
4596
|
|
|
4597
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4597
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/list/metadata.ts)_
|
|
4598
4598
|
|
|
4599
4599
|
## `sf org list metadata-types`
|
|
4600
4600
|
|
|
@@ -4649,7 +4649,7 @@ FLAG DESCRIPTIONS
|
|
|
4649
4649
|
Override the api version used for api requests made by this command
|
|
4650
4650
|
```
|
|
4651
4651
|
|
|
4652
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4652
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/list/metadata-types.ts)_
|
|
4653
4653
|
|
|
4654
4654
|
## `sf org list sobject record-counts`
|
|
4655
4655
|
|
|
@@ -4787,7 +4787,7 @@ FLAG DESCRIPTIONS
|
|
|
4787
4787
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4788
4788
|
```
|
|
4789
4789
|
|
|
4790
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4790
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/login/access-token.ts)_
|
|
4791
4791
|
|
|
4792
4792
|
## `sf org login device`
|
|
4793
4793
|
|
|
@@ -4847,7 +4847,7 @@ FLAG DESCRIPTIONS
|
|
|
4847
4847
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4848
4848
|
```
|
|
4849
4849
|
|
|
4850
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4850
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/login/device.ts)_
|
|
4851
4851
|
|
|
4852
4852
|
## `sf org login jwt`
|
|
4853
4853
|
|
|
@@ -4938,7 +4938,7 @@ FLAG DESCRIPTIONS
|
|
|
4938
4938
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4939
4939
|
```
|
|
4940
4940
|
|
|
4941
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4941
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/login/jwt.ts)_
|
|
4942
4942
|
|
|
4943
4943
|
## `sf org login sfdx-url`
|
|
4944
4944
|
|
|
@@ -5008,7 +5008,7 @@ EXAMPLES
|
|
|
5008
5008
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5009
5009
|
```
|
|
5010
5010
|
|
|
5011
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5011
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/login/sfdx-url.ts)_
|
|
5012
5012
|
|
|
5013
5013
|
## `sf org login web`
|
|
5014
5014
|
|
|
@@ -5095,7 +5095,7 @@ FLAG DESCRIPTIONS
|
|
|
5095
5095
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5096
5096
|
```
|
|
5097
5097
|
|
|
5098
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5098
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/login/web.ts)_
|
|
5099
5099
|
|
|
5100
5100
|
## `sf org logout`
|
|
5101
5101
|
|
|
@@ -5156,7 +5156,7 @@ FLAG DESCRIPTIONS
|
|
|
5156
5156
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5157
5157
|
```
|
|
5158
5158
|
|
|
5159
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
5159
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.129/src/commands/org/logout.ts)_
|
|
5160
5160
|
|
|
5161
5161
|
## `sf org open`
|
|
5162
5162
|
|
|
@@ -5232,7 +5232,7 @@ EXAMPLES
|
|
|
5232
5232
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5233
5233
|
```
|
|
5234
5234
|
|
|
5235
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
5235
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/open.ts)_
|
|
5236
5236
|
|
|
5237
5237
|
## `sf org open agent`
|
|
5238
5238
|
|
|
@@ -5283,7 +5283,7 @@ EXAMPLES
|
|
|
5283
5283
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5284
5284
|
```
|
|
5285
5285
|
|
|
5286
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
5286
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/open/agent.ts)_
|
|
5287
5287
|
|
|
5288
5288
|
## `sf org refresh sandbox`
|
|
5289
5289
|
|
|
@@ -5386,7 +5386,7 @@ FLAG DESCRIPTIONS
|
|
|
5386
5386
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5387
5387
|
```
|
|
5388
5388
|
|
|
5389
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
5389
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/refresh/sandbox.ts)_
|
|
5390
5390
|
|
|
5391
5391
|
## `sf org resume sandbox`
|
|
5392
5392
|
|
|
@@ -5449,7 +5449,7 @@ FLAG DESCRIPTIONS
|
|
|
5449
5449
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5450
5450
|
```
|
|
5451
5451
|
|
|
5452
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
5452
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/resume/sandbox.ts)_
|
|
5453
5453
|
|
|
5454
5454
|
## `sf org resume scratch`
|
|
5455
5455
|
|
|
@@ -5502,11 +5502,11 @@ FLAG DESCRIPTIONS
|
|
|
5502
5502
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5503
5503
|
```
|
|
5504
5504
|
|
|
5505
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
5505
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.14/src/commands/org/resume/scratch.ts)_
|
|
5506
5506
|
|
|
5507
5507
|
## `sf package convert`
|
|
5508
5508
|
|
|
5509
|
-
|
|
5509
|
+
Convert a managed-released first-generation managed package into a second-generation managed package.
|
|
5510
5510
|
|
|
5511
5511
|
```
|
|
5512
5512
|
USAGE
|
|
@@ -5514,12 +5514,12 @@ USAGE
|
|
|
5514
5514
|
<value>] [-x] [-w <value>] [-m <value>] [--verbose] [-a <value>]
|
|
5515
5515
|
|
|
5516
5516
|
FLAGS
|
|
5517
|
-
-a, --patch-version=<value> Specific released patch version to
|
|
5517
|
+
-a, --patch-version=<value> Specific released patch version to be converted.
|
|
5518
5518
|
-f, --definition-file=<value> Path to a definition file that contains features and org preferences that the metadata
|
|
5519
5519
|
of the package version depends on.
|
|
5520
5520
|
-k, --installation-key=<value> Installation key for key-protected package.
|
|
5521
5521
|
-m, --seed-metadata=<value> Directory containing metadata to be deployed prior to conversion.
|
|
5522
|
-
-p, --package=<value> (required) ID (starts with 033) of the first-generation package to convert.
|
|
5522
|
+
-p, --package=<value> (required) ID (starts with 033) of the first-generation managed package to convert.
|
|
5523
5523
|
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
|
|
5524
5524
|
configuration variable is already set.
|
|
5525
5525
|
-w, --wait=<value> Minutes to wait for the package version to be created.
|
|
@@ -5532,21 +5532,18 @@ GLOBAL FLAGS
|
|
|
5532
5532
|
--json Format output as json.
|
|
5533
5533
|
|
|
5534
5534
|
DESCRIPTION
|
|
5535
|
-
|
|
5535
|
+
Convert a managed-released first-generation managed package into a second-generation managed package.
|
|
5536
5536
|
|
|
5537
|
-
The package
|
|
5538
|
-
|
|
5537
|
+
The package conversion command automatically selects the latest released major.minor first-generation managed package
|
|
5538
|
+
version, and converts it into a second-generation managed package version.
|
|
5539
5539
|
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
By default, the latest released non-patch version from the specified first-generation package will be converted. Use
|
|
5543
|
-
--patch-version to override the default. Read more about --patch-version option in help
|
|
5540
|
+
Use --patch-version to specify a released patch version.
|
|
5544
5541
|
|
|
5545
5542
|
To retrieve details about a package version create request, including status and package version ID (04t), run "sf
|
|
5546
5543
|
package version create report -i 08c...".
|
|
5547
5544
|
|
|
5548
|
-
|
|
5549
|
-
installation
|
|
5545
|
+
To protect the contents of your package and to prevent unauthorized installation of your package, specify the
|
|
5546
|
+
--installation-key flag.
|
|
5550
5547
|
|
|
5551
5548
|
To list package version creation requests in the org, run "sf package version create list".
|
|
5552
5549
|
|
|
@@ -5554,8 +5551,8 @@ ALIASES
|
|
|
5554
5551
|
$ sf force package convert
|
|
5555
5552
|
|
|
5556
5553
|
EXAMPLES
|
|
5557
|
-
Create a second-generation package version from the first-generation package with the specified ID
|
|
5558
|
-
installation key "password123"; uses your default Dev Hub org:
|
|
5554
|
+
Create a second-generation managed package version from the first-generation managed package with the specified ID
|
|
5555
|
+
and give it the installation key "password123"; uses your default Dev Hub org:
|
|
5559
5556
|
|
|
5560
5557
|
$ sf package convert --package 033... --installation-key password123
|
|
5561
5558
|
|
|
@@ -5564,9 +5561,9 @@ EXAMPLES
|
|
|
5564
5561
|
$ sf package convert --package 033... --installation-key password123 --target-dev-hub devhuborg@example.com
|
|
5565
5562
|
|
|
5566
5563
|
FLAG DESCRIPTIONS
|
|
5567
|
-
-a, --patch-version=<value> Specific released patch version to
|
|
5564
|
+
-a, --patch-version=<value> Specific released patch version to be converted.
|
|
5568
5565
|
|
|
5569
|
-
Specify a released patch version as major.minor.patch
|
|
5566
|
+
Specify a released patch version as major.minor.patch to convert to a second-generation managed package version.
|
|
5570
5567
|
|
|
5571
5568
|
-f, --definition-file=<value>
|
|
5572
5569
|
|
|
@@ -5581,7 +5578,7 @@ FLAG DESCRIPTIONS
|
|
|
5581
5578
|
|
|
5582
5579
|
-m, --seed-metadata=<value> Directory containing metadata to be deployed prior to conversion.
|
|
5583
5580
|
|
|
5584
|
-
The directory containing metadata that will be deployed on the build org prior to attempting conversion.
|
|
5581
|
+
The directory containing metadata that will be deployed on the build org prior to attempting package conversion.
|
|
5585
5582
|
|
|
5586
5583
|
-x, --installation-key-bypass Bypass the installation key requirement.
|
|
5587
5584
|
|
|
@@ -5589,7 +5586,7 @@ FLAG DESCRIPTIONS
|
|
|
5589
5586
|
--installation-key-bypass flag is required.
|
|
5590
5587
|
```
|
|
5591
5588
|
|
|
5592
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5589
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/convert.ts)_
|
|
5593
5590
|
|
|
5594
5591
|
## `sf package create`
|
|
5595
5592
|
|
|
@@ -5668,7 +5665,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5665
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5669
5666
|
```
|
|
5670
5667
|
|
|
5671
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5668
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/create.ts)_
|
|
5672
5669
|
|
|
5673
5670
|
## `sf package delete`
|
|
5674
5671
|
|
|
@@ -5710,7 +5707,7 @@ EXAMPLES
|
|
|
5710
5707
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5711
5708
|
```
|
|
5712
5709
|
|
|
5713
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5710
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/delete.ts)_
|
|
5714
5711
|
|
|
5715
5712
|
## `sf package install`
|
|
5716
5713
|
|
|
@@ -5809,7 +5806,7 @@ FLAG DESCRIPTIONS
|
|
|
5809
5806
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5810
5807
|
```
|
|
5811
5808
|
|
|
5812
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5809
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/install.ts)_
|
|
5813
5810
|
|
|
5814
5811
|
## `sf package install report`
|
|
5815
5812
|
|
|
@@ -5842,7 +5839,7 @@ EXAMPLES
|
|
|
5842
5839
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5843
5840
|
```
|
|
5844
5841
|
|
|
5845
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/install/report.ts)_
|
|
5846
5843
|
|
|
5847
5844
|
## `sf package installed list`
|
|
5848
5845
|
|
|
@@ -5874,7 +5871,7 @@ EXAMPLES
|
|
|
5874
5871
|
$ sf package installed list --target-org me@example.com
|
|
5875
5872
|
```
|
|
5876
5873
|
|
|
5877
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5874
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/installed/list.ts)_
|
|
5878
5875
|
|
|
5879
5876
|
## `sf package list`
|
|
5880
5877
|
|
|
@@ -5912,7 +5909,7 @@ EXAMPLES
|
|
|
5912
5909
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5913
5910
|
```
|
|
5914
5911
|
|
|
5915
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5912
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/list.ts)_
|
|
5916
5913
|
|
|
5917
5914
|
## `sf package push-upgrade abort`
|
|
5918
5915
|
|
|
@@ -5952,7 +5949,7 @@ EXAMPLES
|
|
|
5952
5949
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
5953
5950
|
```
|
|
5954
5951
|
|
|
5955
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
5952
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/push-upgrade/abort.ts)_
|
|
5956
5953
|
|
|
5957
5954
|
## `sf package push-upgrade list`
|
|
5958
5955
|
|
|
@@ -6011,7 +6008,7 @@ EXAMPLES
|
|
|
6011
6008
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6012
6009
|
```
|
|
6013
6010
|
|
|
6014
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6011
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/push-upgrade/list.ts)_
|
|
6015
6012
|
|
|
6016
6013
|
## `sf package push-upgrade report`
|
|
6017
6014
|
|
|
@@ -6053,7 +6050,7 @@ EXAMPLES
|
|
|
6053
6050
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6054
6051
|
```
|
|
6055
6052
|
|
|
6056
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6053
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/push-upgrade/report.ts)_
|
|
6057
6054
|
|
|
6058
6055
|
## `sf package push-upgrade schedule`
|
|
6059
6056
|
|
|
@@ -6135,7 +6132,7 @@ FLAG DESCRIPTIONS
|
|
|
6135
6132
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6136
6133
|
```
|
|
6137
6134
|
|
|
6138
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6135
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
6139
6136
|
|
|
6140
6137
|
## `sf package uninstall`
|
|
6141
6138
|
|
|
@@ -6183,7 +6180,7 @@ EXAMPLES
|
|
|
6183
6180
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6184
6181
|
```
|
|
6185
6182
|
|
|
6186
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6183
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/uninstall.ts)_
|
|
6187
6184
|
|
|
6188
6185
|
## `sf package uninstall report`
|
|
6189
6186
|
|
|
@@ -6216,7 +6213,7 @@ EXAMPLES
|
|
|
6216
6213
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6217
6214
|
```
|
|
6218
6215
|
|
|
6219
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6216
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/uninstall/report.ts)_
|
|
6220
6217
|
|
|
6221
6218
|
## `sf package update`
|
|
6222
6219
|
|
|
@@ -6271,7 +6268,7 @@ FLAG DESCRIPTIONS
|
|
|
6271
6268
|
associated with your package.
|
|
6272
6269
|
```
|
|
6273
6270
|
|
|
6274
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6271
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/update.ts)_
|
|
6275
6272
|
|
|
6276
6273
|
## `sf package version create`
|
|
6277
6274
|
|
|
@@ -6446,7 +6443,7 @@ FLAG DESCRIPTIONS
|
|
|
6446
6443
|
periods of no output from commands.
|
|
6447
6444
|
```
|
|
6448
6445
|
|
|
6449
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6446
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/create.ts)_
|
|
6450
6447
|
|
|
6451
6448
|
## `sf package version create list`
|
|
6452
6449
|
|
|
@@ -6507,7 +6504,7 @@ EXAMPLES
|
|
|
6507
6504
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6508
6505
|
```
|
|
6509
6506
|
|
|
6510
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6507
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/create/list.ts)_
|
|
6511
6508
|
|
|
6512
6509
|
## `sf package version create report`
|
|
6513
6510
|
|
|
@@ -6550,7 +6547,7 @@ EXAMPLES
|
|
|
6550
6547
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6551
6548
|
```
|
|
6552
6549
|
|
|
6553
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6550
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/create/report.ts)_
|
|
6554
6551
|
|
|
6555
6552
|
## `sf package version delete`
|
|
6556
6553
|
|
|
@@ -6591,7 +6588,7 @@ EXAMPLES
|
|
|
6591
6588
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6592
6589
|
```
|
|
6593
6590
|
|
|
6594
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6591
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/delete.ts)_
|
|
6595
6592
|
|
|
6596
6593
|
## `sf package version displayancestry`
|
|
6597
6594
|
|
|
@@ -6651,7 +6648,7 @@ FLAG DESCRIPTIONS
|
|
|
6651
6648
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6652
6649
|
```
|
|
6653
6650
|
|
|
6654
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6651
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/displayancestry.ts)_
|
|
6655
6652
|
|
|
6656
6653
|
## `sf package version list`
|
|
6657
6654
|
|
|
@@ -6727,7 +6724,7 @@ EXAMPLES
|
|
|
6727
6724
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6728
6725
|
```
|
|
6729
6726
|
|
|
6730
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6727
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/list.ts)_
|
|
6731
6728
|
|
|
6732
6729
|
## `sf package version promote`
|
|
6733
6730
|
|
|
@@ -6771,7 +6768,7 @@ EXAMPLES
|
|
|
6771
6768
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6772
6769
|
```
|
|
6773
6770
|
|
|
6774
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6771
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/promote.ts)_
|
|
6775
6772
|
|
|
6776
6773
|
## `sf package version report`
|
|
6777
6774
|
|
|
@@ -6811,7 +6808,7 @@ EXAMPLES
|
|
|
6811
6808
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6812
6809
|
```
|
|
6813
6810
|
|
|
6814
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6811
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/report.ts)_
|
|
6815
6812
|
|
|
6816
6813
|
## `sf package version update`
|
|
6817
6814
|
|
|
@@ -6864,7 +6861,7 @@ EXAMPLES
|
|
|
6864
6861
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6865
6862
|
```
|
|
6866
6863
|
|
|
6867
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6864
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package/version/update.ts)_
|
|
6868
6865
|
|
|
6869
6866
|
## `sf package1 version create`
|
|
6870
6867
|
|
|
@@ -6931,7 +6928,7 @@ FLAG DESCRIPTIONS
|
|
|
6931
6928
|
subscribers.
|
|
6932
6929
|
```
|
|
6933
6930
|
|
|
6934
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6931
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package1/version/create.ts)_
|
|
6935
6932
|
|
|
6936
6933
|
## `sf package1 version create get`
|
|
6937
6934
|
|
|
@@ -6964,7 +6961,7 @@ EXAMPLES
|
|
|
6964
6961
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6965
6962
|
```
|
|
6966
6963
|
|
|
6967
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6964
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package1/version/create/get.ts)_
|
|
6968
6965
|
|
|
6969
6966
|
## `sf package1 version display`
|
|
6970
6967
|
|
|
@@ -6998,7 +6995,7 @@ EXAMPLES
|
|
|
6998
6995
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6999
6996
|
```
|
|
7000
6997
|
|
|
7001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
6998
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package1/version/display.ts)_
|
|
7002
6999
|
|
|
7003
7000
|
## `sf package1 version list`
|
|
7004
7001
|
|
|
@@ -7036,7 +7033,7 @@ FLAG DESCRIPTIONS
|
|
|
7036
7033
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7037
7034
|
```
|
|
7038
7035
|
|
|
7039
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.
|
|
7036
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.15.4/src/commands/package1/version/list.ts)_
|
|
7040
7037
|
|
|
7041
7038
|
## `sf plugins`
|
|
7042
7039
|
|
|
@@ -8631,7 +8628,7 @@ FLAG DESCRIPTIONS
|
|
|
8631
8628
|
Override the api version used for api requests made by this command
|
|
8632
8629
|
```
|
|
8633
8630
|
|
|
8634
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8631
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/project/generate.ts)_
|
|
8635
8632
|
|
|
8636
8633
|
## `sf project generate manifest`
|
|
8637
8634
|
|
|
@@ -9107,7 +9104,7 @@ FLAG DESCRIPTIONS
|
|
|
9107
9104
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9108
9105
|
```
|
|
9109
9106
|
|
|
9110
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9107
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.60/src/commands/schema/generate/field.ts)_
|
|
9111
9108
|
|
|
9112
9109
|
## `sf schema generate platformevent`
|
|
9113
9110
|
|
|
@@ -9139,7 +9136,7 @@ EXAMPLES
|
|
|
9139
9136
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9140
9137
|
```
|
|
9141
9138
|
|
|
9142
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9139
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.60/src/commands/schema/generate/platformevent.ts)_
|
|
9143
9140
|
|
|
9144
9141
|
## `sf schema generate sobject`
|
|
9145
9142
|
|
|
@@ -9196,7 +9193,7 @@ FLAG DESCRIPTIONS
|
|
|
9196
9193
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9197
9194
|
```
|
|
9198
9195
|
|
|
9199
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9196
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.60/src/commands/schema/generate/sobject.ts)_
|
|
9200
9197
|
|
|
9201
9198
|
## `sf schema generate tab`
|
|
9202
9199
|
|
|
@@ -9244,7 +9241,7 @@ FLAG DESCRIPTIONS
|
|
|
9244
9241
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9245
9242
|
```
|
|
9246
9243
|
|
|
9247
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9244
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.60/src/commands/schema/generate/tab.ts)_
|
|
9248
9245
|
|
|
9249
9246
|
## `sf search`
|
|
9250
9247
|
|
|
@@ -9307,7 +9304,7 @@ EXAMPLES
|
|
|
9307
9304
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9308
9305
|
```
|
|
9309
9306
|
|
|
9310
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9307
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.66/src/commands/sobject/describe.ts)_
|
|
9311
9308
|
|
|
9312
9309
|
## `sf sobject list`
|
|
9313
9310
|
|
|
@@ -9346,7 +9343,7 @@ EXAMPLES
|
|
|
9346
9343
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9347
9344
|
```
|
|
9348
9345
|
|
|
9349
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9346
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.66/src/commands/sobject/list.ts)_
|
|
9350
9347
|
|
|
9351
9348
|
## `sf static-resource generate`
|
|
9352
9349
|
|
|
@@ -9408,7 +9405,7 @@ FLAG DESCRIPTIONS
|
|
|
9408
9405
|
etc.
|
|
9409
9406
|
```
|
|
9410
9407
|
|
|
9411
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9408
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/static-resource/generate.ts)_
|
|
9412
9409
|
|
|
9413
9410
|
## `sf update [CHANNEL]`
|
|
9414
9411
|
|
|
@@ -9446,7 +9443,7 @@ EXAMPLES
|
|
|
9446
9443
|
$ sf update --available
|
|
9447
9444
|
```
|
|
9448
9445
|
|
|
9449
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
9446
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.43/src/commands/update.ts)_
|
|
9450
9447
|
|
|
9451
9448
|
## `sf version`
|
|
9452
9449
|
|
|
@@ -9522,7 +9519,7 @@ FLAG DESCRIPTIONS
|
|
|
9522
9519
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9523
9520
|
```
|
|
9524
9521
|
|
|
9525
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9522
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/visualforce/generate/component.ts)_
|
|
9526
9523
|
|
|
9527
9524
|
## `sf visualforce generate page`
|
|
9528
9525
|
|
|
@@ -9572,7 +9569,7 @@ FLAG DESCRIPTIONS
|
|
|
9572
9569
|
The name can be up to 40 characters and must start with a letter.
|
|
9573
9570
|
```
|
|
9574
9571
|
|
|
9575
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9572
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.50/src/commands/visualforce/generate/page.ts)_
|
|
9576
9573
|
|
|
9577
9574
|
## `sf which`
|
|
9578
9575
|
|