@salesforce/cli 2.99.6 → 2.100.1
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 +158 -192
- package/npm-shrinkwrap.json +464 -237
- package/oclif.lock +378 -250
- package/oclif.manifest.json +214 -214
- package/package.json +29 -29
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.
|
|
28
|
+
@salesforce/cli/2.100.1 linux-x64 node-v22.17.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
265
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf agent generate agent-spec`
|
|
268
268
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
370
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/agent-spec.ts)_
|
|
371
371
|
|
|
372
372
|
## `sf agent generate template`
|
|
373
373
|
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
418
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/template.ts)_
|
|
419
419
|
|
|
420
420
|
## `sf agent generate test-spec`
|
|
421
421
|
|
|
@@ -473,7 +473,7 @@ EXAMPLES
|
|
|
473
473
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
476
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/generate/test-spec.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf agent preview`
|
|
479
479
|
|
|
@@ -518,59 +518,25 @@ DESCRIPTION
|
|
|
518
518
|
|
|
519
519
|
Find the agent's API name in its main details page in your org's Agent page in Setup.
|
|
520
520
|
|
|
521
|
-
Before you use this command, you must complete
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
these additional steps:
|
|
526
|
-
|
|
527
|
-
a. When specifying the connected app's Callback URL, add this second callback URL on a new line:
|
|
528
|
-
"http://localhost:1717/OauthRedirect".
|
|
529
|
-
|
|
530
|
-
b. When adding the scopes to the connected app, add "Manage user data via Web browsers (web)".
|
|
531
|
-
|
|
532
|
-
2. Add the connected app to your agent as described in the "Add Connected App to Agent" section here:
|
|
533
|
-
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#add-connected-app-to-agent.
|
|
534
|
-
|
|
535
|
-
3. Copy the consumer key from your connected app as described in the "Obtain Credentials" section here:
|
|
536
|
-
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#obtain-credentials.
|
|
537
|
-
|
|
538
|
-
4. If you haven't already, run the "org login web" CLI command as usual to authorize the development org that contains
|
|
539
|
-
the agent you want to preview.
|
|
540
|
-
|
|
541
|
-
5. Re-run the "org web login" command to link the new connected app to your already-authenticated user. Use the
|
|
542
|
-
--client-app flag to give the link a name; you can specify any string, but make a note of it because you'll need it
|
|
543
|
-
later. Use --username to specify the username that you used to log into the org in the previous step. Use --client-id
|
|
544
|
-
to specify the consumer key you previously copied. Finally, use --scopes as indicated to specify the required API
|
|
545
|
-
scopes. Here's an example:
|
|
546
|
-
|
|
547
|
-
sf org login web --client-app agent-app --username <username> --client-id <consumer-key> --scopes "sfap_api
|
|
548
|
-
chatbot_api refresh_token api web"
|
|
549
|
-
|
|
550
|
-
IMPORTANT: You must use the "--client-id <CONNECTED-APP-CONSUMER-KEY>" flag of "org login web", where
|
|
551
|
-
CONNECTED-APP-CONSUMER-KEY is the consumer key you previously copied. This step ensures that the "org login web"
|
|
552
|
-
command uses your custom connected app, and not the default CLI connected app.
|
|
553
|
-
|
|
554
|
-
6. Press Enter to skip sharing the client secret, then log in with your org username as usual and click Accept.
|
|
555
|
-
|
|
556
|
-
7. Run this command ("agent preview") to interact with an agent by using the --target-org flag to specify the org
|
|
557
|
-
username or alias as usual and --client-app to specify the linked connected app ("agent-app" in the previous example).
|
|
558
|
-
Use the "org display" command to get the list of client apps associated with an org.
|
|
521
|
+
IMPORTANT: Before you use this command, you must complete a number of configuration steps in your org and your DX
|
|
522
|
+
project. The examples in this help assume you've completed the steps. See "Preview an Agent" in the "Agentforce
|
|
523
|
+
Developer Guide" for complete documentation:
|
|
524
|
+
https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html.
|
|
559
525
|
|
|
560
526
|
EXAMPLES
|
|
561
527
|
Interact with an agent with API name "Resort_Manager" in the org with alias "my-org" and the linked "agent-app"
|
|
562
528
|
connected app:
|
|
563
529
|
|
|
564
|
-
$ sf agent preview --api-name
|
|
530
|
+
$ sf agent preview --api-name Resort_Manager --target-org my-org --client-app agent-app
|
|
565
531
|
|
|
566
532
|
Same as the preceding example, but this time save the conversation transcripts to the "./transcripts/my-preview"
|
|
567
533
|
directory rather than the default "./temp/agent-preview":
|
|
568
534
|
|
|
569
|
-
$ sf agent preview --api-name
|
|
570
|
-
|
|
535
|
+
$ sf agent preview --api-name Resort_Manager --target-org my-org --client-app agent-app --output-dir \
|
|
536
|
+
transcripts/my-preview
|
|
571
537
|
```
|
|
572
538
|
|
|
573
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
539
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/preview.ts)_
|
|
574
540
|
|
|
575
541
|
## `sf agent test create`
|
|
576
542
|
|
|
@@ -625,7 +591,7 @@ EXAMPLES
|
|
|
625
591
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
626
592
|
```
|
|
627
593
|
|
|
628
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
594
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/create.ts)_
|
|
629
595
|
|
|
630
596
|
## `sf agent test list`
|
|
631
597
|
|
|
@@ -660,7 +626,7 @@ EXAMPLES
|
|
|
660
626
|
$ sf agent test list --target-org my-org
|
|
661
627
|
```
|
|
662
628
|
|
|
663
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
629
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/list.ts)_
|
|
664
630
|
|
|
665
631
|
## `sf agent test results`
|
|
666
632
|
|
|
@@ -716,7 +682,7 @@ FLAG DESCRIPTIONS
|
|
|
716
682
|
test results aren't written.
|
|
717
683
|
```
|
|
718
684
|
|
|
719
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
685
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/results.ts)_
|
|
720
686
|
|
|
721
687
|
## `sf agent test resume`
|
|
722
688
|
|
|
@@ -779,7 +745,7 @@ FLAG DESCRIPTIONS
|
|
|
779
745
|
test results aren't written.
|
|
780
746
|
```
|
|
781
747
|
|
|
782
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
748
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/resume.ts)_
|
|
783
749
|
|
|
784
750
|
## `sf agent test run`
|
|
785
751
|
|
|
@@ -843,7 +809,7 @@ FLAG DESCRIPTIONS
|
|
|
843
809
|
test results aren't written.
|
|
844
810
|
```
|
|
845
811
|
|
|
846
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
812
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.6/src/commands/agent/test/run.ts)_
|
|
847
813
|
|
|
848
814
|
## `sf alias list`
|
|
849
815
|
|
|
@@ -871,7 +837,7 @@ EXAMPLES
|
|
|
871
837
|
$ sf alias list
|
|
872
838
|
```
|
|
873
839
|
|
|
874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/alias/list.ts)_
|
|
875
841
|
|
|
876
842
|
## `sf alias set`
|
|
877
843
|
|
|
@@ -920,7 +886,7 @@ EXAMPLES
|
|
|
920
886
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
921
887
|
```
|
|
922
888
|
|
|
923
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
889
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/alias/set.ts)_
|
|
924
890
|
|
|
925
891
|
## `sf alias unset`
|
|
926
892
|
|
|
@@ -960,7 +926,7 @@ EXAMPLES
|
|
|
960
926
|
$ sf alias unset --all [--no-prompt]
|
|
961
927
|
```
|
|
962
928
|
|
|
963
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
929
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/alias/unset.ts)_
|
|
964
930
|
|
|
965
931
|
## `sf analytics generate template`
|
|
966
932
|
|
|
@@ -1002,7 +968,7 @@ FLAG DESCRIPTIONS
|
|
|
1002
968
|
directory.
|
|
1003
969
|
```
|
|
1004
970
|
|
|
1005
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
971
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/analytics/generate/template.ts)_
|
|
1006
972
|
|
|
1007
973
|
## `sf apex generate class`
|
|
1008
974
|
|
|
@@ -1061,7 +1027,7 @@ FLAG DESCRIPTIONS
|
|
|
1061
1027
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1062
1028
|
```
|
|
1063
1029
|
|
|
1064
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1030
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/apex/generate/class.ts)_
|
|
1065
1031
|
|
|
1066
1032
|
## `sf apex generate trigger`
|
|
1067
1033
|
|
|
@@ -1130,7 +1096,7 @@ FLAG DESCRIPTIONS
|
|
|
1130
1096
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1131
1097
|
```
|
|
1132
1098
|
|
|
1133
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1099
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/apex/generate/trigger.ts)_
|
|
1134
1100
|
|
|
1135
1101
|
## `sf apex get log`
|
|
1136
1102
|
|
|
@@ -1712,7 +1678,7 @@ EXAMPLES
|
|
|
1712
1678
|
$ sf autocomplete --refresh-cache
|
|
1713
1679
|
```
|
|
1714
1680
|
|
|
1715
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1681
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.34/src/commands/autocomplete/index.ts)_
|
|
1716
1682
|
|
|
1717
1683
|
## `sf commands`
|
|
1718
1684
|
|
|
@@ -1741,7 +1707,7 @@ DESCRIPTION
|
|
|
1741
1707
|
List all sf commands.
|
|
1742
1708
|
```
|
|
1743
1709
|
|
|
1744
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1710
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.30/src/commands/commands.ts)_
|
|
1745
1711
|
|
|
1746
1712
|
## `sf config get`
|
|
1747
1713
|
|
|
@@ -1790,7 +1756,7 @@ CONFIGURATION VARIABLES
|
|
|
1790
1756
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1791
1757
|
```
|
|
1792
1758
|
|
|
1793
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1759
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/config/get.ts)_
|
|
1794
1760
|
|
|
1795
1761
|
## `sf config list`
|
|
1796
1762
|
|
|
@@ -1830,7 +1796,7 @@ EXAMPLES
|
|
|
1830
1796
|
$ sf config list
|
|
1831
1797
|
```
|
|
1832
1798
|
|
|
1833
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1799
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/config/list.ts)_
|
|
1834
1800
|
|
|
1835
1801
|
## `sf config set`
|
|
1836
1802
|
|
|
@@ -1899,7 +1865,7 @@ CONFIGURATION VARIABLES
|
|
|
1899
1865
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1900
1866
|
```
|
|
1901
1867
|
|
|
1902
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1868
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/config/set.ts)_
|
|
1903
1869
|
|
|
1904
1870
|
## `sf config unset`
|
|
1905
1871
|
|
|
@@ -1949,7 +1915,7 @@ CONFIGURATION VARIABLES
|
|
|
1949
1915
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1950
1916
|
```
|
|
1951
1917
|
|
|
1952
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1918
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.39/src/commands/config/unset.ts)_
|
|
1953
1919
|
|
|
1954
1920
|
## `sf data bulk results`
|
|
1955
1921
|
|
|
@@ -1994,7 +1960,7 @@ EXAMPLES
|
|
|
1994
1960
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1995
1961
|
```
|
|
1996
1962
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1963
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/bulk/results.ts)_
|
|
1998
1964
|
|
|
1999
1965
|
## `sf data create file`
|
|
2000
1966
|
|
|
@@ -2043,7 +2009,7 @@ EXAMPLES
|
|
|
2043
2009
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2044
2010
|
```
|
|
2045
2011
|
|
|
2046
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2012
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/create/file.ts)_
|
|
2047
2013
|
|
|
2048
2014
|
## `sf data create record`
|
|
2049
2015
|
|
|
@@ -2099,7 +2065,7 @@ EXAMPLES
|
|
|
2099
2065
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2100
2066
|
```
|
|
2101
2067
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2068
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/create/record.ts)_
|
|
2103
2069
|
|
|
2104
2070
|
## `sf data delete bulk`
|
|
2105
2071
|
|
|
@@ -2159,7 +2125,7 @@ FLAG DESCRIPTIONS
|
|
|
2159
2125
|
and can be enabled only by a system administrator.
|
|
2160
2126
|
```
|
|
2161
2127
|
|
|
2162
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2128
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/delete/bulk.ts)_
|
|
2163
2129
|
|
|
2164
2130
|
## `sf data delete record`
|
|
2165
2131
|
|
|
@@ -2220,7 +2186,7 @@ EXAMPLES
|
|
|
2220
2186
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2221
2187
|
```
|
|
2222
2188
|
|
|
2223
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/delete/record.ts)_
|
|
2224
2190
|
|
|
2225
2191
|
## `sf data delete resume`
|
|
2226
2192
|
|
|
@@ -2259,7 +2225,7 @@ EXAMPLES
|
|
|
2259
2225
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2260
2226
|
```
|
|
2261
2227
|
|
|
2262
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2228
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/delete/resume.ts)_
|
|
2263
2229
|
|
|
2264
2230
|
## `sf data export bulk`
|
|
2265
2231
|
|
|
@@ -2333,7 +2299,7 @@ EXAMPLES
|
|
|
2333
2299
|
--result-format json --async
|
|
2334
2300
|
```
|
|
2335
2301
|
|
|
2336
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2302
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/export/bulk.ts)_
|
|
2337
2303
|
|
|
2338
2304
|
## `sf data export resume`
|
|
2339
2305
|
|
|
@@ -2372,7 +2338,7 @@ EXAMPLES
|
|
|
2372
2338
|
$ sf data export resume --use-most-recent
|
|
2373
2339
|
```
|
|
2374
2340
|
|
|
2375
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2341
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/export/resume.ts)_
|
|
2376
2342
|
|
|
2377
2343
|
## `sf data export tree`
|
|
2378
2344
|
|
|
@@ -2432,7 +2398,7 @@ EXAMPLES
|
|
|
2432
2398
|
my-scratch
|
|
2433
2399
|
```
|
|
2434
2400
|
|
|
2435
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2401
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/export/tree.ts)_
|
|
2436
2402
|
|
|
2437
2403
|
## `sf data get record`
|
|
2438
2404
|
|
|
@@ -2496,7 +2462,7 @@ EXAMPLES
|
|
|
2496
2462
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2497
2463
|
```
|
|
2498
2464
|
|
|
2499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2465
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/get/record.ts)_
|
|
2500
2466
|
|
|
2501
2467
|
## `sf data import bulk`
|
|
2502
2468
|
|
|
@@ -2554,7 +2520,7 @@ EXAMPLES
|
|
|
2554
2520
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
2555
2521
|
```
|
|
2556
2522
|
|
|
2557
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2523
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/bulk.ts)_
|
|
2558
2524
|
|
|
2559
2525
|
## `sf data import resume`
|
|
2560
2526
|
|
|
@@ -2590,7 +2556,7 @@ EXAMPLES
|
|
|
2590
2556
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2591
2557
|
```
|
|
2592
2558
|
|
|
2593
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2559
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/resume.ts)_
|
|
2594
2560
|
|
|
2595
2561
|
## `sf data import tree`
|
|
2596
2562
|
|
|
@@ -2654,7 +2620,7 @@ FLAG DESCRIPTIONS
|
|
|
2654
2620
|
- files(array) - Files: An array of files paths to load
|
|
2655
2621
|
```
|
|
2656
2622
|
|
|
2657
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2623
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/tree.ts)_
|
|
2658
2624
|
|
|
2659
2625
|
## `sf data query`
|
|
2660
2626
|
|
|
@@ -2707,7 +2673,7 @@ EXAMPLES
|
|
|
2707
2673
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2708
2674
|
```
|
|
2709
2675
|
|
|
2710
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2676
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/query.ts)_
|
|
2711
2677
|
|
|
2712
2678
|
## `sf data resume`
|
|
2713
2679
|
|
|
@@ -2744,7 +2710,7 @@ EXAMPLES
|
|
|
2744
2710
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2745
2711
|
```
|
|
2746
2712
|
|
|
2747
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2713
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/resume.ts)_
|
|
2748
2714
|
|
|
2749
2715
|
## `sf data search`
|
|
2750
2716
|
|
|
@@ -2794,7 +2760,7 @@ EXAMPLES
|
|
|
2794
2760
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2795
2761
|
```
|
|
2796
2762
|
|
|
2797
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2763
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/search.ts)_
|
|
2798
2764
|
|
|
2799
2765
|
## `sf data update bulk`
|
|
2800
2766
|
|
|
@@ -2855,7 +2821,7 @@ EXAMPLES
|
|
|
2855
2821
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2856
2822
|
```
|
|
2857
2823
|
|
|
2858
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2824
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/update/bulk.ts)_
|
|
2859
2825
|
|
|
2860
2826
|
## `sf data update record`
|
|
2861
2827
|
|
|
@@ -2917,7 +2883,7 @@ EXAMPLES
|
|
|
2917
2883
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2918
2884
|
```
|
|
2919
2885
|
|
|
2920
|
-
_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.50/src/commands/data/update/record.ts)_
|
|
2921
2887
|
|
|
2922
2888
|
## `sf data update resume`
|
|
2923
2889
|
|
|
@@ -2956,7 +2922,7 @@ EXAMPLES
|
|
|
2956
2922
|
$ sf data update resume --use-most-recent
|
|
2957
2923
|
```
|
|
2958
2924
|
|
|
2959
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2925
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/update/resume.ts)_
|
|
2960
2926
|
|
|
2961
2927
|
## `sf data upsert bulk`
|
|
2962
2928
|
|
|
@@ -3013,7 +2979,7 @@ EXAMPLES
|
|
|
3013
2979
|
my-scratch
|
|
3014
2980
|
```
|
|
3015
2981
|
|
|
3016
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2982
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/upsert/bulk.ts)_
|
|
3017
2983
|
|
|
3018
2984
|
## `sf data upsert resume`
|
|
3019
2985
|
|
|
@@ -3052,7 +3018,7 @@ EXAMPLES
|
|
|
3052
3018
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3053
3019
|
```
|
|
3054
3020
|
|
|
3055
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3021
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/upsert/resume.ts)_
|
|
3056
3022
|
|
|
3057
3023
|
## `sf doctor`
|
|
3058
3024
|
|
|
@@ -3100,7 +3066,7 @@ EXAMPLES
|
|
|
3100
3066
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3101
3067
|
```
|
|
3102
3068
|
|
|
3103
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3069
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.75/src/commands/doctor.ts)_
|
|
3104
3070
|
|
|
3105
3071
|
## `sf force data bulk delete`
|
|
3106
3072
|
|
|
@@ -3147,7 +3113,7 @@ EXAMPLES
|
|
|
3147
3113
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3148
3114
|
```
|
|
3149
3115
|
|
|
3150
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3116
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/force/data/bulk/delete.ts)_
|
|
3151
3117
|
|
|
3152
3118
|
## `sf force data bulk status`
|
|
3153
3119
|
|
|
@@ -3184,7 +3150,7 @@ EXAMPLES
|
|
|
3184
3150
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3185
3151
|
```
|
|
3186
3152
|
|
|
3187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3153
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/force/data/bulk/status.ts)_
|
|
3188
3154
|
|
|
3189
3155
|
## `sf force data bulk upsert`
|
|
3190
3156
|
|
|
@@ -3242,7 +3208,7 @@ EXAMPLES
|
|
|
3242
3208
|
--target-org my-scratch
|
|
3243
3209
|
```
|
|
3244
3210
|
|
|
3245
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3211
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/force/data/bulk/upsert.ts)_
|
|
3246
3212
|
|
|
3247
3213
|
## `sf help [COMMAND]`
|
|
3248
3214
|
|
|
@@ -3262,7 +3228,7 @@ DESCRIPTION
|
|
|
3262
3228
|
Display help for sf.
|
|
3263
3229
|
```
|
|
3264
3230
|
|
|
3265
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3231
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.32/src/commands/help.ts)_
|
|
3266
3232
|
|
|
3267
3233
|
## `sf info releasenotes display`
|
|
3268
3234
|
|
|
@@ -3302,7 +3268,7 @@ EXAMPLES
|
|
|
3302
3268
|
$ sf info releasenotes display --version latest
|
|
3303
3269
|
```
|
|
3304
3270
|
|
|
3305
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3271
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.75/src/commands/info/releasenotes/display.ts)_
|
|
3306
3272
|
|
|
3307
3273
|
## `sf lightning generate app`
|
|
3308
3274
|
|
|
@@ -3357,7 +3323,7 @@ FLAG DESCRIPTIONS
|
|
|
3357
3323
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3358
3324
|
```
|
|
3359
3325
|
|
|
3360
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3326
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/lightning/generate/app.ts)_
|
|
3361
3327
|
|
|
3362
3328
|
## `sf lightning generate component`
|
|
3363
3329
|
|
|
@@ -3426,7 +3392,7 @@ FLAG DESCRIPTIONS
|
|
|
3426
3392
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3427
3393
|
```
|
|
3428
3394
|
|
|
3429
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/lightning/generate/component.ts)_
|
|
3430
3396
|
|
|
3431
3397
|
## `sf lightning generate event`
|
|
3432
3398
|
|
|
@@ -3481,7 +3447,7 @@ FLAG DESCRIPTIONS
|
|
|
3481
3447
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3482
3448
|
```
|
|
3483
3449
|
|
|
3484
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3450
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/lightning/generate/event.ts)_
|
|
3485
3451
|
|
|
3486
3452
|
## `sf lightning generate interface`
|
|
3487
3453
|
|
|
@@ -3536,7 +3502,7 @@ FLAG DESCRIPTIONS
|
|
|
3536
3502
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3537
3503
|
```
|
|
3538
3504
|
|
|
3539
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3505
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/lightning/generate/interface.ts)_
|
|
3540
3506
|
|
|
3541
3507
|
## `sf lightning generate test`
|
|
3542
3508
|
|
|
@@ -3591,7 +3557,7 @@ FLAG DESCRIPTIONS
|
|
|
3591
3557
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3592
3558
|
```
|
|
3593
3559
|
|
|
3594
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3560
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/lightning/generate/test.ts)_
|
|
3595
3561
|
|
|
3596
3562
|
## `sf org assign permset`
|
|
3597
3563
|
|
|
@@ -3637,7 +3603,7 @@ EXAMPLES
|
|
|
3637
3603
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3638
3604
|
```
|
|
3639
3605
|
|
|
3640
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3606
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/assign/permset.ts)_
|
|
3641
3607
|
|
|
3642
3608
|
## `sf org assign permsetlicense`
|
|
3643
3609
|
|
|
@@ -3684,7 +3650,7 @@ EXAMPLES
|
|
|
3684
3650
|
user3
|
|
3685
3651
|
```
|
|
3686
3652
|
|
|
3687
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3653
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/assign/permsetlicense.ts)_
|
|
3688
3654
|
|
|
3689
3655
|
## `sf org create sandbox`
|
|
3690
3656
|
|
|
@@ -3818,7 +3784,7 @@ FLAG DESCRIPTIONS
|
|
|
3818
3784
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3819
3785
|
```
|
|
3820
3786
|
|
|
3821
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3787
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/create/sandbox.ts)_
|
|
3822
3788
|
|
|
3823
3789
|
## `sf org create scratch`
|
|
3824
3790
|
|
|
@@ -4000,7 +3966,7 @@ FLAG DESCRIPTIONS
|
|
|
4000
3966
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4001
3967
|
```
|
|
4002
3968
|
|
|
4003
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
3969
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/create/scratch.ts)_
|
|
4004
3970
|
|
|
4005
3971
|
## `sf org create user`
|
|
4006
3972
|
|
|
@@ -4108,7 +4074,7 @@ FLAG DESCRIPTIONS
|
|
|
4108
4074
|
might be different than what you specify in the definition file.
|
|
4109
4075
|
```
|
|
4110
4076
|
|
|
4111
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4077
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/create/user.ts)_
|
|
4112
4078
|
|
|
4113
4079
|
## `sf org delete sandbox`
|
|
4114
4080
|
|
|
@@ -4154,7 +4120,7 @@ EXAMPLES
|
|
|
4154
4120
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4155
4121
|
```
|
|
4156
4122
|
|
|
4157
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4123
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/delete/sandbox.ts)_
|
|
4158
4124
|
|
|
4159
4125
|
## `sf org delete scratch`
|
|
4160
4126
|
|
|
@@ -4198,7 +4164,7 @@ EXAMPLES
|
|
|
4198
4164
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4199
4165
|
```
|
|
4200
4166
|
|
|
4201
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4167
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/delete/scratch.ts)_
|
|
4202
4168
|
|
|
4203
4169
|
## `sf org disable tracking`
|
|
4204
4170
|
|
|
@@ -4237,7 +4203,7 @@ EXAMPLES
|
|
|
4237
4203
|
$ sf org disable tracking
|
|
4238
4204
|
```
|
|
4239
4205
|
|
|
4240
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4206
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/disable/tracking.ts)_
|
|
4241
4207
|
|
|
4242
4208
|
## `sf org display`
|
|
4243
4209
|
|
|
@@ -4282,7 +4248,7 @@ EXAMPLES
|
|
|
4282
4248
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4283
4249
|
```
|
|
4284
4250
|
|
|
4285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4251
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/display.ts)_
|
|
4286
4252
|
|
|
4287
4253
|
## `sf org display user`
|
|
4288
4254
|
|
|
@@ -4321,7 +4287,7 @@ EXAMPLES
|
|
|
4321
4287
|
$ sf org display user --target-org me@my.org --json
|
|
4322
4288
|
```
|
|
4323
4289
|
|
|
4324
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4290
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/display/user.ts)_
|
|
4325
4291
|
|
|
4326
4292
|
## `sf org enable tracking`
|
|
4327
4293
|
|
|
@@ -4363,7 +4329,7 @@ EXAMPLES
|
|
|
4363
4329
|
$ sf org enable tracking
|
|
4364
4330
|
```
|
|
4365
4331
|
|
|
4366
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4332
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/enable/tracking.ts)_
|
|
4367
4333
|
|
|
4368
4334
|
## `sf org generate password`
|
|
4369
4335
|
|
|
@@ -4430,7 +4396,7 @@ EXAMPLES
|
|
|
4430
4396
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4431
4397
|
```
|
|
4432
4398
|
|
|
4433
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4399
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/generate/password.ts)_
|
|
4434
4400
|
|
|
4435
4401
|
## `sf org list`
|
|
4436
4402
|
|
|
@@ -4469,7 +4435,7 @@ EXAMPLES
|
|
|
4469
4435
|
$ sf org list --clean
|
|
4470
4436
|
```
|
|
4471
4437
|
|
|
4472
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4438
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/list.ts)_
|
|
4473
4439
|
|
|
4474
4440
|
## `sf org list auth`
|
|
4475
4441
|
|
|
@@ -4501,7 +4467,7 @@ EXAMPLES
|
|
|
4501
4467
|
$ sf org list auth
|
|
4502
4468
|
```
|
|
4503
4469
|
|
|
4504
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4470
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/list/auth.ts)_
|
|
4505
4471
|
|
|
4506
4472
|
## `sf org list limits`
|
|
4507
4473
|
|
|
@@ -4541,7 +4507,7 @@ EXAMPLES
|
|
|
4541
4507
|
$ sf org list limits --target-org my-scratch-org
|
|
4542
4508
|
```
|
|
4543
4509
|
|
|
4544
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4510
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.61/src/commands/org/list/limits.ts)_
|
|
4545
4511
|
|
|
4546
4512
|
## `sf org list metadata`
|
|
4547
4513
|
|
|
@@ -4608,7 +4574,7 @@ FLAG DESCRIPTIONS
|
|
|
4608
4574
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4609
4575
|
```
|
|
4610
4576
|
|
|
4611
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/list/metadata.ts)_
|
|
4612
4578
|
|
|
4613
4579
|
## `sf org list metadata-types`
|
|
4614
4580
|
|
|
@@ -4663,7 +4629,7 @@ FLAG DESCRIPTIONS
|
|
|
4663
4629
|
Override the api version used for api requests made by this command
|
|
4664
4630
|
```
|
|
4665
4631
|
|
|
4666
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4632
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/list/metadata-types.ts)_
|
|
4667
4633
|
|
|
4668
4634
|
## `sf org list sobject record-counts`
|
|
4669
4635
|
|
|
@@ -4709,7 +4675,7 @@ EXAMPLES
|
|
|
4709
4675
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4710
4676
|
```
|
|
4711
4677
|
|
|
4712
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4678
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.61/src/commands/org/list/sobject/record-counts.ts)_
|
|
4713
4679
|
|
|
4714
4680
|
## `sf org list users`
|
|
4715
4681
|
|
|
@@ -4747,7 +4713,7 @@ EXAMPLES
|
|
|
4747
4713
|
$ sf org list users --target-org me@my.org
|
|
4748
4714
|
```
|
|
4749
4715
|
|
|
4750
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4716
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.31/src/commands/org/list/users.ts)_
|
|
4751
4717
|
|
|
4752
4718
|
## `sf org login access-token`
|
|
4753
4719
|
|
|
@@ -4801,7 +4767,7 @@ FLAG DESCRIPTIONS
|
|
|
4801
4767
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4802
4768
|
```
|
|
4803
4769
|
|
|
4804
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4770
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/login/access-token.ts)_
|
|
4805
4771
|
|
|
4806
4772
|
## `sf org login device`
|
|
4807
4773
|
|
|
@@ -4861,7 +4827,7 @@ FLAG DESCRIPTIONS
|
|
|
4861
4827
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4862
4828
|
```
|
|
4863
4829
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4830
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/login/device.ts)_
|
|
4865
4831
|
|
|
4866
4832
|
## `sf org login jwt`
|
|
4867
4833
|
|
|
@@ -4952,7 +4918,7 @@ FLAG DESCRIPTIONS
|
|
|
4952
4918
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4953
4919
|
```
|
|
4954
4920
|
|
|
4955
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4921
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/login/jwt.ts)_
|
|
4956
4922
|
|
|
4957
4923
|
## `sf org login sfdx-url`
|
|
4958
4924
|
|
|
@@ -5022,7 +4988,7 @@ EXAMPLES
|
|
|
5022
4988
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5023
4989
|
```
|
|
5024
4990
|
|
|
5025
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
4991
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/login/sfdx-url.ts)_
|
|
5026
4992
|
|
|
5027
4993
|
## `sf org login web`
|
|
5028
4994
|
|
|
@@ -5127,7 +5093,7 @@ FLAG DESCRIPTIONS
|
|
|
5127
5093
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5128
5094
|
```
|
|
5129
5095
|
|
|
5130
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5096
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/login/web.ts)_
|
|
5131
5097
|
|
|
5132
5098
|
## `sf org logout`
|
|
5133
5099
|
|
|
@@ -5193,7 +5159,7 @@ FLAG DESCRIPTIONS
|
|
|
5193
5159
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5194
5160
|
```
|
|
5195
5161
|
|
|
5196
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.
|
|
5162
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.14/src/commands/org/logout.ts)_
|
|
5197
5163
|
|
|
5198
5164
|
## `sf org open`
|
|
5199
5165
|
|
|
@@ -5269,7 +5235,7 @@ EXAMPLES
|
|
|
5269
5235
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5270
5236
|
```
|
|
5271
5237
|
|
|
5272
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5238
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/open.ts)_
|
|
5273
5239
|
|
|
5274
5240
|
## `sf org open agent`
|
|
5275
5241
|
|
|
@@ -5320,7 +5286,7 @@ EXAMPLES
|
|
|
5320
5286
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5321
5287
|
```
|
|
5322
5288
|
|
|
5323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5289
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/open/agent.ts)_
|
|
5324
5290
|
|
|
5325
5291
|
## `sf org refresh sandbox`
|
|
5326
5292
|
|
|
@@ -5423,7 +5389,7 @@ FLAG DESCRIPTIONS
|
|
|
5423
5389
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5424
5390
|
```
|
|
5425
5391
|
|
|
5426
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/refresh/sandbox.ts)_
|
|
5427
5393
|
|
|
5428
5394
|
## `sf org resume sandbox`
|
|
5429
5395
|
|
|
@@ -5486,7 +5452,7 @@ FLAG DESCRIPTIONS
|
|
|
5486
5452
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5487
5453
|
```
|
|
5488
5454
|
|
|
5489
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5455
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/resume/sandbox.ts)_
|
|
5490
5456
|
|
|
5491
5457
|
## `sf org resume scratch`
|
|
5492
5458
|
|
|
@@ -5539,7 +5505,7 @@ FLAG DESCRIPTIONS
|
|
|
5539
5505
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5540
5506
|
```
|
|
5541
5507
|
|
|
5542
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5508
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.16/src/commands/org/resume/scratch.ts)_
|
|
5543
5509
|
|
|
5544
5510
|
## `sf package convert`
|
|
5545
5511
|
|
|
@@ -5636,7 +5602,7 @@ FLAG DESCRIPTIONS
|
|
|
5636
5602
|
--installation-key-bypass flag is required.
|
|
5637
5603
|
```
|
|
5638
5604
|
|
|
5639
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5605
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/convert.ts)_
|
|
5640
5606
|
|
|
5641
5607
|
## `sf package create`
|
|
5642
5608
|
|
|
@@ -5715,7 +5681,7 @@ FLAG DESCRIPTIONS
|
|
|
5715
5681
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5716
5682
|
```
|
|
5717
5683
|
|
|
5718
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5684
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/create.ts)_
|
|
5719
5685
|
|
|
5720
5686
|
## `sf package delete`
|
|
5721
5687
|
|
|
@@ -5757,7 +5723,7 @@ EXAMPLES
|
|
|
5757
5723
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5758
5724
|
```
|
|
5759
5725
|
|
|
5760
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5726
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/delete.ts)_
|
|
5761
5727
|
|
|
5762
5728
|
## `sf package install`
|
|
5763
5729
|
|
|
@@ -5852,11 +5818,11 @@ FLAG DESCRIPTIONS
|
|
|
5852
5818
|
For unlocked package upgrades, set this flag to one of these values:
|
|
5853
5819
|
|
|
5854
5820
|
- DeprecateOnly: Mark all removed components as deprecated.
|
|
5855
|
-
- Mixed: Delete removed components
|
|
5856
|
-
- Delete: Delete
|
|
5821
|
+
- Mixed: Delete all removed components that can be safely deleted and deprecate the other components.
|
|
5822
|
+
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
5857
5823
|
```
|
|
5858
5824
|
|
|
5859
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5825
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install.ts)_
|
|
5860
5826
|
|
|
5861
5827
|
## `sf package install report`
|
|
5862
5828
|
|
|
@@ -5889,7 +5855,7 @@ EXAMPLES
|
|
|
5889
5855
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5890
5856
|
```
|
|
5891
5857
|
|
|
5892
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5858
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/install/report.ts)_
|
|
5893
5859
|
|
|
5894
5860
|
## `sf package installed list`
|
|
5895
5861
|
|
|
@@ -5921,7 +5887,7 @@ EXAMPLES
|
|
|
5921
5887
|
$ sf package installed list --target-org me@example.com
|
|
5922
5888
|
```
|
|
5923
5889
|
|
|
5924
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5890
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/installed/list.ts)_
|
|
5925
5891
|
|
|
5926
5892
|
## `sf package list`
|
|
5927
5893
|
|
|
@@ -5959,7 +5925,7 @@ EXAMPLES
|
|
|
5959
5925
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5960
5926
|
```
|
|
5961
5927
|
|
|
5962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5928
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/list.ts)_
|
|
5963
5929
|
|
|
5964
5930
|
## `sf package push-upgrade abort`
|
|
5965
5931
|
|
|
@@ -5998,7 +5964,7 @@ EXAMPLES
|
|
|
5998
5964
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
5999
5965
|
```
|
|
6000
5966
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
5967
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/abort.ts)_
|
|
6002
5968
|
|
|
6003
5969
|
## `sf package push-upgrade list`
|
|
6004
5970
|
|
|
@@ -6057,7 +6023,7 @@ EXAMPLES
|
|
|
6057
6023
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6058
6024
|
```
|
|
6059
6025
|
|
|
6060
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6026
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/list.ts)_
|
|
6061
6027
|
|
|
6062
6028
|
## `sf package push-upgrade report`
|
|
6063
6029
|
|
|
@@ -6099,7 +6065,7 @@ EXAMPLES
|
|
|
6099
6065
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6100
6066
|
```
|
|
6101
6067
|
|
|
6102
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6068
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/report.ts)_
|
|
6103
6069
|
|
|
6104
6070
|
## `sf package push-upgrade schedule`
|
|
6105
6071
|
|
|
@@ -6186,7 +6152,7 @@ FLAG DESCRIPTIONS
|
|
|
6186
6152
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6187
6153
|
```
|
|
6188
6154
|
|
|
6189
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6155
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
6190
6156
|
|
|
6191
6157
|
## `sf package uninstall`
|
|
6192
6158
|
|
|
@@ -6234,7 +6200,7 @@ EXAMPLES
|
|
|
6234
6200
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6235
6201
|
```
|
|
6236
6202
|
|
|
6237
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6203
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall.ts)_
|
|
6238
6204
|
|
|
6239
6205
|
## `sf package uninstall report`
|
|
6240
6206
|
|
|
@@ -6267,7 +6233,7 @@ EXAMPLES
|
|
|
6267
6233
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6268
6234
|
```
|
|
6269
6235
|
|
|
6270
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6236
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/uninstall/report.ts)_
|
|
6271
6237
|
|
|
6272
6238
|
## `sf package update`
|
|
6273
6239
|
|
|
@@ -6322,7 +6288,7 @@ FLAG DESCRIPTIONS
|
|
|
6322
6288
|
associated with your package.
|
|
6323
6289
|
```
|
|
6324
6290
|
|
|
6325
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6291
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/update.ts)_
|
|
6326
6292
|
|
|
6327
6293
|
## `sf package version create`
|
|
6328
6294
|
|
|
@@ -6497,7 +6463,7 @@ FLAG DESCRIPTIONS
|
|
|
6497
6463
|
periods of no output from commands.
|
|
6498
6464
|
```
|
|
6499
6465
|
|
|
6500
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6466
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create.ts)_
|
|
6501
6467
|
|
|
6502
6468
|
## `sf package version create list`
|
|
6503
6469
|
|
|
@@ -6558,7 +6524,7 @@ EXAMPLES
|
|
|
6558
6524
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6559
6525
|
```
|
|
6560
6526
|
|
|
6561
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6527
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/list.ts)_
|
|
6562
6528
|
|
|
6563
6529
|
## `sf package version create report`
|
|
6564
6530
|
|
|
@@ -6601,7 +6567,7 @@ EXAMPLES
|
|
|
6601
6567
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6602
6568
|
```
|
|
6603
6569
|
|
|
6604
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6570
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/create/report.ts)_
|
|
6605
6571
|
|
|
6606
6572
|
## `sf package version delete`
|
|
6607
6573
|
|
|
@@ -6642,7 +6608,7 @@ EXAMPLES
|
|
|
6642
6608
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6643
6609
|
```
|
|
6644
6610
|
|
|
6645
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6611
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/delete.ts)_
|
|
6646
6612
|
|
|
6647
6613
|
## `sf package version displayancestry`
|
|
6648
6614
|
|
|
@@ -6702,7 +6668,7 @@ FLAG DESCRIPTIONS
|
|
|
6702
6668
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6703
6669
|
```
|
|
6704
6670
|
|
|
6705
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6671
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/displayancestry.ts)_
|
|
6706
6672
|
|
|
6707
6673
|
## `sf package version list`
|
|
6708
6674
|
|
|
@@ -6778,7 +6744,7 @@ EXAMPLES
|
|
|
6778
6744
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6779
6745
|
```
|
|
6780
6746
|
|
|
6781
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6747
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/list.ts)_
|
|
6782
6748
|
|
|
6783
6749
|
## `sf package version promote`
|
|
6784
6750
|
|
|
@@ -6822,7 +6788,7 @@ EXAMPLES
|
|
|
6822
6788
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6823
6789
|
```
|
|
6824
6790
|
|
|
6825
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6791
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/promote.ts)_
|
|
6826
6792
|
|
|
6827
6793
|
## `sf package version report`
|
|
6828
6794
|
|
|
@@ -6862,7 +6828,7 @@ EXAMPLES
|
|
|
6862
6828
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6863
6829
|
```
|
|
6864
6830
|
|
|
6865
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6831
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/report.ts)_
|
|
6866
6832
|
|
|
6867
6833
|
## `sf package version update`
|
|
6868
6834
|
|
|
@@ -6915,7 +6881,7 @@ EXAMPLES
|
|
|
6915
6881
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6916
6882
|
```
|
|
6917
6883
|
|
|
6918
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6884
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package/version/update.ts)_
|
|
6919
6885
|
|
|
6920
6886
|
## `sf package1 version create`
|
|
6921
6887
|
|
|
@@ -6982,7 +6948,7 @@ FLAG DESCRIPTIONS
|
|
|
6982
6948
|
subscribers.
|
|
6983
6949
|
```
|
|
6984
6950
|
|
|
6985
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6951
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create.ts)_
|
|
6986
6952
|
|
|
6987
6953
|
## `sf package1 version create get`
|
|
6988
6954
|
|
|
@@ -7015,7 +6981,7 @@ EXAMPLES
|
|
|
7015
6981
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7016
6982
|
```
|
|
7017
6983
|
|
|
7018
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
6984
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/create/get.ts)_
|
|
7019
6985
|
|
|
7020
6986
|
## `sf package1 version display`
|
|
7021
6987
|
|
|
@@ -7049,7 +7015,7 @@ EXAMPLES
|
|
|
7049
7015
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7050
7016
|
```
|
|
7051
7017
|
|
|
7052
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
7018
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/display.ts)_
|
|
7053
7019
|
|
|
7054
7020
|
## `sf package1 version list`
|
|
7055
7021
|
|
|
@@ -7087,7 +7053,7 @@ FLAG DESCRIPTIONS
|
|
|
7087
7053
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7088
7054
|
```
|
|
7089
7055
|
|
|
7090
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.
|
|
7056
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.18.4/src/commands/package1/version/list.ts)_
|
|
7091
7057
|
|
|
7092
7058
|
## `sf plugins`
|
|
7093
7059
|
|
|
@@ -7110,7 +7076,7 @@ EXAMPLES
|
|
|
7110
7076
|
$ sf plugins
|
|
7111
7077
|
```
|
|
7112
7078
|
|
|
7113
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7079
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/index.ts)_
|
|
7114
7080
|
|
|
7115
7081
|
## `sf plugins discover`
|
|
7116
7082
|
|
|
@@ -7155,7 +7121,7 @@ EXAMPLES
|
|
|
7155
7121
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7156
7122
|
```
|
|
7157
7123
|
|
|
7158
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7124
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/inspect.ts)_
|
|
7159
7125
|
|
|
7160
7126
|
## `sf plugins install PLUGIN`
|
|
7161
7127
|
|
|
@@ -7204,7 +7170,7 @@ EXAMPLES
|
|
|
7204
7170
|
$ sf plugins install someuser/someplugin
|
|
7205
7171
|
```
|
|
7206
7172
|
|
|
7207
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/install.ts)_
|
|
7208
7174
|
|
|
7209
7175
|
## `sf plugins link PATH`
|
|
7210
7176
|
|
|
@@ -7235,7 +7201,7 @@ EXAMPLES
|
|
|
7235
7201
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7236
7202
|
```
|
|
7237
7203
|
|
|
7238
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7204
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/link.ts)_
|
|
7239
7205
|
|
|
7240
7206
|
## `sf plugins reset`
|
|
7241
7207
|
|
|
@@ -7250,7 +7216,7 @@ FLAGS
|
|
|
7250
7216
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7251
7217
|
```
|
|
7252
7218
|
|
|
7253
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7219
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/reset.ts)_
|
|
7254
7220
|
|
|
7255
7221
|
## `sf plugins trust verify`
|
|
7256
7222
|
|
|
@@ -7279,7 +7245,7 @@ EXAMPLES
|
|
|
7279
7245
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7280
7246
|
```
|
|
7281
7247
|
|
|
7282
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7248
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.113/src/commands/plugins/trust/verify.ts)_
|
|
7283
7249
|
|
|
7284
7250
|
## `sf plugins uninstall [PLUGIN]`
|
|
7285
7251
|
|
|
@@ -7307,7 +7273,7 @@ EXAMPLES
|
|
|
7307
7273
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7308
7274
|
```
|
|
7309
7275
|
|
|
7310
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7276
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/uninstall.ts)_
|
|
7311
7277
|
|
|
7312
7278
|
## `sf plugins update`
|
|
7313
7279
|
|
|
@@ -7325,7 +7291,7 @@ DESCRIPTION
|
|
|
7325
7291
|
Update installed plugins.
|
|
7326
7292
|
```
|
|
7327
7293
|
|
|
7328
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7294
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/update.ts)_
|
|
7329
7295
|
|
|
7330
7296
|
## `sf project convert mdapi`
|
|
7331
7297
|
|
|
@@ -7388,7 +7354,7 @@ FLAG DESCRIPTIONS
|
|
|
7388
7354
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7389
7355
|
```
|
|
7390
7356
|
|
|
7391
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7357
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/mdapi.ts)_
|
|
7392
7358
|
|
|
7393
7359
|
## `sf project convert source`
|
|
7394
7360
|
|
|
@@ -7461,7 +7427,7 @@ FLAG DESCRIPTIONS
|
|
|
7461
7427
|
Override the api version used for api requests made by this command
|
|
7462
7428
|
```
|
|
7463
7429
|
|
|
7464
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7430
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/source.ts)_
|
|
7465
7431
|
|
|
7466
7432
|
## `sf project convert source-behavior`
|
|
7467
7433
|
|
|
@@ -7520,7 +7486,7 @@ EXAMPLES
|
|
|
7520
7486
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7521
7487
|
```
|
|
7522
7488
|
|
|
7523
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7489
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/convert/source-behavior.ts)_
|
|
7524
7490
|
|
|
7525
7491
|
## `sf project delete source`
|
|
7526
7492
|
|
|
@@ -7660,7 +7626,7 @@ FLAG DESCRIPTIONS
|
|
|
7660
7626
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7661
7627
|
```
|
|
7662
7628
|
|
|
7663
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7629
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/delete/source.ts)_
|
|
7664
7630
|
|
|
7665
7631
|
## `sf project delete tracking`
|
|
7666
7632
|
|
|
@@ -7697,7 +7663,7 @@ EXAMPLES
|
|
|
7697
7663
|
$ sf project delete tracking --target-org my-scratch
|
|
7698
7664
|
```
|
|
7699
7665
|
|
|
7700
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7666
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/delete/tracking.ts)_
|
|
7701
7667
|
|
|
7702
7668
|
## `sf project deploy cancel`
|
|
7703
7669
|
|
|
@@ -7769,7 +7735,7 @@ FLAG DESCRIPTIONS
|
|
|
7769
7735
|
project deploy report".
|
|
7770
7736
|
```
|
|
7771
7737
|
|
|
7772
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7738
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/cancel.ts)_
|
|
7773
7739
|
|
|
7774
7740
|
## `sf project deploy preview`
|
|
7775
7741
|
|
|
@@ -7852,7 +7818,7 @@ FLAG DESCRIPTIONS
|
|
|
7852
7818
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7853
7819
|
```
|
|
7854
7820
|
|
|
7855
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7821
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/preview.ts)_
|
|
7856
7822
|
|
|
7857
7823
|
## `sf project deploy quick`
|
|
7858
7824
|
|
|
@@ -7945,7 +7911,7 @@ ERROR CODES
|
|
|
7945
7911
|
Canceling (69) The deploy is being canceled.
|
|
7946
7912
|
```
|
|
7947
7913
|
|
|
7948
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
7914
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/quick.ts)_
|
|
7949
7915
|
|
|
7950
7916
|
## `sf project deploy report`
|
|
7951
7917
|
|
|
@@ -8037,7 +8003,7 @@ FLAG DESCRIPTIONS
|
|
|
8037
8003
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8038
8004
|
```
|
|
8039
8005
|
|
|
8040
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8006
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/report.ts)_
|
|
8041
8007
|
|
|
8042
8008
|
## `sf project deploy resume`
|
|
8043
8009
|
|
|
@@ -8134,7 +8100,7 @@ ERROR CODES
|
|
|
8134
8100
|
Canceling (69) The deploy is being canceled.
|
|
8135
8101
|
```
|
|
8136
8102
|
|
|
8137
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8103
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/resume.ts)_
|
|
8138
8104
|
|
|
8139
8105
|
## `sf project deploy start`
|
|
8140
8106
|
|
|
@@ -8387,7 +8353,7 @@ ERROR CODES
|
|
|
8387
8353
|
Canceling (69) The deploy is being canceled.
|
|
8388
8354
|
```
|
|
8389
8355
|
|
|
8390
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8356
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/start.ts)_
|
|
8391
8357
|
|
|
8392
8358
|
## `sf project deploy validate`
|
|
8393
8359
|
|
|
@@ -8577,7 +8543,7 @@ ERROR CODES
|
|
|
8577
8543
|
Canceling (69) The deploy is being canceled.
|
|
8578
8544
|
```
|
|
8579
8545
|
|
|
8580
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8546
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/deploy/validate.ts)_
|
|
8581
8547
|
|
|
8582
8548
|
## `sf project generate`
|
|
8583
8549
|
|
|
@@ -8682,7 +8648,7 @@ FLAG DESCRIPTIONS
|
|
|
8682
8648
|
Override the api version used for api requests made by this command
|
|
8683
8649
|
```
|
|
8684
8650
|
|
|
8685
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8651
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/project/generate.ts)_
|
|
8686
8652
|
|
|
8687
8653
|
## `sf project generate manifest`
|
|
8688
8654
|
|
|
@@ -8778,7 +8744,7 @@ EXAMPLES
|
|
|
8778
8744
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
8779
8745
|
```
|
|
8780
8746
|
|
|
8781
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8747
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/generate/manifest.ts)_
|
|
8782
8748
|
|
|
8783
8749
|
## `sf project list ignored`
|
|
8784
8750
|
|
|
@@ -8820,7 +8786,7 @@ EXAMPLES
|
|
|
8820
8786
|
$ sf project list ignored --source-dir package.xml
|
|
8821
8787
|
```
|
|
8822
8788
|
|
|
8823
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8789
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/list/ignored.ts)_
|
|
8824
8790
|
|
|
8825
8791
|
## `sf project reset tracking`
|
|
8826
8792
|
|
|
@@ -8869,7 +8835,7 @@ EXAMPLES
|
|
|
8869
8835
|
$ sf project reset tracking --revision 30
|
|
8870
8836
|
```
|
|
8871
8837
|
|
|
8872
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8838
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/reset/tracking.ts)_
|
|
8873
8839
|
|
|
8874
8840
|
## `sf project retrieve preview`
|
|
8875
8841
|
|
|
@@ -8923,7 +8889,7 @@ FLAG DESCRIPTIONS
|
|
|
8923
8889
|
production orgs.
|
|
8924
8890
|
```
|
|
8925
8891
|
|
|
8926
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
8892
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/retrieve/preview.ts)_
|
|
8927
8893
|
|
|
8928
8894
|
## `sf project retrieve start`
|
|
8929
8895
|
|
|
@@ -9104,7 +9070,7 @@ ENVIRONMENT VARIABLES
|
|
|
9104
9070
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9105
9071
|
```
|
|
9106
9072
|
|
|
9107
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
9073
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.36/src/commands/project/retrieve/start.ts)_
|
|
9108
9074
|
|
|
9109
9075
|
## `sf schema generate field`
|
|
9110
9076
|
|
|
@@ -9158,7 +9124,7 @@ FLAG DESCRIPTIONS
|
|
|
9158
9124
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9159
9125
|
```
|
|
9160
9126
|
|
|
9161
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9127
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/field.ts)_
|
|
9162
9128
|
|
|
9163
9129
|
## `sf schema generate platformevent`
|
|
9164
9130
|
|
|
@@ -9190,7 +9156,7 @@ EXAMPLES
|
|
|
9190
9156
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9191
9157
|
```
|
|
9192
9158
|
|
|
9193
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9159
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/platformevent.ts)_
|
|
9194
9160
|
|
|
9195
9161
|
## `sf schema generate sobject`
|
|
9196
9162
|
|
|
@@ -9247,7 +9213,7 @@ FLAG DESCRIPTIONS
|
|
|
9247
9213
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9248
9214
|
```
|
|
9249
9215
|
|
|
9250
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9216
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/sobject.ts)_
|
|
9251
9217
|
|
|
9252
9218
|
## `sf schema generate tab`
|
|
9253
9219
|
|
|
@@ -9295,7 +9261,7 @@ FLAG DESCRIPTIONS
|
|
|
9295
9261
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9296
9262
|
```
|
|
9297
9263
|
|
|
9298
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9264
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/tab.ts)_
|
|
9299
9265
|
|
|
9300
9266
|
## `sf search`
|
|
9301
9267
|
|
|
@@ -9311,7 +9277,7 @@ DESCRIPTION
|
|
|
9311
9277
|
Once you select a command, hit enter and it will show the help for that command.
|
|
9312
9278
|
```
|
|
9313
9279
|
|
|
9314
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
9280
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.28/src/commands/search.ts)_
|
|
9315
9281
|
|
|
9316
9282
|
## `sf sobject describe`
|
|
9317
9283
|
|
|
@@ -9358,7 +9324,7 @@ EXAMPLES
|
|
|
9358
9324
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9359
9325
|
```
|
|
9360
9326
|
|
|
9361
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9327
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.76/src/commands/sobject/describe.ts)_
|
|
9362
9328
|
|
|
9363
9329
|
## `sf sobject list`
|
|
9364
9330
|
|
|
@@ -9397,7 +9363,7 @@ EXAMPLES
|
|
|
9397
9363
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9398
9364
|
```
|
|
9399
9365
|
|
|
9400
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9366
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.76/src/commands/sobject/list.ts)_
|
|
9401
9367
|
|
|
9402
9368
|
## `sf static-resource generate`
|
|
9403
9369
|
|
|
@@ -9459,7 +9425,7 @@ FLAG DESCRIPTIONS
|
|
|
9459
9425
|
etc.
|
|
9460
9426
|
```
|
|
9461
9427
|
|
|
9462
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9428
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/static-resource/generate.ts)_
|
|
9463
9429
|
|
|
9464
9430
|
## `sf update [CHANNEL]`
|
|
9465
9431
|
|
|
@@ -9517,7 +9483,7 @@ FLAG DESCRIPTIONS
|
|
|
9517
9483
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9518
9484
|
```
|
|
9519
9485
|
|
|
9520
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9486
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.32/src/commands/version.ts)_
|
|
9521
9487
|
|
|
9522
9488
|
## `sf visualforce generate component`
|
|
9523
9489
|
|
|
@@ -9573,7 +9539,7 @@ FLAG DESCRIPTIONS
|
|
|
9573
9539
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9574
9540
|
```
|
|
9575
9541
|
|
|
9576
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9542
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/visualforce/generate/component.ts)_
|
|
9577
9543
|
|
|
9578
9544
|
## `sf visualforce generate page`
|
|
9579
9545
|
|
|
@@ -9623,7 +9589,7 @@ FLAG DESCRIPTIONS
|
|
|
9623
9589
|
The name can be up to 40 characters and must start with a letter.
|
|
9624
9590
|
```
|
|
9625
9591
|
|
|
9626
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9592
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.55/src/commands/visualforce/generate/page.ts)_
|
|
9627
9593
|
|
|
9628
9594
|
## `sf which`
|
|
9629
9595
|
|