-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# robusta-cli | ||
|
||
This project is a CLI tool for [robusta](https://github.com/robusta-dev/robusta) that helps you build a yaml configuration, run diagnostics, and build custom actions and playbooks. | ||
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 extenstions to Robusta like custom actions and playbooks. | ||
|
||
For more infomration, checkout the [robusta installation docs](https://docs.robusta.dev/master/). |