GCLI-COMMENT(1) | General Commands Manual | GCLI-COMMENT(1) |
gcli comment
—
Comment on tickets in git forges
gcli comment |
[-y ] [-o
owner -r
repo] [-i
issue | -p
PR] |
gcli comment
can be used to add comments
in the discussion under issues and pull requests on git(1)
forges such as Github, Gitlab and Gitea. Note that PRs are treated as issues
on GitHub and Gitea, making the -i
and
-p
flags exchangable without changing the overall
effect of creating the comment. gcli comment
will
open an editor, either specified in your environment through
EDITOR
or the one set in your global config file to
enter the comment. See gcli(1).
-o
,
--owner
owner-r
.-r
,
--repo
repo-r
.-y
,
--yes
-i
,
--issue
issue-p
,
--pull
prComment under PR #11 in the upstream repository:
$ gcli comment -p 11
Comment under issue 1 in herrhotzenplotz/gcli:
$ gcli comment -o herrhotzenplotz -r gcli -i 1
Nico Sonack aka. herrhotzenplotz <nsonack@herrhotzenplotz.de> and contributors.
There is no way to preview the markdown markup, however you can input markdown which will be rendered on the remote site.
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.
January 31, 2025 | gcli 2.2.0 |