2023-10-30 10:13:25 -04:00
:_mod-docs-content-type: ASSEMBLY
2023-05-22 17:29:55 -04:00
[id="microshift-cli-tools"]
2024-09-03 06:30:26 -04:00
= CLI tools introduction
2023-05-22 17:29:55 -04:00
include::_attributes/attributes-microshift.adoc[]
:context: microshift-cli-tools-introduction
toc::[]
2024-08-28 10:14:11 -04:00
You can use different command-line interface (CLI) tools to build, deploy, and manage a {microshift-short} cluster 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.
2023-05-22 17:29:55 -04:00
2024-08-28 10:14:11 -04:00
CLI tools available for use with {microshift-short} are the following:
2023-05-22 17:29:55 -04:00
* Kubernetes CLI (`kubectl`)
2023-06-13 13:01:34 -04:00
* The {oc-first} tool with an enabled subset of commands
2023-09-07 12:10:31 -04:00
* Built-in `microshift` command types
2023-05-22 17:29:55 -04:00
[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"]
2023-10-31 10:55:12 -04:00
== Additional resources
2023-05-22 17:29:55 -04:00
2024-08-28 10:14:11 -04:00
* 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/4.14/html/cli_tools/openshift-cli-oc#cli-about-cli_cli-developer-commands[About the OpenShift CLI] (OpenShift Container Platform documentation)
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9[Red Hat Enterprise Linux (RHEL) documentation for specific use cases]
2023-10-31 10:55:12 -04:00
* xref:../microshift_configuring/microshift-cluster-access-kubeconfig.adoc#microshift-kubeconfig[Cluster access with kubeconfig]