https://github.com/vharsh/report
Uses steroids to create issues in times good and bad.
https://github.com/vharsh/report
cli cli-utilities github golang
Last synced: 2 months ago
JSON representation
Uses steroids to create issues in times good and bad.
- Host: GitHub
- URL: https://github.com/vharsh/report
- Owner: vharsh
- License: mit
- Created: 2017-05-23T12:00:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T05:59:28.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T17:28:27.301Z (about 1 year ago)
- Topics: cli, cli-utilities, github, golang
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Report
Uses steroids to create github-issues in crazy-times.
## Functionality
- Can dump the output of some program as a gist (DONE)
- Can create an issue (DONE)
## Sample Usage
```bash
user@hostname :~/code/go/src/github.com/vharsh/report $ ./report --repo="vharsh/report" --title="This is a TEST" --desc="This TEST was successful" systemctl status docker
Issue# https://github.com/vharsh/report/issues/14 created
[systemctl status docker] will be executed
Add some description: The gist thing works too
https://gist.github.com/316bb1a9d9646451a5ce5b15b501bbb9
```
The repo, issue title & description can also be entered interactively if not provided for in the CLI-arguments.