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.