13
4

How to file issues in Github from CLI

2y 1mon ago by mander.xyz/u/jaagruk in opensource@lemmy.ml

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>

https://cli.github.com/manual/gh_issue_create

is there a tool that also works with other git forges like GitLab and Forgejo?

Gitlab has an official one: https://gitlab.com/gitlab-org/cliI 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.