-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cluster info): rename command info to status (#289)
Fixes #282 BREAKING
- Loading branch information
Enda
authored
Jan 26, 2021
1 parent
a38e6ef
commit 25a7eb2
Showing
4 changed files
with
60 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
== rhoas cluster status | ||
|
||
View status of the current Kubernetes or OpenShift cluster. | ||
|
||
=== Synopsis | ||
|
||
View status of the current Kubernetes or OpenShift cluster using your | ||
kubeconfig file. | ||
|
||
The information shown is useful for connecting your service to the | ||
OpenShift cluster. | ||
|
||
For this command to work you must be logged into a Kubernetes or | ||
OpenShift cluster. The command uses the kubeconfig file to identify the | ||
cluster context. | ||
|
||
.... | ||
rhoas cluster status [flags] | ||
.... | ||
|
||
=== Examples | ||
|
||
.... | ||
# print status of the current cluster | ||
$ rhoas cluster status | ||
.... | ||
|
||
=== Options | ||
|
||
.... | ||
-h, --help help for status | ||
.... | ||
|
||
=== Options inherited from parent commands | ||
|
||
.... | ||
-d, --debug Enable debug mode | ||
.... | ||
|
||
=== SEE ALSO | ||
|
||
* link:rhoas_cluster.adoc[rhoas cluster] - View and perform operations on | ||
your Kubernetes or OpenShift Cluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters