~wombelix/obsctl

13fbf29eef44852951144d58a687a40a8c108abd — Tomas Tomecek 1 year, 7 months ago 08c9b19 main
readme: print --help

...to at least give a hint what obsctl can do

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
1 files changed, 19 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +19 -0
@@ 15,6 15,25 @@ It is the hope that `obsctl` will eventually evolve to provide a similar interfa
Open Build Service instances in the same way that [`rpkg`](https://docs.pagure.org/rpkg/index.html)
and `fedpkg` do for [Koji](https://koji.build) instances.

These commands are provided by `obsctl` right now:
```bash
$ obsctl --help
Usage: obsctl [OPTIONS] COMMAND [ARGS]...

  An OBS command line interface.

Options:
  --help  Show this message and exit.

Commands:
  dscimport     Push packaging dsc sources to an OBS instance.
  getbinaries   Downloads binaries to a local directory
  scratchbuild  Executes local OBS scratch build
  setup         Set up configuration for the obsctl tool
  specimport    Push packaging spec sources to an OBS instance.
  tarimport     Push tarball of sources to an OBS instance.
```

If you want to learn more about how Datto uses `obsctl` and the Open Build Service, [check out our blog post](https://datto.engineering/post/flexible-and-fast-software-delivery-with-the-open-build-service)
on the subject.