UNPKG

rdtool

Version:

A simple Node.js-based remote deployment tool that makes deployments easier with config files.

9 lines (7 loc) 168 B
function exec(client, config, command) { return `当前远程基础路径为:${config.remoteBaseDir}`; } module.exports = { name: "remote-pwd", exec, };