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