pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Validate `Config` #925

Open LecrisUT opened 1 year ago

LecrisUT commented 1 year ago

It would be nice to provide a json-schema to install locally for validation. It might be tricky to combine the schemas from the plugins, but in principle it should be possible with $ref (requires upstream PR).