24 lines
380 B
Markdown
24 lines
380 B
Markdown
# 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
|
|
|