Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Oct 20, 2023
2 parents dd2031d + cc30d49 commit fdfcfd9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions beacon-v2-validator-tool/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Simple Beacon v2 validator

Building the **neat-beacon-v2-validator** leaves vaildator commandline tool in the **target** directory:
neat-beacon-v2-validator/beacon-v2-validator-tool/target/neat-beacon-v2-validator.jar

The tool needs the Beacon's API endpoint for validation and optionally output report file.

Usage:
```
beacon-validator -f url [-o file]
parameters:
-h (--help) - help message
-f (--framework) - location of the beacon
-o (--output) - report output file
examples:
>java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api
>java -jar neat-beacon-v2-validator.jar -f https://beacon-apis-demo.ega-archive.org/api -o report.json
```

0 comments on commit fdfcfd9

Please sign in to comment.