Use `gh` CLI to interact with GitHub Apps using personal access tokens.
Describe the feature or problem you’d like to solve
Use gh CLI to interact with GitHub Apps using personal access tokens.
Proposed solution
How will it benefit CLI and its users?
It enables users to interact with the GitHub Apps directly using gh CLI.
Additional context
Add any other context like screenshots or mockups are helpful, if applicable.
Hi @sheeeng, from your description I'm not sure what you actually want. Please provide more information about what outcome you're looking to achieve? In what ways do you want to "interact with GitHub Apps"?
Example:
-
gh apps create -
gh apps list --organization contoso -
gh apps delete octocat-comment-pull-request-app
Hmm, I don't think that GitHub exposes APIs for those kinds of operations from what I can see in the REST API. @andyfeller might have some further insight though, as I don't know much about GitHub apps at all.
Hmm, I don't think that GitHub exposes APIs for those kinds of operations from what I can see in the REST API. @andyfeller might have some further insight though, as I don't know much about GitHub apps at all.
@sheeeng : @williammartin is absolutely right that GitHub has no APIs around GitHub Apps in this way and this has been heavily reported by enterprise customers in customer feedback. I believe the original concern was wanting a person involved in the security around tokens and apps; that said, I don't know why this hasn't been funded to be addressed.
In other words, this is something we cannot provide or estimate when it might be available 😞