An open API service indexing awesome lists of open source software.

https://github.com/upsub/cli

Command line interface for UpSub
https://github.com/upsub/cli

cli message-bus real-time upsub websocket

Last synced: 4 months ago
JSON representation

Command line interface for UpSub

Awesome Lists containing this project

README

          

# UpSub

Listen or send messages to the [Dispatcher](https://github.com/upsub/dispatcher)
from the terminal.

### Install
```sh
npm install -g upsub
```

### Usage
```sh
# Send a message
upsub

# Listen for messages
upsub

# Set host and port
upsub -h wss://dispatcher.service.com -p 443
```