II.
InstallMethod JSON
Structured · liveinstall:scoop
scoop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "install:scoop",
"_kind": "InstallMethod",
"_file": "capabilities/install-methods/scoop.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "scoop",
"kind": "scoop",
"platforms": [
"win32"
],
"command": "scoop install {{package}}",
"prerequisiteCheck": "scoop --version"
},
"outgoingEdges": [
{
"from": "install:scoop",
"to": "tool:scoop",
"kind": "install_method_requires"
}
],
"incomingEdges": []
}