@salesforce/cli 2.131.3 → 2.131.4
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 +162 -162
- package/npm-shrinkwrap.json +123 -123
- package/oclif.lock +127 -127
- package/oclif.manifest.json +1 -1
- package/package.json +26 -26
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.131.
|
|
28
|
+
@salesforce/cli/2.131.4 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -274,7 +274,7 @@ ERROR CODES
|
|
|
274
274
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
277
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/activate.ts)_
|
|
278
278
|
|
|
279
279
|
## `sf agent create`
|
|
280
280
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
344
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/create.ts)_
|
|
345
345
|
|
|
346
346
|
## `sf agent deactivate`
|
|
347
347
|
|
|
@@ -390,7 +390,7 @@ ERROR CODES
|
|
|
390
390
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
393
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/deactivate.ts)_
|
|
394
394
|
|
|
395
395
|
## `sf agent generate agent-spec`
|
|
396
396
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
500
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/generate/agent-spec.ts)_
|
|
501
501
|
|
|
502
502
|
## `sf agent generate authoring-bundle`
|
|
503
503
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
other-package-dir/main/default --target-org my-dev-org
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
577
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/generate/authoring-bundle.ts)_
|
|
578
578
|
|
|
579
579
|
## `sf agent generate template`
|
|
580
580
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
my-package --source-org my-scratch-org
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/generate/template.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent generate test-spec`
|
|
642
642
|
|
|
@@ -701,7 +701,7 @@ EXAMPLES
|
|
|
701
701
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
704
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/generate/test-spec.ts)_
|
|
705
705
|
|
|
706
706
|
## `sf agent preview`
|
|
707
707
|
|
|
@@ -774,7 +774,7 @@ EXAMPLES
|
|
|
774
774
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
775
775
|
```
|
|
776
776
|
|
|
777
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
777
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/preview.ts)_
|
|
778
778
|
|
|
779
779
|
## `sf agent preview end`
|
|
780
780
|
|
|
@@ -838,7 +838,7 @@ ERROR CODES
|
|
|
838
838
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
841
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/preview/end.ts)_
|
|
842
842
|
|
|
843
843
|
## `sf agent preview send`
|
|
844
844
|
|
|
@@ -905,7 +905,7 @@ ERROR CODES
|
|
|
905
905
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
908
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/preview/send.ts)_
|
|
909
909
|
|
|
910
910
|
## `sf agent preview sessions`
|
|
911
911
|
|
|
@@ -941,7 +941,7 @@ ERROR CODES
|
|
|
941
941
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
944
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/preview/sessions.ts)_
|
|
945
945
|
|
|
946
946
|
## `sf agent preview start`
|
|
947
947
|
|
|
@@ -1017,7 +1017,7 @@ ERROR CODES
|
|
|
1017
1017
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1018
1018
|
```
|
|
1019
1019
|
|
|
1020
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1020
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/preview/start.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
## `sf agent publish authoring-bundle`
|
|
1023
1023
|
|
|
@@ -1066,7 +1066,7 @@ EXAMPLES
|
|
|
1066
1066
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
1067
1067
|
```
|
|
1068
1068
|
|
|
1069
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1069
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1070
1070
|
|
|
1071
1071
|
## `sf agent test create`
|
|
1072
1072
|
|
|
@@ -1130,7 +1130,7 @@ ERROR CODES
|
|
|
1130
1130
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1133
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/test/create.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `sf agent test list`
|
|
1136
1136
|
|
|
@@ -1172,7 +1172,7 @@ ERROR CODES
|
|
|
1172
1172
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1175
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/test/list.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `sf agent test results`
|
|
1178
1178
|
|
|
@@ -1246,7 +1246,7 @@ ERROR CODES
|
|
|
1246
1246
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
1247
1247
|
```
|
|
1248
1248
|
|
|
1249
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1249
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/test/results.ts)_
|
|
1250
1250
|
|
|
1251
1251
|
## `sf agent test resume`
|
|
1252
1252
|
|
|
@@ -1328,7 +1328,7 @@ ERROR CODES
|
|
|
1328
1328
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
1329
1329
|
```
|
|
1330
1330
|
|
|
1331
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1331
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/test/resume.ts)_
|
|
1332
1332
|
|
|
1333
1333
|
## `sf agent test run`
|
|
1334
1334
|
|
|
@@ -1411,7 +1411,7 @@ ERROR CODES
|
|
|
1411
1411
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1414
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/test/run.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `sf agent validate authoring-bundle`
|
|
1417
1417
|
|
|
@@ -1468,7 +1468,7 @@ ERROR CODES
|
|
|
1468
1468
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
1469
1469
|
```
|
|
1470
1470
|
|
|
1471
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1471
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.18/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1472
1472
|
|
|
1473
1473
|
## `sf alias list`
|
|
1474
1474
|
|
|
@@ -1496,7 +1496,7 @@ EXAMPLES
|
|
|
1496
1496
|
$ sf alias list
|
|
1497
1497
|
```
|
|
1498
1498
|
|
|
1499
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1499
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/alias/list.ts)_
|
|
1500
1500
|
|
|
1501
1501
|
## `sf alias set`
|
|
1502
1502
|
|
|
@@ -1545,7 +1545,7 @@ EXAMPLES
|
|
|
1545
1545
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1546
1546
|
```
|
|
1547
1547
|
|
|
1548
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1548
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/alias/set.ts)_
|
|
1549
1549
|
|
|
1550
1550
|
## `sf alias unset`
|
|
1551
1551
|
|
|
@@ -1585,7 +1585,7 @@ EXAMPLES
|
|
|
1585
1585
|
$ sf alias unset --all [--no-prompt]
|
|
1586
1586
|
```
|
|
1587
1587
|
|
|
1588
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1588
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/alias/unset.ts)_
|
|
1589
1589
|
|
|
1590
1590
|
## `sf apex get log`
|
|
1591
1591
|
|
|
@@ -1641,7 +1641,7 @@ FLAG DESCRIPTIONS
|
|
|
1641
1641
|
directory.
|
|
1642
1642
|
```
|
|
1643
1643
|
|
|
1644
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1644
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/get/log.ts)_
|
|
1645
1645
|
|
|
1646
1646
|
## `sf apex get test`
|
|
1647
1647
|
|
|
@@ -1701,7 +1701,7 @@ EXAMPLES
|
|
|
1701
1701
|
me@myorg'
|
|
1702
1702
|
```
|
|
1703
1703
|
|
|
1704
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1704
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/get/test.ts)_
|
|
1705
1705
|
|
|
1706
1706
|
## `sf apex list log`
|
|
1707
1707
|
|
|
@@ -1741,7 +1741,7 @@ EXAMPLES
|
|
|
1741
1741
|
$ sf apex list log --target-org me@my.org
|
|
1742
1742
|
```
|
|
1743
1743
|
|
|
1744
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1744
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/list/log.ts)_
|
|
1745
1745
|
|
|
1746
1746
|
## `sf apex run`
|
|
1747
1747
|
|
|
@@ -1788,7 +1788,7 @@ EXAMPLES
|
|
|
1788
1788
|
$ sf apex run
|
|
1789
1789
|
```
|
|
1790
1790
|
|
|
1791
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1791
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/run.ts)_
|
|
1792
1792
|
|
|
1793
1793
|
## `sf apex run test`
|
|
1794
1794
|
|
|
@@ -1935,7 +1935,7 @@ FLAG DESCRIPTIONS
|
|
|
1935
1935
|
--tests Test1 --tests Test2
|
|
1936
1936
|
```
|
|
1937
1937
|
|
|
1938
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1938
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/run/test.ts)_
|
|
1939
1939
|
|
|
1940
1940
|
## `sf apex tail log`
|
|
1941
1941
|
|
|
@@ -1978,7 +1978,7 @@ EXAMPLES
|
|
|
1978
1978
|
$ sf apex tail log --color --skip-trace-flag
|
|
1979
1979
|
```
|
|
1980
1980
|
|
|
1981
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
1981
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/apex/tail/log.ts)_
|
|
1982
1982
|
|
|
1983
1983
|
## `sf api request graphql`
|
|
1984
1984
|
|
|
@@ -2031,7 +2031,7 @@ EXAMPLES
|
|
|
2031
2031
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2034
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.16/src/commands/api/request/graphql.ts)_
|
|
2035
2035
|
|
|
2036
2036
|
## `sf api request rest [URL]`
|
|
2037
2037
|
|
|
@@ -2140,7 +2140,7 @@ FLAG DESCRIPTIONS
|
|
|
2140
2140
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2141
2141
|
```
|
|
2142
2142
|
|
|
2143
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2143
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.16/src/commands/api/request/rest.ts)_
|
|
2144
2144
|
|
|
2145
2145
|
## `sf autocomplete [SHELL]`
|
|
2146
2146
|
|
|
@@ -2171,7 +2171,7 @@ EXAMPLES
|
|
|
2171
2171
|
$ sf autocomplete --refresh-cache
|
|
2172
2172
|
```
|
|
2173
2173
|
|
|
2174
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2174
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.45/src/commands/autocomplete/index.ts)_
|
|
2175
2175
|
|
|
2176
2176
|
## `sf commands`
|
|
2177
2177
|
|
|
@@ -2249,7 +2249,7 @@ CONFIGURATION VARIABLES
|
|
|
2249
2249
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2250
2250
|
```
|
|
2251
2251
|
|
|
2252
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2252
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/config/get.ts)_
|
|
2253
2253
|
|
|
2254
2254
|
## `sf config list`
|
|
2255
2255
|
|
|
@@ -2289,7 +2289,7 @@ EXAMPLES
|
|
|
2289
2289
|
$ sf config list
|
|
2290
2290
|
```
|
|
2291
2291
|
|
|
2292
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2292
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/config/list.ts)_
|
|
2293
2293
|
|
|
2294
2294
|
## `sf config set`
|
|
2295
2295
|
|
|
@@ -2358,7 +2358,7 @@ CONFIGURATION VARIABLES
|
|
|
2358
2358
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2359
2359
|
```
|
|
2360
2360
|
|
|
2361
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2361
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/config/set.ts)_
|
|
2362
2362
|
|
|
2363
2363
|
## `sf config unset`
|
|
2364
2364
|
|
|
@@ -2408,7 +2408,7 @@ CONFIGURATION VARIABLES
|
|
|
2408
2408
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2409
2409
|
```
|
|
2410
2410
|
|
|
2411
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2411
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.66/src/commands/config/unset.ts)_
|
|
2412
2412
|
|
|
2413
2413
|
## `sf data bulk results`
|
|
2414
2414
|
|
|
@@ -2453,7 +2453,7 @@ EXAMPLES
|
|
|
2453
2453
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2454
2454
|
```
|
|
2455
2455
|
|
|
2456
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2456
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/bulk/results.ts)_
|
|
2457
2457
|
|
|
2458
2458
|
## `sf data create file`
|
|
2459
2459
|
|
|
@@ -2502,7 +2502,7 @@ EXAMPLES
|
|
|
2502
2502
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2503
2503
|
```
|
|
2504
2504
|
|
|
2505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/file.ts)_
|
|
2506
2506
|
|
|
2507
2507
|
## `sf data create record`
|
|
2508
2508
|
|
|
@@ -2558,7 +2558,7 @@ EXAMPLES
|
|
|
2558
2558
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2559
2559
|
```
|
|
2560
2560
|
|
|
2561
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2561
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/record.ts)_
|
|
2562
2562
|
|
|
2563
2563
|
## `sf data delete bulk`
|
|
2564
2564
|
|
|
@@ -2617,7 +2617,7 @@ FLAG DESCRIPTIONS
|
|
|
2617
2617
|
and can be enabled only by a system administrator.
|
|
2618
2618
|
```
|
|
2619
2619
|
|
|
2620
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2620
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/bulk.ts)_
|
|
2621
2621
|
|
|
2622
2622
|
## `sf data delete record`
|
|
2623
2623
|
|
|
@@ -2678,7 +2678,7 @@ EXAMPLES
|
|
|
2678
2678
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2679
2679
|
```
|
|
2680
2680
|
|
|
2681
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2681
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/record.ts)_
|
|
2682
2682
|
|
|
2683
2683
|
## `sf data delete resume`
|
|
2684
2684
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2720
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/resume.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf data export bulk`
|
|
2723
2723
|
|
|
@@ -2784,7 +2784,7 @@ EXAMPLES
|
|
|
2784
2784
|
--result-format json --wait 10 --all-rows
|
|
2785
2785
|
```
|
|
2786
2786
|
|
|
2787
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2787
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/bulk.ts)_
|
|
2788
2788
|
|
|
2789
2789
|
## `sf data export resume`
|
|
2790
2790
|
|
|
@@ -2823,7 +2823,7 @@ EXAMPLES
|
|
|
2823
2823
|
$ sf data export resume --use-most-recent
|
|
2824
2824
|
```
|
|
2825
2825
|
|
|
2826
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2826
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/resume.ts)_
|
|
2827
2827
|
|
|
2828
2828
|
## `sf data export tree`
|
|
2829
2829
|
|
|
@@ -2883,7 +2883,7 @@ EXAMPLES
|
|
|
2883
2883
|
my-scratch
|
|
2884
2884
|
```
|
|
2885
2885
|
|
|
2886
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2886
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/tree.ts)_
|
|
2887
2887
|
|
|
2888
2888
|
## `sf data get record`
|
|
2889
2889
|
|
|
@@ -2947,7 +2947,7 @@ EXAMPLES
|
|
|
2947
2947
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/get/record.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf data import bulk`
|
|
2953
2953
|
|
|
@@ -2999,7 +2999,7 @@ EXAMPLES
|
|
|
2999
2999
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3000
3000
|
```
|
|
3001
3001
|
|
|
3002
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3002
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/bulk.ts)_
|
|
3003
3003
|
|
|
3004
3004
|
## `sf data import resume`
|
|
3005
3005
|
|
|
@@ -3035,7 +3035,7 @@ EXAMPLES
|
|
|
3035
3035
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3036
3036
|
```
|
|
3037
3037
|
|
|
3038
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3038
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/resume.ts)_
|
|
3039
3039
|
|
|
3040
3040
|
## `sf data import tree`
|
|
3041
3041
|
|
|
@@ -3099,7 +3099,7 @@ FLAG DESCRIPTIONS
|
|
|
3099
3099
|
- files(array) - Files: An array of files paths to load
|
|
3100
3100
|
```
|
|
3101
3101
|
|
|
3102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/tree.ts)_
|
|
3103
3103
|
|
|
3104
3104
|
## `sf data query`
|
|
3105
3105
|
|
|
@@ -3152,7 +3152,7 @@ EXAMPLES
|
|
|
3152
3152
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3153
3153
|
```
|
|
3154
3154
|
|
|
3155
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3155
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/query.ts)_
|
|
3156
3156
|
|
|
3157
3157
|
## `sf data resume`
|
|
3158
3158
|
|
|
@@ -3189,7 +3189,7 @@ EXAMPLES
|
|
|
3189
3189
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3190
3190
|
```
|
|
3191
3191
|
|
|
3192
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3192
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/resume.ts)_
|
|
3193
3193
|
|
|
3194
3194
|
## `sf data search`
|
|
3195
3195
|
|
|
@@ -3239,7 +3239,7 @@ EXAMPLES
|
|
|
3239
3239
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3240
3240
|
```
|
|
3241
3241
|
|
|
3242
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3242
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/search.ts)_
|
|
3243
3243
|
|
|
3244
3244
|
## `sf data update bulk`
|
|
3245
3245
|
|
|
@@ -3294,7 +3294,7 @@ EXAMPLES
|
|
|
3294
3294
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3295
3295
|
```
|
|
3296
3296
|
|
|
3297
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3297
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/bulk.ts)_
|
|
3298
3298
|
|
|
3299
3299
|
## `sf data update record`
|
|
3300
3300
|
|
|
@@ -3356,7 +3356,7 @@ EXAMPLES
|
|
|
3356
3356
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3359
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/record.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf data update resume`
|
|
3362
3362
|
|
|
@@ -3395,7 +3395,7 @@ EXAMPLES
|
|
|
3395
3395
|
$ sf data update resume --use-most-recent
|
|
3396
3396
|
```
|
|
3397
3397
|
|
|
3398
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3398
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/resume.ts)_
|
|
3399
3399
|
|
|
3400
3400
|
## `sf data upsert bulk`
|
|
3401
3401
|
|
|
@@ -3451,7 +3451,7 @@ EXAMPLES
|
|
|
3451
3451
|
my-scratch
|
|
3452
3452
|
```
|
|
3453
3453
|
|
|
3454
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3454
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/bulk.ts)_
|
|
3455
3455
|
|
|
3456
3456
|
## `sf data upsert resume`
|
|
3457
3457
|
|
|
@@ -3490,7 +3490,7 @@ EXAMPLES
|
|
|
3490
3490
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3491
3491
|
```
|
|
3492
3492
|
|
|
3493
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3493
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/resume.ts)_
|
|
3494
3494
|
|
|
3495
3495
|
## `sf doctor`
|
|
3496
3496
|
|
|
@@ -3538,7 +3538,7 @@ EXAMPLES
|
|
|
3538
3538
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3539
3539
|
```
|
|
3540
3540
|
|
|
3541
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3541
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.118/src/commands/doctor.ts)_
|
|
3542
3542
|
|
|
3543
3543
|
## `sf force data bulk delete`
|
|
3544
3544
|
|
|
@@ -3585,7 +3585,7 @@ EXAMPLES
|
|
|
3585
3585
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3586
3586
|
```
|
|
3587
3587
|
|
|
3588
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3588
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/delete.ts)_
|
|
3589
3589
|
|
|
3590
3590
|
## `sf force data bulk status`
|
|
3591
3591
|
|
|
@@ -3622,7 +3622,7 @@ EXAMPLES
|
|
|
3622
3622
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3623
3623
|
```
|
|
3624
3624
|
|
|
3625
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3625
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/status.ts)_
|
|
3626
3626
|
|
|
3627
3627
|
## `sf force data bulk upsert`
|
|
3628
3628
|
|
|
@@ -3680,7 +3680,7 @@ EXAMPLES
|
|
|
3680
3680
|
--target-org my-scratch
|
|
3681
3681
|
```
|
|
3682
3682
|
|
|
3683
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3683
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/upsert.ts)_
|
|
3684
3684
|
|
|
3685
3685
|
## `sf help [COMMAND]`
|
|
3686
3686
|
|
|
@@ -3700,7 +3700,7 @@ DESCRIPTION
|
|
|
3700
3700
|
Display help for sf.
|
|
3701
3701
|
```
|
|
3702
3702
|
|
|
3703
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3703
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.43/src/commands/help.ts)_
|
|
3704
3704
|
|
|
3705
3705
|
## `sf info releasenotes display`
|
|
3706
3706
|
|
|
@@ -3740,7 +3740,7 @@ EXAMPLES
|
|
|
3740
3740
|
$ sf info releasenotes display --version latest
|
|
3741
3741
|
```
|
|
3742
3742
|
|
|
3743
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3743
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.118/src/commands/info/releasenotes/display.ts)_
|
|
3744
3744
|
|
|
3745
3745
|
## `sf logic get test`
|
|
3746
3746
|
|
|
@@ -3788,7 +3788,7 @@ EXAMPLES
|
|
|
3788
3788
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3789
3789
|
```
|
|
3790
3790
|
|
|
3791
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3791
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/logic/get/test.ts)_
|
|
3792
3792
|
|
|
3793
3793
|
## `sf logic run test`
|
|
3794
3794
|
|
|
@@ -3910,7 +3910,7 @@ FLAG DESCRIPTIONS
|
|
|
3910
3910
|
--tests Test1 --tests Test2
|
|
3911
3911
|
```
|
|
3912
3912
|
|
|
3913
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
3913
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.20/src/commands/logic/run/test.ts)_
|
|
3914
3914
|
|
|
3915
3915
|
## `sf org assign permset`
|
|
3916
3916
|
|
|
@@ -3956,7 +3956,7 @@ EXAMPLES
|
|
|
3956
3956
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3957
3957
|
```
|
|
3958
3958
|
|
|
3959
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
3959
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/assign/permset.ts)_
|
|
3960
3960
|
|
|
3961
3961
|
## `sf org assign permsetlicense`
|
|
3962
3962
|
|
|
@@ -4003,7 +4003,7 @@ EXAMPLES
|
|
|
4003
4003
|
user3
|
|
4004
4004
|
```
|
|
4005
4005
|
|
|
4006
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
4006
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/assign/permsetlicense.ts)_
|
|
4007
4007
|
|
|
4008
4008
|
## `sf org create agent-user`
|
|
4009
4009
|
|
|
@@ -4081,7 +4081,7 @@ FLAG DESCRIPTIONS
|
|
|
4081
4081
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4082
4082
|
```
|
|
4083
4083
|
|
|
4084
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4084
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/create/agent-user.ts)_
|
|
4085
4085
|
|
|
4086
4086
|
## `sf org create sandbox`
|
|
4087
4087
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4218
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/create/sandbox.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org create scratch`
|
|
4221
4221
|
|
|
@@ -4397,7 +4397,7 @@ FLAG DESCRIPTIONS
|
|
|
4397
4397
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4398
4398
|
```
|
|
4399
4399
|
|
|
4400
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4400
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/create/scratch.ts)_
|
|
4401
4401
|
|
|
4402
4402
|
## `sf org create user`
|
|
4403
4403
|
|
|
@@ -4505,7 +4505,7 @@ FLAG DESCRIPTIONS
|
|
|
4505
4505
|
might be different than what you specify in the definition file.
|
|
4506
4506
|
```
|
|
4507
4507
|
|
|
4508
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
4508
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/create/user.ts)_
|
|
4509
4509
|
|
|
4510
4510
|
## `sf org delete sandbox`
|
|
4511
4511
|
|
|
@@ -4551,7 +4551,7 @@ EXAMPLES
|
|
|
4551
4551
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4552
4552
|
```
|
|
4553
4553
|
|
|
4554
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4554
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/delete/sandbox.ts)_
|
|
4555
4555
|
|
|
4556
4556
|
## `sf org delete scratch`
|
|
4557
4557
|
|
|
@@ -4595,7 +4595,7 @@ EXAMPLES
|
|
|
4595
4595
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4596
4596
|
```
|
|
4597
4597
|
|
|
4598
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4598
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/delete/scratch.ts)_
|
|
4599
4599
|
|
|
4600
4600
|
## `sf org disable tracking`
|
|
4601
4601
|
|
|
@@ -4634,7 +4634,7 @@ EXAMPLES
|
|
|
4634
4634
|
$ sf org disable tracking
|
|
4635
4635
|
```
|
|
4636
4636
|
|
|
4637
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4637
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/disable/tracking.ts)_
|
|
4638
4638
|
|
|
4639
4639
|
## `sf org display`
|
|
4640
4640
|
|
|
@@ -4679,7 +4679,7 @@ EXAMPLES
|
|
|
4679
4679
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4680
4680
|
```
|
|
4681
4681
|
|
|
4682
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4682
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/display.ts)_
|
|
4683
4683
|
|
|
4684
4684
|
## `sf org display user`
|
|
4685
4685
|
|
|
@@ -4718,7 +4718,7 @@ EXAMPLES
|
|
|
4718
4718
|
$ sf org display user --target-org me@my.org --json
|
|
4719
4719
|
```
|
|
4720
4720
|
|
|
4721
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
4721
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/display/user.ts)_
|
|
4722
4722
|
|
|
4723
4723
|
## `sf org enable tracking`
|
|
4724
4724
|
|
|
@@ -4760,7 +4760,7 @@ EXAMPLES
|
|
|
4760
4760
|
$ sf org enable tracking
|
|
4761
4761
|
```
|
|
4762
4762
|
|
|
4763
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4763
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/enable/tracking.ts)_
|
|
4764
4764
|
|
|
4765
4765
|
## `sf org generate password`
|
|
4766
4766
|
|
|
@@ -4827,7 +4827,7 @@ EXAMPLES
|
|
|
4827
4827
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4828
4828
|
```
|
|
4829
4829
|
|
|
4830
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
4830
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/generate/password.ts)_
|
|
4831
4831
|
|
|
4832
4832
|
## `sf org list`
|
|
4833
4833
|
|
|
@@ -4866,7 +4866,7 @@ EXAMPLES
|
|
|
4866
4866
|
$ sf org list --clean
|
|
4867
4867
|
```
|
|
4868
4868
|
|
|
4869
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4869
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/list.ts)_
|
|
4870
4870
|
|
|
4871
4871
|
## `sf org list auth`
|
|
4872
4872
|
|
|
@@ -4938,7 +4938,7 @@ EXAMPLES
|
|
|
4938
4938
|
$ sf org list limits --target-org my-scratch-org
|
|
4939
4939
|
```
|
|
4940
4940
|
|
|
4941
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4941
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.84/src/commands/org/list/limits.ts)_
|
|
4942
4942
|
|
|
4943
4943
|
## `sf org list metadata`
|
|
4944
4944
|
|
|
@@ -5005,7 +5005,7 @@ FLAG DESCRIPTIONS
|
|
|
5005
5005
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5006
5006
|
```
|
|
5007
5007
|
|
|
5008
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5008
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/list/metadata.ts)_
|
|
5009
5009
|
|
|
5010
5010
|
## `sf org list metadata-types`
|
|
5011
5011
|
|
|
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
|
|
|
5060
5060
|
Override the api version used for api requests made by this command
|
|
5061
5061
|
```
|
|
5062
5062
|
|
|
5063
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5063
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/list/metadata-types.ts)_
|
|
5064
5064
|
|
|
5065
5065
|
## `sf org list sobject record-counts`
|
|
5066
5066
|
|
|
@@ -5106,7 +5106,7 @@ EXAMPLES
|
|
|
5106
5106
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
5107
5107
|
```
|
|
5108
5108
|
|
|
5109
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5109
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.84/src/commands/org/list/sobject/record-counts.ts)_
|
|
5110
5110
|
|
|
5111
5111
|
## `sf org list users`
|
|
5112
5112
|
|
|
@@ -5144,7 +5144,7 @@ EXAMPLES
|
|
|
5144
5144
|
$ sf org list users --target-org me@my.org
|
|
5145
5145
|
```
|
|
5146
5146
|
|
|
5147
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.
|
|
5147
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.3/src/commands/org/list/users.ts)_
|
|
5148
5148
|
|
|
5149
5149
|
## `sf org login access-token`
|
|
5150
5150
|
|
|
@@ -5606,7 +5606,7 @@ EXAMPLES
|
|
|
5606
5606
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5607
5607
|
```
|
|
5608
5608
|
|
|
5609
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5609
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/open.ts)_
|
|
5610
5610
|
|
|
5611
5611
|
## `sf org open agent`
|
|
5612
5612
|
|
|
@@ -5657,7 +5657,7 @@ EXAMPLES
|
|
|
5657
5657
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5658
5658
|
```
|
|
5659
5659
|
|
|
5660
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5660
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/open/agent.ts)_
|
|
5661
5661
|
|
|
5662
5662
|
## `sf org open authoring-bundle`
|
|
5663
5663
|
|
|
@@ -5703,7 +5703,7 @@ EXAMPLES
|
|
|
5703
5703
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5704
5704
|
```
|
|
5705
5705
|
|
|
5706
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5706
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/open/authoring-bundle.ts)_
|
|
5707
5707
|
|
|
5708
5708
|
## `sf org refresh sandbox`
|
|
5709
5709
|
|
|
@@ -5806,7 +5806,7 @@ FLAG DESCRIPTIONS
|
|
|
5806
5806
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5807
5807
|
```
|
|
5808
5808
|
|
|
5809
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5809
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/refresh/sandbox.ts)_
|
|
5810
5810
|
|
|
5811
5811
|
## `sf org resume sandbox`
|
|
5812
5812
|
|
|
@@ -5869,7 +5869,7 @@ FLAG DESCRIPTIONS
|
|
|
5869
5869
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5870
5870
|
```
|
|
5871
5871
|
|
|
5872
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5872
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/resume/sandbox.ts)_
|
|
5873
5873
|
|
|
5874
5874
|
## `sf org resume scratch`
|
|
5875
5875
|
|
|
@@ -5922,7 +5922,7 @@ FLAG DESCRIPTIONS
|
|
|
5922
5922
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5923
5923
|
```
|
|
5924
5924
|
|
|
5925
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5925
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.81/src/commands/org/resume/scratch.ts)_
|
|
5926
5926
|
|
|
5927
5927
|
## `sf package convert`
|
|
5928
5928
|
|
|
@@ -6019,7 +6019,7 @@ FLAG DESCRIPTIONS
|
|
|
6019
6019
|
--installation-key-bypass flag is required.
|
|
6020
6020
|
```
|
|
6021
6021
|
|
|
6022
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6022
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/convert.ts)_
|
|
6023
6023
|
|
|
6024
6024
|
## `sf package create`
|
|
6025
6025
|
|
|
@@ -6098,7 +6098,7 @@ FLAG DESCRIPTIONS
|
|
|
6098
6098
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6099
6099
|
```
|
|
6100
6100
|
|
|
6101
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6101
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/create.ts)_
|
|
6102
6102
|
|
|
6103
6103
|
## `sf package delete`
|
|
6104
6104
|
|
|
@@ -6140,7 +6140,7 @@ EXAMPLES
|
|
|
6140
6140
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6141
6141
|
```
|
|
6142
6142
|
|
|
6143
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6143
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/delete.ts)_
|
|
6144
6144
|
|
|
6145
6145
|
## `sf package install`
|
|
6146
6146
|
|
|
@@ -6239,7 +6239,7 @@ FLAG DESCRIPTIONS
|
|
|
6239
6239
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6240
6240
|
```
|
|
6241
6241
|
|
|
6242
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6242
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/install.ts)_
|
|
6243
6243
|
|
|
6244
6244
|
## `sf package install report`
|
|
6245
6245
|
|
|
@@ -6272,7 +6272,7 @@ EXAMPLES
|
|
|
6272
6272
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6275
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/install/report.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf package installed list`
|
|
6278
6278
|
|
|
@@ -6304,7 +6304,7 @@ EXAMPLES
|
|
|
6304
6304
|
$ sf package installed list --target-org me@example.com
|
|
6305
6305
|
```
|
|
6306
6306
|
|
|
6307
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6307
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/installed/list.ts)_
|
|
6308
6308
|
|
|
6309
6309
|
## `sf package list`
|
|
6310
6310
|
|
|
@@ -6342,7 +6342,7 @@ EXAMPLES
|
|
|
6342
6342
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6343
6343
|
```
|
|
6344
6344
|
|
|
6345
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6345
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/list.ts)_
|
|
6346
6346
|
|
|
6347
6347
|
## `sf package push-upgrade abort`
|
|
6348
6348
|
|
|
@@ -6381,7 +6381,7 @@ EXAMPLES
|
|
|
6381
6381
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6382
6382
|
```
|
|
6383
6383
|
|
|
6384
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6384
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/push-upgrade/abort.ts)_
|
|
6385
6385
|
|
|
6386
6386
|
## `sf package push-upgrade list`
|
|
6387
6387
|
|
|
@@ -6440,7 +6440,7 @@ EXAMPLES
|
|
|
6440
6440
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6441
6441
|
```
|
|
6442
6442
|
|
|
6443
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6443
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/push-upgrade/list.ts)_
|
|
6444
6444
|
|
|
6445
6445
|
## `sf package push-upgrade report`
|
|
6446
6446
|
|
|
@@ -6482,7 +6482,7 @@ EXAMPLES
|
|
|
6482
6482
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6483
6483
|
```
|
|
6484
6484
|
|
|
6485
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6485
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/push-upgrade/report.ts)_
|
|
6486
6486
|
|
|
6487
6487
|
## `sf package push-upgrade schedule`
|
|
6488
6488
|
|
|
@@ -6569,7 +6569,7 @@ FLAG DESCRIPTIONS
|
|
|
6569
6569
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6570
6570
|
```
|
|
6571
6571
|
|
|
6572
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6572
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/push-upgrade/schedule.ts)_
|
|
6573
6573
|
|
|
6574
6574
|
## `sf package uninstall`
|
|
6575
6575
|
|
|
@@ -6617,7 +6617,7 @@ EXAMPLES
|
|
|
6617
6617
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6618
6618
|
```
|
|
6619
6619
|
|
|
6620
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6620
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/uninstall.ts)_
|
|
6621
6621
|
|
|
6622
6622
|
## `sf package uninstall report`
|
|
6623
6623
|
|
|
@@ -6650,7 +6650,7 @@ EXAMPLES
|
|
|
6650
6650
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6651
6651
|
```
|
|
6652
6652
|
|
|
6653
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6653
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/uninstall/report.ts)_
|
|
6654
6654
|
|
|
6655
6655
|
## `sf package update`
|
|
6656
6656
|
|
|
@@ -6718,7 +6718,7 @@ FLAG DESCRIPTIONS
|
|
|
6718
6718
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6719
6719
|
```
|
|
6720
6720
|
|
|
6721
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6721
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/update.ts)_
|
|
6722
6722
|
|
|
6723
6723
|
## `sf package version create`
|
|
6724
6724
|
|
|
@@ -6895,7 +6895,7 @@ FLAG DESCRIPTIONS
|
|
|
6895
6895
|
periods of no output from commands.
|
|
6896
6896
|
```
|
|
6897
6897
|
|
|
6898
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6898
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/create.ts)_
|
|
6899
6899
|
|
|
6900
6900
|
## `sf package version create list`
|
|
6901
6901
|
|
|
@@ -6956,7 +6956,7 @@ EXAMPLES
|
|
|
6956
6956
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6957
6957
|
```
|
|
6958
6958
|
|
|
6959
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
6959
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/create/list.ts)_
|
|
6960
6960
|
|
|
6961
6961
|
## `sf package version create report`
|
|
6962
6962
|
|
|
@@ -6999,7 +6999,7 @@ EXAMPLES
|
|
|
6999
6999
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7000
7000
|
```
|
|
7001
7001
|
|
|
7002
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7002
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/create/report.ts)_
|
|
7003
7003
|
|
|
7004
7004
|
## `sf package version delete`
|
|
7005
7005
|
|
|
@@ -7040,7 +7040,7 @@ EXAMPLES
|
|
|
7040
7040
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7041
7041
|
```
|
|
7042
7042
|
|
|
7043
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7043
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/delete.ts)_
|
|
7044
7044
|
|
|
7045
7045
|
## `sf package version displayancestry`
|
|
7046
7046
|
|
|
@@ -7100,7 +7100,7 @@ FLAG DESCRIPTIONS
|
|
|
7100
7100
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7101
7101
|
```
|
|
7102
7102
|
|
|
7103
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7103
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/displayancestry.ts)_
|
|
7104
7104
|
|
|
7105
7105
|
## `sf package version displaydependencies`
|
|
7106
7106
|
|
|
@@ -7162,7 +7162,7 @@ FLAG DESCRIPTIONS
|
|
|
7162
7162
|
package, which must be installed last.
|
|
7163
7163
|
```
|
|
7164
7164
|
|
|
7165
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7165
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/displaydependencies.ts)_
|
|
7166
7166
|
|
|
7167
7167
|
## `sf package version list`
|
|
7168
7168
|
|
|
@@ -7238,7 +7238,7 @@ EXAMPLES
|
|
|
7238
7238
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7239
7239
|
```
|
|
7240
7240
|
|
|
7241
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7241
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/list.ts)_
|
|
7242
7242
|
|
|
7243
7243
|
## `sf package version promote`
|
|
7244
7244
|
|
|
@@ -7282,7 +7282,7 @@ EXAMPLES
|
|
|
7282
7282
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7283
7283
|
```
|
|
7284
7284
|
|
|
7285
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7285
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/promote.ts)_
|
|
7286
7286
|
|
|
7287
7287
|
## `sf package version report`
|
|
7288
7288
|
|
|
@@ -7322,7 +7322,7 @@ EXAMPLES
|
|
|
7322
7322
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7323
7323
|
```
|
|
7324
7324
|
|
|
7325
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7325
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/report.ts)_
|
|
7326
7326
|
|
|
7327
7327
|
## `sf package version retrieve`
|
|
7328
7328
|
|
|
@@ -7367,7 +7367,7 @@ EXAMPLES
|
|
|
7367
7367
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7368
7368
|
```
|
|
7369
7369
|
|
|
7370
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7370
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/retrieve.ts)_
|
|
7371
7371
|
|
|
7372
7372
|
## `sf package version update`
|
|
7373
7373
|
|
|
@@ -7420,7 +7420,7 @@ EXAMPLES
|
|
|
7420
7420
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7421
7421
|
```
|
|
7422
7422
|
|
|
7423
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7423
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package/version/update.ts)_
|
|
7424
7424
|
|
|
7425
7425
|
## `sf package1 version create`
|
|
7426
7426
|
|
|
@@ -7487,7 +7487,7 @@ FLAG DESCRIPTIONS
|
|
|
7487
7487
|
subscribers.
|
|
7488
7488
|
```
|
|
7489
7489
|
|
|
7490
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7490
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package1/version/create.ts)_
|
|
7491
7491
|
|
|
7492
7492
|
## `sf package1 version create get`
|
|
7493
7493
|
|
|
@@ -7520,7 +7520,7 @@ EXAMPLES
|
|
|
7520
7520
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7521
7521
|
```
|
|
7522
7522
|
|
|
7523
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7523
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package1/version/create/get.ts)_
|
|
7524
7524
|
|
|
7525
7525
|
## `sf package1 version display`
|
|
7526
7526
|
|
|
@@ -7554,7 +7554,7 @@ EXAMPLES
|
|
|
7554
7554
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7555
7555
|
```
|
|
7556
7556
|
|
|
7557
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7557
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package1/version/display.ts)_
|
|
7558
7558
|
|
|
7559
7559
|
## `sf package1 version list`
|
|
7560
7560
|
|
|
@@ -7592,7 +7592,7 @@ FLAG DESCRIPTIONS
|
|
|
7592
7592
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7593
7593
|
```
|
|
7594
7594
|
|
|
7595
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.
|
|
7595
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.26.3/src/commands/package1/version/list.ts)_
|
|
7596
7596
|
|
|
7597
7597
|
## `sf plugins`
|
|
7598
7598
|
|
|
@@ -7633,7 +7633,7 @@ EXAMPLES
|
|
|
7633
7633
|
$ sf plugins discover
|
|
7634
7634
|
```
|
|
7635
7635
|
|
|
7636
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
7636
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.15/src/commands/plugins/discover.ts)_
|
|
7637
7637
|
|
|
7638
7638
|
## `sf plugins:inspect PLUGIN...`
|
|
7639
7639
|
|
|
@@ -7784,7 +7784,7 @@ EXAMPLES
|
|
|
7784
7784
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7785
7785
|
```
|
|
7786
7786
|
|
|
7787
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7787
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.121/src/commands/plugins/trust/verify.ts)_
|
|
7788
7788
|
|
|
7789
7789
|
## `sf plugins uninstall [PLUGIN]`
|
|
7790
7790
|
|
|
@@ -7893,7 +7893,7 @@ FLAG DESCRIPTIONS
|
|
|
7893
7893
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7894
7894
|
```
|
|
7895
7895
|
|
|
7896
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7896
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/convert/mdapi.ts)_
|
|
7897
7897
|
|
|
7898
7898
|
## `sf project convert source`
|
|
7899
7899
|
|
|
@@ -7966,7 +7966,7 @@ FLAG DESCRIPTIONS
|
|
|
7966
7966
|
Override the api version used for api requests made by this command
|
|
7967
7967
|
```
|
|
7968
7968
|
|
|
7969
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
7969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/convert/source.ts)_
|
|
7970
7970
|
|
|
7971
7971
|
## `sf project convert source-behavior`
|
|
7972
7972
|
|
|
@@ -8025,7 +8025,7 @@ EXAMPLES
|
|
|
8025
8025
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
8026
8026
|
```
|
|
8027
8027
|
|
|
8028
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8028
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/convert/source-behavior.ts)_
|
|
8029
8029
|
|
|
8030
8030
|
## `sf project delete source`
|
|
8031
8031
|
|
|
@@ -8178,7 +8178,7 @@ FLAG DESCRIPTIONS
|
|
|
8178
8178
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
8179
8179
|
```
|
|
8180
8180
|
|
|
8181
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8181
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/delete/source.ts)_
|
|
8182
8182
|
|
|
8183
8183
|
## `sf project delete tracking`
|
|
8184
8184
|
|
|
@@ -8215,7 +8215,7 @@ EXAMPLES
|
|
|
8215
8215
|
$ sf project delete tracking --target-org my-scratch
|
|
8216
8216
|
```
|
|
8217
8217
|
|
|
8218
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8218
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/delete/tracking.ts)_
|
|
8219
8219
|
|
|
8220
8220
|
## `sf project deploy cancel`
|
|
8221
8221
|
|
|
@@ -8287,7 +8287,7 @@ FLAG DESCRIPTIONS
|
|
|
8287
8287
|
project deploy report".
|
|
8288
8288
|
```
|
|
8289
8289
|
|
|
8290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/cancel.ts)_
|
|
8291
8291
|
|
|
8292
8292
|
## `sf project deploy preview`
|
|
8293
8293
|
|
|
@@ -8370,7 +8370,7 @@ FLAG DESCRIPTIONS
|
|
|
8370
8370
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8371
8371
|
```
|
|
8372
8372
|
|
|
8373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/preview.ts)_
|
|
8374
8374
|
|
|
8375
8375
|
## `sf project deploy quick`
|
|
8376
8376
|
|
|
@@ -8463,7 +8463,7 @@ ERROR CODES
|
|
|
8463
8463
|
Canceling (69) The deploy is being canceled.
|
|
8464
8464
|
```
|
|
8465
8465
|
|
|
8466
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8466
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/quick.ts)_
|
|
8467
8467
|
|
|
8468
8468
|
## `sf project deploy report`
|
|
8469
8469
|
|
|
@@ -8555,7 +8555,7 @@ FLAG DESCRIPTIONS
|
|
|
8555
8555
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8556
8556
|
```
|
|
8557
8557
|
|
|
8558
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8558
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/report.ts)_
|
|
8559
8559
|
|
|
8560
8560
|
## `sf project deploy resume`
|
|
8561
8561
|
|
|
@@ -8652,7 +8652,7 @@ ERROR CODES
|
|
|
8652
8652
|
Canceling (69) The deploy is being canceled.
|
|
8653
8653
|
```
|
|
8654
8654
|
|
|
8655
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8655
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/resume.ts)_
|
|
8656
8656
|
|
|
8657
8657
|
## `sf project deploy start`
|
|
8658
8658
|
|
|
@@ -8918,7 +8918,7 @@ ERROR CODES
|
|
|
8918
8918
|
Canceling (69) The deploy is being canceled.
|
|
8919
8919
|
```
|
|
8920
8920
|
|
|
8921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
8921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/start.ts)_
|
|
8922
8922
|
|
|
8923
8923
|
## `sf project deploy validate`
|
|
8924
8924
|
|
|
@@ -9122,7 +9122,7 @@ ERROR CODES
|
|
|
9122
9122
|
Canceling (69) The deploy is being canceled.
|
|
9123
9123
|
```
|
|
9124
9124
|
|
|
9125
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9125
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/deploy/validate.ts)_
|
|
9126
9126
|
|
|
9127
9127
|
## `sf project generate manifest`
|
|
9128
9128
|
|
|
@@ -9218,7 +9218,7 @@ EXAMPLES
|
|
|
9218
9218
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9219
9219
|
```
|
|
9220
9220
|
|
|
9221
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9221
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/generate/manifest.ts)_
|
|
9222
9222
|
|
|
9223
9223
|
## `sf project list ignored`
|
|
9224
9224
|
|
|
@@ -9260,7 +9260,7 @@ EXAMPLES
|
|
|
9260
9260
|
$ sf project list ignored --source-dir package.xml
|
|
9261
9261
|
```
|
|
9262
9262
|
|
|
9263
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9263
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/list/ignored.ts)_
|
|
9264
9264
|
|
|
9265
9265
|
## `sf project reset tracking`
|
|
9266
9266
|
|
|
@@ -9309,7 +9309,7 @@ EXAMPLES
|
|
|
9309
9309
|
$ sf project reset tracking --revision 30
|
|
9310
9310
|
```
|
|
9311
9311
|
|
|
9312
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9312
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/reset/tracking.ts)_
|
|
9313
9313
|
|
|
9314
9314
|
## `sf project retrieve preview`
|
|
9315
9315
|
|
|
@@ -9363,7 +9363,7 @@ FLAG DESCRIPTIONS
|
|
|
9363
9363
|
production orgs.
|
|
9364
9364
|
```
|
|
9365
9365
|
|
|
9366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/retrieve/preview.ts)_
|
|
9367
9367
|
|
|
9368
9368
|
## `sf project retrieve start`
|
|
9369
9369
|
|
|
@@ -9544,7 +9544,7 @@ ENVIRONMENT VARIABLES
|
|
|
9544
9544
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9545
9545
|
```
|
|
9546
9546
|
|
|
9547
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.
|
|
9547
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.27/src/commands/project/retrieve/start.ts)_
|
|
9548
9548
|
|
|
9549
9549
|
## `sf schema generate field`
|
|
9550
9550
|
|
|
@@ -9598,7 +9598,7 @@ FLAG DESCRIPTIONS
|
|
|
9598
9598
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9599
9599
|
```
|
|
9600
9600
|
|
|
9601
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9601
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.95/src/commands/schema/generate/field.ts)_
|
|
9602
9602
|
|
|
9603
9603
|
## `sf schema generate platformevent`
|
|
9604
9604
|
|
|
@@ -9630,7 +9630,7 @@ EXAMPLES
|
|
|
9630
9630
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9631
9631
|
```
|
|
9632
9632
|
|
|
9633
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9633
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.95/src/commands/schema/generate/platformevent.ts)_
|
|
9634
9634
|
|
|
9635
9635
|
## `sf schema generate sobject`
|
|
9636
9636
|
|
|
@@ -9687,7 +9687,7 @@ FLAG DESCRIPTIONS
|
|
|
9687
9687
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9688
9688
|
```
|
|
9689
9689
|
|
|
9690
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9690
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.95/src/commands/schema/generate/sobject.ts)_
|
|
9691
9691
|
|
|
9692
9692
|
## `sf schema generate tab`
|
|
9693
9693
|
|
|
@@ -9735,7 +9735,7 @@ FLAG DESCRIPTIONS
|
|
|
9735
9735
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9736
9736
|
```
|
|
9737
9737
|
|
|
9738
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9738
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.95/src/commands/schema/generate/tab.ts)_
|
|
9739
9739
|
|
|
9740
9740
|
## `sf search`
|
|
9741
9741
|
|
|
@@ -9751,7 +9751,7 @@ DESCRIPTION
|
|
|
9751
9751
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9752
9752
|
```
|
|
9753
9753
|
|
|
9754
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9754
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.44/src/commands/search.ts)_
|
|
9755
9755
|
|
|
9756
9756
|
## `sf sobject describe`
|
|
9757
9757
|
|
|
@@ -9798,7 +9798,7 @@ EXAMPLES
|
|
|
9798
9798
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9801
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.104/src/commands/sobject/describe.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf sobject list`
|
|
9804
9804
|
|
|
@@ -9837,7 +9837,7 @@ EXAMPLES
|
|
|
9837
9837
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9838
9838
|
```
|
|
9839
9839
|
|
|
9840
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9840
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.104/src/commands/sobject/list.ts)_
|
|
9841
9841
|
|
|
9842
9842
|
## `sf template generate analytics template`
|
|
9843
9843
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
directory.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9884
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/analytics/template.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf template generate apex class`
|
|
9887
9887
|
|
|
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
|
|
|
9941
9941
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9942
9942
|
```
|
|
9943
9943
|
|
|
9944
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9944
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/apex/class.ts)_
|
|
9945
9945
|
|
|
9946
9946
|
## `sf template generate apex trigger`
|
|
9947
9947
|
|
|
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
|
|
|
10011
10011
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10012
10012
|
```
|
|
10013
10013
|
|
|
10014
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10014
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/apex/trigger.ts)_
|
|
10015
10015
|
|
|
10016
10016
|
## `sf template generate digital-experience site`
|
|
10017
10017
|
|
|
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
|
|
|
10065
10065
|
project, defaults to the current directory.
|
|
10066
10066
|
```
|
|
10067
10067
|
|
|
10068
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10068
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/digital-experience/site.ts)_
|
|
10069
10069
|
|
|
10070
10070
|
## `sf template generate flexipage`
|
|
10071
10071
|
|
|
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
|
|
|
10147
10147
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10148
10148
|
```
|
|
10149
10149
|
|
|
10150
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10150
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/flexipage/index.ts)_
|
|
10151
10151
|
|
|
10152
10152
|
## `sf template generate lightning app`
|
|
10153
10153
|
|
|
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
|
|
|
10205
10205
|
field in the DX project's "sfdx-project.json" file.
|
|
10206
10206
|
```
|
|
10207
10207
|
|
|
10208
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10208
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/app.ts)_
|
|
10209
10209
|
|
|
10210
10210
|
## `sf template generate lightning component`
|
|
10211
10211
|
|
|
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
|
|
|
10282
10282
|
field in the DX project's "sfdx-project.json" file.
|
|
10283
10283
|
```
|
|
10284
10284
|
|
|
10285
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/component.ts)_
|
|
10286
10286
|
|
|
10287
10287
|
## `sf template generate lightning event`
|
|
10288
10288
|
|
|
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
|
|
|
10340
10340
|
field in the DX project's "sfdx-project.json" file.
|
|
10341
10341
|
```
|
|
10342
10342
|
|
|
10343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/event.ts)_
|
|
10344
10344
|
|
|
10345
10345
|
## `sf template generate lightning interface`
|
|
10346
10346
|
|
|
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
|
|
|
10398
10398
|
field in the DX project's "sfdx-project.json" file.
|
|
10399
10399
|
```
|
|
10400
10400
|
|
|
10401
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10401
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/interface.ts)_
|
|
10402
10402
|
|
|
10403
10403
|
## `sf template generate lightning test`
|
|
10404
10404
|
|
|
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
|
|
|
10456
10456
|
field in the DX project's "sfdx-project.json" file.
|
|
10457
10457
|
```
|
|
10458
10458
|
|
|
10459
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10459
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/test.ts)_
|
|
10460
10460
|
|
|
10461
10461
|
## `sf template generate project`
|
|
10462
10462
|
|
|
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
|
|
|
10582
10582
|
server-side type stripping.
|
|
10583
10583
|
```
|
|
10584
10584
|
|
|
10585
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10585
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/project/index.ts)_
|
|
10586
10586
|
|
|
10587
10587
|
## `sf template generate static-resource`
|
|
10588
10588
|
|
|
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
|
|
|
10645
10645
|
etc.
|
|
10646
10646
|
```
|
|
10647
10647
|
|
|
10648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/static-resource/index.ts)_
|
|
10649
10649
|
|
|
10650
10650
|
## `sf template generate ui-bundle`
|
|
10651
10651
|
|
|
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
|
|
|
10729
10729
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10732
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf template generate visualforce component`
|
|
10735
10735
|
|
|
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
|
|
|
10786
10786
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10787
10787
|
```
|
|
10788
10788
|
|
|
10789
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10789
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/visualforce/component.ts)_
|
|
10790
10790
|
|
|
10791
10791
|
## `sf template generate visualforce page`
|
|
10792
10792
|
|
|
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
|
|
|
10837
10837
|
The name can be up to 40 characters and must start with a letter.
|
|
10838
10838
|
```
|
|
10839
10839
|
|
|
10840
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10840
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/visualforce/page.ts)_
|
|
10841
10841
|
|
|
10842
10842
|
## `sf update [CHANNEL]`
|
|
10843
10843
|
|
|
@@ -10875,7 +10875,7 @@ EXAMPLES
|
|
|
10875
10875
|
$ sf update --available
|
|
10876
10876
|
```
|
|
10877
10877
|
|
|
10878
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
10878
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.29/src/commands/update.ts)_
|
|
10879
10879
|
|
|
10880
10880
|
## `sf version`
|
|
10881
10881
|
|
|
@@ -10929,7 +10929,7 @@ EXAMPLES
|
|
|
10929
10929
|
$ sf which "foo bar baz"
|
|
10930
10930
|
```
|
|
10931
10931
|
|
|
10932
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
10932
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.49/src/commands/which.ts)_
|
|
10933
10933
|
|
|
10934
10934
|
<!-- commandsstop -->
|
|
10935
10935
|
|