Skip to content

Commit

Permalink
New Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent d5948e5 commit e99a536
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Ensure you have PHP installed on your machine.
```sh
wget https://github.com/JBZoo/CI-Report-Converter/releases/latest/download/csv-blueprint.phar
chmod +x ./csv-blueprint.phar
./csv-blueprint.phar --csv=./tests/fixtures/demo.csv --schema=./tests/schemas/demo_invalid.yml
./csv-blueprint.phar validate:csv --csv=./tests/fixtures/demo.csv --schema=./tests/schemas/demo_invalid.yml
```

### As PHP project
Expand All @@ -105,6 +105,9 @@ make build

### Help
```
./csv-blueprint validate:csv --help
Description:
Validate CSV file by rule
Expand Down

0 comments on commit e99a536

Please sign in to comment.