An interactive CLI tool for fetching all of your secrets from CircleCI.
- Docker
- Clone this repo
- Run
run.sh
from the root of the repo - Follow the prompts.
{
"contexts": [
{
"name": "CONTEXT_NAME",
"id": "xxx",
"variables": [
{
"variable": "GITHUB_TOKEN",
"context_id": "xxx",
"created_at": "yyy"
}
]
}
],
"projects": [
{
"name": "ORG/REPO",
"variables": [
{ "name": "VAR", "value": "xxxx" }
]
}
]
}