butter

command module
v0.0.0-...-f463375 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2016 License: MPL-2.0 Imports: 7 Imported by: 0

README

butter logo Build Status

Butter

A small, version controll based deployment service with pluggable authentication and deployment strategies.

Status

Experimental/Unstable/Incomplete

Routes

Route Description Payload Response
/files?ref={ref} Show the names of all the files at the specific ref, or MASTER nil {file contents}
/files/{file}?ref={ref} Get the content of the file at the specific ref, or MASTER nil {file contents}
/branches Get the names of all branches pushed nil ["master"]
/commits Get a list of all the commits nil [{"id":"sha","message":"this is a message","author":"me"}]
/commits/{commit} Get details about a specific commit nil [{"id":"sha","author":"me","message":"this is a message","author_date":"jan","author_email":"me@me.com"}]

butter logo

TODO

build a cli Write tests

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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