Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Dec 7, 2021
1 parent 4813341 commit d5847d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions schemas/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This directory contains public schemas for the most important parts of applicati

**Do not rename or remove this directory or any file or directory inside.**

> You can validate existing config file using the following command:
>
> ```bash
> $ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \
> "npm install -g ajv-cli && \
> ajv validate --all-errors --verbose \
> -s ./schemas/config/2.0.schema.json \
> -d ./.rr*.y*ml"
> ```
- You can validate existing config file using the following command:

```bash
$ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \
"npm install -g ajv-cli && \
ajv validate --all-errors --verbose \
-s ./schemas/config/2.0.schema.json \
-d ./.rr*.y*ml"
```

0 comments on commit d5847d8

Please sign in to comment.