mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
26 lines
662 B
Plaintext
26 lines
662 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_troubleshooting/microshift-version.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="microshift-version-cli_{context}"]
|
|
= Checking the {product-title} version using the command-line interface
|
|
|
|
To begin troubleshooting, you must know your {product-title} version. One way to get this information is by using the CLI.
|
|
|
|
.Procedure
|
|
|
|
* Run the following command to check the version information:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ microshift version
|
|
----
|
|
+
|
|
.Example output
|
|
[source,terminal,subs="attributes+"]
|
|
----
|
|
{product-title} Version: {product-version}-0.microshift-e6980e25
|
|
Base OCP Version: {product-version}
|
|
----
|