command-runner support and first OpenCMIS TCK wrapper boundary
This commit is contained in:
parent
228193723a
commit
12ab9c88cb
9 changed files with 482 additions and 33 deletions
|
|
@ -15,11 +15,13 @@
|
|||
"runner_entrypoints": [
|
||||
{
|
||||
"id": "replace-with-runner-id",
|
||||
"kind": "external",
|
||||
"kind": "command",
|
||||
"module_path": null,
|
||||
"callable": null,
|
||||
"command": null,
|
||||
"description": "Describe how this runner is provided."
|
||||
"command": [
|
||||
"replace-with-command"
|
||||
],
|
||||
"description": "Describe how this manifest-declared command produces JSON runner output."
|
||||
}
|
||||
],
|
||||
"normalizers": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue