-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1.02 KB
/
plugin.json
File metadata and controls
31 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "workflow-plugin-compute",
"version": "0.1.6",
"description": "Workflow adapter for workflow-compute dispatch, wait, map, provider, pool, and provider catalog integration",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "compute",
"minEngineVersion": "0.27.0",
"keywords": ["workflow", "compute", "distributed-compute", "ci", "proof-of-work"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-compute",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-compute",
"capabilities": {
"configProvider": false,
"moduleTypes": ["compute.provider", "compute.pool", "compute.provider_catalog"],
"stepTypes": ["step.compute_dispatch", "step.compute_wait", "step.compute_map"],
"triggerTypes": [],
"cliCommands": [
{
"name": "compute",
"description": "Operate a workflow-compute control plane"
}
]
},
"dependencies": [
{
"name": "workflow-plugin-compute-core",
"constraint": ">=0.0.0"
}
]
}