feature(cloudcmd) add ability to set prefix for web sockets connections with --prefix-socket (#200)

This commit is contained in:
coderaiser 2018-10-25 13:02:00 +03:00
parent 63987a0585
commit 359a0344f8
12 changed files with 58 additions and 27 deletions

View file

@ -17,6 +17,7 @@
"ip": null,
"root": "/",
"prefix": "",
"prefixSocket": "",
"progress": true,
"contact": true,
"confirmCopy": true,

View file

@ -13,6 +13,7 @@
"--packer ": "set packer: \"tar\" or \"zip\"",
"--root ": "set root directory",
"--prefix ": "set url prefix",
"--prefix-socket ": "set prefix for socket connection",
"--port ": "set port number",
"--progress ": "show progress of file operations",
"--confirm-copy ": "confirm copy",