TheWall89 / blueprint-validator

A simple validator for blueprints used in 5G EVE Portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blueprint-validator

A simple validator for blueprints used in 5G EVE Portal

Command line usage

The jar file produced by mvn package is executable and you can use it to validate blueprints. The jar file is also available for download from releases.

Usage example:

# print help and exit
java -jar validator-VERSION.jar --help

# validate a VSB
java -jar validator-VERSION.jar --type vsb ./vsb_asti_agv.yaml

Blueprint examples in YAML

Some blueprint examples are provided here: blueprint-yaml.

About

A simple validator for blueprints used in 5G EVE Portal

License:Apache License 2.0


Languages

Language:Java 100.0%