Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GCLI-MILESTONES(1)	     General Commands Manual	      GCLI-MILESTONES(1)

NAME
     gcli milestones -- List and manage milestones in various Git Forges

SYNOPSIS
     gcli milestones [forge-path] [-o owner -r repo]
     gcli milestones [forge-path] [-o owner -r repo] [-i id]
     gcli milestones [forge-path] create [-o owner -r repo] -t title
		     [-d description]

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

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

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

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

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

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

ACTIONS
     When operating on a single milestone you may use one or more of the follow-
     ing 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.

     open    Open this milestone in a web browser.

EXAMPLES
     Print a list of milestones for the current auto-detected 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

     List milestones in herrhotzenplotz/gcli on  GitHub  using	the  forge  path
     shorthand:

	   $ gcli milestones gh:herrhotzenplotz/gcli

SEE ALSO
     git(1), gcli(1)

AUTHORS
     Nico Sonack aka. herrhotzenplotz <nsonack@herrhotzenplotz.de> and contribu-
     tors.

BUGS
     The  delete  subcommand  deletes the milestone without asking for confirma-
     tion.

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

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

gcli 2.12.0			   30-May-2026		      GCLI-MILESTONES(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gcli-milestones&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help