Metadata-Version: 2.4
Name: ghosttrap-cli
Version: 0.3.0
Summary: Watch for errors streaming from ghosttrap.io
Project-URL: Homepage, https://github.com/arowley-predictive-power/ghosttrap-cli
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: websockets>=12.0

# ghosttrap-cli

Watch for errors streaming from ghosttrap.io in real time.

## Install

```
pip install ghosttrap-cli
```

Requires the [GitHub CLI](https://cli.github.com) (`gh`) for authentication.

## Use

```
ghosttrap watch
```

Authenticates via your local `gh` session, subscribes to error streams
for all repos you have access to, and prints events as they arrive.

Human-readable summaries go to stderr. Machine-readable JSON goes to
stdout, for piping into other tools.
