GCLI-MILESTONES(1) | General Commands Manual | GCLI-MILESTONES(1) |
gcli milestones
—
List 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 milestons.
-i
,
--id
id-o
,
--owner
owner-r
,
--repo
repo-t
,
--title
title-d
,
--description
descriptionWhen operating on a single milestone you may use one or more of the following actions:
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
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 ~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.
2024-Feb-05 | gcli 2.2.0 |