Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
trgeiger committed Apr 16, 2024
1 parent 26a0154 commit 037f269
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# copr-tool

CLI app for managing COPR repos, written in Go.

```shell
Usage: copr-tool [OPTION] [REPO...]

Options:
enable Add or enable one or more COPR repositories.
remove Remove one or more COPR repositories.
list List all (enabled and disabled) COPR repositories in your repo folder.
disable Disable one or more COPR repositories without deleting the repository files.
help Display help text.

Arguments:
[REPO...] One or more repository names formatted as `author/repo`

Examples:
copr-tool enable kylegospo/bazzite
copr-tool disable kylegospo/bazzite
copr-tool remove kylegospo/bazzite
copr-tool list
```

0 comments on commit 037f269

Please sign in to comment.