> A package/CLI tool that can be used to validate and convert airnode specification files
npm install @api3/airnode-validator@api3/airnode-validator> A package/CLI tool that can be used to validate and convert airnode specification files
You can find documentation on how to use validator in the
validator docs.
There are two ways how to run the CLI from source:
- Run yarn cli ...
- First build the package using yarn build, then make the CLI binary executable by running
chmod +x ./dist/bin/validator.js. Finally, you can run yarn airnode-validator ....