We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cf145 commit 8b0152bCopy full SHA for 8b0152b
README.md
@@ -51,7 +51,9 @@ hatchet-linux-amd64 report \
51
## Run via Docker
52
53
```bash
54
-docker run --rm ghcr.io/analogj/hatchet:latest report \
+docker run --rm -v `pwd`:/out/ \
55
+ ghcr.io/analogj/hatchet:latest report \
56
+ --output-path="/out/sender_report.csv" \
57
--imap-hostname=imap.gmail.com \
58
--imap-username=xxxxx@gmail.com \
59
--imap-password=xxxxxxx
0 commit comments