Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs(README.md): fix list of binaries to be current
Lars Wirzenius committed 1 year ago
commit a2f223c8a7a71be8a0c795e1ff5ed70902dff549
parent 2a281b209bf332c9b9b5d469cf09ac721f5cdbe3
1 file changed +4 -7
modified README.md
@@ -34,15 +34,12 @@ RADICLE_CI_BROKER_WEBROOT=/tmp/ci make -C doc publish

The crate contains several binaries:

-
* `ci-broker` --- the actual CI broker
+
* `cib` --- the actual CI broker
  - this is the only one you need to care about, the rest are for
    debugging
-
* `broker-messages`  --- helper program to print sample messages
-
  between the broker and adapters
-
* `filter-events` --- a helper program to see what events a CI broker
-
  config allows
-
* `pagegen` -- helper program to produce sample report pages
-
  - mostly only useful for testing changes to the page generating code
+
* `cibtool`  --- management tool for node operators, for managing the
+
  CI broker
+
* `synthetic-events`  --- test tool for CI broker developers


## Packaging