mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="microshift-cli-tools"]
|
|
= CLI tools introduction
|
|
include::_attributes/attributes-microshift.adoc[]
|
|
:context: microshift-cli-tools-introduction
|
|
|
|
toc::[]
|
|
|
|
You can use different command-line interface (CLI) tools to build, deploy, and manage a {microshift-short} node and workloads. With CLI tools, you can complete various administration and development operations from the terminal to manage deployments and interact with each component of the system.
|
|
|
|
CLI tools available for use with {microshift-short} are the following:
|
|
|
|
* Kubernetes CLI (`kubectl`)
|
|
* The {oc-first} tool with an enabled subset of commands
|
|
* Built-in `microshift` command types
|
|
|
|
[NOTE]
|
|
====
|
|
Commands for multi-node deployments, projects, and developer tools are not supported by {microshift-short}.
|
|
====
|
|
|
|
[id="additional-resources_microshift-cli-tools"]
|
|
[role="_additional-resources"]
|
|
== Additional resources
|
|
|
|
* xref:../microshift_cli_ref/microshift-oc-cli-install.adoc#microshift-oc-cli-install[Getting started with the OpenShift CLI]
|
|
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html/cli_tools/openshift-cli-oc#cli-about-cli_cli-developer-commands[About the OpenShift CLI] ({OCP} documentation)
|