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:
109
109
110
110
### Syntax
111
111
112
- > ` sasjs fs sync <localFolder> <remoteFolder> -t targetName `
112
+ > ` sasjs fs sync -l <localFolder> -r <remoteFolder> -t targetName `
113
113
114
114
Can also be used without the arguments, taking values from the sasjsconfig.json file, eg:
115
115
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
28
28
| [ doc] ( /doc ) | Generate HTML documentation based on the Doxygen headers used in the SAS Macros, Programs, Jobs & Services. |
29
29
| [ 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 |
30
30
| [ folder] ( /folder ) | Management of logical Viya folders |
31
+ | [ fs] ( /fs ) | Synchronise local files with a remote (physical) directory |
31
32
| [ job] ( /job ) | Manage & Execute SAS Jobs |
32
33
| [ lint] ( /lint ) | Lint your SAS code and identify commmon problems / undesirable coding practices |
33
34
| [ request] ( /request ) | Execute SASjs web services from the commandline |
You can’t perform that action at this time.
0 commit comments