Compare commits
3 Commits
e5cf78205f
...
a74501ac95
| Author | SHA1 | Date |
|---|---|---|
|
|
a74501ac95 | |
|
|
6cbab36d05 | |
|
|
2acd68d29f |
|
|
@ -65,6 +65,8 @@ empty
|
||||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||||
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
|
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
|
||||||
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
|
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
|
||||||
|
- [**Shell environments**](stores/3c4054b0-b184-3397-97f5-dbf444cf416c)
|
||||||
|
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
|
||||||
|
|
||||||
**All connections / local**
|
**All connections / local**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "3c4054b0-b184-3397-97f5-dbf444cf416c",
|
||||||
|
"name" : "Shell environments",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironmentGroup",
|
||||||
|
"parent" : {
|
||||||
|
"storeId" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "dbd7adae-2a5f-4c24-b801-73d75ba537c8",
|
||||||
|
"name" : "bash",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
|
||||||
|
},
|
||||||
|
"shell" : "bash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue