command
module
Version:
v0.0.0-...-f463375
Opens a new window with list of versions in this module.
Published: Jan 13, 2016
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶

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"}] |

TODO
build a cli
Write tests
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.