Accessing the Lucee cfml parser via the command line?

Being able to call Lucee’s own parser on cfml files from the command line would be great

i.e. for pre-commit hooks and also as a fast, lightweight version of cflint (which uses lots of ram and is slow, doesn’t speak lucee very well but does do more than just is valid)

for the cflint use case, I guess the parser would need to have a don’t just stop at the first error option.

It would be good to have this for the Lucee build process
https://luceeserver.atlassian.net/browse/LDEV-2227

to avoid shipping (stable) releases as happened with 5.3.1.102
https://luceeserver.atlassian.net/browse/LDEV-2208

3 Likes