Skip to content

Commit 5f11ddd

Browse files
committed
minor: add --days usage sample
1 parent b71c424 commit 5f11ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ saia-cli ingest -c ./config/s3_sandbox.yaml
7575
saia-cli ingest -c ./config/s3_sandbox.yaml -t 2023-12-21
7676
# using a type
7777
saia-cli ingest -c ./config/s3_sandbox.yaml --type test
78+
# using a type and the last 7 days
79+
saia-cli ingest -c ./config/s3_sandbox.yaml --type test --days 7
7880
```
7981

8082
### Data Sources

0 commit comments

Comments
 (0)