Skip to content
Merged
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
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Each experiment is defined by a `experiment` file which allows you to tweak your
For a full list of experiments you can run, see the [experiments][experiments-dir-url] directory.

``` sh
secops-chaos experiment run -f experiments/host_path_volume.yaml
$ secops-chaos experiment run -f experiments/host_path_volume.yaml
```

Once you've successfully run the experiment, you can verify if it was sucessful or not:

```sh
secops-chaos experiment verify -f experiments/host_path_volume.yaml
$ secops-chaos experiment verify -f experiments/host_path_volume.yaml
```

You can also output in various formats using `-o json` or `-o yaml`
Expand All @@ -77,14 +77,11 @@ You can also output in various formats using `-o json` or `-o yaml`

Some experiments require additional applications installed to run or enhance their functionality.

These can be added by providing a YAML file, see the [components](components-dir-url) directory for examples.
These can be added by providing a YAML file, see the [components][components-dir-url] directory for examples.

```sh
secops-chaos component install -f components/secops-chaos-ai.yaml
```

```sh
secops-chaos component uninstall -f components/secops-chaos-ai.yaml
$ secops-chaos component install -f components/secops-chaos-ai.yaml
$ secops-chaos component uninstall -f components/secops-chaos-ai.yaml
```

Experiments that need a component will warn you, and allow for installation during runtime.
Expand Down