You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
| -m| --monitor| The path to the file used as a signal that the files are ready to be deployed. Once the deploymetn is completed,the file is deleted.| sshdeploy.ready|:heavy_check_mark:|
214
-
| -s| --source| The source path for the files to transfer||:heavy_check_mark:|
215
-
| -t| --target| The target path of the files to transfer||:heavy_check_mark:|
216
-
|| --pre| Command to execute prior file transfer to target||:x:|
217
-
| |--post| Command to execute after file transfer to target ||:x:
218
-
|| --clean| Deletes all files and folders on the target before pushing the new files| True|:x:|
219
-
|| --exclude| a pipe (\|) separated list of file suffixes to ignore while deploying.|.ready\|.vshost.exe\|.vshost.exe.config|:x:|
220
-
| -v| --verbose|Add this option to print messages to standard error and standard output streams.| True|:x:|
221
-
| -h| --host| Hostname or IP Address of the target. -- Must be running an SSH server.||:heavy_check_mark:|
222
-
| -p| --port| Port on which SSH is running.| 22|:x:|
223
-
| -u|--username| The username under which the connection will be established.|pi|:x:|
224
-
| -w| --password|The password for the given username.| raspberry|:x:|
225
-
| -l| --legacy| Monitor files using legacy method| False|:x:|
214
+
| -s| --source| The source path for the files to transfer.||:heavy_check_mark:|
215
+
| -t| --target| The target path of the files to transfer.||:heavy_check_mark:|
216
+
|| --pre| Command to execute prior file transfer to target.||:x:|
217
+
||--post| Command to execute after file transfer to target.||:x:|
218
+
|| --clean| Deletes all files and folders on the target before pushing the new files| True|:x:|
219
+
|| --exclude| a pipe (\|) separated list of file suffixes to ignore while deploying.|.ready\|.vshost.exe\|.vshost.exe.config|:x:|
220
+
| -v| --verbose|Add this option to print messages to standard error and standard output streams.| True|:x:|
221
+
| -h| --host| Hostname or IP Address of the target. -- Must be running an SSH server.||:heavy_check_mark:|
222
+
|-p| --port| Port on which SSH is running.| 22|:x:|
223
+
| -u|--username| The username under which the connection will be established.|pi|:x:|
224
+
| -w| --password|The password for the given username.| raspberry|:x:|
225
+
| -l| --legacy| Monitor files using legacy method| False|:x:|