mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
32 lines
640 B
Plaintext
32 lines
640 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// applications/projects/working-with-projects.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="checking-project-status-using-the-CLI_{context}"]
|
|
= Checking project status by using the CLI
|
|
|
|
You can review the status of your project by using the {oc-first}.
|
|
|
|
.Prerequisites
|
|
|
|
* You have installed the {oc-first}.
|
|
* You have created a project.
|
|
|
|
.Procedure
|
|
|
|
. Switch to your project:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc project <project_name> <1>
|
|
----
|
|
<1> Replace `<project_name>` with the name of your project.
|
|
|
|
. Obtain a high-level overview of the project:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc status
|
|
----
|