Skip to content

Commit f0e3f20

Browse files
fix: list plug-ins and their version in a <ul>
1 parent 2746d76 commit f0e3f20

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

templates/cli_reference_xml.hbs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
1212
<!--This is a static file that should be passed as-is through the autogen process.-->
1313
<title>Salesforce CLI Command Reference</title>
1414
<shortdesc>The command reference contains information about the Salesforce CLI commands and
15-
their parameters. This version of the command reference includes details about version
16-
{{cliVersion}} of Salesforce CLI and the following plugin versions:
17-
{{#each pluginVersions}}
18-
<codeph otherprops="nolang">{{name}}</codeph> plugin version {{version}}
19-
{{/each}}
20-
</shortdesc>
15+
their parameters. </shortdesc>
2116
<prolog>
2217
<metadata>
2318
<othermeta content="reference" name="topic_type"/>
@@ -29,6 +24,13 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
2924
</prolog>
3025
<refbody>
3126
<section>
27+
<p>This version of the command reference includes details about version
28+
{{cliVersion}} of Salesforce CLI and the following plug-in versions:</p>
29+
<ul>
30+
{{#each pluginVersions}}
31+
<li><codeph otherprops="nolang">{{name}}</codeph> version {{version}}</li>
32+
{{/each}}
33+
</ul>
3234
<p>For information about installing Salesforce CLI, see the <cite><xref
3335
href="https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm"
3436
type="new-window:HTML" format="html" scope="external">Salesforce CLI Setup Guide</xref></cite>.</p>

0 commit comments

Comments
 (0)