II.
Tool JSON
Structured · livetool:earthly
Earthly json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:earthly",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-platforms-cicd.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Earthly",
"homepageUrl": "https://earthly.dev",
"kind": "ci",
"description": "Build automation tool that combines Makefile and Dockerfile concepts into\nreproducible, containerised builds expressed in an Earthfile; runs\nidentically on local machines and any CI system.\n"
},
"outgoingEdges": [
{
"from": "tool:earthly",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:earthly",
"to": "skill-area:ci-cd",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:earthly",
"to": "skill-area:ci-cd",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:earthly",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:earthly",
"to": "tool:dagger",
"kind": "alternative_to",
"attributes": {
"comparison": "Reproducible CI — Earthly uses Makefiles+Dockerfiles; Dagger uses typed modules"
}
}
],
"incomingEdges": [
{
"from": "tool:dagger",
"to": "tool:earthly",
"kind": "alternative_to",
"attributes": {
"comparison": "Reproducible CI — Dagger uses typed modules; Earthly uses Makefiles+Dockerfiles"
}
}
]
}