@salesforce/cli 2.86.4 → 2.86.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/LICENSE.txt +200 -6
- package/README.md +126 -100
- package/dist/hooks/preparse.js +2 -2
- package/npm-shrinkwrap.json +989 -659
- package/oclif.lock +725 -502
- package/oclif.manifest.json +1369 -973
- package/package.json +21 -19
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://oclif.io)
|
|
4
4
|
[](https://npmjs.org/package/@salesforce/cli)
|
|
5
5
|
[](https://npmjs.org/package/@salesforce/cli)
|
|
6
|
-
[](https://opensource.org/license/apache-2-0)
|
|
7
7
|
|
|
8
8
|
# Getting Started
|
|
9
9
|
|
|
@@ -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.86.
|
|
28
|
+
@salesforce/cli/2.86.6 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -214,7 +214,7 @@ EXAMPLES
|
|
|
214
214
|
$ sf alias list
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
217
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/alias/list.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf alias set`
|
|
220
220
|
|
|
@@ -263,7 +263,7 @@ EXAMPLES
|
|
|
263
263
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
264
264
|
```
|
|
265
265
|
|
|
266
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
266
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/alias/set.ts)_
|
|
267
267
|
|
|
268
268
|
## `sf alias unset`
|
|
269
269
|
|
|
@@ -303,7 +303,7 @@ EXAMPLES
|
|
|
303
303
|
$ sf alias unset --all [--no-prompt]
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
306
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/alias/unset.ts)_
|
|
307
307
|
|
|
308
308
|
## `sf analytics generate template`
|
|
309
309
|
|
|
@@ -345,7 +345,7 @@ FLAG DESCRIPTIONS
|
|
|
345
345
|
directory.
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
348
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/analytics/generate/template.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf apex generate class`
|
|
351
351
|
|
|
@@ -404,7 +404,7 @@ FLAG DESCRIPTIONS
|
|
|
404
404
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
407
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/apex/generate/class.ts)_
|
|
408
408
|
|
|
409
409
|
## `sf apex generate trigger`
|
|
410
410
|
|
|
@@ -473,7 +473,7 @@ FLAG DESCRIPTIONS
|
|
|
473
473
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
476
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/apex/generate/trigger.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf apex get log`
|
|
479
479
|
|
|
@@ -529,7 +529,7 @@ FLAG DESCRIPTIONS
|
|
|
529
529
|
directory.
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
532
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/get/log.ts)_
|
|
533
533
|
|
|
534
534
|
## `sf apex get test`
|
|
535
535
|
|
|
@@ -589,7 +589,7 @@ EXAMPLES
|
|
|
589
589
|
me@myorg'
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
592
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/get/test.ts)_
|
|
593
593
|
|
|
594
594
|
## `sf apex list log`
|
|
595
595
|
|
|
@@ -629,7 +629,7 @@ EXAMPLES
|
|
|
629
629
|
$ sf apex list log --target-org me@my.org
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
632
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/list/log.ts)_
|
|
633
633
|
|
|
634
634
|
## `sf apex run`
|
|
635
635
|
|
|
@@ -676,7 +676,7 @@ EXAMPLES
|
|
|
676
676
|
$ sf apex run
|
|
677
677
|
```
|
|
678
678
|
|
|
679
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
679
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/run.ts)_
|
|
680
680
|
|
|
681
681
|
## `sf apex run test`
|
|
682
682
|
|
|
@@ -819,7 +819,7 @@ FLAG DESCRIPTIONS
|
|
|
819
819
|
--tests Test1 --tests Test2
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
822
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/run/test.ts)_
|
|
823
823
|
|
|
824
824
|
## `sf apex tail log`
|
|
825
825
|
|
|
@@ -862,7 +862,7 @@ EXAMPLES
|
|
|
862
862
|
$ sf apex tail log --color --skip-trace-flag
|
|
863
863
|
```
|
|
864
864
|
|
|
865
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
865
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.13/src/commands/apex/tail/log.ts)_
|
|
866
866
|
|
|
867
867
|
## `sf api request graphql`
|
|
868
868
|
|
|
@@ -1133,7 +1133,7 @@ CONFIGURATION VARIABLES
|
|
|
1133
1133
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1136
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/config/get.ts)_
|
|
1137
1137
|
|
|
1138
1138
|
## `sf config list`
|
|
1139
1139
|
|
|
@@ -1173,7 +1173,7 @@ EXAMPLES
|
|
|
1173
1173
|
$ sf config list
|
|
1174
1174
|
```
|
|
1175
1175
|
|
|
1176
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1176
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/config/list.ts)_
|
|
1177
1177
|
|
|
1178
1178
|
## `sf config set`
|
|
1179
1179
|
|
|
@@ -1242,7 +1242,7 @@ CONFIGURATION VARIABLES
|
|
|
1242
1242
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1243
1243
|
```
|
|
1244
1244
|
|
|
1245
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1245
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/config/set.ts)_
|
|
1246
1246
|
|
|
1247
1247
|
## `sf config unset`
|
|
1248
1248
|
|
|
@@ -1292,7 +1292,7 @@ CONFIGURATION VARIABLES
|
|
|
1292
1292
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1293
1293
|
```
|
|
1294
1294
|
|
|
1295
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1295
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.24/src/commands/config/unset.ts)_
|
|
1296
1296
|
|
|
1297
1297
|
## `sf data bulk results`
|
|
1298
1298
|
|
|
@@ -1337,7 +1337,7 @@ EXAMPLES
|
|
|
1337
1337
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1338
1338
|
```
|
|
1339
1339
|
|
|
1340
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1340
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/bulk/results.ts)_
|
|
1341
1341
|
|
|
1342
1342
|
## `sf data create file`
|
|
1343
1343
|
|
|
@@ -1386,7 +1386,7 @@ EXAMPLES
|
|
|
1386
1386
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1387
1387
|
```
|
|
1388
1388
|
|
|
1389
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1389
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/create/file.ts)_
|
|
1390
1390
|
|
|
1391
1391
|
## `sf data create record`
|
|
1392
1392
|
|
|
@@ -1442,7 +1442,7 @@ EXAMPLES
|
|
|
1442
1442
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1443
1443
|
```
|
|
1444
1444
|
|
|
1445
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1445
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/create/record.ts)_
|
|
1446
1446
|
|
|
1447
1447
|
## `sf data delete bulk`
|
|
1448
1448
|
|
|
@@ -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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/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.27/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2400,7 +2400,7 @@ EXAMPLES
|
|
|
2400
2400
|
my-scratch
|
|
2401
2401
|
```
|
|
2402
2402
|
|
|
2403
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2403
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/upsert/bulk.ts)_
|
|
2404
2404
|
|
|
2405
2405
|
## `sf data upsert resume`
|
|
2406
2406
|
|
|
@@ -2439,7 +2439,7 @@ EXAMPLES
|
|
|
2439
2439
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2440
2440
|
```
|
|
2441
2441
|
|
|
2442
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2442
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/upsert/resume.ts)_
|
|
2443
2443
|
|
|
2444
2444
|
## `sf doctor`
|
|
2445
2445
|
|
|
@@ -2487,7 +2487,7 @@ EXAMPLES
|
|
|
2487
2487
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2488
2488
|
```
|
|
2489
2489
|
|
|
2490
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2490
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.54/src/commands/doctor.ts)_
|
|
2491
2491
|
|
|
2492
2492
|
## `sf force data bulk delete`
|
|
2493
2493
|
|
|
@@ -2534,7 +2534,7 @@ EXAMPLES
|
|
|
2534
2534
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2535
2535
|
```
|
|
2536
2536
|
|
|
2537
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2537
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/delete.ts)_
|
|
2538
2538
|
|
|
2539
2539
|
## `sf force data bulk status`
|
|
2540
2540
|
|
|
@@ -2571,7 +2571,7 @@ EXAMPLES
|
|
|
2571
2571
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2572
2572
|
```
|
|
2573
2573
|
|
|
2574
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2574
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/status.ts)_
|
|
2575
2575
|
|
|
2576
2576
|
## `sf force data bulk upsert`
|
|
2577
2577
|
|
|
@@ -2629,7 +2629,7 @@ EXAMPLES
|
|
|
2629
2629
|
--target-org my-scratch
|
|
2630
2630
|
```
|
|
2631
2631
|
|
|
2632
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2632
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/upsert.ts)_
|
|
2633
2633
|
|
|
2634
2634
|
## `sf help [COMMAND]`
|
|
2635
2635
|
|
|
@@ -2689,7 +2689,7 @@ EXAMPLES
|
|
|
2689
2689
|
$ sf info releasenotes display --version latest
|
|
2690
2690
|
```
|
|
2691
2691
|
|
|
2692
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2692
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.54/src/commands/info/releasenotes/display.ts)_
|
|
2693
2693
|
|
|
2694
2694
|
## `sf lightning generate app`
|
|
2695
2695
|
|
|
@@ -2744,7 +2744,7 @@ FLAG DESCRIPTIONS
|
|
|
2744
2744
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2747
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/lightning/generate/app.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf lightning generate component`
|
|
2750
2750
|
|
|
@@ -2813,7 +2813,7 @@ FLAG DESCRIPTIONS
|
|
|
2813
2813
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2814
2814
|
```
|
|
2815
2815
|
|
|
2816
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2816
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/lightning/generate/component.ts)_
|
|
2817
2817
|
|
|
2818
2818
|
## `sf lightning generate event`
|
|
2819
2819
|
|
|
@@ -2868,7 +2868,7 @@ FLAG DESCRIPTIONS
|
|
|
2868
2868
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2869
2869
|
```
|
|
2870
2870
|
|
|
2871
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2871
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/lightning/generate/event.ts)_
|
|
2872
2872
|
|
|
2873
2873
|
## `sf lightning generate interface`
|
|
2874
2874
|
|
|
@@ -2923,7 +2923,7 @@ FLAG DESCRIPTIONS
|
|
|
2923
2923
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2924
2924
|
```
|
|
2925
2925
|
|
|
2926
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2926
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/lightning/generate/interface.ts)_
|
|
2927
2927
|
|
|
2928
2928
|
## `sf lightning generate test`
|
|
2929
2929
|
|
|
@@ -2978,7 +2978,7 @@ FLAG DESCRIPTIONS
|
|
|
2978
2978
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2979
2979
|
```
|
|
2980
2980
|
|
|
2981
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2981
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/lightning/generate/test.ts)_
|
|
2982
2982
|
|
|
2983
2983
|
## `sf org assign permset`
|
|
2984
2984
|
|
|
@@ -3024,7 +3024,7 @@ EXAMPLES
|
|
|
3024
3024
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3025
3025
|
```
|
|
3026
3026
|
|
|
3027
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3027
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/assign/permset.ts)_
|
|
3028
3028
|
|
|
3029
3029
|
## `sf org assign permsetlicense`
|
|
3030
3030
|
|
|
@@ -3071,7 +3071,7 @@ EXAMPLES
|
|
|
3071
3071
|
user3
|
|
3072
3072
|
```
|
|
3073
3073
|
|
|
3074
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3074
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/assign/permsetlicense.ts)_
|
|
3075
3075
|
|
|
3076
3076
|
## `sf org create sandbox`
|
|
3077
3077
|
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
|
|
|
3382
3382
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3383
3383
|
```
|
|
3384
3384
|
|
|
3385
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3385
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/create/scratch.ts)_
|
|
3386
3386
|
|
|
3387
3387
|
## `sf org create user`
|
|
3388
3388
|
|
|
@@ -3490,7 +3490,7 @@ FLAG DESCRIPTIONS
|
|
|
3490
3490
|
might be different than what you specify in the definition file.
|
|
3491
3491
|
```
|
|
3492
3492
|
|
|
3493
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3493
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/create/user.ts)_
|
|
3494
3494
|
|
|
3495
3495
|
## `sf org delete sandbox`
|
|
3496
3496
|
|
|
@@ -3536,7 +3536,7 @@ EXAMPLES
|
|
|
3536
3536
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3537
3537
|
```
|
|
3538
3538
|
|
|
3539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/delete/sandbox.ts)_
|
|
3540
3540
|
|
|
3541
3541
|
## `sf org delete scratch`
|
|
3542
3542
|
|
|
@@ -3580,7 +3580,7 @@ EXAMPLES
|
|
|
3580
3580
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3581
3581
|
```
|
|
3582
3582
|
|
|
3583
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3583
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/delete/scratch.ts)_
|
|
3584
3584
|
|
|
3585
3585
|
## `sf org disable tracking`
|
|
3586
3586
|
|
|
@@ -3619,7 +3619,7 @@ EXAMPLES
|
|
|
3619
3619
|
$ sf org disable tracking
|
|
3620
3620
|
```
|
|
3621
3621
|
|
|
3622
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3622
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/disable/tracking.ts)_
|
|
3623
3623
|
|
|
3624
3624
|
## `sf org display`
|
|
3625
3625
|
|
|
@@ -3664,7 +3664,7 @@ EXAMPLES
|
|
|
3664
3664
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3665
3665
|
```
|
|
3666
3666
|
|
|
3667
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3667
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/display.ts)_
|
|
3668
3668
|
|
|
3669
3669
|
## `sf org display user`
|
|
3670
3670
|
|
|
@@ -3703,7 +3703,7 @@ EXAMPLES
|
|
|
3703
3703
|
$ sf org display user --target-org me@my.org --json
|
|
3704
3704
|
```
|
|
3705
3705
|
|
|
3706
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3706
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/display/user.ts)_
|
|
3707
3707
|
|
|
3708
3708
|
## `sf org enable tracking`
|
|
3709
3709
|
|
|
@@ -3745,7 +3745,7 @@ EXAMPLES
|
|
|
3745
3745
|
$ sf org enable tracking
|
|
3746
3746
|
```
|
|
3747
3747
|
|
|
3748
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3748
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/enable/tracking.ts)_
|
|
3749
3749
|
|
|
3750
3750
|
## `sf org generate password`
|
|
3751
3751
|
|
|
@@ -3812,7 +3812,7 @@ EXAMPLES
|
|
|
3812
3812
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3813
3813
|
```
|
|
3814
3814
|
|
|
3815
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3815
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/generate/password.ts)_
|
|
3816
3816
|
|
|
3817
3817
|
## `sf org list`
|
|
3818
3818
|
|
|
@@ -3851,7 +3851,7 @@ EXAMPLES
|
|
|
3851
3851
|
$ sf org list --clean
|
|
3852
3852
|
```
|
|
3853
3853
|
|
|
3854
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3854
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list.ts)_
|
|
3855
3855
|
|
|
3856
3856
|
## `sf org list auth`
|
|
3857
3857
|
|
|
@@ -3883,7 +3883,7 @@ EXAMPLES
|
|
|
3883
3883
|
$ sf org list auth
|
|
3884
3884
|
```
|
|
3885
3885
|
|
|
3886
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3886
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/list/auth.ts)_
|
|
3887
3887
|
|
|
3888
3888
|
## `sf org list limits`
|
|
3889
3889
|
|
|
@@ -3923,7 +3923,7 @@ EXAMPLES
|
|
|
3923
3923
|
$ sf org list limits --target-org my-scratch-org
|
|
3924
3924
|
```
|
|
3925
3925
|
|
|
3926
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3926
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.52/src/commands/org/list/limits.ts)_
|
|
3927
3927
|
|
|
3928
3928
|
## `sf org list metadata`
|
|
3929
3929
|
|
|
@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
|
|
|
3990
3990
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3991
3991
|
```
|
|
3992
3992
|
|
|
3993
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
3993
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list/metadata.ts)_
|
|
3994
3994
|
|
|
3995
3995
|
## `sf org list metadata-types`
|
|
3996
3996
|
|
|
@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
|
|
|
4045
4045
|
Override the api version used for api requests made by this command
|
|
4046
4046
|
```
|
|
4047
4047
|
|
|
4048
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4048
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/list/metadata-types.ts)_
|
|
4049
4049
|
|
|
4050
4050
|
## `sf org list sobject record-counts`
|
|
4051
4051
|
|
|
@@ -4091,7 +4091,7 @@ EXAMPLES
|
|
|
4091
4091
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4092
4092
|
```
|
|
4093
4093
|
|
|
4094
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4094
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.52/src/commands/org/list/sobject/record-counts.ts)_
|
|
4095
4095
|
|
|
4096
4096
|
## `sf org list users`
|
|
4097
4097
|
|
|
@@ -4129,7 +4129,7 @@ EXAMPLES
|
|
|
4129
4129
|
$ sf org list users --target-org me@my.org
|
|
4130
4130
|
```
|
|
4131
4131
|
|
|
4132
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4132
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.18/src/commands/org/list/users.ts)_
|
|
4133
4133
|
|
|
4134
4134
|
## `sf org login access-token`
|
|
4135
4135
|
|
|
@@ -4183,7 +4183,7 @@ FLAG DESCRIPTIONS
|
|
|
4183
4183
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4184
4184
|
```
|
|
4185
4185
|
|
|
4186
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4186
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/login/access-token.ts)_
|
|
4187
4187
|
|
|
4188
4188
|
## `sf org login device`
|
|
4189
4189
|
|
|
@@ -4243,7 +4243,7 @@ FLAG DESCRIPTIONS
|
|
|
4243
4243
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4244
4244
|
```
|
|
4245
4245
|
|
|
4246
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4246
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/login/device.ts)_
|
|
4247
4247
|
|
|
4248
4248
|
## `sf org login jwt`
|
|
4249
4249
|
|
|
@@ -4334,7 +4334,7 @@ FLAG DESCRIPTIONS
|
|
|
4334
4334
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4337
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/login/jwt.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf org login sfdx-url`
|
|
4340
4340
|
|
|
@@ -4404,7 +4404,7 @@ EXAMPLES
|
|
|
4404
4404
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4405
4405
|
```
|
|
4406
4406
|
|
|
4407
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4407
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/login/sfdx-url.ts)_
|
|
4408
4408
|
|
|
4409
4409
|
## `sf org login web`
|
|
4410
4410
|
|
|
@@ -4491,7 +4491,7 @@ FLAG DESCRIPTIONS
|
|
|
4491
4491
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4492
4492
|
```
|
|
4493
4493
|
|
|
4494
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4494
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/login/web.ts)_
|
|
4495
4495
|
|
|
4496
4496
|
## `sf org logout`
|
|
4497
4497
|
|
|
@@ -4552,7 +4552,7 @@ FLAG DESCRIPTIONS
|
|
|
4552
4552
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4553
4553
|
```
|
|
4554
4554
|
|
|
4555
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4555
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.113/src/commands/org/logout.ts)_
|
|
4556
4556
|
|
|
4557
4557
|
## `sf org open`
|
|
4558
4558
|
|
|
@@ -4628,7 +4628,7 @@ EXAMPLES
|
|
|
4628
4628
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/open.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `sf org open agent`
|
|
4634
4634
|
|
|
@@ -4679,7 +4679,7 @@ EXAMPLES
|
|
|
4679
4679
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4680
4680
|
```
|
|
4681
4681
|
|
|
4682
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4682
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/open/agent.ts)_
|
|
4683
4683
|
|
|
4684
4684
|
## `sf org refresh sandbox`
|
|
4685
4685
|
|
|
@@ -4688,17 +4688,21 @@ Refresh a sandbox org using the sandbox name.
|
|
|
4688
4688
|
```
|
|
4689
4689
|
USAGE
|
|
4690
4690
|
$ sf org refresh sandbox -o <value> [--json] [--flags-dir <value>] [--no-auto-activate] [-w <minutes> | --async] [-i
|
|
4691
|
-
<seconds> | ] [-n <value>] [-f <value>] [--no-prompt]
|
|
4691
|
+
<seconds> | ] [--source-sandbox-name <value> | -i <value>] [-n <value>] [-f <value>] [--no-prompt]
|
|
4692
4692
|
|
|
4693
4693
|
FLAGS
|
|
4694
|
-
-f, --definition-file=<value>
|
|
4695
|
-
|
|
4696
|
-
-
|
|
4697
|
-
-
|
|
4698
|
-
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4694
|
+
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh
|
|
4695
|
+
it.
|
|
4696
|
+
-i, --poll-interval=<seconds> Number of seconds to wait between status polling requests.
|
|
4697
|
+
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4698
|
+
-n, --name=<value> Name of the existing sandbox org in your production org that you want to refresh.
|
|
4699
|
+
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox
|
|
4700
|
+
license.
|
|
4701
|
+
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
|
|
4702
|
+
--async Request the sandbox refresh, but don't wait for it to complete.
|
|
4703
|
+
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
|
|
4704
|
+
--no-prompt Don't prompt for confirmation about the sandbox refresh.
|
|
4705
|
+
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4702
4706
|
|
|
4703
4707
|
GLOBAL FLAGS
|
|
4704
4708
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -4709,7 +4713,9 @@ DESCRIPTION
|
|
|
4709
4713
|
|
|
4710
4714
|
Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You
|
|
4711
4715
|
can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its
|
|
4712
|
-
license type or template ID.
|
|
4716
|
+
license type or template ID. You can also use the --source-id or --source-sandbox-name flags to change the refreshed
|
|
4717
|
+
sandbox org's original source org to a new org; in this case, the refreshed sandbox org's metadata is updated with the
|
|
4718
|
+
new source org's metadata.
|
|
4713
4719
|
|
|
4714
4720
|
You're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox
|
|
4715
4721
|
name, first delete it with the "org delete sandbox" command. And then recreate it with the "org create sandbox"
|
|
@@ -4731,6 +4737,10 @@ EXAMPLES
|
|
|
4731
4737
|
|
|
4732
4738
|
$ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
|
|
4733
4739
|
|
|
4740
|
+
Refresh the sandbox named "devSbx2" by changing its original source org to be a sandbox called "devSbx3":
|
|
4741
|
+
|
|
4742
|
+
$ sf org refresh sandbox --name devSbx2 --source-sandbox-name devSbx3 --target-org prodOrg
|
|
4743
|
+
|
|
4734
4744
|
FLAG DESCRIPTIONS
|
|
4735
4745
|
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
|
|
4736
4746
|
|
|
@@ -4740,6 +4750,14 @@ FLAG DESCRIPTIONS
|
|
|
4740
4750
|
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
|
|
4741
4751
|
the options you can specify in the definition file.
|
|
4742
4752
|
|
|
4753
|
+
-i, --source-id=<value> ID of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4754
|
+
|
|
4755
|
+
The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified
|
|
4756
|
+
with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox
|
|
4757
|
+
licenses.
|
|
4758
|
+
|
|
4759
|
+
You can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.
|
|
4760
|
+
|
|
4743
4761
|
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
|
|
4744
4762
|
|
|
4745
4763
|
If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays
|
|
@@ -4754,9 +4772,17 @@ FLAG DESCRIPTIONS
|
|
|
4754
4772
|
--no-auto-activate Disable auto-activation of the sandbox after a successful refresh.
|
|
4755
4773
|
|
|
4756
4774
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4775
|
+
|
|
4776
|
+
--source-sandbox-name=<value> Name of the sandbox org that becomes the new source org for the refreshed sandbox.
|
|
4777
|
+
|
|
4778
|
+
The value of --source-sandbox-name must be an existing sandbox. The new source sandbox, and the refreshed sandbox
|
|
4779
|
+
specified with the --name flag, must both be associated with the production org (--target-org) that contains the
|
|
4780
|
+
sandbox licenses.
|
|
4781
|
+
|
|
4782
|
+
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
4757
4783
|
```
|
|
4758
4784
|
|
|
4759
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4785
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/refresh/sandbox.ts)_
|
|
4760
4786
|
|
|
4761
4787
|
## `sf org resume sandbox`
|
|
4762
4788
|
|
|
@@ -4819,7 +4845,7 @@ FLAG DESCRIPTIONS
|
|
|
4819
4845
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4820
4846
|
```
|
|
4821
4847
|
|
|
4822
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4848
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/resume/sandbox.ts)_
|
|
4823
4849
|
|
|
4824
4850
|
## `sf org resume scratch`
|
|
4825
4851
|
|
|
@@ -4872,7 +4898,7 @@ FLAG DESCRIPTIONS
|
|
|
4872
4898
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
4873
4899
|
```
|
|
4874
4900
|
|
|
4875
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.
|
|
4901
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.0/src/commands/org/resume/scratch.ts)_
|
|
4876
4902
|
|
|
4877
4903
|
## `sf package create`
|
|
4878
4904
|
|
|
@@ -6288,7 +6314,7 @@ EXAMPLES
|
|
|
6288
6314
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6289
6315
|
```
|
|
6290
6316
|
|
|
6291
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6317
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.83/src/commands/plugins/trust/verify.ts)_
|
|
6292
6318
|
|
|
6293
6319
|
## `sf plugins uninstall [PLUGIN]`
|
|
6294
6320
|
|
|
@@ -7691,7 +7717,7 @@ FLAG DESCRIPTIONS
|
|
|
7691
7717
|
Override the api version used for api requests made by this command
|
|
7692
7718
|
```
|
|
7693
7719
|
|
|
7694
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7720
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/project/generate.ts)_
|
|
7695
7721
|
|
|
7696
7722
|
## `sf project generate manifest`
|
|
7697
7723
|
|
|
@@ -8163,7 +8189,7 @@ FLAG DESCRIPTIONS
|
|
|
8163
8189
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8164
8190
|
```
|
|
8165
8191
|
|
|
8166
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8192
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.55/src/commands/schema/generate/field.ts)_
|
|
8167
8193
|
|
|
8168
8194
|
## `sf schema generate platformevent`
|
|
8169
8195
|
|
|
@@ -8195,7 +8221,7 @@ EXAMPLES
|
|
|
8195
8221
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8196
8222
|
```
|
|
8197
8223
|
|
|
8198
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8224
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.55/src/commands/schema/generate/platformevent.ts)_
|
|
8199
8225
|
|
|
8200
8226
|
## `sf schema generate sobject`
|
|
8201
8227
|
|
|
@@ -8252,7 +8278,7 @@ FLAG DESCRIPTIONS
|
|
|
8252
8278
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8253
8279
|
```
|
|
8254
8280
|
|
|
8255
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8281
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.55/src/commands/schema/generate/sobject.ts)_
|
|
8256
8282
|
|
|
8257
8283
|
## `sf schema generate tab`
|
|
8258
8284
|
|
|
@@ -8300,7 +8326,7 @@ FLAG DESCRIPTIONS
|
|
|
8300
8326
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8301
8327
|
```
|
|
8302
8328
|
|
|
8303
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8329
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.55/src/commands/schema/generate/tab.ts)_
|
|
8304
8330
|
|
|
8305
8331
|
## `sf search`
|
|
8306
8332
|
|
|
@@ -8464,7 +8490,7 @@ FLAG DESCRIPTIONS
|
|
|
8464
8490
|
etc.
|
|
8465
8491
|
```
|
|
8466
8492
|
|
|
8467
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8493
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/static-resource/generate.ts)_
|
|
8468
8494
|
|
|
8469
8495
|
## `sf update [CHANNEL]`
|
|
8470
8496
|
|
|
@@ -8502,7 +8528,7 @@ EXAMPLES
|
|
|
8502
8528
|
$ sf update --available
|
|
8503
8529
|
```
|
|
8504
8530
|
|
|
8505
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8531
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.38/src/commands/update.ts)_
|
|
8506
8532
|
|
|
8507
8533
|
## `sf version`
|
|
8508
8534
|
|
|
@@ -8578,7 +8604,7 @@ FLAG DESCRIPTIONS
|
|
|
8578
8604
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8579
8605
|
```
|
|
8580
8606
|
|
|
8581
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8607
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/visualforce/generate/component.ts)_
|
|
8582
8608
|
|
|
8583
8609
|
## `sf visualforce generate page`
|
|
8584
8610
|
|
|
@@ -8628,7 +8654,7 @@ FLAG DESCRIPTIONS
|
|
|
8628
8654
|
The name can be up to 40 characters and must start with a letter.
|
|
8629
8655
|
```
|
|
8630
8656
|
|
|
8631
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8657
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.45/src/commands/visualforce/generate/page.ts)_
|
|
8632
8658
|
|
|
8633
8659
|
## `sf which`
|
|
8634
8660
|
|