mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
24 lines
492 B
Plaintext
24 lines
492 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
|
|
|
|
.Procedure
|
|
|
|
* Run the following command to check the version information:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ microshift version
|
|
----
|
|
+
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
MicroShift Version: 4.12.0-0.microshift-e6980e25
|
|
Base OCP Version: 4.12.0
|
|
----
|