Add --quiet to machine ls

The podman machine ls command would benefit from a --quiet flag which
would only print the machine names without the extra information.  It
also implies --noheader as well.  This can be helpful for scripting with
the podman cli.

Signed-off-by: Brent Baude <bbaude@redhat.com>

[NO NEW TESTS NEEDED]

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2022-04-16 08:50:41 -05:00
parent 25eeaec219
commit 99bcd65959
2 changed files with 17 additions and 4 deletions

View File

@ -47,7 +47,12 @@ Print usage statement.
#### **--noheading**
Omit the table headings from the listing of pods.
Omit the table headings from the listing of machines
#### **--quiet**, **-q**
Only print the name of the machine. This also implies no table heading
is printed.
## EXAMPLES