works, [non]interactively
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# giteapi
|
||||
|
||||
Creates ticket from command line
|
||||
|
||||
Relies on a ~/.gitapi in bash format:
|
||||
|
||||
```bash
|
||||
server=url of gitea server
|
||||
token=application token - read write access to issues
|
||||
repo=name of repo
|
||||
user=repo owner
|
||||
```
|
||||
|
||||
## Usage:
|
||||
|
||||
Interactive use: just run the script
|
||||
|
||||
Non-interactive: script will accept following command line arguments:
|
||||
|
||||
1. client
|
||||
2. ticket title
|
||||
3. ticket body
|
||||
|
||||
Reference in New Issue
Block a user