Skip to content

Commit 9087c6e

Browse files
authored
Add holmes to gen config (#8)
* Added holmes to gen_config * Updated packages in poetry
1 parent be99429 commit 9087c6e

File tree

4 files changed

+354
-298
lines changed

4 files changed

+354
-298
lines changed

.github/workflows/test-installation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: 3.8
1414
- name: Build and install package
1515
run: |
16-
curl -sSL https://install.python-poetry.org | python3 -
16+
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
1717
poetry build
1818
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
1919
- name: Upload robusta package artifact

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ This project is a CLI tool for using [robusta](https://github.com/robusta-dev/ro
66
* Run diagnostic to see if robusta is running properly
77
* Deploy and test your own extensions to Robusta like custom actions and playbooks
88

9-
For more infomration, checkout the [robusta installation docs](https://docs.robusta.dev/master/).
9+
For more information, checkout the [robusta installation docs](https://docs.robusta.dev/master/).
10+
11+
## Requirements
12+
13+
- Python 3.8 or higher

0 commit comments

Comments
 (0)