Skip to content

Commit a6e9ec3

Browse files
author
allan
committed
fix: sasjs fs
1 parent 47a57e3 commit a6e9ec3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Here's a demo video:
109109

110110
### Syntax
111111

112-
> `sasjs fs sync <localFolder> <remoteFolder> -t targetName`
112+
> `sasjs fs sync -l <localFolder> -r <remoteFolder> -t targetName`
113113
114114
Can also be used without the arguments, taking values from the sasjsconfig.json file, eg:
115115

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ There is also a feature to let you deploy your frontend as a [streaming app](htt
2828
| [doc](/doc) | Generate HTML documentation based on the Doxygen headers used in the SAS Macros, Programs, Jobs & Services. |
2929
| [flow](/flow) | SAS job scheduler that takes a JSON file as input, and submit all the jobs sequentially, logging the results to an output CSV file |
3030
| [folder](/folder) | Management of logical Viya folders |
31+
| [fs](/fs) | Synchronise local files with a remote (physical) directory |
3132
| [job](/job) | Manage & Execute SAS Jobs |
3233
| [lint](/lint) | Lint your SAS code and identify commmon problems / undesirable coding practices |
3334
| [request](/request) | Execute SASjs web services from the commandline |

0 commit comments

Comments
 (0)