Metadata-Version: 2.1
Name: scanerr
Version: 0.0.8
Summary: Official Scanerr CLI
Author-email: Scanerr <hello@scanerr.io>
Project-URL: Homepage, https://github.com/scanerr-io/cli
Project-URL: Issues, https://github.com/scanerr-io/cli/issues
Project-URL: Documentaion, https://docs.scanerr.io
Keywords: regression testing,vrt,visual regression testing
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: typer

# Scanerr CLI (command line interface)

![Static Badge](https://img.shields.io/badge/CLI-Available-mint)

This is the CLI repo for the Scanerr API, an error detection service designed to run front-end regression tests on web applications.

Copyright © Scanerr 2024

### Usage
> Reference <a target="_blank" href="https://docs.scanerr.io/guides/cli.html">Scanerr Docs</a> for usage instructions

---

### Installation
```shell
pip install scanerr
```

## Basic Setup
```shell
scanerr config <api_key>
scanerr check
```

