mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
1.6 KiB
Plaintext
26 lines
1.6 KiB
Plaintext
:_content-type: ASSEMBLY
|
|
[id="microshift-cli-overview"]
|
|
= {product-title} CLI tools
|
|
include::_attributes/attributes-microshift.adoc[]
|
|
:context: cli-tools-overview
|
|
|
|
toc::[]
|
|
|
|
A user builds, deploys, and manages boths applications and clusters while working with {product-title}.
|
|
|
|
{product-title} can use different command-line interface (CLI) tools that simplify these tasks by enabling users to perform various administration and development operations from the terminal.
|
|
These tools expose simple commands to manage the deployments, as well as interact with each component of the system.
|
|
|
|
In addition to built-in `microshift` command types and Linux CLI tools, the optional OpenShift CLI (`oc`) tool with an enabled subset of commands is available for you to use if you are already familiar with {OCP} and Kubernetes.
|
|
//more info on these tools is expected in the future, hence this overview assembly
|
|
|
|
[role="_additional-resources"]
|
|
[id="additional-resources_cli-tools-overview"]
|
|
.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[OpenShift CLI (oc)]: A full description of `oc` as provided by the {OCP} documentation. Commands focused on multi-node deployments, projects, and developer tooling are not supported by {product-title}.
|
|
|
|
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9[Red Hat Enterprise Linux (RHEL)]: The RHEL documentation for your specific use case.
|