logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gcli milestones — List and manage milestones in various Git Forges

Actions

       When operating on a single milestone you may use one or more of the following actions:

       all     Print both general status info and a list of issues related to the given milestone.

       status  Print general metadata and information about the milestone.

       issues  Print a list of issues attached to the milestone.

       delete  Delete this milestone.

Authors

       Nico Sonack aka. herrhotzenplotz <nsonack@herrhotzenplotz.de> and contributors.

Bugs

       The delete subcommand deletes the milestone without asking for confirmation.

       Please report bugs via E-Mail to ~herrhotzenplotz/gcli-discuss@lists.sr.ht.

       Alternatively you can report them  on  any  of  the  forges  linked  at  https://herrhotzenplotz.de/gcli.
       However, the preferred and quickest method is to use the mailing list.

gcli 2.3.0                                         2024-May-25                                GCLI-MILESTONES(1)

Description

       The  gcli  command  can  be  used to work with milestones on various git(1) forges. You can list, create,
       modify or delete milestons.

Examples

       Print a list of milestones for the current autodetected forge:

             $ gcli milestones

       Print details about the milestone with the ID 42:

             $ gcli milestones -i 42 status

       Create a new milestone with the title foobar:

             $ gcli milestones create -t foobar

       Delete milestone number 420 in vim/vim on Github:

             $ gcli -t github milestones -i 420 delete

Name

       gcli milestones — List and manage milestones in various Git Forges

Options

-i, --idid
               Operate on a milestone with the given id.

       -o, --ownerowner
               Work with milestones on a repository of the given owner.

       -r, --reporepo
               Work with milestones on the given repository.

       -t, --titletitle
               Create a milestone with the given title.  This option is mandatory when creating a milestone.

       -d, --descriptiondescription
               Create the milestone with the given description.

See Also

git(1), gcli(1)

Synopsis

gcli [-oowner-rrepo]
       gcli [-oowner-rrepo] [-iid]
       gclicreate [-oowner-rrepo] -ttitle [-ddescription]

See Also