diff options
author | Brent Baude <bbaude@redhat.com> | 2022-04-16 08:50:41 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2022-04-16 08:54:56 -0500 |
commit | 99bcd659593970de4b2fd9c6ba0e3c4423f2788d (patch) | |
tree | 0a699a611e80a2050d6bb715988dedbe9b0a4dc1 /docs/source | |
parent | 25eeaec219ccc49dcb35e098afaed7d7987cbee1 (diff) | |
download | podman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.tar.gz podman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.tar.bz2 podman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.zip |
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>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-list.1.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-list.1.md b/docs/source/markdown/podman-machine-list.1.md index d1333f1e2..0c5310463 100644 --- a/docs/source/markdown/podman-machine-list.1.md +++ b/docs/source/markdown/podman-machine-list.1.md @@ -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 |