figaro-tools
v0.1.0
Published
CLI tools for validating Figaro task definition JSON files.
Maintainers
Readme
figaro-tools
CLI tools for working with Figaro task definition files.
Install
npm install --save-dev figaro-toolsValidate a task file
npx figaro-ftd-validate my-task.jsonValidate all JSON files in a directory
npx figaro-ftd-validate .If no path argument is provided, the command validates all .json files in the current directory.
