summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-17 08:40:22 -0500
committerbaude <bbaude@redhat.com>2019-03-28 08:34:27 -0500
commit3423c5a8c9fe4853880959a67073c697402648eb (patch)
treeae45a4f797e0f845223913115583d8f72f5e1510 /completions
parent850326cc192444d1c5cfd8ba6e1015f653b41e73 (diff)
downloadpodman-3423c5a8c9fe4853880959a67073c697402648eb.tar.gz
podman-3423c5a8c9fe4853880959a67073c697402648eb.tar.bz2
podman-3423c5a8c9fe4853880959a67073c697402648eb.zip
Add watch mode to podman ps
allows users to "watch" the output of podman ps on a set interval in seconds. in watch mode, the screen is cleared between intervals as well. podman -ps -w1 watches on 1 second intervals Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 798d49ceb..a3f381962 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -2205,6 +2205,7 @@ _podman_ps() {
--format
--last -n
--sort
+ --watch -w
"
local boolean_options="
--all -a