Fetcher of build artifacts from Circle CI.
go get github.com/nbio/cart
One step closer to continuous delivery
$ cart path/to/artifact
Authentication uses $CIRCLE_TOKEN
in your shell's environment or the -token
flag on the command line.
$ cart -branch feature1 path/to/artifact
$ cart -build 42 path/to/artifact
$ cart -repo nbio/cart path/to/artifact
$ cart -repo nbio/cart -branch feature1 -o output/elsewhere path/to/artifact