How to file issues in Github from CLI
How to file issues in Github from CLI
I know it is something I need to find in docs but probably I am dumb enough to not get it.
Basically I want to file issues in OTHERS repo (Not mine) using Github cli tool GH .So is it possible?, How to do it? HELP PLEASE!!
gh issue create —repo <[HOST/]OWNER/REPO>
16 0 ReplyNot sure how you'd be able to search for open issues to ensure you wouldn't be posting a duplicate, but the Github CLI has a way to open issues.
5 0 Replyis there a tool that also works with other git forges like GitLab and Forgejo?
1 0 ReplyGitlab has an official one: https://gitlab.com/gitlab-org/cli I don't think Forgejo or Gitea have an official one, but there are various projects if you search around, along with SDKs for the API targeting various languages, so anyone could make one.
2 0 ReplyGitea has tea and Forgejo/Codeberg has berg, see also https://docs.codeberg.org/git/clone-commit-via-cli/#gitea-%2F-forgejo-cli-tea
2 0 Reply