rover icon indicating copy to clipboard operation
rover copied to clipboard

feat: support `--output markdown`

Open EverlastingBugstopper opened this issue 4 years ago • 2 comments

In addition to --output plain and --output json, Rover should have an --output markdown option that prints Rover's results in well-formatted markdown that can be used in pipelines that post comments to GitHub or other tools.

For now we recommend that folks use --output json and pipe to jq to create their own custom scripts. One such script can be found in this gist for converting rover {sub}graph check my-graph --output json invocations to markdown.

EverlastingBugstopper avatar Sep 23 '21 18:09 EverlastingBugstopper

It would be great to have markdown support for rover! I'm missing this in our CI/CD for providing easy feedback. Additionally, it would also be helpful to have multiple outputs. Like: plain output we can show in the logs and markdown output to write to a file. If I'm not mistaken this was possible in the previous cli.

fgroen avatar Mar 10 '22 13:03 fgroen

Link to the gist was broken. I believe this is the new one: https://gist.github.com/EverlastingBugstopper/d6aa0d9a49bcf39f2df53e1cfb9bb88a

nmiddendorff avatar Jul 08 '22 20:07 nmiddendorff