forked from maintainer-org/maintainer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ce Gao <gaoce@caicloud.io>
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## maintainer user | ||
|
||
User related commands | ||
|
||
### Synopsis | ||
|
||
|
||
User related commands | ||
|
||
### Options | ||
|
||
``` | ||
--output string Output file (default "./daily.md") | ||
--username string GitHub username | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.maintainer.yaml) | ||
--token string The token in GitHub.To make more than 50 requests per hour the GitHub token is required.You can generate it at: https://github.com/settings/tokens/new. | ||
``` | ||
|
||
### SEE ALSO | ||
* [maintainer](maintainer.md) - Help you to be a qualified maintainer. | ||
* [maintainer user daily](maintainer_user_daily.md) - Generate daily report for the user | ||
|
||
###### Auto generated by spf13/cobra on 23-May-2019 |