@pixlcore/xyplug-ssh 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/xyops.json +3 -3
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ This makes it useful both as a simple remote shell runner and as a transport lay
|
|
|
18
18
|
|
|
19
19
|
## Requirements
|
|
20
20
|
|
|
21
|
-
- `npx`
|
|
21
|
+
- `npx` (this comes pre-installed with xyOps and xySat)
|
|
22
22
|
- Network access from the xyOps runner host to the remote SSH server
|
|
23
23
|
- A POSIX-like remote host with `/bin/sh`
|
|
24
24
|
- `base64` or `openssl` available on the remote host for env var bootstrapping
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixlcore/xyplug-ssh",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "An SSH runner plugin for the xyOps workflow automation system.",
|
|
5
5
|
"author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
|
|
6
6
|
"homepage": "https://github.com/pixlcore/xyplug-ssh",
|
package/xyops.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"title": "Remote SSH",
|
|
11
11
|
"enabled": true,
|
|
12
12
|
"type": "event",
|
|
13
|
-
"command": "npx -y @pixlcore/xyplug-ssh@1.0.
|
|
13
|
+
"command": "npx -y @pixlcore/xyplug-ssh@1.0.3",
|
|
14
14
|
"script": "",
|
|
15
|
-
"kill": "
|
|
16
|
-
"runner":
|
|
15
|
+
"kill": "all",
|
|
16
|
+
"runner": false,
|
|
17
17
|
"notes": "Run remote commands or scripts over SSH.",
|
|
18
18
|
"icon": "console-network-outline",
|
|
19
19
|
"params": [
|