b2c7f2864c
- excess removed from cli_version - removed redundant section from ch_cli Change-Id: I31b5c49e007ec2ff5e58b964c8b32dbcfa7cab32
17 lines
927 B
XML
17 lines
927 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="checking_version_cli">
|
|
<title>Discover the version number for a client</title>
|
|
<para>Run the following command to discover the version number
|
|
for a client:</para>
|
|
<screen><prompt>$</prompt> <userinput><replaceable>PROJECT</replaceable> --version</userinput></screen>
|
|
<para>For example, to see the version number for the
|
|
<command>nova</command> client, run the
|
|
following command:</para>
|
|
<screen><prompt>$</prompt> <userinput>nova --version</userinput></screen>
|
|
<para>The version number (2.15.0 in the example) is returned.</para>
|
|
<screen><computeroutput>2.15.0</computeroutput></screen>
|
|
</section>
|