We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a40cb commit 019e5d1Copy full SHA for 019e5d1
README.md
@@ -30,4 +30,10 @@ installer install --remote-auth-url [SOME_SIGNING_URL]
30
31
# Download to local cache
32
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
39
```
0 commit comments