Giter Site home page Giter Site logo

gogscli's Introduction

Gogs Cli

This is an experimental project. By now it's just a proof of concept.

An attempt to create a command line tool to interact with a Gogs instance.

Installation

This assumes you have a Golang installation working, and GOPATH/bin in you PATH environment variable.

go get -u https://github.com/andreynering/gogscli/...

Configuration

Configuration can be made by command line, and it's saved on $HOME/gogscli.ini.

Remote Gogs instance

Set the HTTP/HTTPS URL of your Gogs instance:

gogscli config --remote=https://git.yourdomain.com

Token

In order to have access to the Gogs API, you have to create and configure the access token. To create it, navigate to User -> Configuration -> Applications (/user/settings/applications) in your Gogs instance. Add it to Gogs Cli by doing:

gogscli config --token=YOUR_TOKEN_HERE

Issue

List issues

gogscli issue list user/repo

Add issue

# syntax
gogscli issue add user/repo "Issue title" ["Optional issue body"] [--assignee=optionalassignee]

# example
gogscli issue add andreynering/gogscli "Please fix X" "etc, etc..." --assignee=andreynering

More

More to be added. Contributions are welcome.

gogscli's People

Contributors

andreynering avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.