gitlab-cli

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2014 License: MIT Imports: 15 Imported by: 0

README

gitlab-cli

Build Status Coverage Status GoDoc

gitlab command line tool golang

Install

$ go get github.com:kyokomi/gitlab-cli
$ godep get

Usage

Init Config
$ gitlab-cli init --host https://gitlab.com/ --api-path api/v3/ --token aaaaaaaaaaa
  • --host: gitlab host url
  • --api-path: gitlab api version path
  • --token: your access token
Issue List
Target Gitlab Issues

/gitlab.png

$ gitlab-cli list
  • --state: state filter (opened or closed)
Create Issue
$ gitlab-cli add -t title -d hoge -l aaa,bbbb,hoge,tag
  • -t: issue title
  • -d: issue detail
  • -l: issue labels (array of a comma delimited string)
Issue Detail
$ gitlab-cli issue --id 28
  • --issue-id, --id: issue loclaID

Demo

Issues List

/gitlab-cli_demo_issue-list.png

Issue Detail

/gitlab_cli_issue.png

LICENSE

MIT

Author

kyokomi

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL