Metadata-Version: 2.4
Name: alpacalert_cmd
Version: 0.1.2
Summary: Command-line interaface examples for Alpacalert
Author: lilatomic
Maintainer: lilatomic
Project-URL: Homepage, https://github.com/lilatomic/alpacalert
Project-URL: Repository, https://github.com/lilatomic/alpacalert.git
Project-URL: Documentation, https://alpacalert.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/lilatomic/alpacalert/blob/main/src/examples/python/changelog.md
Project-URL: Issues, https://github.com/lilatomic/alpacalert/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: Log Analysis
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: alpacalert>=0.1.2

# Alpacalert CMD

The Alpacalert CLI provides tools to have Alpacalert look at your system and tell you what's wrong. The included tools are:

- Grafana: Turn your Grafana alerts into a hierarchy and see which systems are down and for what reasons.
- Kubernetes: Scan a Kubernetes cluster for objects in a failed state
- Prometheus: Like the Kubernetes tool, but includes several Prometheus queries too.

Alpacalert CMD is also an example of how to use the alpacalert library to create applications.

## Installation

Use pipx to install alpacalert-cmd in its own venv

`pipx install alpacalert-cmd`
