# @debuglog.live/debuglog.live-client

> DebugLog.Live client to get real-time logs right in your console!

Latest version **0.1.1** (published 2018-02-19) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @debuglog.live/debuglog.live-client
pnpm add @debuglog.live/debuglog.live-client
yarn add @debuglog.live/debuglog.live-client
bun add @debuglog.live/debuglog.live-client
```

Provides the command `debuglog`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2018-02-19 |
| First published | 2018-02-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DebugLog.Live |
| Maintainers | danesz |
| Keywords | debuglog, live, stream, client, android, ios, log, remote, things, iot |

## Links

- npm: https://www.npmjs.com/package/@debuglog.live/debuglog.live-client
- Repository: https://github.com/debuglog-live/debuglog.live-client.console
- Homepage: https://github.com/debuglog-live/debuglog.live-client.console#readme
- Issues: https://github.com/debuglog-live/debuglog.live-client.console/issues
- npm.io page: https://npm.io/package/@debuglog.live/debuglog.live-client

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ~2.14.0
- [socket.io-client](https://npm.io/package/socket.io-client.md) ~2.0.4

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2018-02-19
- 0.1.0 — 2018-02-19

## README

# 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

---
_Source: https://npm.io/package/@debuglog.live/debuglog.live-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
