DEV Community

Cover image for πŸ“… Manage GitHub milestones from cli
adriens for opt-nc

Posted on • Updated on

πŸ“… Manage GitHub milestones from cli

❔ Intro

Recently we needed to load a lot of issues on a given milestone so they could be properly managed and reported.

Issues were coming from a given list. Manual process was very time consuming... so we wondered how we could achieve this in a much more efficient way, from shell and cli commands.

This short post is about that and shows what kind of things can be achieved with GitHub Cli... and especially how cli/cli can be used with gh api calls.

🎬 Démo

πŸ”– More about GH API

Delopers make feedbacks... and as you can see it below Github is

"committed to making it trustworthy, easy to find, and easy to use."

πŸ”– Gist

Latest comments (1)

Collapse
 
adriens profile image
adriens