-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.atlas.json
More file actions
47 lines (47 loc) · 1.72 KB
/
plugin.atlas.json
File metadata and controls
47 lines (47 loc) · 1.72 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "workflow-plugin-atlas-migrate",
"version": "0.3.6",
"description": "Atlas migration driver plugin for the workflow engine",
"author": "GoCodeAlone",
"license": "Apache-2.0",
"type": "external",
"tier": "community",
"minEngineVersion": "0.18.0",
"keywords": ["migrations", "database", "atlas"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-migrations",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-migrations",
"capabilities": {
"configProvider": false,
"moduleTypes": [
"database.migrations",
"database.migration_driver"
],
"stepTypes": [],
"triggerTypes": [],
"migrationDrivers": ["atlas"],
"cliCommands": [],
"buildHooks": []
},
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.6/workflow-plugin-atlas-migrate-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.6/workflow-plugin-atlas-migrate-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.6/workflow-plugin-atlas-migrate-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.3.6/workflow-plugin-atlas-migrate-darwin-arm64.tar.gz"
}
]
}