This command SHOULD have worked but in reality this command silently failed. I ran this many times, (I would note the -d flag also produced no output) and I was VERY confused for a little while as I couldn't find any issues similar to mine on silent failures.
The correct command is to pass the -i flag to specify the input file.
Hey everyone, this should be a really easy issue to solve.
here's an example usage I tried to use the CLI, where I tried to convert valid SNYK output json to html.
This command SHOULD have worked but in reality this command silently failed. I ran this many times, (I would note the -d flag also produced no output) and I was VERY confused for a little while as I couldn't find any issues similar to mine on silent failures.
The correct command is to pass the
-i
flag to specify the input file.It would be awesome to just validate the input flags or complain if they're not good.
Thanks