Update README

This commit is contained in:
Tim Schubert 2023-05-28 23:49:03 +02:00
parent 8f2df84d66
commit c8b7825b56
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -2,6 +2,20 @@
Archives the list of URLs provided on the standard input. Archives the list of URLs provided on the standard input.
```plain
Usage of /bin/pad-archiver:
-C string
git directory (default "/repo")
-password string
password
-push
push repository to remote
-url string
url of remote
-username string
username
```
```shell ```shell
go build go build
pad-archiver < pads.txt pad-archiver < pads.txt
@ -11,7 +25,7 @@ pad-archiver < pads.txt
## Using in GitLab CI ## Using in GitLab CI
``` ```yaml
Archive pads: Archive pads:
image: ghcr.io/dadada/pad-archiver image: ghcr.io/dadada/pad-archiver
rules: rules: