Skip to content

nbio/cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cart

Fetcher of build artifacts from Circle CI.

Install

go get github.com/nbio/cart

One step closer to continuous delivery

Get an artifact from the latest green build of your current project's master

$ cart path/to/artifact

Authentication uses $CIRCLE_TOKEN in your shell's environment or the -token flag on the command line.

Get an artifact from a specific branch

$ cart -branch feature1 path/to/artifact

Get an artifact from a specific build number

$ cart -build 42 path/to/artifact

Get an artifact from a specific user/repo

$ cart -repo nbio/cart path/to/artifact

All together now

$ cart -repo nbio/cart -branch feature1 -o output/elsewhere path/to/artifact

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages