works, [non]interactively

This commit is contained in:
tom
2026-08-06 10:15:50 +02:00
parent 521e3b0a2c
commit 6cf19e7c4a
2 changed files with 38 additions and 3 deletions
+23
View File
@@ -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