bwsc
v1.2.2
Published
CLI client for remotely connecting to and controlling a BotWave server
Maintainers
Readme
BotWave Websocket Client (BWSC)
BWSC is a CLI tool that lets you remotely connect to a BotWave remote command server, so you can send commands and manage your server / device remotely.
Installation
Make sure you have Node.js and npm installed.
npm i -g bwscUsage
Connect to your server with
bwsc <host> [passkey]host: Hostname or IP address of your host machine. Supports protocols and ports (e.g.wss://example.com:443). Defaults tows://localhost:9939if givenlocalhost.passkey: Passkey to authenticate with the BWS server, defaults to none.
Additional flags
| Flag | Description |
| -- | -- |
| -f, --fire <command> | Fire-and-forget a command |
| -c, --command <command> | Run a command and collect its output |
Older support
1.1.2 is the latest version that supports versions prior to BotWave 1.2.0.
npm i -g [email protected]License
Licensed under GPLv3.0
