Metadata-Version: 2.1
Name: robusta-cli
Version: 1.2
Summary: 
Author: Natan Yellin
Author-email: aantn@users.noreply.github.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: certifi (==2024.7.4)
Requires-Dist: click (==8.1.8)
Requires-Dist: click-spinner (>=0.1.10,<0.2.0)
Requires-Dist: cryptography (==46.0.5) ; python_full_version >= "3.9.2" and python_version < "3.13"
Requires-Dist: dpath (>=2.0.5,<3.0.0)
Requires-Dist: hikaru-model-28 (>=1.1.0,<2.0.0)
Requires-Dist: kubernetes (>=29,<30)
Requires-Dist: pydantic (>=1.0,<2.0)
Requires-Dist: pyjwt (>=2.12.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.33.0,<3.0.0)
Requires-Dist: slack-sdk (>=3,<4)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer (>=0.12.3,<0.13.0)
Requires-Dist: types-toml (>=0.10.2,<0.11.0)
Requires-Dist: urllib3 (>=2.7.0)
Description-Content-Type: text/markdown

# robusta-cli

This project is a CLI tool for using [robusta](https://github.com/robusta-dev/robusta). With this cli tool you can easily:

* Generate Helm values for the robusta helm chart, by answering a few questions in a wizard
* Run diagnostic to see if robusta is running properly
* Deploy and test your own extensions to Robusta like custom actions and playbooks

For more information, checkout the [robusta installation docs](https://docs.robusta.dev/master/).

## Requirements

- Python 3.9 or higher

