Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.01 KB

@evereactor/broker

Broker node receiving messages

$ broker --help
━━━ Eve broker - 0.0.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  $ broker <command>

━━━ General commands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  broker config [-c,--config #0]
    display broker configuration

  broker init [-c,--config #0] [-r,--replace]
    initialize a brokers configuration file

  broker start [-c,--config #0] [-h,--host #0] [-p,--port]
    start a broker with a http listener

  broker stop [-h,--host #0] [-p,--port]
    stop a running broker via it's http listener

You can also print more details about any of these commands by calling them with
the `-h,--help` flag right after the command name.