Skip to content

athenianco/circleci-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages