athenianco / circleci-export

circleci-export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circleci-export

Load pipelines from CircleCI and submit them to Athenian as releases.

Installation

GOBIN=$(pwd) go install github.com/athenianco/circleci-export@latest

Usage

Obtain a CircleCI Personal API token. Obtain an Athenian API token.

Given a GitHub repository org/repo with the main branch,

export CIRCLECI_TOKEN=...
export ATHENIAN_TOKEN=...
./circleci-export org/repo@branch

If @branch is not added, submit all the branches.

License

Apache 2.0, see LICENSE.

About

circleci-export

License:Apache License 2.0


Languages

Language:Go 100.0%