mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
436 B
Plaintext
23 lines
436 B
Plaintext
|
|
// Module included in the following assemblies:
|
||
|
|
//
|
||
|
|
// * microshift_support/microshift-version.adoc
|
||
|
|
|
||
|
|
[id="microshift-version-cli"]
|
||
|
|
= Checking the {product-title} Version from the command-line
|
||
|
|
|
||
|
|
.Procedure
|
||
|
|
|
||
|
|
* Run the following command to check the version information:
|
||
|
|
|
||
|
|
[source,terminal]
|
||
|
|
----
|
||
|
|
$ microshift version
|
||
|
|
----
|
||
|
|
|
||
|
|
.Example output
|
||
|
|
[source,terminal]
|
||
|
|
----
|
||
|
|
MicroShift Version: 4.10.0-0.microshift-e6980e25
|
||
|
|
Base OCP Version: 4.10.18
|
||
|
|
----
|