gfleury / gobbs

simple Bitbucket Server (former stash) command line client in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobbs

Build Status GoDoc codecov

Simple command line client for Atlassian's Bitbucket Server (former stash) service written in Go.

Install

Download

You can download one of the pre-built binaries for gobbs here.

Build

You can build and install the official repository with Go:

go get github.com/gfleury/gobbs/cmd/gobbs

This will checkout this repository into $GOPATH/src/github.com/gfleury/gobbs/, build, and install it.

It should then be available in $GOPATH/bin/gobbs

About

simple Bitbucket Server (former stash) command line client in Go


Languages

Language:Go 99.4%Language:Makefile 0.6%