Home

Awesome

Gogs command line interface

Interact with Gogs servers via curl requests to their REST API v1.

Use ./gogs to show available actions.
Use ./gogs <action> to show required parameters.
Use ./gogs <action> <argument> ... to run actions.

Available actions include to

Setup

(See config section in ./gogs)


The REST API does not yet allow some actions (like organization team deletion).
Similarly, this cli does not cover all avilable actions — pull requests are welcome!