0.1.1 • Published 6 years ago

@debuglog.live/debuglog.live-client v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

debuglog

DebugLog.Live client to get real-time logs right in your console! https://debuglog.live

Also an example implementation for DebugLog.Live API usage.

Installation

This module needs to be installed globally so use the -g flag when installing:

npm install -g @debuglog.live/debuglog.live-client

Usage

$ debuglog 

Usage: debuglog --account <account> --device <deviceudid> --apikey <key> [options]


  Options:

    -V, --version                 output the version number
    -a, --account <account>       account to connect
    -k, --apikey <key>            API key to connect
    -s, --server <serveraddress>  optional DebugLog.Live server address. Default: shared.debuglog.live
    -p, --port <portnumber>       optional port number for DebugLog.Live server.
    -d, --device <deviceudid>     device UDID to connect
    -v, --verbose                 enable verbose logging
    -h, --help                    output usage information

License

MIT