Describe the feature or problem you’d like to solve
Many PRs benefit from having screenshots or gif recordings in their body to provide more visual context of what code changed.
Proposed solution
Add the ability to upload files (specifically images) via the CLI so that they may be added to PRs and other content, either via one of the interactive shell commands (gh pr create) or through a separate command (gh file upload) that returns the url (or some other reference) of the uploaded asset.
Describe the feature or problem you’d like to solve
Many PRs benefit from having screenshots or gif recordings in their body to provide more visual context of what code changed.
Proposed solution
Add the ability to upload files (specifically images) via the CLI so that they may be added to PRs and other content, either via one of the interactive shell commands (
gh pr create) or through a separate command (gh file upload) that returns the url (or some other reference) of the uploaded asset.#13256 is our open issue for this that we're tracking feedback in.