3.1.3 • Published 8 years ago

alf-validator v3.1.3

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

ALF Validator version License

Extremely fast API Log Format (ALF) validator using JSON Schema.

Build Status Downloads Code Climate Coverage Status Dependencies

Install

# to use in cli
npm install --global alf-validator

# to use as a module
npm install --save alf-validator

CLI Usage

Usage: src/bin.js <file...> [options]

Options:
  --help, -h    Show help                                              [boolean]
  --filter, -f  filter additional properties before validation
                                                      [boolean] [default: false]
  --schema, -s  validate using specific schema version
                                                    [string] [default: "latest"]

Note: you can also pipe through content for validation in the shell

Example
alf-validator alf.json

alf-validator --schema 1.0.0 alf.json

API


:copyright: www.mashape.com  ·  License: ISC  ·  Github: @mashape  ·  Twitter: @mashape

3.1.3

8 years ago

3.1.2

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago