MCPcopy Create free account
hub / github.com/easingthemes/ssh-deploy / remoteCmd.js

File remoteCmd.js

src/remoteCmd.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { exec } = require('child_process');
2const crypto = require('crypto');
3const { sshServer, githubWorkspace, remotePort } = require('./inputs');
4const { writeToFile, deleteFile } = require('./helpers');

Callers

nothing calls this directly

Calls 1

remoteCmdFunction · 0.85

Tested by

no test coverage detected