mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
podman events: unhide --stream
The --stream flag is being used extensively in the tests and some blog posts refer to it which has been causing some confusion on why the flag was hidden. I do not see a good reason to hide it anymore, so unhide it and add some docs. [NO NEW TESTS NEEDED] as it's already being tested. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -128,6 +128,9 @@ Do not truncate the output (default *true*).
|
||||
|
||||
Show all events created since the given timestamp
|
||||
|
||||
#### **--stream**
|
||||
|
||||
Stream events and do not exit after reading the last known event (default *true*).
|
||||
|
||||
#### **--until**=*timestamp*
|
||||
|
||||
|
Reference in New Issue
Block a user