feedhenry / rhm

4 stars 6 forks source link

Add json output to the rest of the rhm commands #28

Closed maleck13 closed 7 years ago

maleck13 commented 7 years ago

We have added a flag to allow specifying the output type

-o=json

Currently only a couple of commands use this flag. We should add it to the rest see https://github.com/feedhenry/rhm/blob/master/commands/get/projects.go#L66 for example

maleck13 commented 7 years ago

@philbrookes any interest in getting involved with this project?

philbrookes commented 7 years ago

@maleck13 Yeah cool, assign this issue to me, I'll get started this evening.

philbrookes commented 7 years ago

PR #29