mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// applications/projects/working-with-projects.adoc
|
|
|
|
[id="checking-project-status-using-the-CLI{context}"]
|
|
= Checking project status using the CLI
|
|
|
|
.Procedure
|
|
|
|
. Run:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc status
|
|
----
|
|
+
|
|
This command provides a high-level overview of the current project, with its
|
|
components and their relationships.
|