-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
869c167
commit 6ea0d48
Showing
6 changed files
with
164 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"displayName": "F5 Networks FAST", | ||
"description": "(F)5 Networks (A)pplication (S)ervices (T)emplate engine extension", | ||
"publisher": "DumpySquare", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"keywords": [ | ||
"f5", | ||
"f5networks", | ||
|
@@ -95,7 +95,7 @@ | |
}, | ||
{ | ||
"id": "decExamples", | ||
"name": "Declaration Examples" | ||
"name": "Documentation/Examples" | ||
} | ||
] | ||
}, | ||
|
@@ -129,6 +129,18 @@ | |
"ldap", | ||
"custom" | ||
] | ||
}, | ||
"onConnect": { | ||
"type":"array", | ||
"description": "List of terminal/bash commands to execute at connect", | ||
"examples": [ | ||
"ssh [email protected]", | ||
"ssh ${this.device}" | ||
] | ||
}, | ||
"onDisconnect": { | ||
"type":"array", | ||
"description": "List of terminal/bash commands to execute at disconnect" | ||
} | ||
}, | ||
"required": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters