An open API service indexing awesome lists of open source software.

https://github.com/mtchavez/circlecli


https://github.com/mtchavez/circlecli

circleci cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# circlecli

[![Latest Version](http://img.shields.io/github/release/mtchavez/circlecli.svg?style=flat-square)](https://github.com/mtchavez/circlecli/releases)
[![Build Status](https://travis-ci.org/mtchavez/circlecli.svg?branch=master)](https://travis-ci.org/mtchavez/circlecli)
[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/mtchavez/circlecli)
[![Go Report Card](https://goreportcard.com/badge/github.com/mtchavez/circlecli)](https://goreportcard.com/report/github.com/mtchavez/circlecli)
[![Go Cover](http://gocover.io/_badge/github.com/mtchavez/circlecli)](http://gocover.io/github.com/mtchavez/circlecli)

## Docker

Building from source via docker and running image

```
docker build -t circlecli .
docker run -it -rm circlecli --help
```

Installing from docker hub

```
docker pull mtchavez/circlecli
```

Using image to run CLI commands, can pass in `env-file` or `env` flags to be used
by the CLI.

```
docker run -it --env CIRCLECI_TOKEN= --rm mtchavez/circlecli --help
```