-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.json
48 lines (48 loc) · 1.3 KB
/
manifest.json
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
48
{
"id": {
"artifactId": "xlr-powershell-plugin",
"groupId": "com.xebialabs.xlrelease.plugins",
"version": "10.1.0"
},
"metadata": {
"updatedDate": "2022-31-01",
"logo" : "icon/xlr-powershell-plugin.png",
"popularity":"5",
"rating" : "5",
"reviewed" : "100",
"capability": ["Powershell Plugin"],
"categories": [
"Powershell Command Plugin"
],
"description": "The Release Remote Script plugin allows Release to execute powershell commands on remote hosts. It does so by using the Overthere framework, a Java library for manipulating files and executing processes on remote hosts.",
"features": [
"Remote Script"
],
"links": [
{
"name": "Website",
"url": "https://github.com/xebialabs-community/xlr-powershell-plugin"
},
{
"name": "Documentation",
"url": "https://github.com/xebialabs-community/xlr-powershell-plugin#readme"
}
],
"maturity": "Incubating",
"name": "Powershell Plugin",
"requirements": {
"product": "Release",
"versions": [
"== 10.4.x","10.3.x","10.2.x","10.1.x","10.0.x"
]
},
"screenshots": [
],
"supportedBy": "Community",
"author": {
"author": [],
"Community": ["SE"],
"Partner": []
}
}
}