Skip to content

Commit

Permalink
docs: update README with example output
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Dec 14, 2020
1 parent 2a8ecd6 commit 5884f19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,25 @@ For example, you could run:
./bin/maintainers-generator --github-token-path /etc/token --org falcosecurity
```

Which will output a YAML like:

```yaml
- name: user1
github: https://github.com/user1
company: UNKNOWN
projects:
- https://github.com/falcosecurity/falcosecurity/community
- name: user2
github: https://github.com/user2
company: UNKNOWN
projects:
- https://github.com/falcosecurity/falcosecurity/.github
- https://github.com/falcosecurity/falcosecurity/advocacy
- https://github.com/falcosecurity/falcosecurity/charts
- https://github.com/falcosecurity/falcosecurity/client-go
- https://github.com/falcosecurity/falcosecurity/client-rs
```
---
[![Analytics](https://ga-beacon.appspot.com/UA-49657176-1/maintainers-generator?flat)](https://github.com/igrigorik/ga-beacon)

0 comments on commit 5884f19

Please sign in to comment.