mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
45 lines
850 B
Plaintext
45 lines
850 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
|
|
----
|
|
$ oc help
|
|
----
|
|
|
|
.Example: Display the help for the `new-project` command
|
|
----
|
|
$ oc help new-project
|
|
----
|
|
|
|
== plugin
|
|
|
|
List the available plug-ins on the user's `PATH`.
|
|
|
|
.Example: List available plug-ins
|
|
----
|
|
$ oc plugin list
|
|
----
|
|
|
|
== version
|
|
|
|
Display the `oc` client and server versions.
|
|
|
|
.Example: Display version information
|
|
----
|
|
$ oc version
|
|
----
|
|
|
|
ifdef::openshift-enterprise,openshift-origin[]
|
|
|
|
For cluster administrators, the {product-title} server version is also displayed.
|
|
|
|
endif::openshift-enterprise,openshift-origin[]
|