@salesforce/cli 2.18.7 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -153
- package/npm-shrinkwrap.json +614 -446
- package/oclif.manifest.json +1 -192
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.19.0 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf alias list
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
196
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/list.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf alias set`
|
|
199
199
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
244
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/set.ts)_
|
|
245
245
|
|
|
246
246
|
## `sf alias unset`
|
|
247
247
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ sf alias unset --all [--no-prompt]
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
283
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/unset.ts)_
|
|
284
284
|
|
|
285
285
|
## `sf analytics generate template`
|
|
286
286
|
|
|
@@ -890,7 +890,7 @@ CONFIGURATION VARIABLES
|
|
|
890
890
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
891
891
|
```
|
|
892
892
|
|
|
893
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
893
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/get.ts)_
|
|
894
894
|
|
|
895
895
|
## `sf config list`
|
|
896
896
|
|
|
@@ -929,7 +929,7 @@ EXAMPLES
|
|
|
929
929
|
$ sf config list
|
|
930
930
|
```
|
|
931
931
|
|
|
932
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
932
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/list.ts)_
|
|
933
933
|
|
|
934
934
|
## `sf config set`
|
|
935
935
|
|
|
@@ -996,7 +996,7 @@ CONFIGURATION VARIABLES
|
|
|
996
996
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
997
997
|
```
|
|
998
998
|
|
|
999
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
999
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/set.ts)_
|
|
1000
1000
|
|
|
1001
1001
|
## `sf config unset`
|
|
1002
1002
|
|
|
@@ -1044,7 +1044,7 @@ CONFIGURATION VARIABLES
|
|
|
1044
1044
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1045
1045
|
```
|
|
1046
1046
|
|
|
1047
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1047
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/unset.ts)_
|
|
1048
1048
|
|
|
1049
1049
|
## `sf data create record`
|
|
1050
1050
|
|
|
@@ -1098,7 +1098,7 @@ EXAMPLES
|
|
|
1098
1098
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1101
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/create/record.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `sf data delete bulk`
|
|
1104
1104
|
|
|
@@ -1142,7 +1142,7 @@ EXAMPLES
|
|
|
1142
1142
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1143
1143
|
```
|
|
1144
1144
|
|
|
1145
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1145
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/delete/bulk.ts)_
|
|
1146
1146
|
|
|
1147
1147
|
## `sf data delete record`
|
|
1148
1148
|
|
|
@@ -1200,7 +1200,7 @@ EXAMPLES
|
|
|
1200
1200
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1201
1201
|
```
|
|
1202
1202
|
|
|
1203
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1203
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/delete/record.ts)_
|
|
1204
1204
|
|
|
1205
1205
|
## `sf data delete resume`
|
|
1206
1206
|
|
|
@@ -1237,7 +1237,7 @@ EXAMPLES
|
|
|
1237
1237
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1238
1238
|
```
|
|
1239
1239
|
|
|
1240
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1240
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/delete/resume.ts)_
|
|
1241
1241
|
|
|
1242
1242
|
## `sf data export tree`
|
|
1243
1243
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
my-scratch
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1297
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/export/tree.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf data get record`
|
|
1300
1300
|
|
|
@@ -1355,7 +1355,7 @@ EXAMPLES
|
|
|
1355
1355
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1356
1356
|
```
|
|
1357
1357
|
|
|
1358
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1358
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/get/record.ts)_
|
|
1359
1359
|
|
|
1360
1360
|
## `sf data import tree`
|
|
1361
1361
|
|
|
@@ -1405,7 +1405,7 @@ EXAMPLES
|
|
|
1405
1405
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1406
1406
|
```
|
|
1407
1407
|
|
|
1408
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1408
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/import/tree.ts)_
|
|
1409
1409
|
|
|
1410
1410
|
## `sf data query`
|
|
1411
1411
|
|
|
@@ -1467,7 +1467,7 @@ EXAMPLES
|
|
|
1467
1467
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1468
1468
|
```
|
|
1469
1469
|
|
|
1470
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1470
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/query.ts)_
|
|
1471
1471
|
|
|
1472
1472
|
## `sf data query resume`
|
|
1473
1473
|
|
|
@@ -1503,7 +1503,7 @@ EXAMPLES
|
|
|
1503
1503
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1504
1504
|
```
|
|
1505
1505
|
|
|
1506
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1506
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/query/resume.ts)_
|
|
1507
1507
|
|
|
1508
1508
|
## `sf data resume`
|
|
1509
1509
|
|
|
@@ -1538,7 +1538,7 @@ EXAMPLES
|
|
|
1538
1538
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1539
1539
|
```
|
|
1540
1540
|
|
|
1541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/resume.ts)_
|
|
1542
1542
|
|
|
1543
1543
|
## `sf data update record`
|
|
1544
1544
|
|
|
@@ -1598,7 +1598,7 @@ EXAMPLES
|
|
|
1598
1598
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1599
1599
|
```
|
|
1600
1600
|
|
|
1601
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1601
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/update/record.ts)_
|
|
1602
1602
|
|
|
1603
1603
|
## `sf data upsert bulk`
|
|
1604
1604
|
|
|
@@ -1649,7 +1649,7 @@ EXAMPLES
|
|
|
1649
1649
|
my-scratch
|
|
1650
1650
|
```
|
|
1651
1651
|
|
|
1652
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1652
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/upsert/bulk.ts)_
|
|
1653
1653
|
|
|
1654
1654
|
## `sf data upsert resume`
|
|
1655
1655
|
|
|
@@ -1686,7 +1686,7 @@ EXAMPLES
|
|
|
1686
1686
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1687
1687
|
```
|
|
1688
1688
|
|
|
1689
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1689
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/data/upsert/resume.ts)_
|
|
1690
1690
|
|
|
1691
1691
|
## `sf doctor`
|
|
1692
1692
|
|
|
@@ -1733,7 +1733,7 @@ EXAMPLES
|
|
|
1733
1733
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1734
1734
|
```
|
|
1735
1735
|
|
|
1736
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1736
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.3/src/commands/doctor.ts)_
|
|
1737
1737
|
|
|
1738
1738
|
## `sf force data bulk delete`
|
|
1739
1739
|
|
|
@@ -1777,7 +1777,7 @@ EXAMPLES
|
|
|
1777
1777
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1778
1778
|
```
|
|
1779
1779
|
|
|
1780
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1780
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/force/data/bulk/delete.ts)_
|
|
1781
1781
|
|
|
1782
1782
|
## `sf force data bulk status`
|
|
1783
1783
|
|
|
@@ -1812,7 +1812,7 @@ EXAMPLES
|
|
|
1812
1812
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1813
1813
|
```
|
|
1814
1814
|
|
|
1815
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1815
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/force/data/bulk/status.ts)_
|
|
1816
1816
|
|
|
1817
1817
|
## `sf force data bulk upsert`
|
|
1818
1818
|
|
|
@@ -1868,7 +1868,7 @@ EXAMPLES
|
|
|
1868
1868
|
--target-org my-scratch
|
|
1869
1869
|
```
|
|
1870
1870
|
|
|
1871
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/
|
|
1871
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.1/src/commands/force/data/bulk/upsert.ts)_
|
|
1872
1872
|
|
|
1873
1873
|
## `sf force mdapi deploy`
|
|
1874
1874
|
|
|
@@ -1876,8 +1876,8 @@ Deploy metadata to an org using Metadata API.
|
|
|
1876
1876
|
|
|
1877
1877
|
```
|
|
1878
1878
|
USAGE
|
|
1879
|
-
$ sf force mdapi deploy -u <value> [--
|
|
1880
|
-
|
|
1879
|
+
$ sf force mdapi deploy -u <value> [--api-version <value>] [-d <value>] [-w <value>] [-o] [-g] [-q <value> | -l
|
|
1880
|
+
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <value> | -c] [--verbose] [-f <value>] [-s]
|
|
1881
1881
|
[--soapdeploy] [--purgeondelete] [--concise] [--resultsdir <value>] [--coverageformatters
|
|
1882
1882
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
1883
1883
|
|
|
@@ -1941,9 +1941,6 @@ FLAGS
|
|
|
1941
1941
|
--verbose
|
|
1942
1942
|
Display verbose output of the deploy results.
|
|
1943
1943
|
|
|
1944
|
-
GLOBAL FLAGS
|
|
1945
|
-
--json Format output as json.
|
|
1946
|
-
|
|
1947
1944
|
EXAMPLES
|
|
1948
1945
|
Return a job ID you can use to check the deploy status:
|
|
1949
1946
|
|
|
@@ -2068,7 +2065,7 @@ FLAG DESCRIPTIONS
|
|
|
2068
2065
|
Indicates that you want verbose output from the deploy operation.
|
|
2069
2066
|
```
|
|
2070
2067
|
|
|
2071
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2068
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy.ts)_
|
|
2072
2069
|
|
|
2073
2070
|
## `sf force mdapi deploy cancel`
|
|
2074
2071
|
|
|
@@ -2076,7 +2073,7 @@ Cancel a metadata deployment.
|
|
|
2076
2073
|
|
|
2077
2074
|
```
|
|
2078
2075
|
USAGE
|
|
2079
|
-
$ sf force mdapi deploy cancel -o <value> [--
|
|
2076
|
+
$ sf force mdapi deploy cancel -o <value> [--api-version <value>] [-w <value>] [-i <value>]
|
|
2080
2077
|
|
|
2081
2078
|
FLAGS
|
|
2082
2079
|
-i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment.
|
|
@@ -2085,9 +2082,6 @@ FLAGS
|
|
|
2085
2082
|
results to the terminal window.
|
|
2086
2083
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2087
2084
|
|
|
2088
|
-
GLOBAL FLAGS
|
|
2089
|
-
--json Format output as json.
|
|
2090
|
-
|
|
2091
2085
|
DESCRIPTION
|
|
2092
2086
|
Cancel a metadata deployment.
|
|
2093
2087
|
|
|
@@ -2111,7 +2105,7 @@ FLAG DESCRIPTIONS
|
|
|
2111
2105
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2112
2106
|
```
|
|
2113
2107
|
|
|
2114
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2108
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy/cancel.ts)_
|
|
2115
2109
|
|
|
2116
2110
|
## `sf force mdapi deploy report`
|
|
2117
2111
|
|
|
@@ -2119,7 +2113,7 @@ Check the status of a metadata deployment.
|
|
|
2119
2113
|
|
|
2120
2114
|
```
|
|
2121
2115
|
USAGE
|
|
2122
|
-
$ sf force mdapi deploy report -o <value> [--
|
|
2116
|
+
$ sf force mdapi deploy report -o <value> [--api-version <value>] [-w <value>] [-i <value>] [--verbose] [--concise]
|
|
2123
2117
|
[--resultsdir <value>] [--coverageformatters
|
|
2124
2118
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
2125
2119
|
|
|
@@ -2152,9 +2146,6 @@ FLAGS
|
|
|
2152
2146
|
--verbose
|
|
2153
2147
|
Verbose output of deploy results.
|
|
2154
2148
|
|
|
2155
|
-
GLOBAL FLAGS
|
|
2156
|
-
--json Format output as json.
|
|
2157
|
-
|
|
2158
2149
|
DESCRIPTION
|
|
2159
2150
|
Check the status of a metadata deployment.
|
|
2160
2151
|
|
|
@@ -2182,7 +2173,7 @@ FLAG DESCRIPTIONS
|
|
|
2182
2173
|
use the ID of the most recent metadata deployment.
|
|
2183
2174
|
```
|
|
2184
2175
|
|
|
2185
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2176
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/deploy/report.ts)_
|
|
2186
2177
|
|
|
2187
2178
|
## `sf force mdapi retrieve`
|
|
2188
2179
|
|
|
@@ -2190,8 +2181,8 @@ Retrieve metadata from an org using Metadata API.
|
|
|
2190
2181
|
|
|
2191
2182
|
```
|
|
2192
2183
|
USAGE
|
|
2193
|
-
$ sf force mdapi retrieve -o <value> -r <value> [
|
|
2194
|
-
|
|
2184
|
+
$ sf force mdapi retrieve -o <value> -r <value> [-k <value> | -d <value> | -p <value>] [-s] [-n <value>] [-z] [-w
|
|
2185
|
+
<value>] [-a <value>] [--verbose]
|
|
2195
2186
|
|
|
2196
2187
|
FLAGS
|
|
2197
2188
|
-a, --apiversion=<value> Target API version for the retrieve.
|
|
@@ -2208,9 +2199,6 @@ FLAGS
|
|
|
2208
2199
|
-z, --unzip Extract all files from the retrieved zip file.
|
|
2209
2200
|
--verbose Display verbose output of retrieve result.
|
|
2210
2201
|
|
|
2211
|
-
GLOBAL FLAGS
|
|
2212
|
-
--json Format output as json.
|
|
2213
|
-
|
|
2214
2202
|
DESCRIPTION
|
|
2215
2203
|
Retrieve metadata from an org using Metadata API.
|
|
2216
2204
|
|
|
@@ -2246,7 +2234,7 @@ FLAG DESCRIPTIONS
|
|
|
2246
2234
|
By default, the CLI assumes the directory is structured for a set of packages.
|
|
2247
2235
|
```
|
|
2248
2236
|
|
|
2249
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2237
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/retrieve.ts)_
|
|
2250
2238
|
|
|
2251
2239
|
## `sf force mdapi retrieve report`
|
|
2252
2240
|
|
|
@@ -2254,8 +2242,8 @@ Check the status of a metadata retrieval.
|
|
|
2254
2242
|
|
|
2255
2243
|
```
|
|
2256
2244
|
USAGE
|
|
2257
|
-
$ sf force mdapi retrieve report -o <value> [--
|
|
2258
|
-
|
|
2245
|
+
$ sf force mdapi retrieve report -o <value> [--api-version <value>] [-r <value>] [-i <value>] [-n <value>] [-z] [-w <value>]
|
|
2246
|
+
[--verbose]
|
|
2259
2247
|
|
|
2260
2248
|
FLAGS
|
|
2261
2249
|
-i, --jobid=<value> Job ID of the retrieve you want to check; defaults to your most recent CLI retrieval.
|
|
@@ -2268,9 +2256,6 @@ FLAGS
|
|
|
2268
2256
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2269
2257
|
--verbose Display verbose output of retrieve result.
|
|
2270
2258
|
|
|
2271
|
-
GLOBAL FLAGS
|
|
2272
|
-
--json Format output as json.
|
|
2273
|
-
|
|
2274
2259
|
DESCRIPTION
|
|
2275
2260
|
Check the status of a metadata retrieval.
|
|
2276
2261
|
|
|
@@ -2300,7 +2285,7 @@ FLAG DESCRIPTIONS
|
|
|
2300
2285
|
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
|
|
2301
2286
|
```
|
|
2302
2287
|
|
|
2303
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2288
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/mdapi/retrieve/report.ts)_
|
|
2304
2289
|
|
|
2305
2290
|
## `sf force org clone`
|
|
2306
2291
|
|
|
@@ -2347,7 +2332,7 @@ FLAG DESCRIPTIONS
|
|
|
2347
2332
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
2348
2333
|
```
|
|
2349
2334
|
|
|
2350
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
2335
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/clone.ts)_
|
|
2351
2336
|
|
|
2352
2337
|
## `sf force org create`
|
|
2353
2338
|
|
|
@@ -2395,7 +2380,7 @@ EXAMPLES
|
|
|
2395
2380
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
2396
2381
|
```
|
|
2397
2382
|
|
|
2398
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
2383
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/create.ts)_
|
|
2399
2384
|
|
|
2400
2385
|
## `sf force org delete`
|
|
2401
2386
|
|
|
@@ -2427,7 +2412,7 @@ EXAMPLES
|
|
|
2427
2412
|
$ sf force org delete -u MyOrgAlias -p
|
|
2428
2413
|
```
|
|
2429
2414
|
|
|
2430
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
2415
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/delete.ts)_
|
|
2431
2416
|
|
|
2432
2417
|
## `sf force org status`
|
|
2433
2418
|
|
|
@@ -2465,7 +2450,7 @@ EXAMPLES
|
|
|
2465
2450
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
2466
2451
|
```
|
|
2467
2452
|
|
|
2468
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
2453
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/status.ts)_
|
|
2469
2454
|
|
|
2470
2455
|
## `sf force source deploy`
|
|
2471
2456
|
|
|
@@ -2473,10 +2458,10 @@ Deploy source to an org.
|
|
|
2473
2458
|
|
|
2474
2459
|
```
|
|
2475
2460
|
USAGE
|
|
2476
|
-
$ sf force source deploy -u <value> [--
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2461
|
+
$ sf force source deploy -u <value> [--api-version <value>] [--soapdeploy] [-w <value>] [-o] [-g] [--purgeondelete -x
|
|
2462
|
+
<value>] [-q <value> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <value> | -t]
|
|
2463
|
+
[--verbose] [-m <value>] [-p <value>] [--predestructivechanges <value> ] [--postdestructivechanges <value> ] [-f ]
|
|
2464
|
+
[--resultsdir <value>] [--coverageformatters
|
|
2480
2465
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
2481
2466
|
|
|
2482
2467
|
FLAGS
|
|
@@ -2548,9 +2533,6 @@ FLAGS
|
|
|
2548
2533
|
--verbose
|
|
2549
2534
|
Specify verbose output about the deploy result.
|
|
2550
2535
|
|
|
2551
|
-
GLOBAL FLAGS
|
|
2552
|
-
--json Format output as json.
|
|
2553
|
-
|
|
2554
2536
|
DESCRIPTION
|
|
2555
2537
|
Deploy source to an org.
|
|
2556
2538
|
|
|
@@ -2731,7 +2713,7 @@ FLAG DESCRIPTIONS
|
|
|
2731
2713
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
2732
2714
|
```
|
|
2733
2715
|
|
|
2734
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2716
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy.ts)_
|
|
2735
2717
|
|
|
2736
2718
|
## `sf force source deploy cancel`
|
|
2737
2719
|
|
|
@@ -2739,7 +2721,7 @@ Cancel a source deployment.
|
|
|
2739
2721
|
|
|
2740
2722
|
```
|
|
2741
2723
|
USAGE
|
|
2742
|
-
$ sf force source deploy cancel -o <value> [--
|
|
2724
|
+
$ sf force source deploy cancel -o <value> [--api-version <value>] [-w <value>] [-i <value>]
|
|
2743
2725
|
|
|
2744
2726
|
FLAGS
|
|
2745
2727
|
-i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if
|
|
@@ -2749,9 +2731,6 @@ FLAGS
|
|
|
2749
2731
|
display results.
|
|
2750
2732
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2751
2733
|
|
|
2752
|
-
GLOBAL FLAGS
|
|
2753
|
-
--json Format output as json.
|
|
2754
|
-
|
|
2755
2734
|
DESCRIPTION
|
|
2756
2735
|
Cancel a source deployment.
|
|
2757
2736
|
|
|
@@ -2776,7 +2755,7 @@ FLAG DESCRIPTIONS
|
|
|
2776
2755
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2777
2756
|
```
|
|
2778
2757
|
|
|
2779
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2758
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy/cancel.ts)_
|
|
2780
2759
|
|
|
2781
2760
|
## `sf force source deploy report`
|
|
2782
2761
|
|
|
@@ -2784,8 +2763,8 @@ Check the status of a metadata deployment.
|
|
|
2784
2763
|
|
|
2785
2764
|
```
|
|
2786
2765
|
USAGE
|
|
2787
|
-
$ sf force source deploy report -o <value> [--
|
|
2788
|
-
|
|
2766
|
+
$ sf force source deploy report -o <value> [--api-version <value>] [-w <value>] [-i <value>] [--verbose] [--resultsdir
|
|
2767
|
+
<value>] [--coverageformatters
|
|
2789
2768
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit]
|
|
2790
2769
|
|
|
2791
2770
|
FLAGS
|
|
@@ -2814,9 +2793,6 @@ FLAGS
|
|
|
2814
2793
|
--verbose
|
|
2815
2794
|
Verbose output of deploy result.
|
|
2816
2795
|
|
|
2817
|
-
GLOBAL FLAGS
|
|
2818
|
-
--json Format output as json.
|
|
2819
|
-
|
|
2820
2796
|
DESCRIPTION
|
|
2821
2797
|
Check the status of a metadata deployment.
|
|
2822
2798
|
|
|
@@ -2839,7 +2815,7 @@ FLAG DESCRIPTIONS
|
|
|
2839
2815
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2840
2816
|
```
|
|
2841
2817
|
|
|
2842
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2818
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/deploy/report.ts)_
|
|
2843
2819
|
|
|
2844
2820
|
## `sf force source pull`
|
|
2845
2821
|
|
|
@@ -2847,7 +2823,7 @@ Pull changed source from the org to your project to keep them in sync.
|
|
|
2847
2823
|
|
|
2848
2824
|
```
|
|
2849
2825
|
USAGE
|
|
2850
|
-
$ sf force source pull -o <value> [--
|
|
2826
|
+
$ sf force source pull -o <value> [--verbose] [--api-version <value>] [-f] [-w <value>]
|
|
2851
2827
|
|
|
2852
2828
|
FLAGS
|
|
2853
2829
|
-f, --forceoverwrite Ignore conflict warnings; changes in the org overwrite changes in the project.
|
|
@@ -2857,9 +2833,6 @@ FLAGS
|
|
|
2857
2833
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2858
2834
|
--verbose Display additional details about the command results.
|
|
2859
2835
|
|
|
2860
|
-
GLOBAL FLAGS
|
|
2861
|
-
--json Format output as json.
|
|
2862
|
-
|
|
2863
2836
|
DESCRIPTION
|
|
2864
2837
|
Pull changed source from the org to your project to keep them in sync.
|
|
2865
2838
|
|
|
@@ -2882,7 +2855,7 @@ FLAG DESCRIPTIONS
|
|
|
2882
2855
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2883
2856
|
```
|
|
2884
2857
|
|
|
2885
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2858
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/pull.ts)_
|
|
2886
2859
|
|
|
2887
2860
|
## `sf force source push`
|
|
2888
2861
|
|
|
@@ -2890,7 +2863,7 @@ Push changed source from your project to an org to keep them in sync.
|
|
|
2890
2863
|
|
|
2891
2864
|
```
|
|
2892
2865
|
USAGE
|
|
2893
|
-
$ sf force source push -o <value> [--
|
|
2866
|
+
$ sf force source push -o <value> [--api-version <value>] [-f] [-w <value>] [-g] [--quiet]
|
|
2894
2867
|
|
|
2895
2868
|
FLAGS
|
|
2896
2869
|
-f, --forceoverwrite Ignore conflict warnings and push source anyway; changes in the project overwrite changes
|
|
@@ -2902,9 +2875,6 @@ FLAGS
|
|
|
2902
2875
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
2903
2876
|
--quiet Minimize JSON and sdtout output on success.
|
|
2904
2877
|
|
|
2905
|
-
GLOBAL FLAGS
|
|
2906
|
-
--json Format output as json.
|
|
2907
|
-
|
|
2908
2878
|
DESCRIPTION
|
|
2909
2879
|
Push changed source from your project to an org to keep them in sync.
|
|
2910
2880
|
|
|
@@ -2927,7 +2897,7 @@ FLAG DESCRIPTIONS
|
|
|
2927
2897
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2928
2898
|
```
|
|
2929
2899
|
|
|
2930
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2900
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/push.ts)_
|
|
2931
2901
|
|
|
2932
2902
|
## `sf force source retrieve`
|
|
2933
2903
|
|
|
@@ -2935,8 +2905,8 @@ Retrieve source from an org.
|
|
|
2935
2905
|
|
|
2936
2906
|
```
|
|
2937
2907
|
USAGE
|
|
2938
|
-
$ sf force source retrieve -o <value> [
|
|
2939
|
-
<value> |
|
|
2908
|
+
$ sf force source retrieve -o <value> [-a <value>] [-r <value> | -n <value> | -p <value>] [-w <value>] [-x <value> | -m
|
|
2909
|
+
<value> | ] [-f -t] [--verbose]
|
|
2940
2910
|
|
|
2941
2911
|
FLAGS
|
|
2942
2912
|
-a, --api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -2954,9 +2924,6 @@ FLAGS
|
|
|
2954
2924
|
retrieve.
|
|
2955
2925
|
--verbose Verbose output of retrieve result.
|
|
2956
2926
|
|
|
2957
|
-
GLOBAL FLAGS
|
|
2958
|
-
--json Format output as json.
|
|
2959
|
-
|
|
2960
2927
|
DESCRIPTION
|
|
2961
2928
|
Retrieve source from an org.
|
|
2962
2929
|
|
|
@@ -3052,7 +3019,7 @@ FLAG DESCRIPTIONS
|
|
|
3052
3019
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
3053
3020
|
```
|
|
3054
3021
|
|
|
3055
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
3022
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/retrieve.ts)_
|
|
3056
3023
|
|
|
3057
3024
|
## `sf force source status`
|
|
3058
3025
|
|
|
@@ -3060,7 +3027,7 @@ List changes that have been made locally, in an org, or both.
|
|
|
3060
3027
|
|
|
3061
3028
|
```
|
|
3062
3029
|
USAGE
|
|
3063
|
-
$ sf force source status -o <value> [--
|
|
3030
|
+
$ sf force source status -o <value> [--api-version <value>] [-l | -r] [--concise]
|
|
3064
3031
|
|
|
3065
3032
|
FLAGS
|
|
3066
3033
|
-l, --local List the changes that have been made locally.
|
|
@@ -3069,9 +3036,6 @@ FLAGS
|
|
|
3069
3036
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
3070
3037
|
--concise Show only the changes that will be pushed or pulled; omits files that are forceignored.
|
|
3071
3038
|
|
|
3072
|
-
GLOBAL FLAGS
|
|
3073
|
-
--json Format output as json.
|
|
3074
|
-
|
|
3075
3039
|
EXAMPLES
|
|
3076
3040
|
List changes that have been made locally but not in the org with alias "myscratch":
|
|
3077
3041
|
|
|
@@ -3082,7 +3046,7 @@ EXAMPLES
|
|
|
3082
3046
|
$ sf force source status --remote
|
|
3083
3047
|
```
|
|
3084
3048
|
|
|
3085
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
3049
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.4/src/commands/force/source/status.ts)_
|
|
3086
3050
|
|
|
3087
3051
|
## `sf force user password generate`
|
|
3088
3052
|
|
|
@@ -3147,7 +3111,7 @@ EXAMPLES
|
|
|
3147
3111
|
user3@my.org
|
|
3148
3112
|
```
|
|
3149
3113
|
|
|
3150
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
3114
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/force/user/password/generate.ts)_
|
|
3151
3115
|
|
|
3152
3116
|
## `sf help [COMMANDS]`
|
|
3153
3117
|
|
|
@@ -3206,7 +3170,7 @@ EXAMPLES
|
|
|
3206
3170
|
$ sf info releasenotes display --version latest
|
|
3207
3171
|
```
|
|
3208
3172
|
|
|
3209
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
3173
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.3/src/commands/info/releasenotes/display.ts)_
|
|
3210
3174
|
|
|
3211
3175
|
## `sf lightning generate app`
|
|
3212
3176
|
|
|
@@ -3586,7 +3550,7 @@ EXAMPLES
|
|
|
3586
3550
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3587
3551
|
```
|
|
3588
3552
|
|
|
3589
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
3553
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permset.ts)_
|
|
3590
3554
|
|
|
3591
3555
|
## `sf org assign permsetlicense`
|
|
3592
3556
|
|
|
@@ -3630,7 +3594,7 @@ EXAMPLES
|
|
|
3630
3594
|
user3
|
|
3631
3595
|
```
|
|
3632
3596
|
|
|
3633
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
3597
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permsetlicense.ts)_
|
|
3634
3598
|
|
|
3635
3599
|
## `sf org create sandbox`
|
|
3636
3600
|
|
|
@@ -3735,7 +3699,7 @@ FLAG DESCRIPTIONS
|
|
|
3735
3699
|
sandbox.
|
|
3736
3700
|
```
|
|
3737
3701
|
|
|
3738
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
3702
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/sandbox.ts)_
|
|
3739
3703
|
|
|
3740
3704
|
## `sf org create scratch`
|
|
3741
3705
|
|
|
@@ -3888,7 +3852,7 @@ FLAG DESCRIPTIONS
|
|
|
3888
3852
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3889
3853
|
```
|
|
3890
3854
|
|
|
3891
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
3855
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/scratch.ts)_
|
|
3892
3856
|
|
|
3893
3857
|
## `sf org create user`
|
|
3894
3858
|
|
|
@@ -3986,7 +3950,7 @@ FLAG DESCRIPTIONS
|
|
|
3986
3950
|
might be different than what you specify in the definition file.
|
|
3987
3951
|
```
|
|
3988
3952
|
|
|
3989
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
3953
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/create/user.ts)_
|
|
3990
3954
|
|
|
3991
3955
|
## `sf org delete sandbox`
|
|
3992
3956
|
|
|
@@ -4030,7 +3994,7 @@ EXAMPLES
|
|
|
4030
3994
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4031
3995
|
```
|
|
4032
3996
|
|
|
4033
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
3997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/sandbox.ts)_
|
|
4034
3998
|
|
|
4035
3999
|
## `sf org delete scratch`
|
|
4036
4000
|
|
|
@@ -4072,7 +4036,7 @@ EXAMPLES
|
|
|
4072
4036
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4073
4037
|
```
|
|
4074
4038
|
|
|
4075
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4039
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/scratch.ts)_
|
|
4076
4040
|
|
|
4077
4041
|
## `sf org display`
|
|
4078
4042
|
|
|
@@ -4115,7 +4079,7 @@ EXAMPLES
|
|
|
4115
4079
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4116
4080
|
```
|
|
4117
4081
|
|
|
4118
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4082
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/display.ts)_
|
|
4119
4083
|
|
|
4120
4084
|
## `sf org display user`
|
|
4121
4085
|
|
|
@@ -4152,7 +4116,7 @@ EXAMPLES
|
|
|
4152
4116
|
$ sf org display user --target-org me@my.org --json
|
|
4153
4117
|
```
|
|
4154
4118
|
|
|
4155
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
4119
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/display/user.ts)_
|
|
4156
4120
|
|
|
4157
4121
|
## `sf org generate password`
|
|
4158
4122
|
|
|
@@ -4216,7 +4180,7 @@ EXAMPLES
|
|
|
4216
4180
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4217
4181
|
```
|
|
4218
4182
|
|
|
4219
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
4183
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/generate/password.ts)_
|
|
4220
4184
|
|
|
4221
4185
|
## `sf org list`
|
|
4222
4186
|
|
|
@@ -4254,7 +4218,7 @@ EXAMPLES
|
|
|
4254
4218
|
$ sf org list --clean
|
|
4255
4219
|
```
|
|
4256
4220
|
|
|
4257
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4221
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list.ts)_
|
|
4258
4222
|
|
|
4259
4223
|
## `sf org list auth`
|
|
4260
4224
|
|
|
@@ -4285,7 +4249,7 @@ EXAMPLES
|
|
|
4285
4249
|
$ sf org list auth
|
|
4286
4250
|
```
|
|
4287
4251
|
|
|
4288
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4252
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/list/auth.ts)_
|
|
4289
4253
|
|
|
4290
4254
|
## `sf org list limits`
|
|
4291
4255
|
|
|
@@ -4323,7 +4287,7 @@ EXAMPLES
|
|
|
4323
4287
|
$ sf org list limits --target-org my-scratch-org
|
|
4324
4288
|
```
|
|
4325
4289
|
|
|
4326
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
4290
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.2/src/commands/org/list/limits.ts)_
|
|
4327
4291
|
|
|
4328
4292
|
## `sf org list metadata`
|
|
4329
4293
|
|
|
@@ -4387,7 +4351,7 @@ FLAG DESCRIPTIONS
|
|
|
4387
4351
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4388
4352
|
```
|
|
4389
4353
|
|
|
4390
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4354
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata.ts)_
|
|
4391
4355
|
|
|
4392
4356
|
## `sf org list metadata-types`
|
|
4393
4357
|
|
|
@@ -4440,7 +4404,7 @@ FLAG DESCRIPTIONS
|
|
|
4440
4404
|
Override the api version used for api requests made by this command
|
|
4441
4405
|
```
|
|
4442
4406
|
|
|
4443
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4407
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata-types.ts)_
|
|
4444
4408
|
|
|
4445
4409
|
## `sf org list sobject record-counts`
|
|
4446
4410
|
|
|
@@ -4484,7 +4448,7 @@ EXAMPLES
|
|
|
4484
4448
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4485
4449
|
```
|
|
4486
4450
|
|
|
4487
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
4451
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.2/src/commands/org/list/sobject/record-counts.ts)_
|
|
4488
4452
|
|
|
4489
4453
|
## `sf org list users`
|
|
4490
4454
|
|
|
@@ -4520,7 +4484,7 @@ EXAMPLES
|
|
|
4520
4484
|
$ sf org list users --target-org me@my.org
|
|
4521
4485
|
```
|
|
4522
4486
|
|
|
4523
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.
|
|
4487
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/list/users.ts)_
|
|
4524
4488
|
|
|
4525
4489
|
## `sf org login access-token`
|
|
4526
4490
|
|
|
@@ -4573,7 +4537,7 @@ FLAG DESCRIPTIONS
|
|
|
4573
4537
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4574
4538
|
```
|
|
4575
4539
|
|
|
4576
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4540
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/login/access-token.ts)_
|
|
4577
4541
|
|
|
4578
4542
|
## `sf org login device`
|
|
4579
4543
|
|
|
@@ -4632,7 +4596,7 @@ FLAG DESCRIPTIONS
|
|
|
4632
4596
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4633
4597
|
```
|
|
4634
4598
|
|
|
4635
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4599
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/login/device.ts)_
|
|
4636
4600
|
|
|
4637
4601
|
## `sf org login jwt`
|
|
4638
4602
|
|
|
@@ -4721,7 +4685,7 @@ FLAG DESCRIPTIONS
|
|
|
4721
4685
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4722
4686
|
```
|
|
4723
4687
|
|
|
4724
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4688
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/login/jwt.ts)_
|
|
4725
4689
|
|
|
4726
4690
|
## `sf org login sfdx-url`
|
|
4727
4691
|
|
|
@@ -4779,7 +4743,7 @@ EXAMPLES
|
|
|
4779
4743
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4780
4744
|
```
|
|
4781
4745
|
|
|
4782
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4746
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/login/sfdx-url.ts)_
|
|
4783
4747
|
|
|
4784
4748
|
## `sf org login web`
|
|
4785
4749
|
|
|
@@ -4864,7 +4828,7 @@ FLAG DESCRIPTIONS
|
|
|
4864
4828
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4865
4829
|
```
|
|
4866
4830
|
|
|
4867
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4831
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/login/web.ts)_
|
|
4868
4832
|
|
|
4869
4833
|
## `sf org logout`
|
|
4870
4834
|
|
|
@@ -4924,7 +4888,7 @@ FLAG DESCRIPTIONS
|
|
|
4924
4888
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4925
4889
|
```
|
|
4926
4890
|
|
|
4927
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4891
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.5/src/commands/org/logout.ts)_
|
|
4928
4892
|
|
|
4929
4893
|
## `sf org open`
|
|
4930
4894
|
|
|
@@ -4989,7 +4953,7 @@ EXAMPLES
|
|
|
4989
4953
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4990
4954
|
```
|
|
4991
4955
|
|
|
4992
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
4956
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/open.ts)_
|
|
4993
4957
|
|
|
4994
4958
|
## `sf org resume sandbox`
|
|
4995
4959
|
|
|
@@ -5051,7 +5015,7 @@ FLAG DESCRIPTIONS
|
|
|
5051
5015
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5052
5016
|
```
|
|
5053
5017
|
|
|
5054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
5018
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/sandbox.ts)_
|
|
5055
5019
|
|
|
5056
5020
|
## `sf org resume scratch`
|
|
5057
5021
|
|
|
@@ -5097,7 +5061,7 @@ FLAG DESCRIPTIONS
|
|
|
5097
5061
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
5098
5062
|
```
|
|
5099
5063
|
|
|
5100
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
5064
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/scratch.ts)_
|
|
5101
5065
|
|
|
5102
5066
|
## `sf plugins`
|
|
5103
5067
|
|
|
@@ -5137,7 +5101,7 @@ EXAMPLES
|
|
|
5137
5101
|
$ sf plugins discover
|
|
5138
5102
|
```
|
|
5139
5103
|
|
|
5140
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.
|
|
5104
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.6/src/commands/plugins/discover.ts)_
|
|
5141
5105
|
|
|
5142
5106
|
## `sf plugins:inspect PLUGIN...`
|
|
5143
5107
|
|
|
@@ -5277,7 +5241,7 @@ EXAMPLES
|
|
|
5277
5241
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5278
5242
|
```
|
|
5279
5243
|
|
|
5280
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.
|
|
5244
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.4/src/commands/plugins/trust/verify.ts)_
|
|
5281
5245
|
|
|
5282
5246
|
## `sf plugins:uninstall PLUGIN...`
|
|
5283
5247
|
|
|
@@ -5385,7 +5349,7 @@ FLAG DESCRIPTIONS
|
|
|
5385
5349
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5386
5350
|
```
|
|
5387
5351
|
|
|
5388
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5352
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/convert/mdapi.ts)_
|
|
5389
5353
|
|
|
5390
5354
|
## `sf project convert source`
|
|
5391
5355
|
|
|
@@ -5397,7 +5361,7 @@ USAGE
|
|
|
5397
5361
|
<value> | -m <value>]
|
|
5398
5362
|
|
|
5399
5363
|
FLAGS
|
|
5400
|
-
-d, --output-dir=<value> [default:
|
|
5364
|
+
-d, --output-dir=<value> [default: metadataPackage_1700091865711] Output directory to store the Metadata
|
|
5401
5365
|
API–formatted files in.
|
|
5402
5366
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5403
5367
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5457,7 +5421,7 @@ FLAG DESCRIPTIONS
|
|
|
5457
5421
|
Override the api version used for api requests made by this command
|
|
5458
5422
|
```
|
|
5459
5423
|
|
|
5460
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5424
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/convert/source.ts)_
|
|
5461
5425
|
|
|
5462
5426
|
## `sf project delete source`
|
|
5463
5427
|
|
|
@@ -5465,7 +5429,7 @@ Delete source from your project and from a non-source-tracked org.
|
|
|
5465
5429
|
|
|
5466
5430
|
```
|
|
5467
5431
|
USAGE
|
|
5468
|
-
$ sf project delete source -o <value> [--json] [--api-version <value>] [-w <value>] [--tests <value> -l
|
|
5432
|
+
$ sf project delete source -o <value> [--json] [--api-version <value>] [-w <value>] [--tests <value>] [-l
|
|
5469
5433
|
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>] [-p <value>] [-f [-t | -c]]
|
|
5470
5434
|
[--verbose]
|
|
5471
5435
|
|
|
@@ -5595,7 +5559,7 @@ FLAG DESCRIPTIONS
|
|
|
5595
5559
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5596
5560
|
```
|
|
5597
5561
|
|
|
5598
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5562
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/delete/source.ts)_
|
|
5599
5563
|
|
|
5600
5564
|
## `sf project delete tracking`
|
|
5601
5565
|
|
|
@@ -5630,7 +5594,7 @@ EXAMPLES
|
|
|
5630
5594
|
$ sf project delete tracking --target-org my-scratch
|
|
5631
5595
|
```
|
|
5632
5596
|
|
|
5633
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5597
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/delete/tracking.ts)_
|
|
5634
5598
|
|
|
5635
5599
|
## `sf project deploy cancel`
|
|
5636
5600
|
|
|
@@ -5700,7 +5664,7 @@ FLAG DESCRIPTIONS
|
|
|
5700
5664
|
project deploy report".
|
|
5701
5665
|
```
|
|
5702
5666
|
|
|
5703
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5667
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/cancel.ts)_
|
|
5704
5668
|
|
|
5705
5669
|
## `sf project deploy preview`
|
|
5706
5670
|
|
|
@@ -5783,7 +5747,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5747
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5784
5748
|
```
|
|
5785
5749
|
|
|
5786
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5750
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/preview.ts)_
|
|
5787
5751
|
|
|
5788
5752
|
## `sf project deploy quick`
|
|
5789
5753
|
|
|
@@ -5876,7 +5840,7 @@ ERROR CODES
|
|
|
5876
5840
|
Canceling (69) The deploy is being canceled.
|
|
5877
5841
|
```
|
|
5878
5842
|
|
|
5879
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5843
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/quick.ts)_
|
|
5880
5844
|
|
|
5881
5845
|
## `sf project deploy report`
|
|
5882
5846
|
|
|
@@ -5971,7 +5935,7 @@ FLAG DESCRIPTIONS
|
|
|
5971
5935
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5972
5936
|
```
|
|
5973
5937
|
|
|
5974
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
5938
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/report.ts)_
|
|
5975
5939
|
|
|
5976
5940
|
## `sf project deploy resume`
|
|
5977
5941
|
|
|
@@ -6067,7 +6031,7 @@ ERROR CODES
|
|
|
6067
6031
|
Canceling (69) The deploy is being canceled.
|
|
6068
6032
|
```
|
|
6069
6033
|
|
|
6070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6034
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/resume.ts)_
|
|
6071
6035
|
|
|
6072
6036
|
## `sf project deploy start`
|
|
6073
6037
|
|
|
@@ -6076,7 +6040,7 @@ Deploy metadata to an org from your local project.
|
|
|
6076
6040
|
```
|
|
6077
6041
|
USAGE
|
|
6078
6042
|
$ sf project deploy start -o <value> [--json] [-a <value>] [--async | -w <value>] [--concise | --verbose] [--dry-run]
|
|
6079
|
-
[-c] [-r] [-g] [--single-package ] [-t <value> -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg]
|
|
6043
|
+
[-c] [-r] [-g] [--single-package ] [-t <value>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg]
|
|
6080
6044
|
[--purge-on-delete [-x <value> | -d <value> | -m <value> | --metadata-dir <value>]] [--pre-destructive-changes
|
|
6081
6045
|
<value> ] [--post-destructive-changes <value> ] [--coverage-formatters
|
|
6082
6046
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
|
|
@@ -6296,7 +6260,7 @@ ERROR CODES
|
|
|
6296
6260
|
Canceling (69) The deploy is being canceled.
|
|
6297
6261
|
```
|
|
6298
6262
|
|
|
6299
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6263
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/start.ts)_
|
|
6300
6264
|
|
|
6301
6265
|
## `sf project deploy validate`
|
|
6302
6266
|
|
|
@@ -6305,7 +6269,7 @@ Validate a metadata deployment without actually executing it.
|
|
|
6305
6269
|
```
|
|
6306
6270
|
USAGE
|
|
6307
6271
|
$ sf project deploy validate -o <value> [--json] [-a <value>] [--async] [--concise | --verbose] [-m <value>] [-d <value>]
|
|
6308
|
-
[--single-package --metadata-dir <value>] [-t <value> -l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
|
|
6272
|
+
[--single-package --metadata-dir <value>] [-t <value>] [-l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
|
|
6309
6273
|
<value>] [-g] [--coverage-formatters
|
|
6310
6274
|
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
|
|
6311
6275
|
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
|
|
@@ -6475,7 +6439,7 @@ ERROR CODES
|
|
|
6475
6439
|
Canceling (69) The deploy is being canceled.
|
|
6476
6440
|
```
|
|
6477
6441
|
|
|
6478
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6442
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/deploy/validate.ts)_
|
|
6479
6443
|
|
|
6480
6444
|
## `sf project generate`
|
|
6481
6445
|
|
|
@@ -6654,7 +6618,7 @@ EXAMPLES
|
|
|
6654
6618
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6655
6619
|
```
|
|
6656
6620
|
|
|
6657
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6621
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/generate/manifest.ts)_
|
|
6658
6622
|
|
|
6659
6623
|
## `sf project list ignored`
|
|
6660
6624
|
|
|
@@ -6695,7 +6659,7 @@ EXAMPLES
|
|
|
6695
6659
|
$ sf project list ignored --source-dir package.xml
|
|
6696
6660
|
```
|
|
6697
6661
|
|
|
6698
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6662
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/list/ignored.ts)_
|
|
6699
6663
|
|
|
6700
6664
|
## `sf project reset tracking`
|
|
6701
6665
|
|
|
@@ -6742,7 +6706,7 @@ EXAMPLES
|
|
|
6742
6706
|
$ sf project reset tracking --revision 30
|
|
6743
6707
|
```
|
|
6744
6708
|
|
|
6745
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6709
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/reset/tracking.ts)_
|
|
6746
6710
|
|
|
6747
6711
|
## `sf project retrieve preview`
|
|
6748
6712
|
|
|
@@ -6797,7 +6761,7 @@ FLAG DESCRIPTIONS
|
|
|
6797
6761
|
Overrides your default org.
|
|
6798
6762
|
```
|
|
6799
6763
|
|
|
6800
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6764
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/retrieve/preview.ts)_
|
|
6801
6765
|
|
|
6802
6766
|
## `sf project retrieve start`
|
|
6803
6767
|
|
|
@@ -6951,7 +6915,7 @@ ENVIRONMENT VARIABLES
|
|
|
6951
6915
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6952
6916
|
```
|
|
6953
6917
|
|
|
6954
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.
|
|
6918
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.1/src/commands/project/retrieve/start.ts)_
|
|
6955
6919
|
|
|
6956
6920
|
## `sf schema generate field`
|
|
6957
6921
|
|
|
@@ -7002,7 +6966,7 @@ FLAG DESCRIPTIONS
|
|
|
7002
6966
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7003
6967
|
```
|
|
7004
6968
|
|
|
7005
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
6969
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.2/src/commands/schema/generate/field.ts)_
|
|
7006
6970
|
|
|
7007
6971
|
## `sf schema generate platformevent`
|
|
7008
6972
|
|
|
@@ -7031,7 +6995,7 @@ EXAMPLES
|
|
|
7031
6995
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7032
6996
|
```
|
|
7033
6997
|
|
|
7034
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
6998
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.2/src/commands/schema/generate/platformevent.ts)_
|
|
7035
6999
|
|
|
7036
7000
|
## `sf schema generate sobject`
|
|
7037
7001
|
|
|
@@ -7085,7 +7049,7 @@ FLAG DESCRIPTIONS
|
|
|
7085
7049
|
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7086
7050
|
```
|
|
7087
7051
|
|
|
7088
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
7052
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.2/src/commands/schema/generate/sobject.ts)_
|
|
7089
7053
|
|
|
7090
7054
|
## `sf schema generate tab`
|
|
7091
7055
|
|
|
@@ -7132,7 +7096,7 @@ FLAG DESCRIPTIONS
|
|
|
7132
7096
|
The API name for a custom object always ends in "__c", such as "MyObject__c".
|
|
7133
7097
|
```
|
|
7134
7098
|
|
|
7135
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.
|
|
7099
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.0.2/src/commands/schema/generate/tab.ts)_
|
|
7136
7100
|
|
|
7137
7101
|
## `sf search`
|
|
7138
7102
|
|
|
@@ -7193,7 +7157,7 @@ EXAMPLES
|
|
|
7193
7157
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7194
7158
|
```
|
|
7195
7159
|
|
|
7196
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.
|
|
7160
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.4/src/commands/sobject/describe.ts)_
|
|
7197
7161
|
|
|
7198
7162
|
## `sf sobject list`
|
|
7199
7163
|
|
|
@@ -7230,7 +7194,7 @@ EXAMPLES
|
|
|
7230
7194
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7231
7195
|
```
|
|
7232
7196
|
|
|
7233
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.
|
|
7197
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.4/src/commands/sobject/list.ts)_
|
|
7234
7198
|
|
|
7235
7199
|
## `sf static-resource generate`
|
|
7236
7200
|
|