mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
35 lines
579 B
Plaintext
35 lines
579 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_cli/rosa-checking-acct-version-cli.adoc
|
|
|
|
[id="rosa-version_{context}"]
|
|
= version
|
|
|
|
Display the version of your `rosa` CLI by using the following command syntax:
|
|
|
|
.Syntax
|
|
[source,terminal]
|
|
----
|
|
$ rosa version [arguments]
|
|
----
|
|
|
|
.Optional arguments inherited from parent commands
|
|
[cols="30,70"]
|
|
|===
|
|
|Option |Definition
|
|
|
|
|--help
|
|
|Shows help for this command.
|
|
|
|
|--debug
|
|
|Enables debug mode.
|
|
|
|
|--profile
|
|
|Specifies an AWS profile (string) from your credentials file.
|
|
|===
|
|
|
|
.Example
|
|
[source,terminal]
|
|
----
|
|
$ rosa version
|
|
---- |