0.2.0 • Published 11 years ago
bugbuster v0.2.0
BugBuster command line interface
Using this tool, users can connect their local network to test local applications with BugBuster. The module relies on Sesame, a secure tunneling protocol developed by BugBuster.
Requirements
- A free BugBuster account
- Node.js version 0.8 or higher. Instructions to download and install Node.js can be found here.
Installation and Usage
Use npm to install the module globally
npm install -g bugbusterNote: on some systems you may need administrative privileges to install the module globally. If that is the case, prefix the install command with
sudo:sudo npm install -g bugbusterOpen the command line and type the following:
bugbuster --apiKey USER_API_KEY --tenant USER_TENANT_IDUSER_API_KEYandUSER_TENANT_IDare available from BugBuster's settings panel.
Protocol documentation
This module uses the Sesame protocol to proxy requests from BugBuster through an encrypted WebSocket and to the user's local network. The reference implementation of the protocol is open source and available here.