GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GCLI-MILESTONES(1) FreeBSD General Commands Manual GCLI-MILESTONES(1)

gcli milestonesList and manage milestones in various Git Forges

gcli milestones [-o owner -r repo]

gcli milestones [-o owner -r repo] [-i id]

gcli milestones create [-o owner -r repo] -t title [-d 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.

, --id id
Operate on a milestone with the given id.
, --owner owner
Work with milestones on a repository of the given owner.
, --repo repo
Work with milestones on the given repository.
, --title title
Create a milestone with the given title. This option is mandatory when creating a milestone.
, --description description
Create the milestone with the given description.

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

Print both general status info and a list of issues related to the given milestone.
Print general metadata and information about the milestone.
Print a list of issues attached to the milestone.
Delete this milestone.
Open this milestone in a web browser.

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

git(1), gcli(1)

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

The delete subcommand deletes the milestone without asking for confirmation.

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.

25-May-2025 gcli 2.8.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.