@salesforce/cli 2.31.5 → 2.31.7
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 +165 -82
- package/npm-shrinkwrap.json +192 -73
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
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.31.
|
|
27
|
+
@salesforce/cli/2.31.7 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -111,6 +111,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
111
111
|
- [`sf org login web`](#sf-org-login-web)
|
|
112
112
|
- [`sf org logout`](#sf-org-logout)
|
|
113
113
|
- [`sf org open`](#sf-org-open)
|
|
114
|
+
- [`sf org refresh sandbox`](#sf-org-refresh-sandbox)
|
|
114
115
|
- [`sf org resume sandbox`](#sf-org-resume-sandbox)
|
|
115
116
|
- [`sf org resume scratch`](#sf-org-resume-scratch)
|
|
116
117
|
- [`sf package1 version create`](#sf-package1-version-create)
|
|
@@ -328,7 +329,7 @@ FLAG DESCRIPTIONS
|
|
|
328
329
|
directory.
|
|
329
330
|
```
|
|
330
331
|
|
|
331
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
332
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/analytics/generate/template.ts)_
|
|
332
333
|
|
|
333
334
|
## `sf apex generate class`
|
|
334
335
|
|
|
@@ -384,7 +385,7 @@ FLAG DESCRIPTIONS
|
|
|
384
385
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
385
386
|
```
|
|
386
387
|
|
|
387
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
388
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/apex/generate/class.ts)_
|
|
388
389
|
|
|
389
390
|
## `sf apex generate trigger`
|
|
390
391
|
|
|
@@ -451,7 +452,7 @@ FLAG DESCRIPTIONS
|
|
|
451
452
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
452
453
|
```
|
|
453
454
|
|
|
454
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
455
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/apex/generate/trigger.ts)_
|
|
455
456
|
|
|
456
457
|
## `sf apex get log`
|
|
457
458
|
|
|
@@ -821,7 +822,7 @@ EXAMPLES
|
|
|
821
822
|
$ sf autocomplete --refresh-cache
|
|
822
823
|
```
|
|
823
824
|
|
|
824
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
825
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.11/src/commands/autocomplete/index.ts)_
|
|
825
826
|
|
|
826
827
|
## `sf commands`
|
|
827
828
|
|
|
@@ -1113,7 +1114,7 @@ EXAMPLES
|
|
|
1113
1114
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1114
1115
|
```
|
|
1115
1116
|
|
|
1116
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1117
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/create/record.ts)_
|
|
1117
1118
|
|
|
1118
1119
|
## `sf data delete bulk`
|
|
1119
1120
|
|
|
@@ -1158,7 +1159,7 @@ EXAMPLES
|
|
|
1158
1159
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1159
1160
|
```
|
|
1160
1161
|
|
|
1161
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/bulk.ts)_
|
|
1162
1163
|
|
|
1163
1164
|
## `sf data delete record`
|
|
1164
1165
|
|
|
@@ -1217,7 +1218,7 @@ EXAMPLES
|
|
|
1217
1218
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1218
1219
|
```
|
|
1219
1220
|
|
|
1220
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1221
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/record.ts)_
|
|
1221
1222
|
|
|
1222
1223
|
## `sf data delete resume`
|
|
1223
1224
|
|
|
@@ -1254,7 +1255,7 @@ EXAMPLES
|
|
|
1254
1255
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1255
1256
|
```
|
|
1256
1257
|
|
|
1257
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1258
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/resume.ts)_
|
|
1258
1259
|
|
|
1259
1260
|
## `sf data export beta tree`
|
|
1260
1261
|
|
|
@@ -1310,7 +1311,7 @@ EXAMPLES
|
|
|
1310
1311
|
my-scratch
|
|
1311
1312
|
```
|
|
1312
1313
|
|
|
1313
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1314
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/beta/tree.ts)_
|
|
1314
1315
|
|
|
1315
1316
|
## `sf data export tree`
|
|
1316
1317
|
|
|
@@ -1368,7 +1369,7 @@ EXAMPLES
|
|
|
1368
1369
|
my-scratch
|
|
1369
1370
|
```
|
|
1370
1371
|
|
|
1371
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1372
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/tree.ts)_
|
|
1372
1373
|
|
|
1373
1374
|
## `sf data get record`
|
|
1374
1375
|
|
|
@@ -1430,7 +1431,7 @@ EXAMPLES
|
|
|
1430
1431
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1431
1432
|
```
|
|
1432
1433
|
|
|
1433
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1434
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/get/record.ts)_
|
|
1434
1435
|
|
|
1435
1436
|
## `sf data import beta tree`
|
|
1436
1437
|
|
|
@@ -1472,7 +1473,7 @@ EXAMPLES
|
|
|
1472
1473
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1473
1474
|
```
|
|
1474
1475
|
|
|
1475
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1476
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/beta/tree.ts)_
|
|
1476
1477
|
|
|
1477
1478
|
## `sf data import tree`
|
|
1478
1479
|
|
|
@@ -1521,7 +1522,7 @@ EXAMPLES
|
|
|
1521
1522
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1522
1523
|
```
|
|
1523
1524
|
|
|
1524
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1525
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/tree.ts)_
|
|
1525
1526
|
|
|
1526
1527
|
## `sf data query`
|
|
1527
1528
|
|
|
@@ -1584,7 +1585,7 @@ EXAMPLES
|
|
|
1584
1585
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1585
1586
|
```
|
|
1586
1587
|
|
|
1587
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1588
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query.ts)_
|
|
1588
1589
|
|
|
1589
1590
|
## `sf data query resume`
|
|
1590
1591
|
|
|
@@ -1620,7 +1621,7 @@ EXAMPLES
|
|
|
1620
1621
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1621
1622
|
```
|
|
1622
1623
|
|
|
1623
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query/resume.ts)_
|
|
1624
1625
|
|
|
1625
1626
|
## `sf data resume`
|
|
1626
1627
|
|
|
@@ -1656,7 +1657,7 @@ EXAMPLES
|
|
|
1656
1657
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1657
1658
|
```
|
|
1658
1659
|
|
|
1659
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1660
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/resume.ts)_
|
|
1660
1661
|
|
|
1661
1662
|
## `sf data update record`
|
|
1662
1663
|
|
|
@@ -1717,7 +1718,7 @@ EXAMPLES
|
|
|
1717
1718
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1718
1719
|
```
|
|
1719
1720
|
|
|
1720
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1721
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/update/record.ts)_
|
|
1721
1722
|
|
|
1722
1723
|
## `sf data upsert bulk`
|
|
1723
1724
|
|
|
@@ -1769,7 +1770,7 @@ EXAMPLES
|
|
|
1769
1770
|
my-scratch
|
|
1770
1771
|
```
|
|
1771
1772
|
|
|
1772
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1773
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/bulk.ts)_
|
|
1773
1774
|
|
|
1774
1775
|
## `sf data upsert resume`
|
|
1775
1776
|
|
|
@@ -1806,7 +1807,7 @@ EXAMPLES
|
|
|
1806
1807
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1807
1808
|
```
|
|
1808
1809
|
|
|
1809
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1810
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/resume.ts)_
|
|
1810
1811
|
|
|
1811
1812
|
## `sf doctor`
|
|
1812
1813
|
|
|
@@ -1898,7 +1899,7 @@ EXAMPLES
|
|
|
1898
1899
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1899
1900
|
```
|
|
1900
1901
|
|
|
1901
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1902
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/delete.ts)_
|
|
1902
1903
|
|
|
1903
1904
|
## `sf force data bulk status`
|
|
1904
1905
|
|
|
@@ -1934,7 +1935,7 @@ EXAMPLES
|
|
|
1934
1935
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1935
1936
|
```
|
|
1936
1937
|
|
|
1937
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1938
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/status.ts)_
|
|
1938
1939
|
|
|
1939
1940
|
## `sf force data bulk upsert`
|
|
1940
1941
|
|
|
@@ -1991,7 +1992,7 @@ EXAMPLES
|
|
|
1991
1992
|
--target-org my-scratch
|
|
1992
1993
|
```
|
|
1993
1994
|
|
|
1994
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
1995
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/upsert.ts)_
|
|
1995
1996
|
|
|
1996
1997
|
## `sf help [COMMANDS]`
|
|
1997
1998
|
|
|
@@ -2103,7 +2104,7 @@ FLAG DESCRIPTIONS
|
|
|
2103
2104
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2104
2105
|
```
|
|
2105
2106
|
|
|
2106
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/app.ts)_
|
|
2107
2108
|
|
|
2108
2109
|
## `sf lightning generate component`
|
|
2109
2110
|
|
|
@@ -2171,7 +2172,7 @@ FLAG DESCRIPTIONS
|
|
|
2171
2172
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2172
2173
|
```
|
|
2173
2174
|
|
|
2174
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2175
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/component.ts)_
|
|
2175
2176
|
|
|
2176
2177
|
## `sf lightning generate event`
|
|
2177
2178
|
|
|
@@ -2224,7 +2225,7 @@ FLAG DESCRIPTIONS
|
|
|
2224
2225
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2225
2226
|
```
|
|
2226
2227
|
|
|
2227
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2228
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/event.ts)_
|
|
2228
2229
|
|
|
2229
2230
|
## `sf lightning generate interface`
|
|
2230
2231
|
|
|
@@ -2277,7 +2278,7 @@ FLAG DESCRIPTIONS
|
|
|
2277
2278
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2278
2279
|
```
|
|
2279
2280
|
|
|
2280
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2281
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/interface.ts)_
|
|
2281
2282
|
|
|
2282
2283
|
## `sf lightning generate test`
|
|
2283
2284
|
|
|
@@ -2330,7 +2331,7 @@ FLAG DESCRIPTIONS
|
|
|
2330
2331
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2331
2332
|
```
|
|
2332
2333
|
|
|
2333
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2334
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/test.ts)_
|
|
2334
2335
|
|
|
2335
2336
|
## `sf org assign permset`
|
|
2336
2337
|
|
|
@@ -2373,7 +2374,7 @@ EXAMPLES
|
|
|
2373
2374
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2374
2375
|
```
|
|
2375
2376
|
|
|
2376
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
2377
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permset.ts)_
|
|
2377
2378
|
|
|
2378
2379
|
## `sf org assign permsetlicense`
|
|
2379
2380
|
|
|
@@ -2385,7 +2386,7 @@ USAGE
|
|
|
2385
2386
|
|
|
2386
2387
|
FLAGS
|
|
2387
2388
|
-b, --on-behalf-of=<value>... Usernames or alias to assign the permission set license to.
|
|
2388
|
-
-n, --name=<value
|
|
2389
|
+
-n, --name=<value>... (required) Name of the permission set license to assign.
|
|
2389
2390
|
-o, --target-org=<value> (required) Scratch org alias or login user.
|
|
2390
2391
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2391
2392
|
|
|
@@ -2417,7 +2418,7 @@ EXAMPLES
|
|
|
2417
2418
|
user3
|
|
2418
2419
|
```
|
|
2419
2420
|
|
|
2420
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
2421
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permsetlicense.ts)_
|
|
2421
2422
|
|
|
2422
2423
|
## `sf org create sandbox`
|
|
2423
2424
|
|
|
@@ -2453,6 +2454,9 @@ DESCRIPTION
|
|
|
2453
2454
|
--name and --license-type flags to specify the two required options. If you want to set an option other than name or
|
|
2454
2455
|
license type, such as apexClassId, you must use a definition file.
|
|
2455
2456
|
|
|
2457
|
+
You can also use this command to clone an existing sandbox. Use the --clone flag to specify the existing sandbox name
|
|
2458
|
+
and the --name flag to the name of the new sandbox.
|
|
2459
|
+
|
|
2456
2460
|
ALIASES
|
|
2457
2461
|
$ sf env create sandbox
|
|
2458
2462
|
|
|
@@ -2460,7 +2464,7 @@ EXAMPLES
|
|
|
2460
2464
|
Create a sandbox org using a definition file and give it the alias "MyDevSandbox". The production org that contains
|
|
2461
2465
|
the sandbox license has the alias "prodOrg".
|
|
2462
2466
|
|
|
2463
|
-
$ sf org create sandbox -
|
|
2467
|
+
$ sf org create sandbox --definition-file config/dev-sandbox-def.json --alias MyDevSandbox --target-org prodOrg
|
|
2464
2468
|
|
|
2465
2469
|
Create a sandbox org by directly specifying its name and type of license (Developer) instead of using a definition
|
|
2466
2470
|
file. Set the sandbox org as your default.
|
|
@@ -2468,6 +2472,12 @@ EXAMPLES
|
|
|
2468
2472
|
$ sf org create sandbox --name mysandbox --license-type Developer --alias MyDevSandbox --target-org prodOrg \
|
|
2469
2473
|
--set-default
|
|
2470
2474
|
|
|
2475
|
+
Clone the existing sandbox with name "ExistingSandbox" and name the new sandbox "NewClonedSandbox". Set the new
|
|
2476
|
+
sandbox as your default org. Wait for 30 minutes for the sandbox creation to complete.
|
|
2477
|
+
|
|
2478
|
+
$ sf org create sandbox --clone ExistingSandbox --name NewClonedSandbox --target-org prodOrg --alias \
|
|
2479
|
+
MyDevSandbox --set-default --wait 30
|
|
2480
|
+
|
|
2471
2481
|
FLAG DESCRIPTIONS
|
|
2472
2482
|
-a, --alias=<value> Alias for the sandbox org.
|
|
2473
2483
|
|
|
@@ -2479,14 +2489,15 @@ FLAG DESCRIPTIONS
|
|
|
2479
2489
|
|
|
2480
2490
|
-c, --clone=<value> Name of the sandbox org to clone.
|
|
2481
2491
|
|
|
2482
|
-
The value of clone must be an existing sandbox
|
|
2492
|
+
The value of --clone must be an existing sandbox. The existing sandbox, and the new sandbox specified with the
|
|
2493
|
+
--name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.
|
|
2483
2494
|
|
|
2484
2495
|
-f, --definition-file=<value> Path to a sandbox definition file.
|
|
2485
2496
|
|
|
2486
2497
|
The sandbox definition file is a blueprint for the sandbox. You can create different definition files for each
|
|
2487
2498
|
sandbox type that you use in the development process. See
|
|
2488
2499
|
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
|
|
2489
|
-
the options you can specify in the
|
|
2500
|
+
the options you can specify in the definition file.
|
|
2490
2501
|
|
|
2491
2502
|
-n, --name=<value> Name of the sandbox org.
|
|
2492
2503
|
|
|
@@ -2522,7 +2533,7 @@ FLAG DESCRIPTIONS
|
|
|
2522
2533
|
sandbox.
|
|
2523
2534
|
```
|
|
2524
2535
|
|
|
2525
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2536
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/create/sandbox.ts)_
|
|
2526
2537
|
|
|
2527
2538
|
## `sf org create scratch`
|
|
2528
2539
|
|
|
@@ -2675,7 +2686,7 @@ FLAG DESCRIPTIONS
|
|
|
2675
2686
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2676
2687
|
```
|
|
2677
2688
|
|
|
2678
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2689
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/create/scratch.ts)_
|
|
2679
2690
|
|
|
2680
2691
|
## `sf org create user`
|
|
2681
2692
|
|
|
@@ -2781,7 +2792,7 @@ FLAG DESCRIPTIONS
|
|
|
2781
2792
|
might be different than what you specify in the definition file.
|
|
2782
2793
|
```
|
|
2783
2794
|
|
|
2784
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
2795
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/create/user.ts)_
|
|
2785
2796
|
|
|
2786
2797
|
## `sf org delete sandbox`
|
|
2787
2798
|
|
|
@@ -2825,7 +2836,7 @@ EXAMPLES
|
|
|
2825
2836
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2826
2837
|
```
|
|
2827
2838
|
|
|
2828
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2839
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/delete/sandbox.ts)_
|
|
2829
2840
|
|
|
2830
2841
|
## `sf org delete scratch`
|
|
2831
2842
|
|
|
@@ -2867,7 +2878,7 @@ EXAMPLES
|
|
|
2867
2878
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2868
2879
|
```
|
|
2869
2880
|
|
|
2870
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2881
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/delete/scratch.ts)_
|
|
2871
2882
|
|
|
2872
2883
|
## `sf org disable tracking`
|
|
2873
2884
|
|
|
@@ -2905,7 +2916,7 @@ EXAMPLES
|
|
|
2905
2916
|
$ sf org disable tracking
|
|
2906
2917
|
```
|
|
2907
2918
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2919
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/disable/tracking.ts)_
|
|
2909
2920
|
|
|
2910
2921
|
## `sf org display`
|
|
2911
2922
|
|
|
@@ -2949,7 +2960,7 @@ EXAMPLES
|
|
|
2949
2960
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2950
2961
|
```
|
|
2951
2962
|
|
|
2952
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2963
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/display.ts)_
|
|
2953
2964
|
|
|
2954
2965
|
## `sf org display user`
|
|
2955
2966
|
|
|
@@ -2987,7 +2998,7 @@ EXAMPLES
|
|
|
2987
2998
|
$ sf org display user --target-org me@my.org --json
|
|
2988
2999
|
```
|
|
2989
3000
|
|
|
2990
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3001
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/display/user.ts)_
|
|
2991
3002
|
|
|
2992
3003
|
## `sf org enable tracking`
|
|
2993
3004
|
|
|
@@ -3028,7 +3039,7 @@ EXAMPLES
|
|
|
3028
3039
|
$ sf org enable tracking
|
|
3029
3040
|
```
|
|
3030
3041
|
|
|
3031
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3042
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/enable/tracking.ts)_
|
|
3032
3043
|
|
|
3033
3044
|
## `sf org generate password`
|
|
3034
3045
|
|
|
@@ -3093,7 +3104,7 @@ EXAMPLES
|
|
|
3093
3104
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3094
3105
|
```
|
|
3095
3106
|
|
|
3096
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3107
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/generate/password.ts)_
|
|
3097
3108
|
|
|
3098
3109
|
## `sf org list`
|
|
3099
3110
|
|
|
@@ -3131,7 +3142,7 @@ EXAMPLES
|
|
|
3131
3142
|
$ sf org list --clean
|
|
3132
3143
|
```
|
|
3133
3144
|
|
|
3134
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3145
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/list.ts)_
|
|
3135
3146
|
|
|
3136
3147
|
## `sf org list auth`
|
|
3137
3148
|
|
|
@@ -3162,7 +3173,7 @@ EXAMPLES
|
|
|
3162
3173
|
$ sf org list auth
|
|
3163
3174
|
```
|
|
3164
3175
|
|
|
3165
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3176
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/list/auth.ts)_
|
|
3166
3177
|
|
|
3167
3178
|
## `sf org list limits`
|
|
3168
3179
|
|
|
@@ -3201,7 +3212,7 @@ EXAMPLES
|
|
|
3201
3212
|
$ sf org list limits --target-org my-scratch-org
|
|
3202
3213
|
```
|
|
3203
3214
|
|
|
3204
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3215
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/limits.ts)_
|
|
3205
3216
|
|
|
3206
3217
|
## `sf org list metadata`
|
|
3207
3218
|
|
|
@@ -3266,7 +3277,7 @@ FLAG DESCRIPTIONS
|
|
|
3266
3277
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3267
3278
|
```
|
|
3268
3279
|
|
|
3269
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3280
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/list/metadata.ts)_
|
|
3270
3281
|
|
|
3271
3282
|
## `sf org list metadata-types`
|
|
3272
3283
|
|
|
@@ -3320,7 +3331,7 @@ FLAG DESCRIPTIONS
|
|
|
3320
3331
|
Override the api version used for api requests made by this command
|
|
3321
3332
|
```
|
|
3322
3333
|
|
|
3323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/list/metadata-types.ts)_
|
|
3324
3335
|
|
|
3325
3336
|
## `sf org list sobject record-counts`
|
|
3326
3337
|
|
|
@@ -3365,7 +3376,7 @@ EXAMPLES
|
|
|
3365
3376
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3366
3377
|
```
|
|
3367
3378
|
|
|
3368
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3379
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/sobject/record-counts.ts)_
|
|
3369
3380
|
|
|
3370
3381
|
## `sf org list users`
|
|
3371
3382
|
|
|
@@ -3402,7 +3413,7 @@ EXAMPLES
|
|
|
3402
3413
|
$ sf org list users --target-org me@my.org
|
|
3403
3414
|
```
|
|
3404
3415
|
|
|
3405
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3416
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/list/users.ts)_
|
|
3406
3417
|
|
|
3407
3418
|
## `sf org login access-token`
|
|
3408
3419
|
|
|
@@ -3455,7 +3466,7 @@ FLAG DESCRIPTIONS
|
|
|
3455
3466
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3456
3467
|
```
|
|
3457
3468
|
|
|
3458
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3469
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/login/access-token.ts)_
|
|
3459
3470
|
|
|
3460
3471
|
## `sf org login device`
|
|
3461
3472
|
|
|
@@ -3514,7 +3525,7 @@ FLAG DESCRIPTIONS
|
|
|
3514
3525
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3515
3526
|
```
|
|
3516
3527
|
|
|
3517
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3528
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/login/device.ts)_
|
|
3518
3529
|
|
|
3519
3530
|
## `sf org login jwt`
|
|
3520
3531
|
|
|
@@ -3603,7 +3614,7 @@ FLAG DESCRIPTIONS
|
|
|
3603
3614
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3604
3615
|
```
|
|
3605
3616
|
|
|
3606
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3617
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/login/jwt.ts)_
|
|
3607
3618
|
|
|
3608
3619
|
## `sf org login sfdx-url`
|
|
3609
3620
|
|
|
@@ -3668,7 +3679,7 @@ EXAMPLES
|
|
|
3668
3679
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3669
3680
|
```
|
|
3670
3681
|
|
|
3671
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3682
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/login/sfdx-url.ts)_
|
|
3672
3683
|
|
|
3673
3684
|
## `sf org login web`
|
|
3674
3685
|
|
|
@@ -3753,7 +3764,7 @@ FLAG DESCRIPTIONS
|
|
|
3753
3764
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3754
3765
|
```
|
|
3755
3766
|
|
|
3756
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3767
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/login/web.ts)_
|
|
3757
3768
|
|
|
3758
3769
|
## `sf org logout`
|
|
3759
3770
|
|
|
@@ -3813,7 +3824,7 @@ FLAG DESCRIPTIONS
|
|
|
3813
3824
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3814
3825
|
```
|
|
3815
3826
|
|
|
3816
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3827
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.17/src/commands/org/logout.ts)_
|
|
3817
3828
|
|
|
3818
3829
|
## `sf org open`
|
|
3819
3830
|
|
|
@@ -3884,7 +3895,79 @@ EXAMPLES
|
|
|
3884
3895
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3885
3896
|
```
|
|
3886
3897
|
|
|
3887
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3898
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/open.ts)_
|
|
3899
|
+
|
|
3900
|
+
## `sf org refresh sandbox`
|
|
3901
|
+
|
|
3902
|
+
Refresh a sandbox org using the sandbox name.
|
|
3903
|
+
|
|
3904
|
+
```
|
|
3905
|
+
USAGE
|
|
3906
|
+
$ sf org refresh sandbox -o <value> [--json] [--auto-activate] [-w <value> | --async] [-i <value> | ] [-n <value>] [-f
|
|
3907
|
+
<value>] [--no-prompt]
|
|
3908
|
+
|
|
3909
|
+
FLAGS
|
|
3910
|
+
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
|
|
3911
|
+
-i, --poll-interval=<seconds> [default: [object Object]] Number of seconds to wait between status polling requests.
|
|
3912
|
+
-n, --name=<value> Name of the existing sandbox org in your production org that you want to refresh.
|
|
3913
|
+
-o, --target-org=<value> (required) Username or alias of the production org that contains the sandbox license.
|
|
3914
|
+
-w, --wait=<minutes> [default: [object Object]] Number of minutes to poll for sandbox refresh status.
|
|
3915
|
+
--async Request the sandbox refresh, but don't wait for it to complete.
|
|
3916
|
+
--[no-]auto-activate Activates the sandbox after a successful refresh.
|
|
3917
|
+
--no-prompt Don't prompt for confirmation about the sandbox refresh.
|
|
3918
|
+
|
|
3919
|
+
GLOBAL FLAGS
|
|
3920
|
+
--json Format output as json.
|
|
3921
|
+
|
|
3922
|
+
DESCRIPTION
|
|
3923
|
+
Refresh a sandbox org using the sandbox name.
|
|
3924
|
+
|
|
3925
|
+
Refreshing a sandbox copies the metadata, and optionally data, from your production org to the refreshed sandbox org.
|
|
3926
|
+
You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as
|
|
3927
|
+
its license type or template ID.
|
|
3928
|
+
|
|
3929
|
+
You're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox
|
|
3930
|
+
name, first delete it with the "org delete sandbox" command. And then recreate it with the "org create sandbox"
|
|
3931
|
+
command and give it a new name.
|
|
3932
|
+
|
|
3933
|
+
EXAMPLES
|
|
3934
|
+
Refresh the sandbox named "devSbx1". The production org that contains the sandbox license has the alias "prodOrg".
|
|
3935
|
+
|
|
3936
|
+
$ sf org refresh sandbox --name devSbx1 --target-org prodOrg
|
|
3937
|
+
|
|
3938
|
+
Refresh the sandbox named "devSbx2", and override the configuration of the refreshed sandbox with the properties in
|
|
3939
|
+
the specified defintion file. The default target org is the production org, so you don't need to specify the
|
|
3940
|
+
`--target-org` flag in this case.
|
|
3941
|
+
|
|
3942
|
+
$ sf org refresh sandbox --name devSbx2 --definition-file devSbx2-config.json
|
|
3943
|
+
|
|
3944
|
+
Refresh the sandbox using the name defined in the definition file. The production org that contains the sandbox
|
|
3945
|
+
license has the alias "prodOrg".
|
|
3946
|
+
|
|
3947
|
+
$ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
|
|
3948
|
+
|
|
3949
|
+
FLAG DESCRIPTIONS
|
|
3950
|
+
-f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
|
|
3951
|
+
|
|
3952
|
+
The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
|
|
3953
|
+
a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
|
|
3954
|
+
flag to specify the sandbox and don't use this flag. See
|
|
3955
|
+
<https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all
|
|
3956
|
+
the options you can specify in the definition file.
|
|
3957
|
+
|
|
3958
|
+
-w, --wait=<minutes> Number of minutes to poll for sandbox refresh status.
|
|
3959
|
+
|
|
3960
|
+
If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays
|
|
3961
|
+
the "sf org resume sandbox" command for you run to check the status of the refresh. The displayed command includes
|
|
3962
|
+
the job ID for the running sandbox refresh.
|
|
3963
|
+
|
|
3964
|
+
--async Request the sandbox refresh, but don't wait for it to complete.
|
|
3965
|
+
|
|
3966
|
+
The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue
|
|
3967
|
+
to use the CLI. To check the status of the sandbox refresh, run "sf org resume sandbox".
|
|
3968
|
+
```
|
|
3969
|
+
|
|
3970
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/refresh/sandbox.ts)_
|
|
3888
3971
|
|
|
3889
3972
|
## `sf org resume sandbox`
|
|
3890
3973
|
|
|
@@ -3946,7 +4029,7 @@ FLAG DESCRIPTIONS
|
|
|
3946
4029
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3947
4030
|
```
|
|
3948
4031
|
|
|
3949
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4032
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/resume/sandbox.ts)_
|
|
3950
4033
|
|
|
3951
4034
|
## `sf org resume scratch`
|
|
3952
4035
|
|
|
@@ -3992,7 +4075,7 @@ FLAG DESCRIPTIONS
|
|
|
3992
4075
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3993
4076
|
```
|
|
3994
4077
|
|
|
3995
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4078
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.0/src/commands/org/resume/scratch.ts)_
|
|
3996
4079
|
|
|
3997
4080
|
## `sf package1 version create`
|
|
3998
4081
|
|
|
@@ -5349,7 +5432,7 @@ EXAMPLES
|
|
|
5349
5432
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5350
5433
|
```
|
|
5351
5434
|
|
|
5352
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
5435
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.14/src/commands/plugins/trust/verify.ts)_
|
|
5353
5436
|
|
|
5354
5437
|
## `sf plugins:uninstall PLUGIN...`
|
|
5355
5438
|
|
|
@@ -5457,7 +5540,7 @@ FLAG DESCRIPTIONS
|
|
|
5457
5540
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5458
5541
|
```
|
|
5459
5542
|
|
|
5460
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5543
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/convert/mdapi.ts)_
|
|
5461
5544
|
|
|
5462
5545
|
## `sf project convert source`
|
|
5463
5546
|
|
|
@@ -5469,7 +5552,7 @@ USAGE
|
|
|
5469
5552
|
<value> | -m <value>]
|
|
5470
5553
|
|
|
5471
5554
|
FLAGS
|
|
5472
|
-
-d, --output-dir=<value> [default:
|
|
5555
|
+
-d, --output-dir=<value> [default: metadataPackage_1708975234876] Output directory to store the Metadata
|
|
5473
5556
|
API–formatted files in.
|
|
5474
5557
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5475
5558
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5529,7 +5612,7 @@ FLAG DESCRIPTIONS
|
|
|
5529
5612
|
Override the api version used for api requests made by this command
|
|
5530
5613
|
```
|
|
5531
5614
|
|
|
5532
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5615
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/convert/source.ts)_
|
|
5533
5616
|
|
|
5534
5617
|
## `sf project delete source`
|
|
5535
5618
|
|
|
@@ -5668,7 +5751,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5751
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5669
5752
|
```
|
|
5670
5753
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5754
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/delete/source.ts)_
|
|
5672
5755
|
|
|
5673
5756
|
## `sf project delete tracking`
|
|
5674
5757
|
|
|
@@ -5704,7 +5787,7 @@ EXAMPLES
|
|
|
5704
5787
|
$ sf project delete tracking --target-org my-scratch
|
|
5705
5788
|
```
|
|
5706
5789
|
|
|
5707
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5790
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/delete/tracking.ts)_
|
|
5708
5791
|
|
|
5709
5792
|
## `sf project deploy cancel`
|
|
5710
5793
|
|
|
@@ -5774,7 +5857,7 @@ FLAG DESCRIPTIONS
|
|
|
5774
5857
|
project deploy report".
|
|
5775
5858
|
```
|
|
5776
5859
|
|
|
5777
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/cancel.ts)_
|
|
5778
5861
|
|
|
5779
5862
|
## `sf project deploy preview`
|
|
5780
5863
|
|
|
@@ -5858,7 +5941,7 @@ FLAG DESCRIPTIONS
|
|
|
5858
5941
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5859
5942
|
```
|
|
5860
5943
|
|
|
5861
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5944
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/preview.ts)_
|
|
5862
5945
|
|
|
5863
5946
|
## `sf project deploy quick`
|
|
5864
5947
|
|
|
@@ -5951,7 +6034,7 @@ ERROR CODES
|
|
|
5951
6034
|
Canceling (69) The deploy is being canceled.
|
|
5952
6035
|
```
|
|
5953
6036
|
|
|
5954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6037
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/quick.ts)_
|
|
5955
6038
|
|
|
5956
6039
|
## `sf project deploy report`
|
|
5957
6040
|
|
|
@@ -6046,7 +6129,7 @@ FLAG DESCRIPTIONS
|
|
|
6046
6129
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6047
6130
|
```
|
|
6048
6131
|
|
|
6049
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/report.ts)_
|
|
6050
6133
|
|
|
6051
6134
|
## `sf project deploy resume`
|
|
6052
6135
|
|
|
@@ -6142,7 +6225,7 @@ ERROR CODES
|
|
|
6142
6225
|
Canceling (69) The deploy is being canceled.
|
|
6143
6226
|
```
|
|
6144
6227
|
|
|
6145
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6228
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/resume.ts)_
|
|
6146
6229
|
|
|
6147
6230
|
## `sf project deploy start`
|
|
6148
6231
|
|
|
@@ -6371,7 +6454,7 @@ ERROR CODES
|
|
|
6371
6454
|
Canceling (69) The deploy is being canceled.
|
|
6372
6455
|
```
|
|
6373
6456
|
|
|
6374
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6457
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/start.ts)_
|
|
6375
6458
|
|
|
6376
6459
|
## `sf project deploy validate`
|
|
6377
6460
|
|
|
@@ -6550,7 +6633,7 @@ ERROR CODES
|
|
|
6550
6633
|
Canceling (69) The deploy is being canceled.
|
|
6551
6634
|
```
|
|
6552
6635
|
|
|
6553
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6636
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/deploy/validate.ts)_
|
|
6554
6637
|
|
|
6555
6638
|
## `sf project generate`
|
|
6556
6639
|
|
|
@@ -6654,7 +6737,7 @@ FLAG DESCRIPTIONS
|
|
|
6654
6737
|
Override the api version used for api requests made by this command
|
|
6655
6738
|
```
|
|
6656
6739
|
|
|
6657
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6740
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/project/generate.ts)_
|
|
6658
6741
|
|
|
6659
6742
|
## `sf project generate manifest`
|
|
6660
6743
|
|
|
@@ -6729,7 +6812,7 @@ EXAMPLES
|
|
|
6729
6812
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6730
6813
|
```
|
|
6731
6814
|
|
|
6732
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6815
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/generate/manifest.ts)_
|
|
6733
6816
|
|
|
6734
6817
|
## `sf project list ignored`
|
|
6735
6818
|
|
|
@@ -6770,7 +6853,7 @@ EXAMPLES
|
|
|
6770
6853
|
$ sf project list ignored --source-dir package.xml
|
|
6771
6854
|
```
|
|
6772
6855
|
|
|
6773
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6856
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/list/ignored.ts)_
|
|
6774
6857
|
|
|
6775
6858
|
## `sf project reset tracking`
|
|
6776
6859
|
|
|
@@ -6818,7 +6901,7 @@ EXAMPLES
|
|
|
6818
6901
|
$ sf project reset tracking --revision 30
|
|
6819
6902
|
```
|
|
6820
6903
|
|
|
6821
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6904
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/reset/tracking.ts)_
|
|
6822
6905
|
|
|
6823
6906
|
## `sf project retrieve preview`
|
|
6824
6907
|
|
|
@@ -6874,7 +6957,7 @@ FLAG DESCRIPTIONS
|
|
|
6874
6957
|
Overrides your default org.
|
|
6875
6958
|
```
|
|
6876
6959
|
|
|
6877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6960
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/retrieve/preview.ts)_
|
|
6878
6961
|
|
|
6879
6962
|
## `sf project retrieve start`
|
|
6880
6963
|
|
|
@@ -7028,7 +7111,7 @@ ENVIRONMENT VARIABLES
|
|
|
7028
7111
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7029
7112
|
```
|
|
7030
7113
|
|
|
7031
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
7114
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.20/src/commands/project/retrieve/start.ts)_
|
|
7032
7115
|
|
|
7033
7116
|
## `sf schema generate field`
|
|
7034
7117
|
|
|
@@ -7369,7 +7452,7 @@ FLAG DESCRIPTIONS
|
|
|
7369
7452
|
etc.
|
|
7370
7453
|
```
|
|
7371
7454
|
|
|
7372
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7455
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/static-resource/generate.ts)_
|
|
7373
7456
|
|
|
7374
7457
|
## `sf update [CHANNEL]`
|
|
7375
7458
|
|
|
@@ -7481,7 +7564,7 @@ FLAG DESCRIPTIONS
|
|
|
7481
7564
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7482
7565
|
```
|
|
7483
7566
|
|
|
7484
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7567
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/visualforce/generate/component.ts)_
|
|
7485
7568
|
|
|
7486
7569
|
## `sf visualforce generate page`
|
|
7487
7570
|
|
|
@@ -7529,7 +7612,7 @@ FLAG DESCRIPTIONS
|
|
|
7529
7612
|
The name can be up to 40 characters and must start with a letter.
|
|
7530
7613
|
```
|
|
7531
7614
|
|
|
7532
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7615
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/visualforce/generate/page.ts)_
|
|
7533
7616
|
|
|
7534
7617
|
## `sf which`
|
|
7535
7618
|
|