Describe the feature or problem you’d like to solve
Please add a way to upload images to Github's hosting platform. I would like a simple way to include images in my PR descriptions.
Proposed solution
Perhaps a new image subcommand. It should take an image file as input and output the URL for the uploaded image.
$ gh image upload screenshot.png
https://user-images.githubusercontent.com/...
Describe the feature or problem you’d like to solve
Please add a way to upload images to Github's hosting platform. I would like a simple way to include images in my PR descriptions.
Proposed solution
Perhaps a new
imagesubcommand. It should take an image file as input and output the URL for the uploaded image.