@salesforce/cli 2.135.3 → 2.135.5
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 +180 -160
- package/npm-shrinkwrap.json +139 -139
- package/oclif.lock +145 -145
- 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.135.
|
|
28
|
+
@salesforce/cli/2.135.5 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -281,7 +281,7 @@ ERROR CODES
|
|
|
281
281
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
284
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/activate.ts)_
|
|
285
285
|
|
|
286
286
|
## `sf agent create`
|
|
287
287
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
351
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/create.ts)_
|
|
352
352
|
|
|
353
353
|
## `sf agent deactivate`
|
|
354
354
|
|
|
@@ -397,7 +397,7 @@ ERROR CODES
|
|
|
397
397
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
400
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/deactivate.ts)_
|
|
401
401
|
|
|
402
402
|
## `sf agent generate agent-spec`
|
|
403
403
|
|
|
@@ -504,7 +504,7 @@ EXAMPLES
|
|
|
504
504
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
507
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/agent-spec.ts)_
|
|
508
508
|
|
|
509
509
|
## `sf agent generate authoring-bundle`
|
|
510
510
|
|
|
@@ -581,7 +581,7 @@ EXAMPLES
|
|
|
581
581
|
other-package-dir/main/default --target-org my-dev-org
|
|
582
582
|
```
|
|
583
583
|
|
|
584
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
584
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/authoring-bundle.ts)_
|
|
585
585
|
|
|
586
586
|
## `sf agent generate template`
|
|
587
587
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
my-package --source-org my-scratch-org
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
646
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/template.ts)_
|
|
647
647
|
|
|
648
648
|
## `sf agent generate test-spec`
|
|
649
649
|
|
|
@@ -708,7 +708,7 @@ EXAMPLES
|
|
|
708
708
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
711
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/generate/test-spec.ts)_
|
|
712
712
|
|
|
713
713
|
## `sf agent preview`
|
|
714
714
|
|
|
@@ -781,7 +781,7 @@ EXAMPLES
|
|
|
781
781
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
784
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview.ts)_
|
|
785
785
|
|
|
786
786
|
## `sf agent preview end`
|
|
787
787
|
|
|
@@ -789,13 +789,18 @@ End an existing programmatic agent preview session and get trace location.
|
|
|
789
789
|
|
|
790
790
|
```
|
|
791
791
|
USAGE
|
|
792
|
-
$ sf agent preview end -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--session-id <value>
|
|
793
|
-
<value>
|
|
792
|
+
$ sf agent preview end -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--session-id <value> |
|
|
793
|
+
--all] [-n <value> | --authoring-bundle <value>] [-p]
|
|
794
794
|
|
|
795
795
|
FLAGS
|
|
796
796
|
-n, --api-name=<value> API name of the activated published agent you want to preview.
|
|
797
797
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
798
798
|
configuration variable is already set.
|
|
799
|
+
-p, --no-prompt Don't prompt for confirmation before ending sessions. Has an effect only when used
|
|
800
|
+
with --all.
|
|
801
|
+
--all End all active preview sessions. Combine with --api-name or --authoring-bundle to
|
|
802
|
+
limit to a specific agent, or use with only --target-org to end sessions for all
|
|
803
|
+
agents found in the local session cache. Requires --target-org.
|
|
799
804
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
800
805
|
--authoring-bundle=<value> API name of the authoring bundle metadata component that contains the agent's Agent
|
|
801
806
|
Script file.
|
|
@@ -815,13 +820,17 @@ DESCRIPTION
|
|
|
815
820
|
The original "agent preview start" command outputs a session ID which you then use with the --session-id flag of this
|
|
816
821
|
command to end the session. You don't have to specify the --session-id flag if an agent has only one active preview
|
|
817
822
|
session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring
|
|
818
|
-
bundle or the published agent,
|
|
823
|
+
bundle or the published agent, respectively. To find either API name, navigate to your package directory in your DX
|
|
819
824
|
project. The API name of an authoring bundle is the same as its directory name under the "aiAuthoringBundles" metadata
|
|
820
825
|
directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
|
|
821
826
|
directory.
|
|
822
827
|
|
|
828
|
+
Use the --all flag to end all active preview sessions at once. You can combine --all with --api-name or
|
|
829
|
+
--authoring-bundle to end only sessions for a specific agent, or use --all on its own to end every session across all
|
|
830
|
+
agents in the project.
|
|
831
|
+
|
|
823
832
|
EXAMPLES
|
|
824
|
-
End a preview session of a published agent by specifying its session ID and API name
|
|
833
|
+
End a preview session of a published agent by specifying its session ID and API name; use the default org:
|
|
825
834
|
|
|
826
835
|
$ sf agent preview end --session-id <SESSION_ID> --api-name My_Published_Agent
|
|
827
836
|
|
|
@@ -835,17 +844,28 @@ EXAMPLES
|
|
|
835
844
|
|
|
836
845
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
837
846
|
|
|
847
|
+
End all active preview sessions for a specific agent without prompting:
|
|
848
|
+
|
|
849
|
+
$ sf agent preview end --all --authoring-bundle My_Local_Agent --target-org <target_org> --no-prompt
|
|
850
|
+
|
|
851
|
+
End all active preview sessions across every agent in the local session cache for an org:
|
|
852
|
+
|
|
853
|
+
$ sf agent preview end --all --target-org <target_org>
|
|
854
|
+
|
|
838
855
|
ENVIRONMENT VARIABLES
|
|
839
856
|
SF_TARGET_ORG Username or alias of your default org. Overrides the target-org configuration variable.
|
|
840
857
|
|
|
841
858
|
ERROR CODES
|
|
842
|
-
Succeeded (0)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
859
|
+
Succeeded (0) Preview session ended successfully and traces saved.
|
|
860
|
+
ExactlyOneRequired (2) Neither --api-name nor --authoring-bundle was provided (required when --all is not
|
|
861
|
+
set).
|
|
862
|
+
NotFound (2) Agent not found, or no preview session exists for this agent.
|
|
863
|
+
PreviewEndFailed (4) Failed to end the preview session.
|
|
864
|
+
PreviewEndPartialFailure (68) With --all, one or more sessions failed to end while others succeeded.
|
|
865
|
+
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
846
866
|
```
|
|
847
867
|
|
|
848
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
868
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/end.ts)_
|
|
849
869
|
|
|
850
870
|
## `sf agent preview send`
|
|
851
871
|
|
|
@@ -912,7 +932,7 @@ ERROR CODES
|
|
|
912
932
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
913
933
|
```
|
|
914
934
|
|
|
915
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
935
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/send.ts)_
|
|
916
936
|
|
|
917
937
|
## `sf agent preview sessions`
|
|
918
938
|
|
|
@@ -948,7 +968,7 @@ ERROR CODES
|
|
|
948
968
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
949
969
|
```
|
|
950
970
|
|
|
951
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
971
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/sessions.ts)_
|
|
952
972
|
|
|
953
973
|
## `sf agent preview start`
|
|
954
974
|
|
|
@@ -1024,7 +1044,7 @@ ERROR CODES
|
|
|
1024
1044
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1025
1045
|
```
|
|
1026
1046
|
|
|
1027
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1047
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/preview/start.ts)_
|
|
1028
1048
|
|
|
1029
1049
|
## `sf agent publish authoring-bundle`
|
|
1030
1050
|
|
|
@@ -1088,7 +1108,7 @@ ERROR CODES
|
|
|
1088
1108
|
Failed (1) Compilation errors found in the Agent Script file.
|
|
1089
1109
|
```
|
|
1090
1110
|
|
|
1091
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1111
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1092
1112
|
|
|
1093
1113
|
## `sf agent test create`
|
|
1094
1114
|
|
|
@@ -1152,7 +1172,7 @@ ERROR CODES
|
|
|
1152
1172
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
1153
1173
|
```
|
|
1154
1174
|
|
|
1155
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1175
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/create.ts)_
|
|
1156
1176
|
|
|
1157
1177
|
## `sf agent test list`
|
|
1158
1178
|
|
|
@@ -1194,7 +1214,7 @@ ERROR CODES
|
|
|
1194
1214
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
1195
1215
|
```
|
|
1196
1216
|
|
|
1197
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1217
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/list.ts)_
|
|
1198
1218
|
|
|
1199
1219
|
## `sf agent test results`
|
|
1200
1220
|
|
|
@@ -1278,7 +1298,7 @@ ERROR CODES
|
|
|
1278
1298
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
1279
1299
|
```
|
|
1280
1300
|
|
|
1281
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1301
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/results.ts)_
|
|
1282
1302
|
|
|
1283
1303
|
## `sf agent test resume`
|
|
1284
1304
|
|
|
@@ -1371,7 +1391,7 @@ ERROR CODES
|
|
|
1371
1391
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
1372
1392
|
```
|
|
1373
1393
|
|
|
1374
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1394
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/resume.ts)_
|
|
1375
1395
|
|
|
1376
1396
|
## `sf agent test run`
|
|
1377
1397
|
|
|
@@ -1464,7 +1484,7 @@ ERROR CODES
|
|
|
1464
1484
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
1465
1485
|
```
|
|
1466
1486
|
|
|
1467
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1487
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/run.ts)_
|
|
1468
1488
|
|
|
1469
1489
|
## `sf agent test run-eval`
|
|
1470
1490
|
|
|
@@ -1546,7 +1566,7 @@ ERROR CODES
|
|
|
1546
1566
|
OperationFailed (4) Failed to execute tests due to API or network errors.
|
|
1547
1567
|
```
|
|
1548
1568
|
|
|
1549
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1569
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/test/run-eval.ts)_
|
|
1550
1570
|
|
|
1551
1571
|
## `sf agent trace delete`
|
|
1552
1572
|
|
|
@@ -1607,7 +1627,7 @@ ERROR CODES
|
|
|
1607
1627
|
Succeeded (0) Traces deleted successfully (or no traces matched).
|
|
1608
1628
|
```
|
|
1609
1629
|
|
|
1610
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1630
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/delete.ts)_
|
|
1611
1631
|
|
|
1612
1632
|
## `sf agent trace list`
|
|
1613
1633
|
|
|
@@ -1677,7 +1697,7 @@ ERROR CODES
|
|
|
1677
1697
|
Succeeded (0) Trace files listed successfully (or empty list if none found).
|
|
1678
1698
|
```
|
|
1679
1699
|
|
|
1680
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1700
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/list.ts)_
|
|
1681
1701
|
|
|
1682
1702
|
## `sf agent trace read`
|
|
1683
1703
|
|
|
@@ -1750,7 +1770,7 @@ EXAMPLES
|
|
|
1750
1770
|
$ sf agent trace read --session-id <SESSION_ID> --json
|
|
1751
1771
|
```
|
|
1752
1772
|
|
|
1753
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1773
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/trace/read.ts)_
|
|
1754
1774
|
|
|
1755
1775
|
## `sf agent validate authoring-bundle`
|
|
1756
1776
|
|
|
@@ -1807,7 +1827,7 @@ ERROR CODES
|
|
|
1807
1827
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
1808
1828
|
```
|
|
1809
1829
|
|
|
1810
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1830
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.39.0/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1811
1831
|
|
|
1812
1832
|
## `sf alias list`
|
|
1813
1833
|
|
|
@@ -1835,7 +1855,7 @@ EXAMPLES
|
|
|
1835
1855
|
$ sf alias list
|
|
1836
1856
|
```
|
|
1837
1857
|
|
|
1838
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1858
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/list.ts)_
|
|
1839
1859
|
|
|
1840
1860
|
## `sf alias set`
|
|
1841
1861
|
|
|
@@ -1884,7 +1904,7 @@ EXAMPLES
|
|
|
1884
1904
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1885
1905
|
```
|
|
1886
1906
|
|
|
1887
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1907
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/set.ts)_
|
|
1888
1908
|
|
|
1889
1909
|
## `sf alias unset`
|
|
1890
1910
|
|
|
@@ -1924,7 +1944,7 @@ EXAMPLES
|
|
|
1924
1944
|
$ sf alias unset --all [--no-prompt]
|
|
1925
1945
|
```
|
|
1926
1946
|
|
|
1927
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1947
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/unset.ts)_
|
|
1928
1948
|
|
|
1929
1949
|
## `sf apex get log`
|
|
1930
1950
|
|
|
@@ -1980,7 +2000,7 @@ FLAG DESCRIPTIONS
|
|
|
1980
2000
|
directory.
|
|
1981
2001
|
```
|
|
1982
2002
|
|
|
1983
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2003
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/log.ts)_
|
|
1984
2004
|
|
|
1985
2005
|
## `sf apex get test`
|
|
1986
2006
|
|
|
@@ -2040,7 +2060,7 @@ EXAMPLES
|
|
|
2040
2060
|
me@myorg'
|
|
2041
2061
|
```
|
|
2042
2062
|
|
|
2043
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2063
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/test.ts)_
|
|
2044
2064
|
|
|
2045
2065
|
## `sf apex list log`
|
|
2046
2066
|
|
|
@@ -2080,7 +2100,7 @@ EXAMPLES
|
|
|
2080
2100
|
$ sf apex list log --target-org me@my.org
|
|
2081
2101
|
```
|
|
2082
2102
|
|
|
2083
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2103
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/list/log.ts)_
|
|
2084
2104
|
|
|
2085
2105
|
## `sf apex run`
|
|
2086
2106
|
|
|
@@ -2127,7 +2147,7 @@ EXAMPLES
|
|
|
2127
2147
|
$ sf apex run
|
|
2128
2148
|
```
|
|
2129
2149
|
|
|
2130
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2150
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run.ts)_
|
|
2131
2151
|
|
|
2132
2152
|
## `sf apex run test`
|
|
2133
2153
|
|
|
@@ -2274,7 +2294,7 @@ FLAG DESCRIPTIONS
|
|
|
2274
2294
|
--tests Test1 --tests Test2
|
|
2275
2295
|
```
|
|
2276
2296
|
|
|
2277
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2297
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run/test.ts)_
|
|
2278
2298
|
|
|
2279
2299
|
## `sf apex tail log`
|
|
2280
2300
|
|
|
@@ -2317,7 +2337,7 @@ EXAMPLES
|
|
|
2317
2337
|
$ sf apex tail log --color --skip-trace-flag
|
|
2318
2338
|
```
|
|
2319
2339
|
|
|
2320
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
2340
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/tail/log.ts)_
|
|
2321
2341
|
|
|
2322
2342
|
## `sf api request graphql`
|
|
2323
2343
|
|
|
@@ -2370,7 +2390,7 @@ EXAMPLES
|
|
|
2370
2390
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2371
2391
|
```
|
|
2372
2392
|
|
|
2373
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2393
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/graphql.ts)_
|
|
2374
2394
|
|
|
2375
2395
|
## `sf api request rest [URL]`
|
|
2376
2396
|
|
|
@@ -2479,7 +2499,7 @@ FLAG DESCRIPTIONS
|
|
|
2479
2499
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2480
2500
|
```
|
|
2481
2501
|
|
|
2482
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2502
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/rest.ts)_
|
|
2483
2503
|
|
|
2484
2504
|
## `sf autocomplete [SHELL]`
|
|
2485
2505
|
|
|
@@ -2510,7 +2530,7 @@ EXAMPLES
|
|
|
2510
2530
|
$ sf autocomplete --refresh-cache
|
|
2511
2531
|
```
|
|
2512
2532
|
|
|
2513
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2533
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.49/src/commands/autocomplete/index.ts)_
|
|
2514
2534
|
|
|
2515
2535
|
## `sf commands`
|
|
2516
2536
|
|
|
@@ -2539,7 +2559,7 @@ DESCRIPTION
|
|
|
2539
2559
|
List all sf commands.
|
|
2540
2560
|
```
|
|
2541
2561
|
|
|
2542
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
2562
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.52/src/commands/commands.ts)_
|
|
2543
2563
|
|
|
2544
2564
|
## `sf config get`
|
|
2545
2565
|
|
|
@@ -2588,7 +2608,7 @@ CONFIGURATION VARIABLES
|
|
|
2588
2608
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2589
2609
|
```
|
|
2590
2610
|
|
|
2591
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2611
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/get.ts)_
|
|
2592
2612
|
|
|
2593
2613
|
## `sf config list`
|
|
2594
2614
|
|
|
@@ -2628,7 +2648,7 @@ EXAMPLES
|
|
|
2628
2648
|
$ sf config list
|
|
2629
2649
|
```
|
|
2630
2650
|
|
|
2631
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2651
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/list.ts)_
|
|
2632
2652
|
|
|
2633
2653
|
## `sf config set`
|
|
2634
2654
|
|
|
@@ -2697,7 +2717,7 @@ CONFIGURATION VARIABLES
|
|
|
2697
2717
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2698
2718
|
```
|
|
2699
2719
|
|
|
2700
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2720
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/set.ts)_
|
|
2701
2721
|
|
|
2702
2722
|
## `sf config unset`
|
|
2703
2723
|
|
|
@@ -2747,7 +2767,7 @@ CONFIGURATION VARIABLES
|
|
|
2747
2767
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2748
2768
|
```
|
|
2749
2769
|
|
|
2750
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2770
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/unset.ts)_
|
|
2751
2771
|
|
|
2752
2772
|
## `sf data bulk results`
|
|
2753
2773
|
|
|
@@ -2792,7 +2812,7 @@ EXAMPLES
|
|
|
2792
2812
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2793
2813
|
```
|
|
2794
2814
|
|
|
2795
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2815
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/bulk/results.ts)_
|
|
2796
2816
|
|
|
2797
2817
|
## `sf data create file`
|
|
2798
2818
|
|
|
@@ -2841,7 +2861,7 @@ EXAMPLES
|
|
|
2841
2861
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2842
2862
|
```
|
|
2843
2863
|
|
|
2844
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2864
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/file.ts)_
|
|
2845
2865
|
|
|
2846
2866
|
## `sf data create record`
|
|
2847
2867
|
|
|
@@ -2897,7 +2917,7 @@ EXAMPLES
|
|
|
2897
2917
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2898
2918
|
```
|
|
2899
2919
|
|
|
2900
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2920
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/record.ts)_
|
|
2901
2921
|
|
|
2902
2922
|
## `sf data delete bulk`
|
|
2903
2923
|
|
|
@@ -2956,7 +2976,7 @@ FLAG DESCRIPTIONS
|
|
|
2956
2976
|
and can be enabled only by a system administrator.
|
|
2957
2977
|
```
|
|
2958
2978
|
|
|
2959
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2979
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/bulk.ts)_
|
|
2960
2980
|
|
|
2961
2981
|
## `sf data delete record`
|
|
2962
2982
|
|
|
@@ -3017,7 +3037,7 @@ EXAMPLES
|
|
|
3017
3037
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3018
3038
|
```
|
|
3019
3039
|
|
|
3020
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3040
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/record.ts)_
|
|
3021
3041
|
|
|
3022
3042
|
## `sf data delete resume`
|
|
3023
3043
|
|
|
@@ -3056,7 +3076,7 @@ EXAMPLES
|
|
|
3056
3076
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
3057
3077
|
```
|
|
3058
3078
|
|
|
3059
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3079
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/resume.ts)_
|
|
3060
3080
|
|
|
3061
3081
|
## `sf data export bulk`
|
|
3062
3082
|
|
|
@@ -3123,7 +3143,7 @@ EXAMPLES
|
|
|
3123
3143
|
--result-format json --wait 10 --all-rows
|
|
3124
3144
|
```
|
|
3125
3145
|
|
|
3126
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3146
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/bulk.ts)_
|
|
3127
3147
|
|
|
3128
3148
|
## `sf data export resume`
|
|
3129
3149
|
|
|
@@ -3162,7 +3182,7 @@ EXAMPLES
|
|
|
3162
3182
|
$ sf data export resume --use-most-recent
|
|
3163
3183
|
```
|
|
3164
3184
|
|
|
3165
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3185
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/resume.ts)_
|
|
3166
3186
|
|
|
3167
3187
|
## `sf data export tree`
|
|
3168
3188
|
|
|
@@ -3222,7 +3242,7 @@ EXAMPLES
|
|
|
3222
3242
|
my-scratch
|
|
3223
3243
|
```
|
|
3224
3244
|
|
|
3225
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3245
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/tree.ts)_
|
|
3226
3246
|
|
|
3227
3247
|
## `sf data get record`
|
|
3228
3248
|
|
|
@@ -3286,7 +3306,7 @@ EXAMPLES
|
|
|
3286
3306
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
3287
3307
|
```
|
|
3288
3308
|
|
|
3289
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3309
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/get/record.ts)_
|
|
3290
3310
|
|
|
3291
3311
|
## `sf data import bulk`
|
|
3292
3312
|
|
|
@@ -3338,7 +3358,7 @@ EXAMPLES
|
|
|
3338
3358
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3339
3359
|
```
|
|
3340
3360
|
|
|
3341
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3361
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/bulk.ts)_
|
|
3342
3362
|
|
|
3343
3363
|
## `sf data import resume`
|
|
3344
3364
|
|
|
@@ -3374,7 +3394,7 @@ EXAMPLES
|
|
|
3374
3394
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3375
3395
|
```
|
|
3376
3396
|
|
|
3377
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3397
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/resume.ts)_
|
|
3378
3398
|
|
|
3379
3399
|
## `sf data import tree`
|
|
3380
3400
|
|
|
@@ -3438,7 +3458,7 @@ FLAG DESCRIPTIONS
|
|
|
3438
3458
|
- files(array) - Files: An array of files paths to load
|
|
3439
3459
|
```
|
|
3440
3460
|
|
|
3441
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3461
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/tree.ts)_
|
|
3442
3462
|
|
|
3443
3463
|
## `sf data query`
|
|
3444
3464
|
|
|
@@ -3491,7 +3511,7 @@ EXAMPLES
|
|
|
3491
3511
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3492
3512
|
```
|
|
3493
3513
|
|
|
3494
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3514
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/query.ts)_
|
|
3495
3515
|
|
|
3496
3516
|
## `sf data resume`
|
|
3497
3517
|
|
|
@@ -3528,7 +3548,7 @@ EXAMPLES
|
|
|
3528
3548
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3529
3549
|
```
|
|
3530
3550
|
|
|
3531
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3551
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/resume.ts)_
|
|
3532
3552
|
|
|
3533
3553
|
## `sf data search`
|
|
3534
3554
|
|
|
@@ -3578,7 +3598,7 @@ EXAMPLES
|
|
|
3578
3598
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3579
3599
|
```
|
|
3580
3600
|
|
|
3581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3601
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/search.ts)_
|
|
3582
3602
|
|
|
3583
3603
|
## `sf data update bulk`
|
|
3584
3604
|
|
|
@@ -3633,7 +3653,7 @@ EXAMPLES
|
|
|
3633
3653
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3634
3654
|
```
|
|
3635
3655
|
|
|
3636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3656
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/bulk.ts)_
|
|
3637
3657
|
|
|
3638
3658
|
## `sf data update record`
|
|
3639
3659
|
|
|
@@ -3695,7 +3715,7 @@ EXAMPLES
|
|
|
3695
3715
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3696
3716
|
```
|
|
3697
3717
|
|
|
3698
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3718
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/record.ts)_
|
|
3699
3719
|
|
|
3700
3720
|
## `sf data update resume`
|
|
3701
3721
|
|
|
@@ -3734,7 +3754,7 @@ EXAMPLES
|
|
|
3734
3754
|
$ sf data update resume --use-most-recent
|
|
3735
3755
|
```
|
|
3736
3756
|
|
|
3737
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3757
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/resume.ts)_
|
|
3738
3758
|
|
|
3739
3759
|
## `sf data upsert bulk`
|
|
3740
3760
|
|
|
@@ -3790,7 +3810,7 @@ EXAMPLES
|
|
|
3790
3810
|
my-scratch
|
|
3791
3811
|
```
|
|
3792
3812
|
|
|
3793
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3813
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/bulk.ts)_
|
|
3794
3814
|
|
|
3795
3815
|
## `sf data upsert resume`
|
|
3796
3816
|
|
|
@@ -3829,7 +3849,7 @@ EXAMPLES
|
|
|
3829
3849
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3830
3850
|
```
|
|
3831
3851
|
|
|
3832
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/resume.ts)_
|
|
3833
3853
|
|
|
3834
3854
|
## `sf doctor`
|
|
3835
3855
|
|
|
@@ -3877,7 +3897,7 @@ EXAMPLES
|
|
|
3877
3897
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3878
3898
|
```
|
|
3879
3899
|
|
|
3880
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3900
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/doctor.ts)_
|
|
3881
3901
|
|
|
3882
3902
|
## `sf force data bulk delete`
|
|
3883
3903
|
|
|
@@ -3924,7 +3944,7 @@ EXAMPLES
|
|
|
3924
3944
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3925
3945
|
```
|
|
3926
3946
|
|
|
3927
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3947
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/delete.ts)_
|
|
3928
3948
|
|
|
3929
3949
|
## `sf force data bulk status`
|
|
3930
3950
|
|
|
@@ -3961,7 +3981,7 @@ EXAMPLES
|
|
|
3961
3981
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3962
3982
|
```
|
|
3963
3983
|
|
|
3964
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3984
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/status.ts)_
|
|
3965
3985
|
|
|
3966
3986
|
## `sf force data bulk upsert`
|
|
3967
3987
|
|
|
@@ -4019,7 +4039,7 @@ EXAMPLES
|
|
|
4019
4039
|
--target-org my-scratch
|
|
4020
4040
|
```
|
|
4021
4041
|
|
|
4022
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
4042
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/upsert.ts)_
|
|
4023
4043
|
|
|
4024
4044
|
## `sf help [COMMAND]`
|
|
4025
4045
|
|
|
@@ -4079,7 +4099,7 @@ EXAMPLES
|
|
|
4079
4099
|
$ sf info releasenotes display --version latest
|
|
4080
4100
|
```
|
|
4081
4101
|
|
|
4082
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
4102
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/info/releasenotes/display.ts)_
|
|
4083
4103
|
|
|
4084
4104
|
## `sf logic get test`
|
|
4085
4105
|
|
|
@@ -4127,7 +4147,7 @@ EXAMPLES
|
|
|
4127
4147
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
4128
4148
|
```
|
|
4129
4149
|
|
|
4130
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4150
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/get/test.ts)_
|
|
4131
4151
|
|
|
4132
4152
|
## `sf logic run test`
|
|
4133
4153
|
|
|
@@ -4249,7 +4269,7 @@ FLAG DESCRIPTIONS
|
|
|
4249
4269
|
--tests Test1 --tests Test2
|
|
4250
4270
|
```
|
|
4251
4271
|
|
|
4252
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
4272
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/run/test.ts)_
|
|
4253
4273
|
|
|
4254
4274
|
## `sf org assign permset`
|
|
4255
4275
|
|
|
@@ -4295,7 +4315,7 @@ EXAMPLES
|
|
|
4295
4315
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4296
4316
|
```
|
|
4297
4317
|
|
|
4298
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4318
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/assign/permset.ts)_
|
|
4299
4319
|
|
|
4300
4320
|
## `sf org assign permsetlicense`
|
|
4301
4321
|
|
|
@@ -4342,7 +4362,7 @@ EXAMPLES
|
|
|
4342
4362
|
user3
|
|
4343
4363
|
```
|
|
4344
4364
|
|
|
4345
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4365
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/assign/permsetlicense.ts)_
|
|
4346
4366
|
|
|
4347
4367
|
## `sf org create agent-user`
|
|
4348
4368
|
|
|
@@ -4420,7 +4440,7 @@ FLAG DESCRIPTIONS
|
|
|
4420
4440
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4421
4441
|
```
|
|
4422
4442
|
|
|
4423
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4443
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/agent-user.ts)_
|
|
4424
4444
|
|
|
4425
4445
|
## `sf org create sandbox`
|
|
4426
4446
|
|
|
@@ -4554,7 +4574,7 @@ FLAG DESCRIPTIONS
|
|
|
4554
4574
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4555
4575
|
```
|
|
4556
4576
|
|
|
4557
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/sandbox.ts)_
|
|
4558
4578
|
|
|
4559
4579
|
## `sf org create scratch`
|
|
4560
4580
|
|
|
@@ -4736,7 +4756,7 @@ FLAG DESCRIPTIONS
|
|
|
4736
4756
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4737
4757
|
```
|
|
4738
4758
|
|
|
4739
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4759
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/scratch.ts)_
|
|
4740
4760
|
|
|
4741
4761
|
## `sf org create user`
|
|
4742
4762
|
|
|
@@ -4844,7 +4864,7 @@ FLAG DESCRIPTIONS
|
|
|
4844
4864
|
might be different than what you specify in the definition file.
|
|
4845
4865
|
```
|
|
4846
4866
|
|
|
4847
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
4867
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/create/user.ts)_
|
|
4848
4868
|
|
|
4849
4869
|
## `sf org delete sandbox`
|
|
4850
4870
|
|
|
@@ -4890,7 +4910,7 @@ EXAMPLES
|
|
|
4890
4910
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4891
4911
|
```
|
|
4892
4912
|
|
|
4893
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4913
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/sandbox.ts)_
|
|
4894
4914
|
|
|
4895
4915
|
## `sf org delete scratch`
|
|
4896
4916
|
|
|
@@ -4934,7 +4954,7 @@ EXAMPLES
|
|
|
4934
4954
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4935
4955
|
```
|
|
4936
4956
|
|
|
4937
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4957
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/scratch.ts)_
|
|
4938
4958
|
|
|
4939
4959
|
## `sf org disable tracking`
|
|
4940
4960
|
|
|
@@ -4973,7 +4993,7 @@ EXAMPLES
|
|
|
4973
4993
|
$ sf org disable tracking
|
|
4974
4994
|
```
|
|
4975
4995
|
|
|
4976
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
4996
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/disable/tracking.ts)_
|
|
4977
4997
|
|
|
4978
4998
|
## `sf org display`
|
|
4979
4999
|
|
|
@@ -5018,7 +5038,7 @@ EXAMPLES
|
|
|
5018
5038
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5019
5039
|
```
|
|
5020
5040
|
|
|
5021
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5041
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/display.ts)_
|
|
5022
5042
|
|
|
5023
5043
|
## `sf org display user`
|
|
5024
5044
|
|
|
@@ -5057,7 +5077,7 @@ EXAMPLES
|
|
|
5057
5077
|
$ sf org display user --target-org me@my.org --json
|
|
5058
5078
|
```
|
|
5059
5079
|
|
|
5060
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5080
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/display/user.ts)_
|
|
5061
5081
|
|
|
5062
5082
|
## `sf org enable tracking`
|
|
5063
5083
|
|
|
@@ -5099,7 +5119,7 @@ EXAMPLES
|
|
|
5099
5119
|
$ sf org enable tracking
|
|
5100
5120
|
```
|
|
5101
5121
|
|
|
5102
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5122
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/enable/tracking.ts)_
|
|
5103
5123
|
|
|
5104
5124
|
## `sf org generate password`
|
|
5105
5125
|
|
|
@@ -5166,7 +5186,7 @@ EXAMPLES
|
|
|
5166
5186
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
5167
5187
|
```
|
|
5168
5188
|
|
|
5169
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5189
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/generate/password.ts)_
|
|
5170
5190
|
|
|
5171
5191
|
## `sf org list`
|
|
5172
5192
|
|
|
@@ -5205,7 +5225,7 @@ EXAMPLES
|
|
|
5205
5225
|
$ sf org list --clean
|
|
5206
5226
|
```
|
|
5207
5227
|
|
|
5208
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5228
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list.ts)_
|
|
5209
5229
|
|
|
5210
5230
|
## `sf org list auth`
|
|
5211
5231
|
|
|
@@ -5277,7 +5297,7 @@ EXAMPLES
|
|
|
5277
5297
|
$ sf org list limits --target-org my-scratch-org
|
|
5278
5298
|
```
|
|
5279
5299
|
|
|
5280
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5300
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.89/src/commands/org/list/limits.ts)_
|
|
5281
5301
|
|
|
5282
5302
|
## `sf org list metadata`
|
|
5283
5303
|
|
|
@@ -5344,7 +5364,7 @@ FLAG DESCRIPTIONS
|
|
|
5344
5364
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5345
5365
|
```
|
|
5346
5366
|
|
|
5347
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5367
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata.ts)_
|
|
5348
5368
|
|
|
5349
5369
|
## `sf org list metadata-types`
|
|
5350
5370
|
|
|
@@ -5399,7 +5419,7 @@ FLAG DESCRIPTIONS
|
|
|
5399
5419
|
Override the api version used for api requests made by this command
|
|
5400
5420
|
```
|
|
5401
5421
|
|
|
5402
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5422
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata-types.ts)_
|
|
5403
5423
|
|
|
5404
5424
|
## `sf org list sobject record-counts`
|
|
5405
5425
|
|
|
@@ -5445,7 +5465,7 @@ EXAMPLES
|
|
|
5445
5465
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
5446
5466
|
```
|
|
5447
5467
|
|
|
5448
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
5468
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.89/src/commands/org/list/sobject/record-counts.ts)_
|
|
5449
5469
|
|
|
5450
5470
|
## `sf org list users`
|
|
5451
5471
|
|
|
@@ -5483,7 +5503,7 @@ EXAMPLES
|
|
|
5483
5503
|
$ sf org list users --target-org me@my.org
|
|
5484
5504
|
```
|
|
5485
5505
|
|
|
5486
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.
|
|
5506
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/list/users.ts)_
|
|
5487
5507
|
|
|
5488
5508
|
## `sf org login access-token`
|
|
5489
5509
|
|
|
@@ -5945,7 +5965,7 @@ EXAMPLES
|
|
|
5945
5965
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5946
5966
|
```
|
|
5947
5967
|
|
|
5948
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
5968
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open.ts)_
|
|
5949
5969
|
|
|
5950
5970
|
## `sf org open agent`
|
|
5951
5971
|
|
|
@@ -6020,7 +6040,7 @@ FLAG DESCRIPTIONS
|
|
|
6020
6040
|
flag.
|
|
6021
6041
|
```
|
|
6022
6042
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6043
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/agent.ts)_
|
|
6024
6044
|
|
|
6025
6045
|
## `sf org open authoring-bundle`
|
|
6026
6046
|
|
|
@@ -6066,7 +6086,7 @@ EXAMPLES
|
|
|
6066
6086
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6067
6087
|
```
|
|
6068
6088
|
|
|
6069
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6089
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/authoring-bundle.ts)_
|
|
6070
6090
|
|
|
6071
6091
|
## `sf org refresh sandbox`
|
|
6072
6092
|
|
|
@@ -6169,7 +6189,7 @@ FLAG DESCRIPTIONS
|
|
|
6169
6189
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6170
6190
|
```
|
|
6171
6191
|
|
|
6172
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6192
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/refresh/sandbox.ts)_
|
|
6173
6193
|
|
|
6174
6194
|
## `sf org resume sandbox`
|
|
6175
6195
|
|
|
@@ -6232,7 +6252,7 @@ FLAG DESCRIPTIONS
|
|
|
6232
6252
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6233
6253
|
```
|
|
6234
6254
|
|
|
6235
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6255
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/sandbox.ts)_
|
|
6236
6256
|
|
|
6237
6257
|
## `sf org resume scratch`
|
|
6238
6258
|
|
|
@@ -6285,7 +6305,7 @@ FLAG DESCRIPTIONS
|
|
|
6285
6305
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6286
6306
|
```
|
|
6287
6307
|
|
|
6288
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
6308
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/scratch.ts)_
|
|
6289
6309
|
|
|
6290
6310
|
## `sf package convert`
|
|
6291
6311
|
|
|
@@ -6382,7 +6402,7 @@ FLAG DESCRIPTIONS
|
|
|
6382
6402
|
--installation-key-bypass flag is required.
|
|
6383
6403
|
```
|
|
6384
6404
|
|
|
6385
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6405
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/convert.ts)_
|
|
6386
6406
|
|
|
6387
6407
|
## `sf package create`
|
|
6388
6408
|
|
|
@@ -6461,7 +6481,7 @@ FLAG DESCRIPTIONS
|
|
|
6461
6481
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6462
6482
|
```
|
|
6463
6483
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6484
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/create.ts)_
|
|
6465
6485
|
|
|
6466
6486
|
## `sf package delete`
|
|
6467
6487
|
|
|
@@ -6503,7 +6523,7 @@ EXAMPLES
|
|
|
6503
6523
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6504
6524
|
```
|
|
6505
6525
|
|
|
6506
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6526
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/delete.ts)_
|
|
6507
6527
|
|
|
6508
6528
|
## `sf package install`
|
|
6509
6529
|
|
|
@@ -6602,7 +6622,7 @@ FLAG DESCRIPTIONS
|
|
|
6602
6622
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6603
6623
|
```
|
|
6604
6624
|
|
|
6605
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6625
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/install.ts)_
|
|
6606
6626
|
|
|
6607
6627
|
## `sf package install report`
|
|
6608
6628
|
|
|
@@ -6635,7 +6655,7 @@ EXAMPLES
|
|
|
6635
6655
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6636
6656
|
```
|
|
6637
6657
|
|
|
6638
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6658
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/install/report.ts)_
|
|
6639
6659
|
|
|
6640
6660
|
## `sf package installed list`
|
|
6641
6661
|
|
|
@@ -6667,7 +6687,7 @@ EXAMPLES
|
|
|
6667
6687
|
$ sf package installed list --target-org me@example.com
|
|
6668
6688
|
```
|
|
6669
6689
|
|
|
6670
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6690
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/installed/list.ts)_
|
|
6671
6691
|
|
|
6672
6692
|
## `sf package list`
|
|
6673
6693
|
|
|
@@ -6705,7 +6725,7 @@ EXAMPLES
|
|
|
6705
6725
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6706
6726
|
```
|
|
6707
6727
|
|
|
6708
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6728
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/list.ts)_
|
|
6709
6729
|
|
|
6710
6730
|
## `sf package push-upgrade abort`
|
|
6711
6731
|
|
|
@@ -6744,7 +6764,7 @@ EXAMPLES
|
|
|
6744
6764
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6745
6765
|
```
|
|
6746
6766
|
|
|
6747
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6767
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/push-upgrade/abort.ts)_
|
|
6748
6768
|
|
|
6749
6769
|
## `sf package push-upgrade list`
|
|
6750
6770
|
|
|
@@ -6803,7 +6823,7 @@ EXAMPLES
|
|
|
6803
6823
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6804
6824
|
```
|
|
6805
6825
|
|
|
6806
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6826
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/push-upgrade/list.ts)_
|
|
6807
6827
|
|
|
6808
6828
|
## `sf package push-upgrade report`
|
|
6809
6829
|
|
|
@@ -6845,7 +6865,7 @@ EXAMPLES
|
|
|
6845
6865
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6846
6866
|
```
|
|
6847
6867
|
|
|
6848
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6868
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/push-upgrade/report.ts)_
|
|
6849
6869
|
|
|
6850
6870
|
## `sf package push-upgrade schedule`
|
|
6851
6871
|
|
|
@@ -6932,7 +6952,7 @@ FLAG DESCRIPTIONS
|
|
|
6932
6952
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6933
6953
|
```
|
|
6934
6954
|
|
|
6935
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
6955
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/push-upgrade/schedule.ts)_
|
|
6936
6956
|
|
|
6937
6957
|
## `sf package uninstall`
|
|
6938
6958
|
|
|
@@ -6980,7 +7000,7 @@ EXAMPLES
|
|
|
6980
7000
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6981
7001
|
```
|
|
6982
7002
|
|
|
6983
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7003
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/uninstall.ts)_
|
|
6984
7004
|
|
|
6985
7005
|
## `sf package uninstall report`
|
|
6986
7006
|
|
|
@@ -7013,7 +7033,7 @@ EXAMPLES
|
|
|
7013
7033
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
7014
7034
|
```
|
|
7015
7035
|
|
|
7016
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7036
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/uninstall/report.ts)_
|
|
7017
7037
|
|
|
7018
7038
|
## `sf package update`
|
|
7019
7039
|
|
|
@@ -7081,7 +7101,7 @@ FLAG DESCRIPTIONS
|
|
|
7081
7101
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
7082
7102
|
```
|
|
7083
7103
|
|
|
7084
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7104
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/update.ts)_
|
|
7085
7105
|
|
|
7086
7106
|
## `sf package version create`
|
|
7087
7107
|
|
|
@@ -7258,7 +7278,7 @@ FLAG DESCRIPTIONS
|
|
|
7258
7278
|
periods of no output from commands.
|
|
7259
7279
|
```
|
|
7260
7280
|
|
|
7261
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7281
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/create.ts)_
|
|
7262
7282
|
|
|
7263
7283
|
## `sf package version create list`
|
|
7264
7284
|
|
|
@@ -7319,7 +7339,7 @@ EXAMPLES
|
|
|
7319
7339
|
$ sf package version create list --created-last-days 0 --status Success
|
|
7320
7340
|
```
|
|
7321
7341
|
|
|
7322
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7342
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/create/list.ts)_
|
|
7323
7343
|
|
|
7324
7344
|
## `sf package version create report`
|
|
7325
7345
|
|
|
@@ -7362,7 +7382,7 @@ EXAMPLES
|
|
|
7362
7382
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7363
7383
|
```
|
|
7364
7384
|
|
|
7365
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7385
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/create/report.ts)_
|
|
7366
7386
|
|
|
7367
7387
|
## `sf package version delete`
|
|
7368
7388
|
|
|
@@ -7403,7 +7423,7 @@ EXAMPLES
|
|
|
7403
7423
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7404
7424
|
```
|
|
7405
7425
|
|
|
7406
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7426
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/delete.ts)_
|
|
7407
7427
|
|
|
7408
7428
|
## `sf package version displayancestry`
|
|
7409
7429
|
|
|
@@ -7463,7 +7483,7 @@ FLAG DESCRIPTIONS
|
|
|
7463
7483
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7464
7484
|
```
|
|
7465
7485
|
|
|
7466
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7486
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/displayancestry.ts)_
|
|
7467
7487
|
|
|
7468
7488
|
## `sf package version displaydependencies`
|
|
7469
7489
|
|
|
@@ -7525,7 +7545,7 @@ FLAG DESCRIPTIONS
|
|
|
7525
7545
|
package, which must be installed last.
|
|
7526
7546
|
```
|
|
7527
7547
|
|
|
7528
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7548
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/displaydependencies.ts)_
|
|
7529
7549
|
|
|
7530
7550
|
## `sf package version list`
|
|
7531
7551
|
|
|
@@ -7601,7 +7621,7 @@ EXAMPLES
|
|
|
7601
7621
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7602
7622
|
```
|
|
7603
7623
|
|
|
7604
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7624
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/list.ts)_
|
|
7605
7625
|
|
|
7606
7626
|
## `sf package version promote`
|
|
7607
7627
|
|
|
@@ -7645,7 +7665,7 @@ EXAMPLES
|
|
|
7645
7665
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7646
7666
|
```
|
|
7647
7667
|
|
|
7648
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7668
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/promote.ts)_
|
|
7649
7669
|
|
|
7650
7670
|
## `sf package version report`
|
|
7651
7671
|
|
|
@@ -7685,7 +7705,7 @@ EXAMPLES
|
|
|
7685
7705
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7686
7706
|
```
|
|
7687
7707
|
|
|
7688
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7708
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/report.ts)_
|
|
7689
7709
|
|
|
7690
7710
|
## `sf package version retrieve`
|
|
7691
7711
|
|
|
@@ -7730,7 +7750,7 @@ EXAMPLES
|
|
|
7730
7750
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7731
7751
|
```
|
|
7732
7752
|
|
|
7733
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7753
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/retrieve.ts)_
|
|
7734
7754
|
|
|
7735
7755
|
## `sf package version update`
|
|
7736
7756
|
|
|
@@ -7783,7 +7803,7 @@ EXAMPLES
|
|
|
7783
7803
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7784
7804
|
```
|
|
7785
7805
|
|
|
7786
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7806
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package/version/update.ts)_
|
|
7787
7807
|
|
|
7788
7808
|
## `sf package1 version create`
|
|
7789
7809
|
|
|
@@ -7850,7 +7870,7 @@ FLAG DESCRIPTIONS
|
|
|
7850
7870
|
subscribers.
|
|
7851
7871
|
```
|
|
7852
7872
|
|
|
7853
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7873
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package1/version/create.ts)_
|
|
7854
7874
|
|
|
7855
7875
|
## `sf package1 version create get`
|
|
7856
7876
|
|
|
@@ -7883,7 +7903,7 @@ EXAMPLES
|
|
|
7883
7903
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7884
7904
|
```
|
|
7885
7905
|
|
|
7886
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7906
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package1/version/create/get.ts)_
|
|
7887
7907
|
|
|
7888
7908
|
## `sf package1 version display`
|
|
7889
7909
|
|
|
@@ -7917,7 +7937,7 @@ EXAMPLES
|
|
|
7917
7937
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7918
7938
|
```
|
|
7919
7939
|
|
|
7920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7940
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package1/version/display.ts)_
|
|
7921
7941
|
|
|
7922
7942
|
## `sf package1 version list`
|
|
7923
7943
|
|
|
@@ -7955,7 +7975,7 @@ FLAG DESCRIPTIONS
|
|
|
7955
7975
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7956
7976
|
```
|
|
7957
7977
|
|
|
7958
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.
|
|
7978
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.17/src/commands/package1/version/list.ts)_
|
|
7959
7979
|
|
|
7960
7980
|
## `sf plugins`
|
|
7961
7981
|
|
|
@@ -7996,7 +8016,7 @@ EXAMPLES
|
|
|
7996
8016
|
$ sf plugins discover
|
|
7997
8017
|
```
|
|
7998
8018
|
|
|
7999
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
8019
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.26/src/commands/plugins/discover.ts)_
|
|
8000
8020
|
|
|
8001
8021
|
## `sf plugins:inspect PLUGIN...`
|
|
8002
8022
|
|
|
@@ -8155,7 +8175,7 @@ EXAMPLES
|
|
|
8155
8175
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
8156
8176
|
```
|
|
8157
8177
|
|
|
8158
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8178
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/add.ts)_
|
|
8159
8179
|
|
|
8160
8180
|
## `sf plugins trust allowlist list`
|
|
8161
8181
|
|
|
@@ -8183,7 +8203,7 @@ EXAMPLES
|
|
|
8183
8203
|
$ sf plugins trust allowlist list
|
|
8184
8204
|
```
|
|
8185
8205
|
|
|
8186
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8206
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/list.ts)_
|
|
8187
8207
|
|
|
8188
8208
|
## `sf plugins trust allowlist remove`
|
|
8189
8209
|
|
|
@@ -8220,7 +8240,7 @@ EXAMPLES
|
|
|
8220
8240
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
8221
8241
|
```
|
|
8222
8242
|
|
|
8223
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8243
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
8224
8244
|
|
|
8225
8245
|
## `sf plugins trust verify`
|
|
8226
8246
|
|
|
@@ -8249,7 +8269,7 @@ EXAMPLES
|
|
|
8249
8269
|
$ sf plugins trust verify --npm @scope/npmName
|
|
8250
8270
|
```
|
|
8251
8271
|
|
|
8252
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
8272
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/verify.ts)_
|
|
8253
8273
|
|
|
8254
8274
|
## `sf plugins uninstall [PLUGIN]`
|
|
8255
8275
|
|
|
@@ -10063,7 +10083,7 @@ FLAG DESCRIPTIONS
|
|
|
10063
10083
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
10064
10084
|
```
|
|
10065
10085
|
|
|
10066
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10086
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/field.ts)_
|
|
10067
10087
|
|
|
10068
10088
|
## `sf schema generate platformevent`
|
|
10069
10089
|
|
|
@@ -10095,7 +10115,7 @@ EXAMPLES
|
|
|
10095
10115
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
10096
10116
|
```
|
|
10097
10117
|
|
|
10098
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10118
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/platformevent.ts)_
|
|
10099
10119
|
|
|
10100
10120
|
## `sf schema generate sobject`
|
|
10101
10121
|
|
|
@@ -10152,7 +10172,7 @@ FLAG DESCRIPTIONS
|
|
|
10152
10172
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
10153
10173
|
```
|
|
10154
10174
|
|
|
10155
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10175
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/sobject.ts)_
|
|
10156
10176
|
|
|
10157
10177
|
## `sf schema generate tab`
|
|
10158
10178
|
|
|
@@ -10200,7 +10220,7 @@ FLAG DESCRIPTIONS
|
|
|
10200
10220
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
10201
10221
|
```
|
|
10202
10222
|
|
|
10203
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10223
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/tab.ts)_
|
|
10204
10224
|
|
|
10205
10225
|
## `sf search`
|
|
10206
10226
|
|
|
@@ -10216,7 +10236,7 @@ DESCRIPTION
|
|
|
10216
10236
|
Once you select a command, hit enter and it will show the help for that command.
|
|
10217
10237
|
```
|
|
10218
10238
|
|
|
10219
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
10239
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.48/src/commands/search.ts)_
|
|
10220
10240
|
|
|
10221
10241
|
## `sf sobject describe`
|
|
10222
10242
|
|
|
@@ -10263,7 +10283,7 @@ EXAMPLES
|
|
|
10263
10283
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
10264
10284
|
```
|
|
10265
10285
|
|
|
10266
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10286
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/describe.ts)_
|
|
10267
10287
|
|
|
10268
10288
|
## `sf sobject list`
|
|
10269
10289
|
|
|
@@ -10302,7 +10322,7 @@ EXAMPLES
|
|
|
10302
10322
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
10303
10323
|
```
|
|
10304
10324
|
|
|
10305
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
10325
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/list.ts)_
|
|
10306
10326
|
|
|
10307
10327
|
## `sf template generate analytics template`
|
|
10308
10328
|
|
|
@@ -10346,7 +10366,7 @@ FLAG DESCRIPTIONS
|
|
|
10346
10366
|
directory.
|
|
10347
10367
|
```
|
|
10348
10368
|
|
|
10349
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10369
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/analytics/template.ts)_
|
|
10350
10370
|
|
|
10351
10371
|
## `sf template generate apex class`
|
|
10352
10372
|
|
|
@@ -10406,7 +10426,7 @@ FLAG DESCRIPTIONS
|
|
|
10406
10426
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10407
10427
|
```
|
|
10408
10428
|
|
|
10409
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10429
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/class.ts)_
|
|
10410
10430
|
|
|
10411
10431
|
## `sf template generate apex trigger`
|
|
10412
10432
|
|
|
@@ -10476,7 +10496,7 @@ FLAG DESCRIPTIONS
|
|
|
10476
10496
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10477
10497
|
```
|
|
10478
10498
|
|
|
10479
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10499
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/apex/trigger.ts)_
|
|
10480
10500
|
|
|
10481
10501
|
## `sf template generate digital-experience site`
|
|
10482
10502
|
|
|
@@ -10530,7 +10550,7 @@ FLAG DESCRIPTIONS
|
|
|
10530
10550
|
project, defaults to the current directory.
|
|
10531
10551
|
```
|
|
10532
10552
|
|
|
10533
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10553
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/digital-experience/site.ts)_
|
|
10534
10554
|
|
|
10535
10555
|
## `sf template generate flexipage`
|
|
10536
10556
|
|
|
@@ -10612,7 +10632,7 @@ FLAG DESCRIPTIONS
|
|
|
10612
10632
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10613
10633
|
```
|
|
10614
10634
|
|
|
10615
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10635
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/flexipage/index.ts)_
|
|
10616
10636
|
|
|
10617
10637
|
## `sf template generate lightning app`
|
|
10618
10638
|
|
|
@@ -10670,7 +10690,7 @@ FLAG DESCRIPTIONS
|
|
|
10670
10690
|
field in the DX project's "sfdx-project.json" file.
|
|
10671
10691
|
```
|
|
10672
10692
|
|
|
10673
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10693
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/app.ts)_
|
|
10674
10694
|
|
|
10675
10695
|
## `sf template generate lightning component`
|
|
10676
10696
|
|
|
@@ -10747,7 +10767,7 @@ FLAG DESCRIPTIONS
|
|
|
10747
10767
|
field in the DX project's "sfdx-project.json" file.
|
|
10748
10768
|
```
|
|
10749
10769
|
|
|
10750
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10770
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/component.ts)_
|
|
10751
10771
|
|
|
10752
10772
|
## `sf template generate lightning event`
|
|
10753
10773
|
|
|
@@ -10805,7 +10825,7 @@ FLAG DESCRIPTIONS
|
|
|
10805
10825
|
field in the DX project's "sfdx-project.json" file.
|
|
10806
10826
|
```
|
|
10807
10827
|
|
|
10808
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10828
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/event.ts)_
|
|
10809
10829
|
|
|
10810
10830
|
## `sf template generate lightning interface`
|
|
10811
10831
|
|
|
@@ -10863,7 +10883,7 @@ FLAG DESCRIPTIONS
|
|
|
10863
10883
|
field in the DX project's "sfdx-project.json" file.
|
|
10864
10884
|
```
|
|
10865
10885
|
|
|
10866
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10886
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/interface.ts)_
|
|
10867
10887
|
|
|
10868
10888
|
## `sf template generate lightning test`
|
|
10869
10889
|
|
|
@@ -10921,7 +10941,7 @@ FLAG DESCRIPTIONS
|
|
|
10921
10941
|
field in the DX project's "sfdx-project.json" file.
|
|
10922
10942
|
```
|
|
10923
10943
|
|
|
10924
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
10944
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/lightning/test.ts)_
|
|
10925
10945
|
|
|
10926
10946
|
## `sf template generate project`
|
|
10927
10947
|
|
|
@@ -11047,7 +11067,7 @@ FLAG DESCRIPTIONS
|
|
|
11047
11067
|
server-side type stripping.
|
|
11048
11068
|
```
|
|
11049
11069
|
|
|
11050
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
11070
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/project/index.ts)_
|
|
11051
11071
|
|
|
11052
11072
|
## `sf template generate static-resource`
|
|
11053
11073
|
|
|
@@ -11110,7 +11130,7 @@ FLAG DESCRIPTIONS
|
|
|
11110
11130
|
etc.
|
|
11111
11131
|
```
|
|
11112
11132
|
|
|
11113
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
11133
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/static-resource/index.ts)_
|
|
11114
11134
|
|
|
11115
11135
|
## `sf template generate ui-bundle`
|
|
11116
11136
|
|
|
@@ -11194,7 +11214,7 @@ FLAG DESCRIPTIONS
|
|
|
11194
11214
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11195
11215
|
```
|
|
11196
11216
|
|
|
11197
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
11217
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11198
11218
|
|
|
11199
11219
|
## `sf template generate visualforce component`
|
|
11200
11220
|
|
|
@@ -11251,7 +11271,7 @@ FLAG DESCRIPTIONS
|
|
|
11251
11271
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11252
11272
|
```
|
|
11253
11273
|
|
|
11254
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
11274
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/component.ts)_
|
|
11255
11275
|
|
|
11256
11276
|
## `sf template generate visualforce page`
|
|
11257
11277
|
|
|
@@ -11302,7 +11322,7 @@ FLAG DESCRIPTIONS
|
|
|
11302
11322
|
The name can be up to 40 characters and must start with a letter.
|
|
11303
11323
|
```
|
|
11304
11324
|
|
|
11305
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.
|
|
11325
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.7/src/commands/template/generate/visualforce/page.ts)_
|
|
11306
11326
|
|
|
11307
11327
|
## `sf update [CHANNEL]`
|
|
11308
11328
|
|
|
@@ -11340,7 +11360,7 @@ EXAMPLES
|
|
|
11340
11360
|
$ sf update --available
|
|
11341
11361
|
```
|
|
11342
11362
|
|
|
11343
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11363
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.39/src/commands/update.ts)_
|
|
11344
11364
|
|
|
11345
11365
|
## `sf version`
|
|
11346
11366
|
|
|
@@ -11394,7 +11414,7 @@ EXAMPLES
|
|
|
11394
11414
|
$ sf which "foo bar baz"
|
|
11395
11415
|
```
|
|
11396
11416
|
|
|
11397
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
11417
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.53/src/commands/which.ts)_
|
|
11398
11418
|
|
|
11399
11419
|
<!-- commandsstop -->
|
|
11400
11420
|
|