Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssbarnea/elvy

ELVY stands for El Validator for YAML, a cli for validating yaml files, similar to other validator but that one relies on yaml-language-server (same used by YAML extension for vscode).
https://github.com/ssbarnea/elvy

json-schema-validator yaml

Last synced: 28 days ago
JSON representation

ELVY stands for El Validator for YAML, a cli for validating yaml files, similar to other validator but that one relies on yaml-language-server (same used by YAML extension for vscode).

Awesome Lists containing this project

README

        

# ELVY: El Validator for YAML

The project adds a `elvy` command line that validates YAML files against
schemas using [yaml-language-server](https://github.com/redhat-developer/yaml-language-server).

## Usage

```shell
# rely on yaml-language-serve to guess the schema
elvy some.yml

# manually specify schema to use
elvy -s myschema.json some.yml
```