File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
114114Can also be used without the arguments, taking values from the sasjsconfig.json file, eg:
115115
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments