https://github.com/mtchavez/circlecli
https://github.com/mtchavez/circlecli
circleci cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtchavez/circlecli
- Owner: mtchavez
- License: mit
- Created: 2016-12-19T02:38:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T12:42:51.000Z (about 6 years ago)
- Last Synced: 2025-02-04T15:32:31.611Z (4 months ago)
- Topics: circleci, cli
- Language: Go
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circlecli
[](https://github.com/mtchavez/circlecli/releases)
[](https://travis-ci.org/mtchavez/circlecli)
[](http://godoc.org/github.com/mtchavez/circlecli)
[](https://goreportcard.com/report/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
```