Skip to content

Commit

Permalink
Condense README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Sep 20, 2024
1 parent 085b51f commit 08f3e1f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tools/citool/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# A tool to manage E2E tests on Github CI

Available Commands:
check-tests Check if all tests in a directory are included in the test configurations YAML file
completion Generate the autocompletion script for the specified shell
csvexport Export tests to CSV format
filter Filter test configurations based on specified criteria
help Help about any command
test-config Manage test config

## Usage

```bash
go run main.go
```sh
go run . -h # See run commands
```

0 comments on commit 08f3e1f

Please sign in to comment.