mglaman / drupalorg-cli

A command line tool for interfacing with Drupal.org
128 stars 32 forks source link

Add an issue:show command #197

Closed marvil07 closed 1 year ago

marvil07 commented 1 year ago

It would be handy to have a command that show the minimal issue information.

Also, it would be great to have the full JSON reply from responses on an internal public API, that later on a case like this can be used to output the JSON body response. That together with a pipe to a tool like jq can be really useful!

@mglaman, let me know if this sounds OK, I am mainly porting this from an old script I wrote in shell to interact with d.o API :sweat_smile:

mglaman commented 1 year ago

This sounds cool!

mglaman commented 1 year ago

Thanks @marvil07! I merged. I'm going to tag a patch release with the command and save any fiddling for a follow up.