circleci-cli

CLI for interacting with CircleCI's API

  • 所有者: jszwedko/circleci-cli
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

circleci-cli Circle CI Go Report Card

Command line utility for interacting with CircleCI.

Allows you to list recent builds, projects, retry builds, and more!

Demo video

Currently in alpha stages so the interface may change. Feedback and feature
requests are welcome! Install and run circleci-cli -h to see current help
documentation.

The CircleCI HTTP API response schemas (which this utility uses) are not well documented so please report any issues you witness

Installing

OS X (64 bit)

curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.1.0/darwin_amd64 > circleci-cli
sudo mv circleci-cli /usr/local/bin/
sudo chmod +x /usr/local/bin/circleci-cli

Linux (64 bit)

curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.1.0/linux_amd64 > circleci-cli
sudo mv circleci-cli /usr/local/bin/
sudo chmod +x /usr/local/bin/circleci-cli

See the releases page for additional platforms.

Set $CIRCLE_TOKEN to an API token (you can generate one under your account settings). Consider adding this to your ~/.profile or shell equivalent.

Alternatively, install the latest via: GOVENDOREXPERIMENT=1 go get github.com/jszwedko/circleci-cli (requires Go >= 1.5 to be installed).

Developing

Requires Go 1.5 and
GOVENDOREXPERIMENT=1
to properly include dependencies.

Uses gvt to manipulate dependencies.

  • Building: make build
  • Testing: make test
  • Building cross compiled binaries: make dist (will install
    gox if needed)

Note: encoding/json is vendored from Go 1.7.1 in order to apply this
change
as it is very useful for
people filing bugs against this project since it causes encoding/json to
output information about the struct it was deserializing into when an error occurs.

主要指標

概覽
名稱與所有者jszwedko/circleci-cli
主編程語言Go
編程語言Makefile (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2015-08-14 21:21:06
推送於2021-11-09 08:52:30
最后一次提交2018-05-12 12:12:53
發布數5
最新版本名稱0.2.0 (發布於 )
第一版名稱0.0.1 (發布於 )
用户参与
星數65
關注者數3
派生數8
提交數57
已啟用問題?
問題數9
打開的問題數2
拉請求數6
打開的拉請求數2
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?