Skip to content

lanzafame/butter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small, git-based deployment service with pluggable authentication and deployment strategies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages