File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,23 @@ For launching the reporting script, you will need a github & twitter token.
5
5
6
6
You can find these tokens in the following links:
7
7
- twitter: https://developer.twitter.com/en/docs/authentication/oauth-2-0
8
- - github: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token
8
+ - github: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token
9
+
10
+ ## Usage
11
+
12
+ ``` bash
13
+ USAGE
14
+ reporting [flags]
15
+
16
+ FLAGS
17
+ -backlog=true generate backlog
18
+ -changelog=true generate changelog
19
+ -curation=true generate curation
20
+ -format markdown output format
21
+ -github-token ... github token
22
+ -help=false show help
23
+ -output-path ./output/ output directory path
24
+ -since ... since date RFC 3339 (ex: 2003-01-19T00:00:00.000Z)
25
+ -tips=true generate tips
26
+ -twitter-token ... twitter token
27
+ ```
You can’t perform that action at this time.
0 commit comments