jmickey / circleops

Command line tool for interacting with the CircleCI API. Inspired by kubectl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleOps - CircleCI in the Terminal

This project is still in early development

CircleOps is a project that provides a command line tool - circlectl - for interacting with the CircleCI API. It is currently in early development.

Installation

go get -u mickey.dev/circleops/cmd/circlectl

Running circlectl setup will prompt for a server URL and API token. Configuration is stored by default in $HOME/.circlectl/config.yaml.

Development

This project uses Go Modules, therefore the repo can be cloned into any location of the filesystem, and doesn't require $GOPATH. However, it does require at least Go v1.11.

About

Command line tool for interacting with the CircleCI API. Inspired by kubectl

License:Apache License 2.0


Languages

Language:Go 100.0%