All Projects → nbio → cart

nbio / cart

Licence: MIT license
Fetch build artifacts from CircleCI.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to cart

Unity3d Gitlab Ci Example Mirror
🍴Mirror of the gableroux/unity3d-gitlab-ci-example project for Travis and CircleCI on Github. If you are looking for Github Actions, refer to https://github.com/game-ci/unity-actions-example instead.
Stars: ✭ 210 (+900%)
Mutual labels:  circleci
Norimaki
🌀 Android client for Circle CI
Stars: ✭ 19 (-9.52%)
Mutual labels:  circleci
gradle-circle-style
🚀🚀🚀MOVED TO Baseline
Stars: ✭ 28 (+33.33%)
Mutual labels:  circleci
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+1023.81%)
Mutual labels:  circleci
golang-example-app
Example application
Stars: ✭ 138 (+557.14%)
Mutual labels:  circleci
terraform-aws-s3-bucket
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Stars: ✭ 138 (+557.14%)
Mutual labels:  circleci
Circleci Monorepo
An example of monorepo with CircleCI using conditional workflows and pipeline parameters.
Stars: ✭ 205 (+876.19%)
Mutual labels:  circleci
scikit-ci
Simpler and centralized CI configuration for Python extensions.
Stars: ✭ 15 (-28.57%)
Mutual labels:  circleci
compojure-appengine-sample
Sample Compojure app with deployment to Google App Engine
Stars: ✭ 12 (-42.86%)
Mutual labels:  circleci
ci-configuration-examples
This repository makes it easy to run your MATLAB tests on some of the most common CI platforms. The configuration files take care of setting up MATLAB and automatically executing your MATLAB tests.
Stars: ✭ 52 (+147.62%)
Mutual labels:  circleci
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (+1080.95%)
Mutual labels:  circleci
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (+28.57%)
Mutual labels:  circleci
cimg-node
The CircleCI Node.js Docker Convenience Image.
Stars: ✭ 35 (+66.67%)
Mutual labels:  circleci
Circleci Demo React Native
A demo React Native project that’s building on CircleCI 2.0 with Workflows
Stars: ✭ 212 (+909.52%)
Mutual labels:  circleci
tiller-circleci
Deploy Trellis, Bedrock and Sage via CircleCI
Stars: ✭ 14 (-33.33%)
Mutual labels:  circleci
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+885.71%)
Mutual labels:  circleci
phpboilerplate
PHP boilerplate with composer psr-4, phpunit and travis-ci.
Stars: ✭ 15 (-28.57%)
Mutual labels:  circleci
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-14.29%)
Mutual labels:  circleci
ci-npm-update
(no longer used by @bitjourney)
Stars: ✭ 41 (+95.24%)
Mutual labels:  circleci
terraform-provider-circleci
Terraform provider for CircleCI
Stars: ✭ 94 (+347.62%)
Mutual labels:  circleci

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].