Load pipelines from CircleCI and submit them to Athenian as releases.
GOBIN=$(pwd) go install github.com/athenianco/circleci-export@latest
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.
Apache 2.0, see LICENSE.