litmusctl

CLI tool for managing and interacting with LitmusChaos experiments

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for interacting with LitmusChaos

Commands

litmusctl

Examples

Initialize litmusctl and connect to a LitmusChaos portal$ litmusctl config set-account --endpoint=http://localhost:8080 --username=admin --password=admin
Create and run a chaos experiment from a manifest file$ litmusctl create -f experiment.yaml
List all chaos experiments in the current project$ litmusctl get experiments