mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user