Skip to content

Commit

Permalink
fix: list plug-ins and their version in a <ul>
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Jun 4, 2021
1 parent 2746d76 commit f0e3f20
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions templates/cli_reference_xml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
<!--This is a static file that should be passed as-is through the autogen process.-->
<title>Salesforce CLI Command Reference</title>
<shortdesc>The command reference contains information about the Salesforce CLI commands and
their parameters. This version of the command reference includes details about version
{{cliVersion}} of Salesforce CLI and the following plugin versions:
{{#each pluginVersions}}
<codeph otherprops="nolang">{{name}}</codeph> plugin version {{version}}
{{/each}}
</shortdesc>
their parameters. </shortdesc>
<prolog>
<metadata>
<othermeta content="reference" name="topic_type"/>
Expand All @@ -29,6 +24,13 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
</prolog>
<refbody>
<section>
<p>This version of the command reference includes details about version
{{cliVersion}} of Salesforce CLI and the following plug-in versions:</p>
<ul>
{{#each pluginVersions}}
<li><codeph otherprops="nolang">{{name}}</codeph> version {{version}}</li>
{{/each}}
</ul>
<p>For information about installing Salesforce CLI, see the <cite><xref
href="https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm"
type="new-window:HTML" format="html" scope="external">Salesforce CLI Setup Guide</xref></cite>.</p>
Expand Down

0 comments on commit f0e3f20

Please sign in to comment.