// Copyright (c) 2018, Intel Corporation.
// SPDX-License-Identifier: BSD-3-Clause

ifdef::manpage[]
ipmctl-version(1)
=================
endif::manpage[]

NAME
----
ipmctl-version - Shows the PMem module host software versions

SYNOPSIS
--------
[listing]
ipmctl version [OPTIONS]

DESCRIPTION
-----------
Shows the PMem module host software versions.

OPTIONS
-------
-h::
-help::
  Displays help for the command.

ifdef::os_build[]
-o (text|nvmxml)::
-output (text|nvmxml)::
  Changes the output format. One of: "text" (default) or "nvmxml".
endif::os_build[]

EXAMPLES
--------
Displays the available version information for the PMem module software components.
[listing]
ipmctl version

RETURN DATA
-----------
By default, returns the following inventory information.

Component::
  The name of the software component. One of:
  - [Product Name] Software Version: The PMem module management software version
ifndef::os_build[]
  - [Product Name] Driver Version: The vendor specific PMem module driver version
endif::os_build[]

Version::
  The current version of the software component if found or an error if not.

NOTE: If the software version is incompatible, the version will be followed by
an error message indicating such. If PMem modules are found with a
FIS implementation higher than supported by the SW version, this command
will print a warning.
