Andy Feller
Andy Feller
Perhaps `--verbose`? 🤔
@velumuruganr : thanks for your efforts improving the GitHub CLI! Sorry for the delay, let's get this reviewed 👀
> * Can you point to some of the users that are running into this issue? With `v1.0.3` release of [GitHub Copilot in the CLI](https://github.com/github/gh-copilot), GitHub tenancy users are being...
xlinking https://github.com/cli/cli/issues/10058 for discussion where GHES user expecting default host to be something other than github.com
> Now GH CLI uses release note strings or files as the input param (`gh release create ${{ github.ref_name }} --notes note-string-here`), we need an extra step to parse release...
As an avid `grep` user, I totally feel this ❤, however the [GitHub REST Search API](https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-code) doesn't support options to request this additional context in search results. 😞
I don't think GitHub.com is having to go through the same code path / API that `gh` does.
Thanks for the follow up, @will-lynas! Let's see if we can work out some of the details of this enhancement given the existing experience and some of its historical concerns....
cc: @malancas
Beyond the examples above: - [`Repository.pullRequestTemplates` field](https://docs.github.com/en/[email protected]/graphql/reference/objects#repository) is available in GHES 3.10 - [`Repository.visibility` field](https://docs.github.com/en/[email protected]/graphql/reference/objects#repository) is available in GHES 3.10 - [`Repository.autoMergeAllowed` field](https://docs.github.com/en/[email protected]/graphql/reference/objects#repository) is available in GHES 3.10 So it...