18 lines
411 B
ReStructuredText
18 lines
411 B
ReStructuredText
========================================
|
|
Discover the version number for a client
|
|
========================================
|
|
|
|
Run the following command to discover the version number for a client:
|
|
|
|
.. code-block:: console
|
|
|
|
$ PROJECT --version
|
|
|
|
For example, to see the version number for the ``openstack`` client,
|
|
run the following command:
|
|
|
|
.. code-block:: console
|
|
|
|
$ openstack --version
|
|
openstack 3.2.0
|