1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/microshift_cli_ref/microshift-cli-tools-introduction.adoc
2023-06-05 19:21:09 +00:00

31 lines
1.4 KiB
Plaintext

:_content-type: ASSEMBLY
[id="microshift-cli-tools"]
= {product-title} 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 {product-title} clusters 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 {product-title} are the following:
* Built-in `microshift` command types
* Linux CLI tools
* Kubernetes CLI (`kubectl`)
* The OpenShift CLI (`oc`) tool with an enabled subset of commands
[NOTE]
====
Commands for multi-node deployments, projects, and developer tooling are not supported by {product-title}.
====
[role="_additional-resources"]
[id="additional-resources_microshift-cli-tools"]
.Additional resources
* xref:..//microshift_cli_ref/microshift-oc-cli-install.adoc#microshift-oc-cli-install[Installing the OpenShift CLI tool for MicroShift].
* link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/cli_tools/openshift-cli-oc[Detailed description of the OpenShift CLI (oc)].
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9[Red Hat Enterprise Linux (RHEL) documentation for specific use cases].