1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cli-developer-other.adoc
2020-08-10 17:49:23 +00:00

49 lines
960 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/openshift_cli/developer-cli-commands.adoc
[id="cli-other-developer-commands_{context}"]
= Other developer CLI commands
== help
Display general help information for the CLI and a list of available commands.
.Example: Display available commands
[source,terminal]
----
$ oc help
----
.Example: Display the help for the `new-project` command
[source,terminal]
----
$ oc help new-project
----
== plugin
List the available plug-ins on the user's `PATH`.
.Example: List available plug-ins
[source,terminal]
----
$ oc plugin list
----
== version
Display the `oc` client and server versions.
.Example: Display version information
[source,terminal]
----
$ oc version
----
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
For cluster administrators, the {product-title} server version is also displayed.
endif::openshift-enterprise,openshift-webscale,openshift-origin[]