Categorygithub.com/athenianco/circleci-export
repositorypackage
0.0.0-20230406143640-639942b1e54e
Repository: https://github.com/athenianco/circleci-export.git
Documentation: pkg.go.dev

# README

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.