github / octocatalog-diff

Compile Puppet catalogs from 2 branches, versions, etc., and compare them
https://rubygems.org/gems/octocatalog-diff/
MIT License
238 stars 85 forks source link

--output_file does not support multiple nodes #259

Open dploeger opened 2 years ago

dploeger commented 2 years ago

Description of problem

Command used and debugging output

$ octocatalog-diff -f production -t target-branch --display-detail-add -n node1,node2 -o octodiff.output
I, [2022-06-21T10:55:51.744356 #123224]  INFO -- : Catalogs compiled for node1
I, [2022-06-21T10:55:51.793838 #123224]  INFO -- : Catalogs compiled for node2
I, [2022-06-21T10:55:52.171791 #123224]  INFO -- : Diffs computed for node1
I, [2022-06-21T10:55:52.253632 #123224]  INFO -- : Diffs computed for node2
I, [2022-06-21T10:55:52.353417 #123224]  INFO -- : Wrote diff to octodiff.output
I, [2022-06-21T10:55:52.354721 #123224]  INFO -- : Wrote diff to octodiff.output
$ head octodiff.output
diff production/node2 target-branch/node2

Platform and version information