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-COMMENT(1) FreeBSD General Commands Manual GCLI-COMMENT(1)

gcli commentComment on tickets in git forges

gcli comment [-y] [-o owner -r repo] [-i issue | -p PR] [-R comment]

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 exchangeable 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).

, --owner owner
Comment in the repository of the given owner. This option can only be used in combination with -r.
, --repo repo
Comment in the given repository. This option can only be used in combination with -r.
, --yes
Do not ask for confirmation before submitting the comment. Assume yes.
, --issue issue
Create the comment under issue #issue.
, --pull pr
Create the comment under PR #pr.
, --in-reply-to comment
Create a reply to the comment with ID comment. This will put the refenced comment prefixed with “> ” into the response file for you to edit.

Comment 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

git(1), gcli(1), gcli-issues(1), gcli-pulls(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 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.

July 22, 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.