// 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[]