del_hol
del_hol

Reputation: 41

Is there a way to manage github projects from the cli?

I'd like to list projects and issues under projects on github from the cli. I don't see any direct commands like gh project list or any available extensions, or even anyone else asking about this capability. Does anyone know how to do this or why it would be an inherently goofy thing to do?

Upvotes: 2

Views: 960

Answers (2)

bosconi
bosconi

Reputation: 361

In July 2023 the gh project command became generally available, so this is now possible using the CLI tool.

https://github.blog/2023-07-11-github-cli-project-command-is-now-generally-available/ https://cli.github.com/manual/gh_project

Upvotes: 1

del_hol
del_hol

Reputation: 41

Of course 5m after posting a question I see using-the-api-to-manage-projects! It is just less convenient than other cli functions.

Upvotes: 1

Related Questions