-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 796 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 796 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
{
"name": "featureflags",
"version": "0.3.51",
"author": "GoCodeAlone",
"description": "Feature flag service module and pipeline steps for runtime feature gating and gradual rollouts",
"source": "github.com/GoCodeAlone/workflow",
"path": "plugins/featureflags",
"type": "builtin",
"tier": "core",
"license": "MIT",
"minEngineVersion": "0.2.0",
"keywords": [
"feature-flags",
"flags",
"toggles",
"rollout",
"gating",
"sse"
],
"homepage": "https://github.com/GoCodeAlone/workflow",
"repository": "https://github.com/GoCodeAlone/workflow",
"capabilities": {
"moduleTypes": [
"featureflag.service"
],
"stepTypes": [
"step.feature_flag",
"step.ff_gate"
],
"triggerTypes": [],
"workflowHandlers": []
}
}