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
2019-03-19 08:21:41 -04:00

39 lines
657 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/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
----