Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GClunies committed Mar 4, 2024
1 parent 8f0bcb9 commit 3e9b744
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,27 @@ A description of commands can be seen by running `reflekt --help`. The help page
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
### `reflekt report`
```bash
❯ reflekt report --help
[08:20:09] INFO Running with reflekt=0.6.0

Usage: reflekt report [OPTIONS]

Generate Markdown report(s) for schema(s).

╭─ Options ───────────────────────────────────────────────────────────────────────────────────────╮
* --select -s TEXT Schema(s) to generate Markdown report(s) for. Starting with │
'schemas/' is optional. │
│ [default: None] │
│ [required] │
│ --to-file -f Write report(s) to file instead of terminal. │
│ --verbose -v Verbose logging. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────╯
```
---
<br>
Expand Down

0 comments on commit 3e9b744

Please sign in to comment.