Skip to content

Commit e352206

Browse files
committed
Add extractPath field to plugin manifest schema
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent a951665 commit e352206

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schemas/plugin-cli-v1beta1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
"type": "string",
114114
"pattern": "^sha256:[a-f0-9]{64}$",
115115
"description": "SHA-256 checksum prefixed with 'sha256:'."
116+
},
117+
"extractPath": {
118+
"type": "string",
119+
"minLength": 1,
120+
"description": "Path to the binary within the archive, overriding the default root-level lookup using the bin name."
116121
}
117122
}
118123
}

0 commit comments

Comments
 (0)