Get an overview of an OpenShift project

For current project:

oc status
For existing project:
oc status -n openshift-console
To display status on all namespaces:
oc status -A