1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-version-cli.adoc

27 lines
705 B
Plaintext
Raw Normal View History

// Module included in the following assemblies:
//
// * microshift_troubleshooting/microshift-version.adoc
:_mod-docs-content-type: PROCEDURE
[id="microshift-version-cli_{context}"]
= Checking the version using the command-line interface
[role="_abstract"]
To begin troubleshooting, you must know your {microshift-short} version. One way to get this information is by using the command-line interface (CLI).
.Procedure
* Run the following command to check the version information:
+
[source,terminal]
----
$ microshift version
----
+
.Example output
[source,terminal,subs="attributes+"]
----
{microshift-short} Version: {product-version}-0.microshift-e6980e25
Base OCP Version: {product-version}
----