Skip to content

Commit 019e5d1

Browse files
committed
Add docs for dump-logs
1 parent 93a40cb commit 019e5d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ installer install --remote-auth-url [SOME_SIGNING_URL]
3030

3131
# Download to local cache
3232
installer download --cache_dir cache
33+
34+
# Dump current logs to file
35+
installer dump-logs
36+
37+
# Dump logs, streaming to file until CTRL-C is pressed
38+
installer dump-logs --stream
3339
```

0 commit comments

Comments
 (0)