mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
:_content-type: ASSEMBLY
|
|
[id="virt-using-the-cli-tools"]
|
|
= Using the CLI tools
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: virt-using-the-cli-tools
|
|
:toclevels: 3
|
|
|
|
toc::[]
|
|
|
|
The two primary CLI tools used for managing resources in the cluster are:
|
|
|
|
* The {VirtProductName} `virtctl` client
|
|
* The {product-title} `oc` client
|
|
|
|
== Prerequisites
|
|
|
|
* You must xref:../virt/install/virt-installing-virtctl.adoc#virt-installing-virtctl[install the `virtctl` client].
|
|
|
|
include::modules/virt-openshift-client-commands.adoc[leveloffset=+1]
|
|
|
|
For more comprehensive information on `oc` client commands, see the
|
|
xref:../cli_reference/openshift_cli/developer-cli-commands.adoc#cli-developer-commands[{product-title} CLI tools] documentation.
|
|
|
|
include::modules/virt-virtctl-commands.adoc[leveloffset=+1]
|
|
|
|
include::modules/virt-creating-pvc-with-virtctl-guestfs.adoc[leveloffset=+1]
|
|
|
|
include::modules/virt-about-libguestfs-tools-virtctl-guestfs.adoc[leveloffset=+1]
|
|
|
|
[id="additional-resources_virt-using-the-cli-tools"]
|
|
[role="_additional-resources"]
|
|
== Additional resources
|
|
|
|
* link:https://libguestfs.org[Libguestfs: tools for accessing and modifying virtual machine disk images].
|