1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

BZ-1952538 Update virtctl command options Nov 10

BZ-1952538 Update virtctl command options Nov 9

update virtctl details

minor edit

peer review
This commit is contained in:
Lavanya
2021-11-08 12:26:09 -05:00
committed by openshift-cherrypick-robot
parent 90cce69931
commit fde31cc249

View File

@@ -6,16 +6,31 @@
= Virtctl client commands
The `virtctl` client is a command-line utility for managing {VirtProductName}
resources. The following table contains the `virtctl` commands used throughout
the {VirtProductName} documentation.
resources.
To view a list of options that you can use with a command, run it with the `-h` or `--help` flag. For example:
To view a list of `virtctl` commands, run the following command:
[source,terminal]
----
$ virtctl help
----
To view a list of options that you can use with a specific command, run it with the `-h` or `--help` flag. For example:
[source,terminal]
----
$ virtctl image-upload -h
----
To view a list of global command options that you can use with any `virtctl` command, run the following command:
[source,terminal]
----
$ virtctl options
----
The following table contains the `virtctl` commands used throughout the {VirtProductName} documentation.
.`virtctl` client commands
[width="100%",cols="42%,58%",options="header",]