@salesforce/cli 2.78.3 → 2.79.1
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 +147 -145
- package/npm-shrinkwrap.json +307 -240
- package/oclif.lock +264 -265
- package/oclif.manifest.json +1 -1
- package/package.json +28 -28
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.
|
|
27
|
+
@salesforce/cli/2.79.1 linux-x64 node-v22.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -213,7 +213,7 @@ EXAMPLES
|
|
|
213
213
|
$ sf alias list
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
216
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/alias/list.ts)_
|
|
217
217
|
|
|
218
218
|
## `sf alias set`
|
|
219
219
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
265
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/alias/set.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf alias unset`
|
|
268
268
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
$ sf alias unset --all [--no-prompt]
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
305
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/alias/unset.ts)_
|
|
306
306
|
|
|
307
307
|
## `sf analytics generate template`
|
|
308
308
|
|
|
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
|
|
|
344
344
|
directory.
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
347
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/analytics/generate/template.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf apex generate class`
|
|
350
350
|
|
|
@@ -403,7 +403,7 @@ FLAG DESCRIPTIONS
|
|
|
403
403
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
406
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/apex/generate/class.ts)_
|
|
407
407
|
|
|
408
408
|
## `sf apex generate trigger`
|
|
409
409
|
|
|
@@ -472,7 +472,7 @@ FLAG DESCRIPTIONS
|
|
|
472
472
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
475
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/apex/generate/trigger.ts)_
|
|
476
476
|
|
|
477
477
|
## `sf apex get log`
|
|
478
478
|
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf autocomplete --refresh-cache
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1057
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.24/src/commands/autocomplete/index.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf commands`
|
|
1060
1060
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.21/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -1132,7 +1132,7 @@ CONFIGURATION VARIABLES
|
|
|
1132
1132
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1133
1133
|
```
|
|
1134
1134
|
|
|
1135
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1135
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/config/get.ts)_
|
|
1136
1136
|
|
|
1137
1137
|
## `sf config list`
|
|
1138
1138
|
|
|
@@ -1172,7 +1172,7 @@ EXAMPLES
|
|
|
1172
1172
|
$ sf config list
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1175
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/config/list.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `sf config set`
|
|
1178
1178
|
|
|
@@ -1241,7 +1241,7 @@ CONFIGURATION VARIABLES
|
|
|
1241
1241
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1242
1242
|
```
|
|
1243
1243
|
|
|
1244
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1244
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/config/set.ts)_
|
|
1245
1245
|
|
|
1246
1246
|
## `sf config unset`
|
|
1247
1247
|
|
|
@@ -1291,7 +1291,7 @@ CONFIGURATION VARIABLES
|
|
|
1291
1291
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1292
1292
|
```
|
|
1293
1293
|
|
|
1294
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1294
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.18/src/commands/config/unset.ts)_
|
|
1295
1295
|
|
|
1296
1296
|
## `sf data bulk results`
|
|
1297
1297
|
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/bulk/results.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `sf data create file`
|
|
1342
1342
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/create/file.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf data create record`
|
|
1391
1391
|
|
|
@@ -1441,7 +1441,7 @@ EXAMPLES
|
|
|
1441
1441
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1442
1442
|
```
|
|
1443
1443
|
|
|
1444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
and can be enabled only by a system administrator.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/delete/bulk.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf data delete record`
|
|
1508
1508
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLES
|
|
|
1563
1563
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/delete/record.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data delete resume`
|
|
1569
1569
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/delete/resume.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf data export bulk`
|
|
1608
1608
|
|
|
@@ -1676,7 +1676,7 @@ EXAMPLES
|
|
|
1676
1676
|
--result-format json --async
|
|
1677
1677
|
```
|
|
1678
1678
|
|
|
1679
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/export/bulk.ts)_
|
|
1680
1680
|
|
|
1681
1681
|
## `sf data export resume`
|
|
1682
1682
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1772,7 +1772,7 @@ EXAMPLES
|
|
|
1772
1772
|
my-scratch
|
|
1773
1773
|
```
|
|
1774
1774
|
|
|
1775
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1775
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/export/tree.ts)_
|
|
1776
1776
|
|
|
1777
1777
|
## `sf data get record`
|
|
1778
1778
|
|
|
@@ -1836,7 +1836,7 @@ EXAMPLES
|
|
|
1836
1836
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1839
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/get/record.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `sf data import bulk`
|
|
1842
1842
|
|
|
@@ -1894,7 +1894,7 @@ EXAMPLES
|
|
|
1894
1894
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1895
1895
|
```
|
|
1896
1896
|
|
|
1897
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/import/bulk.ts)_
|
|
1898
1898
|
|
|
1899
1899
|
## `sf data import resume`
|
|
1900
1900
|
|
|
@@ -1930,7 +1930,7 @@ EXAMPLES
|
|
|
1930
1930
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1931
1931
|
```
|
|
1932
1932
|
|
|
1933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/import/resume.ts)_
|
|
1934
1934
|
|
|
1935
1935
|
## `sf data import tree`
|
|
1936
1936
|
|
|
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
|
|
|
1994
1994
|
- files(array) - Files: An array of files paths to load
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/import/tree.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data query`
|
|
2000
2000
|
|
|
@@ -2060,7 +2060,7 @@ EXAMPLES
|
|
|
2060
2060
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2061
|
```
|
|
2062
2062
|
|
|
2063
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2063
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/query.ts)_
|
|
2064
2064
|
|
|
2065
2065
|
## `sf data query resume`
|
|
2066
2066
|
|
|
@@ -2097,7 +2097,7 @@ EXAMPLES
|
|
|
2097
2097
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2098
|
```
|
|
2099
2099
|
|
|
2100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/query/resume.ts)_
|
|
2101
2101
|
|
|
2102
2102
|
## `sf data resume`
|
|
2103
2103
|
|
|
@@ -2134,7 +2134,7 @@ EXAMPLES
|
|
|
2134
2134
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2135
|
```
|
|
2136
2136
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2137
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/resume.ts)_
|
|
2138
2138
|
|
|
2139
2139
|
## `sf data search`
|
|
2140
2140
|
|
|
@@ -2184,7 +2184,7 @@ EXAMPLES
|
|
|
2184
2184
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2185
|
```
|
|
2186
2186
|
|
|
2187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/search.ts)_
|
|
2188
2188
|
|
|
2189
2189
|
## `sf data update bulk`
|
|
2190
2190
|
|
|
@@ -2245,7 +2245,7 @@ EXAMPLES
|
|
|
2245
2245
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/update/bulk.ts)_
|
|
2249
2249
|
|
|
2250
2250
|
## `sf data update record`
|
|
2251
2251
|
|
|
@@ -2307,7 +2307,7 @@ EXAMPLES
|
|
|
2307
2307
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2308
|
```
|
|
2309
2309
|
|
|
2310
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/update/record.ts)_
|
|
2311
2311
|
|
|
2312
2312
|
## `sf data update resume`
|
|
2313
2313
|
|
|
@@ -2343,7 +2343,7 @@ EXAMPLES
|
|
|
2343
2343
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2346
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2402,7 +2402,7 @@ EXAMPLES
|
|
|
2402
2402
|
my-scratch
|
|
2403
2403
|
```
|
|
2404
2404
|
|
|
2405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/upsert/bulk.ts)_
|
|
2406
2406
|
|
|
2407
2407
|
## `sf data upsert resume`
|
|
2408
2408
|
|
|
@@ -2441,7 +2441,7 @@ EXAMPLES
|
|
|
2441
2441
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2442
|
```
|
|
2443
2443
|
|
|
2444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/data/upsert/resume.ts)_
|
|
2445
2445
|
|
|
2446
2446
|
## `sf doctor`
|
|
2447
2447
|
|
|
@@ -2489,7 +2489,7 @@ EXAMPLES
|
|
|
2489
2489
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2490
2490
|
```
|
|
2491
2491
|
|
|
2492
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2492
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.41/src/commands/doctor.ts)_
|
|
2493
2493
|
|
|
2494
2494
|
## `sf force data bulk delete`
|
|
2495
2495
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `sf force data bulk status`
|
|
2542
2542
|
|
|
@@ -2573,7 +2573,7 @@ EXAMPLES
|
|
|
2573
2573
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2574
|
```
|
|
2575
2575
|
|
|
2576
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2576
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/force/data/bulk/status.ts)_
|
|
2577
2577
|
|
|
2578
2578
|
## `sf force data bulk upsert`
|
|
2579
2579
|
|
|
@@ -2631,7 +2631,7 @@ EXAMPLES
|
|
|
2631
2631
|
--target-org my-scratch
|
|
2632
2632
|
```
|
|
2633
2633
|
|
|
2634
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2634
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.15/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2635
|
|
|
2636
2636
|
## `sf help [COMMAND]`
|
|
2637
2637
|
|
|
@@ -2651,7 +2651,7 @@ DESCRIPTION
|
|
|
2651
2651
|
Display help for sf.
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2654
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.26/src/commands/help.ts)_
|
|
2655
2655
|
|
|
2656
2656
|
## `sf info releasenotes display`
|
|
2657
2657
|
|
|
@@ -2691,7 +2691,7 @@ EXAMPLES
|
|
|
2691
2691
|
$ sf info releasenotes display --version latest
|
|
2692
2692
|
```
|
|
2693
2693
|
|
|
2694
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2694
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.41/src/commands/info/releasenotes/display.ts)_
|
|
2695
2695
|
|
|
2696
2696
|
## `sf lightning generate app`
|
|
2697
2697
|
|
|
@@ -2746,7 +2746,7 @@ FLAG DESCRIPTIONS
|
|
|
2746
2746
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2747
2747
|
```
|
|
2748
2748
|
|
|
2749
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2749
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/lightning/generate/app.ts)_
|
|
2750
2750
|
|
|
2751
2751
|
## `sf lightning generate component`
|
|
2752
2752
|
|
|
@@ -2815,7 +2815,7 @@ FLAG DESCRIPTIONS
|
|
|
2815
2815
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2816
2816
|
```
|
|
2817
2817
|
|
|
2818
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2818
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/lightning/generate/component.ts)_
|
|
2819
2819
|
|
|
2820
2820
|
## `sf lightning generate event`
|
|
2821
2821
|
|
|
@@ -2870,7 +2870,7 @@ FLAG DESCRIPTIONS
|
|
|
2870
2870
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2871
2871
|
```
|
|
2872
2872
|
|
|
2873
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2873
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/lightning/generate/event.ts)_
|
|
2874
2874
|
|
|
2875
2875
|
## `sf lightning generate interface`
|
|
2876
2876
|
|
|
@@ -2925,7 +2925,7 @@ FLAG DESCRIPTIONS
|
|
|
2925
2925
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2926
2926
|
```
|
|
2927
2927
|
|
|
2928
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2928
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/lightning/generate/interface.ts)_
|
|
2929
2929
|
|
|
2930
2930
|
## `sf lightning generate test`
|
|
2931
2931
|
|
|
@@ -2980,11 +2980,11 @@ FLAG DESCRIPTIONS
|
|
|
2980
2980
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2981
2981
|
```
|
|
2982
2982
|
|
|
2983
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2983
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/lightning/generate/test.ts)_
|
|
2984
2984
|
|
|
2985
2985
|
## `sf org assign permset`
|
|
2986
2986
|
|
|
2987
|
-
Assign a permission set to one or more users
|
|
2987
|
+
Assign a permission set to one or more org users.
|
|
2988
2988
|
|
|
2989
2989
|
```
|
|
2990
2990
|
USAGE
|
|
@@ -2994,7 +2994,8 @@ USAGE
|
|
|
2994
2994
|
FLAGS
|
|
2995
2995
|
-b, --on-behalf-of=<value>... Username or alias to assign the permission set to.
|
|
2996
2996
|
-n, --name=<value>... (required) Permission set to assign.
|
|
2997
|
-
-o, --target-org=<value> (required)
|
|
2997
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
2998
|
+
configuration variable is already set.
|
|
2998
2999
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2999
3000
|
|
|
3000
3001
|
GLOBAL FLAGS
|
|
@@ -3002,7 +3003,7 @@ GLOBAL FLAGS
|
|
|
3002
3003
|
--json Format output as json.
|
|
3003
3004
|
|
|
3004
3005
|
DESCRIPTION
|
|
3005
|
-
Assign a permission set to one or more users
|
|
3006
|
+
Assign a permission set to one or more org users.
|
|
3006
3007
|
|
|
3007
3008
|
To specify an alias for the --target-org or --on-behalf-of flags, use the CLI username alias, such as the one you set
|
|
3008
3009
|
with the "alias set" command. Don't use the value of the Alias field of the User Salesforce object for the org user.
|
|
@@ -3012,24 +3013,24 @@ DESCRIPTION
|
|
|
3012
3013
|
--on-behalf-of.
|
|
3013
3014
|
|
|
3014
3015
|
EXAMPLES
|
|
3015
|
-
Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default
|
|
3016
|
+
Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default org:
|
|
3016
3017
|
|
|
3017
3018
|
$ sf org assign permset --name DreamHouse --name CloudHouse
|
|
3018
3019
|
|
|
3019
|
-
Assign the Dreamhouse permission set to the original admin user of the
|
|
3020
|
+
Assign the Dreamhouse permission set to the original admin user of the org with alias "my-scratch":
|
|
3020
3021
|
|
|
3021
3022
|
$ sf org assign permset --name DreamHouse --target-org my-scratch
|
|
3022
3023
|
|
|
3023
|
-
Assign the Dreamhouse permission set to the specified list of users of your default
|
|
3024
|
+
Assign the Dreamhouse permission set to the specified list of users of your default org:
|
|
3024
3025
|
|
|
3025
3026
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3026
3027
|
```
|
|
3027
3028
|
|
|
3028
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3029
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/assign/permset.ts)_
|
|
3029
3030
|
|
|
3030
3031
|
## `sf org assign permsetlicense`
|
|
3031
3032
|
|
|
3032
|
-
Assign a permission set license to one or more users
|
|
3033
|
+
Assign a permission set license to one or more org users.
|
|
3033
3034
|
|
|
3034
3035
|
```
|
|
3035
3036
|
USAGE
|
|
@@ -3039,7 +3040,8 @@ USAGE
|
|
|
3039
3040
|
FLAGS
|
|
3040
3041
|
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to.
|
|
3041
3042
|
-n, --name=<value>... (required) Name of the permission set license to assign.
|
|
3042
|
-
-o, --target-org=<value> (required)
|
|
3043
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
3044
|
+
configuration variable is already set.
|
|
3043
3045
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
3044
3046
|
|
|
3045
3047
|
GLOBAL FLAGS
|
|
@@ -3047,7 +3049,7 @@ GLOBAL FLAGS
|
|
|
3047
3049
|
--json Format output as json.
|
|
3048
3050
|
|
|
3049
3051
|
DESCRIPTION
|
|
3050
|
-
Assign a permission set license to one or more users
|
|
3052
|
+
Assign a permission set license to one or more org users.
|
|
3051
3053
|
|
|
3052
3054
|
To specify an alias for the --target-org or --on-behalf-of flags, use the CLI username alias, such as the one you set
|
|
3053
3055
|
with the "alias set" command. Don't use the value of the Alias field of the User Salesforce object for the org user.
|
|
@@ -3057,21 +3059,21 @@ DESCRIPTION
|
|
|
3057
3059
|
--on-behalf-of.
|
|
3058
3060
|
|
|
3059
3061
|
EXAMPLES
|
|
3060
|
-
Assign the DreamHouse permission set license to original admin user of your default
|
|
3062
|
+
Assign the DreamHouse permission set license to original admin user of your default org:
|
|
3061
3063
|
|
|
3062
3064
|
$ sf org assign permsetlicense --name DreamHouse
|
|
3063
3065
|
|
|
3064
|
-
Assign two permission set licenses to the original admin user of the
|
|
3066
|
+
Assign two permission set licenses to the original admin user of the org with alias "my-scratch":
|
|
3065
3067
|
|
|
3066
3068
|
$ sf org assign permsetlicense --name DreamHouse --name CloudHouse --target-org my-scratch
|
|
3067
3069
|
|
|
3068
|
-
Assign the Dreamhouse permission set license to the specified list of users of your default
|
|
3070
|
+
Assign the Dreamhouse permission set license to the specified list of users of your default org:
|
|
3069
3071
|
|
|
3070
3072
|
$ sf org assign permsetlicense --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of \
|
|
3071
3073
|
user3
|
|
3072
3074
|
```
|
|
3073
3075
|
|
|
3074
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3076
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/assign/permsetlicense.ts)_
|
|
3075
3077
|
|
|
3076
3078
|
## `sf org create sandbox`
|
|
3077
3079
|
|
|
@@ -3200,7 +3202,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3202
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3203
|
```
|
|
3202
3204
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/create/sandbox.ts)_
|
|
3204
3206
|
|
|
3205
3207
|
## `sf org create scratch`
|
|
3206
3208
|
|
|
@@ -3354,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3356
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3357
|
```
|
|
3356
3358
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/create/scratch.ts)_
|
|
3358
3360
|
|
|
3359
3361
|
## `sf org create user`
|
|
3360
3362
|
|
|
@@ -3462,7 +3464,7 @@ FLAG DESCRIPTIONS
|
|
|
3462
3464
|
might be different than what you specify in the definition file.
|
|
3463
3465
|
```
|
|
3464
3466
|
|
|
3465
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3467
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/create/user.ts)_
|
|
3466
3468
|
|
|
3467
3469
|
## `sf org delete sandbox`
|
|
3468
3470
|
|
|
@@ -3508,7 +3510,7 @@ EXAMPLES
|
|
|
3508
3510
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3511
|
```
|
|
3510
3512
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3513
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/delete/sandbox.ts)_
|
|
3512
3514
|
|
|
3513
3515
|
## `sf org delete scratch`
|
|
3514
3516
|
|
|
@@ -3552,7 +3554,7 @@ EXAMPLES
|
|
|
3552
3554
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3555
|
```
|
|
3554
3556
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3557
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/delete/scratch.ts)_
|
|
3556
3558
|
|
|
3557
3559
|
## `sf org disable tracking`
|
|
3558
3560
|
|
|
@@ -3591,7 +3593,7 @@ EXAMPLES
|
|
|
3591
3593
|
$ sf org disable tracking
|
|
3592
3594
|
```
|
|
3593
3595
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3596
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/disable/tracking.ts)_
|
|
3595
3597
|
|
|
3596
3598
|
## `sf org display`
|
|
3597
3599
|
|
|
@@ -3636,7 +3638,7 @@ EXAMPLES
|
|
|
3636
3638
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3639
|
```
|
|
3638
3640
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3641
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/display.ts)_
|
|
3640
3642
|
|
|
3641
3643
|
## `sf org display user`
|
|
3642
3644
|
|
|
@@ -3675,7 +3677,7 @@ EXAMPLES
|
|
|
3675
3677
|
$ sf org display user --target-org me@my.org --json
|
|
3676
3678
|
```
|
|
3677
3679
|
|
|
3678
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3680
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/display/user.ts)_
|
|
3679
3681
|
|
|
3680
3682
|
## `sf org enable tracking`
|
|
3681
3683
|
|
|
@@ -3717,7 +3719,7 @@ EXAMPLES
|
|
|
3717
3719
|
$ sf org enable tracking
|
|
3718
3720
|
```
|
|
3719
3721
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3722
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/enable/tracking.ts)_
|
|
3721
3723
|
|
|
3722
3724
|
## `sf org generate password`
|
|
3723
3725
|
|
|
@@ -3784,7 +3786,7 @@ EXAMPLES
|
|
|
3784
3786
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3785
3787
|
```
|
|
3786
3788
|
|
|
3787
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3789
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/generate/password.ts)_
|
|
3788
3790
|
|
|
3789
3791
|
## `sf org list`
|
|
3790
3792
|
|
|
@@ -3823,7 +3825,7 @@ EXAMPLES
|
|
|
3823
3825
|
$ sf org list --clean
|
|
3824
3826
|
```
|
|
3825
3827
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3828
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/list.ts)_
|
|
3827
3829
|
|
|
3828
3830
|
## `sf org list auth`
|
|
3829
3831
|
|
|
@@ -3855,7 +3857,7 @@ EXAMPLES
|
|
|
3855
3857
|
$ sf org list auth
|
|
3856
3858
|
```
|
|
3857
3859
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3860
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/list/auth.ts)_
|
|
3859
3861
|
|
|
3860
3862
|
## `sf org list limits`
|
|
3861
3863
|
|
|
@@ -3895,7 +3897,7 @@ EXAMPLES
|
|
|
3895
3897
|
$ sf org list limits --target-org my-scratch-org
|
|
3896
3898
|
```
|
|
3897
3899
|
|
|
3898
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3900
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.47/src/commands/org/list/limits.ts)_
|
|
3899
3901
|
|
|
3900
3902
|
## `sf org list metadata`
|
|
3901
3903
|
|
|
@@ -3962,7 +3964,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3964
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3965
|
```
|
|
3964
3966
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3967
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/list/metadata.ts)_
|
|
3966
3968
|
|
|
3967
3969
|
## `sf org list metadata-types`
|
|
3968
3970
|
|
|
@@ -4017,7 +4019,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4019
|
Override the api version used for api requests made by this command
|
|
4018
4020
|
```
|
|
4019
4021
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4022
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/list/metadata-types.ts)_
|
|
4021
4023
|
|
|
4022
4024
|
## `sf org list sobject record-counts`
|
|
4023
4025
|
|
|
@@ -4063,7 +4065,7 @@ EXAMPLES
|
|
|
4063
4065
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4064
4066
|
```
|
|
4065
4067
|
|
|
4066
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4068
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.47/src/commands/org/list/sobject/record-counts.ts)_
|
|
4067
4069
|
|
|
4068
4070
|
## `sf org list users`
|
|
4069
4071
|
|
|
@@ -4101,7 +4103,7 @@ EXAMPLES
|
|
|
4101
4103
|
$ sf org list users --target-org me@my.org
|
|
4102
4104
|
```
|
|
4103
4105
|
|
|
4104
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4106
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.10/src/commands/org/list/users.ts)_
|
|
4105
4107
|
|
|
4106
4108
|
## `sf org login access-token`
|
|
4107
4109
|
|
|
@@ -4155,7 +4157,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4157
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4158
|
```
|
|
4157
4159
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/login/access-token.ts)_
|
|
4159
4161
|
|
|
4160
4162
|
## `sf org login device`
|
|
4161
4163
|
|
|
@@ -4215,7 +4217,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4217
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4218
|
```
|
|
4217
4219
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4220
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/login/device.ts)_
|
|
4219
4221
|
|
|
4220
4222
|
## `sf org login jwt`
|
|
4221
4223
|
|
|
@@ -4306,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4309
|
```
|
|
4308
4310
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4311
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/login/jwt.ts)_
|
|
4310
4312
|
|
|
4311
4313
|
## `sf org login sfdx-url`
|
|
4312
4314
|
|
|
@@ -4376,7 +4378,7 @@ EXAMPLES
|
|
|
4376
4378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4379
|
```
|
|
4378
4380
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4381
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4382
|
|
|
4381
4383
|
## `sf org login web`
|
|
4382
4384
|
|
|
@@ -4463,7 +4465,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4466
|
```
|
|
4465
4467
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4468
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/login/web.ts)_
|
|
4467
4469
|
|
|
4468
4470
|
## `sf org logout`
|
|
4469
4471
|
|
|
@@ -4524,7 +4526,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4527
|
```
|
|
4526
4528
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4529
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.98/src/commands/org/logout.ts)_
|
|
4528
4530
|
|
|
4529
4531
|
## `sf org open`
|
|
4530
4532
|
|
|
@@ -4600,7 +4602,7 @@ EXAMPLES
|
|
|
4600
4602
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4603
|
```
|
|
4602
4604
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4605
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/open.ts)_
|
|
4604
4606
|
|
|
4605
4607
|
## `sf org open agent`
|
|
4606
4608
|
|
|
@@ -4651,7 +4653,7 @@ EXAMPLES
|
|
|
4651
4653
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4654
|
```
|
|
4653
4655
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4656
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/open/agent.ts)_
|
|
4655
4657
|
|
|
4656
4658
|
## `sf org refresh sandbox`
|
|
4657
4659
|
|
|
@@ -4728,7 +4730,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4730
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4731
|
```
|
|
4730
4732
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4733
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4734
|
|
|
4733
4735
|
## `sf org resume sandbox`
|
|
4734
4736
|
|
|
@@ -4791,7 +4793,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4793
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4794
|
```
|
|
4793
4795
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4796
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/resume/sandbox.ts)_
|
|
4795
4797
|
|
|
4796
4798
|
## `sf org resume scratch`
|
|
4797
4799
|
|
|
@@ -4838,7 +4840,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4840
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4841
|
```
|
|
4840
4842
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/resume/scratch.ts)_
|
|
4842
4844
|
|
|
4843
4845
|
## `sf package create`
|
|
4844
4846
|
|
|
@@ -4917,7 +4919,7 @@ FLAG DESCRIPTIONS
|
|
|
4917
4919
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4918
4920
|
```
|
|
4919
4921
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4922
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/create.ts)_
|
|
4921
4923
|
|
|
4922
4924
|
## `sf package delete`
|
|
4923
4925
|
|
|
@@ -4959,7 +4961,7 @@ EXAMPLES
|
|
|
4959
4961
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4960
4962
|
```
|
|
4961
4963
|
|
|
4962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4964
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/delete.ts)_
|
|
4963
4965
|
|
|
4964
4966
|
## `sf package install`
|
|
4965
4967
|
|
|
@@ -5058,7 +5060,7 @@ FLAG DESCRIPTIONS
|
|
|
5058
5060
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5059
5061
|
```
|
|
5060
5062
|
|
|
5061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5063
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/install.ts)_
|
|
5062
5064
|
|
|
5063
5065
|
## `sf package install report`
|
|
5064
5066
|
|
|
@@ -5091,7 +5093,7 @@ EXAMPLES
|
|
|
5091
5093
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5092
5094
|
```
|
|
5093
5095
|
|
|
5094
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/install/report.ts)_
|
|
5095
5097
|
|
|
5096
5098
|
## `sf package installed list`
|
|
5097
5099
|
|
|
@@ -5123,7 +5125,7 @@ EXAMPLES
|
|
|
5123
5125
|
$ sf package installed list --target-org me@example.com
|
|
5124
5126
|
```
|
|
5125
5127
|
|
|
5126
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/installed/list.ts)_
|
|
5127
5129
|
|
|
5128
5130
|
## `sf package list`
|
|
5129
5131
|
|
|
@@ -5161,7 +5163,7 @@ EXAMPLES
|
|
|
5161
5163
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5162
5164
|
```
|
|
5163
5165
|
|
|
5164
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5166
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/list.ts)_
|
|
5165
5167
|
|
|
5166
5168
|
## `sf package uninstall`
|
|
5167
5169
|
|
|
@@ -5209,7 +5211,7 @@ EXAMPLES
|
|
|
5209
5211
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5210
5212
|
```
|
|
5211
5213
|
|
|
5212
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5214
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/uninstall.ts)_
|
|
5213
5215
|
|
|
5214
5216
|
## `sf package uninstall report`
|
|
5215
5217
|
|
|
@@ -5242,7 +5244,7 @@ EXAMPLES
|
|
|
5242
5244
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5243
5245
|
```
|
|
5244
5246
|
|
|
5245
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5247
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/uninstall/report.ts)_
|
|
5246
5248
|
|
|
5247
5249
|
## `sf package update`
|
|
5248
5250
|
|
|
@@ -5297,7 +5299,7 @@ FLAG DESCRIPTIONS
|
|
|
5297
5299
|
associated with your package.
|
|
5298
5300
|
```
|
|
5299
5301
|
|
|
5300
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/update.ts)_
|
|
5301
5303
|
|
|
5302
5304
|
## `sf package version create`
|
|
5303
5305
|
|
|
@@ -5472,7 +5474,7 @@ FLAG DESCRIPTIONS
|
|
|
5472
5474
|
periods of no output from commands.
|
|
5473
5475
|
```
|
|
5474
5476
|
|
|
5475
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5477
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/create.ts)_
|
|
5476
5478
|
|
|
5477
5479
|
## `sf package version create list`
|
|
5478
5480
|
|
|
@@ -5533,7 +5535,7 @@ EXAMPLES
|
|
|
5533
5535
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5534
5536
|
```
|
|
5535
5537
|
|
|
5536
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5538
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/create/list.ts)_
|
|
5537
5539
|
|
|
5538
5540
|
## `sf package version create report`
|
|
5539
5541
|
|
|
@@ -5576,7 +5578,7 @@ EXAMPLES
|
|
|
5576
5578
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5577
5579
|
```
|
|
5578
5580
|
|
|
5579
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5581
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/create/report.ts)_
|
|
5580
5582
|
|
|
5581
5583
|
## `sf package version delete`
|
|
5582
5584
|
|
|
@@ -5617,7 +5619,7 @@ EXAMPLES
|
|
|
5617
5619
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5618
5620
|
```
|
|
5619
5621
|
|
|
5620
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5622
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/delete.ts)_
|
|
5621
5623
|
|
|
5622
5624
|
## `sf package version displayancestry`
|
|
5623
5625
|
|
|
@@ -5677,7 +5679,7 @@ FLAG DESCRIPTIONS
|
|
|
5677
5679
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5678
5680
|
```
|
|
5679
5681
|
|
|
5680
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5682
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/displayancestry.ts)_
|
|
5681
5683
|
|
|
5682
5684
|
## `sf package version list`
|
|
5683
5685
|
|
|
@@ -5753,7 +5755,7 @@ EXAMPLES
|
|
|
5753
5755
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5754
5756
|
```
|
|
5755
5757
|
|
|
5756
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5758
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/list.ts)_
|
|
5757
5759
|
|
|
5758
5760
|
## `sf package version promote`
|
|
5759
5761
|
|
|
@@ -5797,7 +5799,7 @@ EXAMPLES
|
|
|
5797
5799
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5798
5800
|
```
|
|
5799
5801
|
|
|
5800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5802
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/promote.ts)_
|
|
5801
5803
|
|
|
5802
5804
|
## `sf package version report`
|
|
5803
5805
|
|
|
@@ -5837,7 +5839,7 @@ EXAMPLES
|
|
|
5837
5839
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5838
5840
|
```
|
|
5839
5841
|
|
|
5840
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/report.ts)_
|
|
5841
5843
|
|
|
5842
5844
|
## `sf package version update`
|
|
5843
5845
|
|
|
@@ -5890,7 +5892,7 @@ EXAMPLES
|
|
|
5890
5892
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5891
5893
|
```
|
|
5892
5894
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5895
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package/version/update.ts)_
|
|
5894
5896
|
|
|
5895
5897
|
## `sf package1 version create`
|
|
5896
5898
|
|
|
@@ -5957,7 +5959,7 @@ FLAG DESCRIPTIONS
|
|
|
5957
5959
|
subscribers.
|
|
5958
5960
|
```
|
|
5959
5961
|
|
|
5960
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package1/version/create.ts)_
|
|
5961
5963
|
|
|
5962
5964
|
## `sf package1 version create get`
|
|
5963
5965
|
|
|
@@ -5990,7 +5992,7 @@ EXAMPLES
|
|
|
5990
5992
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5991
5993
|
```
|
|
5992
5994
|
|
|
5993
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5995
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package1/version/create/get.ts)_
|
|
5994
5996
|
|
|
5995
5997
|
## `sf package1 version display`
|
|
5996
5998
|
|
|
@@ -6024,7 +6026,7 @@ EXAMPLES
|
|
|
6024
6026
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6025
6027
|
```
|
|
6026
6028
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6029
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package1/version/display.ts)_
|
|
6028
6030
|
|
|
6029
6031
|
## `sf package1 version list`
|
|
6030
6032
|
|
|
@@ -6062,7 +6064,7 @@ FLAG DESCRIPTIONS
|
|
|
6062
6064
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6063
6065
|
```
|
|
6064
6066
|
|
|
6065
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6067
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.1/src/commands/package1/version/list.ts)_
|
|
6066
6068
|
|
|
6067
6069
|
## `sf plugins`
|
|
6068
6070
|
|
|
@@ -6085,7 +6087,7 @@ EXAMPLES
|
|
|
6085
6087
|
$ sf plugins
|
|
6086
6088
|
```
|
|
6087
6089
|
|
|
6088
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6090
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/index.ts)_
|
|
6089
6091
|
|
|
6090
6092
|
## `sf plugins discover`
|
|
6091
6093
|
|
|
@@ -6130,7 +6132,7 @@ EXAMPLES
|
|
|
6130
6132
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6131
6133
|
```
|
|
6132
6134
|
|
|
6133
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6135
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/inspect.ts)_
|
|
6134
6136
|
|
|
6135
6137
|
## `sf plugins install PLUGIN`
|
|
6136
6138
|
|
|
@@ -6179,7 +6181,7 @@ EXAMPLES
|
|
|
6179
6181
|
$ sf plugins install someuser/someplugin
|
|
6180
6182
|
```
|
|
6181
6183
|
|
|
6182
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6184
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/install.ts)_
|
|
6183
6185
|
|
|
6184
6186
|
## `sf plugins link PATH`
|
|
6185
6187
|
|
|
@@ -6210,7 +6212,7 @@ EXAMPLES
|
|
|
6210
6212
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6211
6213
|
```
|
|
6212
6214
|
|
|
6213
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6215
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/link.ts)_
|
|
6214
6216
|
|
|
6215
6217
|
## `sf plugins reset`
|
|
6216
6218
|
|
|
@@ -6225,7 +6227,7 @@ FLAGS
|
|
|
6225
6227
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6226
6228
|
```
|
|
6227
6229
|
|
|
6228
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6230
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/reset.ts)_
|
|
6229
6231
|
|
|
6230
6232
|
## `sf plugins trust verify`
|
|
6231
6233
|
|
|
@@ -6254,7 +6256,7 @@ EXAMPLES
|
|
|
6254
6256
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6255
6257
|
```
|
|
6256
6258
|
|
|
6257
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6259
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.67/src/commands/plugins/trust/verify.ts)_
|
|
6258
6260
|
|
|
6259
6261
|
## `sf plugins uninstall [PLUGIN]`
|
|
6260
6262
|
|
|
@@ -6282,7 +6284,7 @@ EXAMPLES
|
|
|
6282
6284
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6283
6285
|
```
|
|
6284
6286
|
|
|
6285
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6287
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/uninstall.ts)_
|
|
6286
6288
|
|
|
6287
6289
|
## `sf plugins update`
|
|
6288
6290
|
|
|
@@ -6300,7 +6302,7 @@ DESCRIPTION
|
|
|
6300
6302
|
Update installed plugins.
|
|
6301
6303
|
```
|
|
6302
6304
|
|
|
6303
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6305
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.34/src/commands/plugins/update.ts)_
|
|
6304
6306
|
|
|
6305
6307
|
## `sf project convert mdapi`
|
|
6306
6308
|
|
|
@@ -6363,7 +6365,7 @@ FLAG DESCRIPTIONS
|
|
|
6363
6365
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6364
6366
|
```
|
|
6365
6367
|
|
|
6366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/convert/mdapi.ts)_
|
|
6367
6369
|
|
|
6368
6370
|
## `sf project convert source`
|
|
6369
6371
|
|
|
@@ -6436,7 +6438,7 @@ FLAG DESCRIPTIONS
|
|
|
6436
6438
|
Override the api version used for api requests made by this command
|
|
6437
6439
|
```
|
|
6438
6440
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6441
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/convert/source.ts)_
|
|
6440
6442
|
|
|
6441
6443
|
## `sf project convert source-behavior`
|
|
6442
6444
|
|
|
@@ -6495,7 +6497,7 @@ EXAMPLES
|
|
|
6495
6497
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6496
6498
|
```
|
|
6497
6499
|
|
|
6498
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6500
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/convert/source-behavior.ts)_
|
|
6499
6501
|
|
|
6500
6502
|
## `sf project delete source`
|
|
6501
6503
|
|
|
@@ -6635,7 +6637,7 @@ FLAG DESCRIPTIONS
|
|
|
6635
6637
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6636
6638
|
```
|
|
6637
6639
|
|
|
6638
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6640
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/delete/source.ts)_
|
|
6639
6641
|
|
|
6640
6642
|
## `sf project delete tracking`
|
|
6641
6643
|
|
|
@@ -6672,7 +6674,7 @@ EXAMPLES
|
|
|
6672
6674
|
$ sf project delete tracking --target-org my-scratch
|
|
6673
6675
|
```
|
|
6674
6676
|
|
|
6675
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6677
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/delete/tracking.ts)_
|
|
6676
6678
|
|
|
6677
6679
|
## `sf project deploy cancel`
|
|
6678
6680
|
|
|
@@ -6744,7 +6746,7 @@ FLAG DESCRIPTIONS
|
|
|
6744
6746
|
project deploy report".
|
|
6745
6747
|
```
|
|
6746
6748
|
|
|
6747
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6749
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/cancel.ts)_
|
|
6748
6750
|
|
|
6749
6751
|
## `sf project deploy preview`
|
|
6750
6752
|
|
|
@@ -6827,7 +6829,7 @@ FLAG DESCRIPTIONS
|
|
|
6827
6829
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6828
6830
|
```
|
|
6829
6831
|
|
|
6830
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6832
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/preview.ts)_
|
|
6831
6833
|
|
|
6832
6834
|
## `sf project deploy quick`
|
|
6833
6835
|
|
|
@@ -6920,7 +6922,7 @@ ERROR CODES
|
|
|
6920
6922
|
Canceling (69) The deploy is being canceled.
|
|
6921
6923
|
```
|
|
6922
6924
|
|
|
6923
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6925
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/quick.ts)_
|
|
6924
6926
|
|
|
6925
6927
|
## `sf project deploy report`
|
|
6926
6928
|
|
|
@@ -7012,7 +7014,7 @@ FLAG DESCRIPTIONS
|
|
|
7012
7014
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7013
7015
|
```
|
|
7014
7016
|
|
|
7015
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7017
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/report.ts)_
|
|
7016
7018
|
|
|
7017
7019
|
## `sf project deploy resume`
|
|
7018
7020
|
|
|
@@ -7109,7 +7111,7 @@ ERROR CODES
|
|
|
7109
7111
|
Canceling (69) The deploy is being canceled.
|
|
7110
7112
|
```
|
|
7111
7113
|
|
|
7112
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7114
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/resume.ts)_
|
|
7113
7115
|
|
|
7114
7116
|
## `sf project deploy start`
|
|
7115
7117
|
|
|
@@ -7362,7 +7364,7 @@ ERROR CODES
|
|
|
7362
7364
|
Canceling (69) The deploy is being canceled.
|
|
7363
7365
|
```
|
|
7364
7366
|
|
|
7365
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7367
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/start.ts)_
|
|
7366
7368
|
|
|
7367
7369
|
## `sf project deploy validate`
|
|
7368
7370
|
|
|
@@ -7552,7 +7554,7 @@ ERROR CODES
|
|
|
7552
7554
|
Canceling (69) The deploy is being canceled.
|
|
7553
7555
|
```
|
|
7554
7556
|
|
|
7555
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7557
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/deploy/validate.ts)_
|
|
7556
7558
|
|
|
7557
7559
|
## `sf project generate`
|
|
7558
7560
|
|
|
@@ -7657,7 +7659,7 @@ FLAG DESCRIPTIONS
|
|
|
7657
7659
|
Override the api version used for api requests made by this command
|
|
7658
7660
|
```
|
|
7659
7661
|
|
|
7660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7662
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/project/generate.ts)_
|
|
7661
7663
|
|
|
7662
7664
|
## `sf project generate manifest`
|
|
7663
7665
|
|
|
@@ -7753,7 +7755,7 @@ EXAMPLES
|
|
|
7753
7755
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7754
7756
|
```
|
|
7755
7757
|
|
|
7756
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7758
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/generate/manifest.ts)_
|
|
7757
7759
|
|
|
7758
7760
|
## `sf project list ignored`
|
|
7759
7761
|
|
|
@@ -7795,7 +7797,7 @@ EXAMPLES
|
|
|
7795
7797
|
$ sf project list ignored --source-dir package.xml
|
|
7796
7798
|
```
|
|
7797
7799
|
|
|
7798
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7800
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/list/ignored.ts)_
|
|
7799
7801
|
|
|
7800
7802
|
## `sf project reset tracking`
|
|
7801
7803
|
|
|
@@ -7844,7 +7846,7 @@ EXAMPLES
|
|
|
7844
7846
|
$ sf project reset tracking --revision 30
|
|
7845
7847
|
```
|
|
7846
7848
|
|
|
7847
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7849
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/reset/tracking.ts)_
|
|
7848
7850
|
|
|
7849
7851
|
## `sf project retrieve preview`
|
|
7850
7852
|
|
|
@@ -7898,7 +7900,7 @@ FLAG DESCRIPTIONS
|
|
|
7898
7900
|
production orgs.
|
|
7899
7901
|
```
|
|
7900
7902
|
|
|
7901
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7903
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/retrieve/preview.ts)_
|
|
7902
7904
|
|
|
7903
7905
|
## `sf project retrieve start`
|
|
7904
7906
|
|
|
@@ -8075,7 +8077,7 @@ ENVIRONMENT VARIABLES
|
|
|
8075
8077
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8076
8078
|
```
|
|
8077
8079
|
|
|
8078
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
8080
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.5/src/commands/project/retrieve/start.ts)_
|
|
8079
8081
|
|
|
8080
8082
|
## `sf schema generate field`
|
|
8081
8083
|
|
|
@@ -8282,7 +8284,7 @@ DESCRIPTION
|
|
|
8282
8284
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8283
8285
|
```
|
|
8284
8286
|
|
|
8285
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8287
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.22/src/commands/search.ts)_
|
|
8286
8288
|
|
|
8287
8289
|
## `sf sobject describe`
|
|
8288
8290
|
|
|
@@ -8329,7 +8331,7 @@ EXAMPLES
|
|
|
8329
8331
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8330
8332
|
```
|
|
8331
8333
|
|
|
8332
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8334
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.52/src/commands/sobject/describe.ts)_
|
|
8333
8335
|
|
|
8334
8336
|
## `sf sobject list`
|
|
8335
8337
|
|
|
@@ -8368,7 +8370,7 @@ EXAMPLES
|
|
|
8368
8370
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8369
8371
|
```
|
|
8370
8372
|
|
|
8371
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8373
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.52/src/commands/sobject/list.ts)_
|
|
8372
8374
|
|
|
8373
8375
|
## `sf static-resource generate`
|
|
8374
8376
|
|
|
@@ -8430,7 +8432,7 @@ FLAG DESCRIPTIONS
|
|
|
8430
8432
|
etc.
|
|
8431
8433
|
```
|
|
8432
8434
|
|
|
8433
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8435
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/static-resource/generate.ts)_
|
|
8434
8436
|
|
|
8435
8437
|
## `sf update [CHANNEL]`
|
|
8436
8438
|
|
|
@@ -8468,7 +8470,7 @@ EXAMPLES
|
|
|
8468
8470
|
$ sf update --available
|
|
8469
8471
|
```
|
|
8470
8472
|
|
|
8471
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8473
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.32/src/commands/update.ts)_
|
|
8472
8474
|
|
|
8473
8475
|
## `sf version`
|
|
8474
8476
|
|
|
@@ -8488,7 +8490,7 @@ FLAG DESCRIPTIONS
|
|
|
8488
8490
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8489
8491
|
```
|
|
8490
8492
|
|
|
8491
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8493
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.25/src/commands/version.ts)_
|
|
8492
8494
|
|
|
8493
8495
|
## `sf visualforce generate component`
|
|
8494
8496
|
|
|
@@ -8544,7 +8546,7 @@ FLAG DESCRIPTIONS
|
|
|
8544
8546
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8545
8547
|
```
|
|
8546
8548
|
|
|
8547
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8549
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/visualforce/generate/component.ts)_
|
|
8548
8550
|
|
|
8549
8551
|
## `sf visualforce generate page`
|
|
8550
8552
|
|
|
@@ -8594,7 +8596,7 @@ FLAG DESCRIPTIONS
|
|
|
8594
8596
|
The name can be up to 40 characters and must start with a letter.
|
|
8595
8597
|
```
|
|
8596
8598
|
|
|
8597
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8599
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.39/src/commands/visualforce/generate/page.ts)_
|
|
8598
8600
|
|
|
8599
8601
|
## `sf which`
|
|
8600
8602
|
|
|
@@ -8628,7 +8630,7 @@ EXAMPLES
|
|
|
8628
8630
|
$ sf which "foo bar baz"
|
|
8629
8631
|
```
|
|
8630
8632
|
|
|
8631
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8633
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.30/src/commands/which.ts)_
|
|
8632
8634
|
|
|
8633
8635
|
<!-- commandsstop -->
|
|
8634
8636
|
|