Update README
This commit is contained in:
parent
8f2df84d66
commit
c8b7825b56
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue