Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.8
- name: Build and install package
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
poetry build
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
- name: Upload robusta package artifact
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ This project is a CLI tool for using [robusta](https://github.com/robusta-dev/ro
* Run diagnostic to see if robusta is running properly
* Deploy and test your own extensions to Robusta like custom actions and playbooks

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

## Requirements

- Python 3.8 or higher
Loading