-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 940 Bytes
/
manifest.json
File metadata and controls
39 lines (39 loc) · 940 Bytes
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
32
33
34
35
36
37
38
39
{
"name": "platform",
"version": "0.3.51",
"author": "GoCodeAlone",
"description": "Platform infrastructure modules (provider, resource, context), reconciliation trigger, template step, and platform workflow handler",
"source": "github.com/GoCodeAlone/workflow",
"path": "plugins/platform",
"type": "builtin",
"tier": "core",
"license": "MIT",
"minEngineVersion": "0.2.0",
"keywords": [
"platform",
"infrastructure",
"iac",
"provider",
"resource",
"reconciliation",
"terraform"
],
"homepage": "https://github.com/GoCodeAlone/workflow",
"repository": "https://github.com/GoCodeAlone/workflow",
"capabilities": {
"moduleTypes": [
"platform.provider",
"platform.resource",
"platform.context"
],
"stepTypes": [
"step.platform_template"
],
"triggerTypes": [
"reconciliation"
],
"workflowHandlers": [
"platform"
]
}
}