Skip to content

Latest commit

 

History

History

seafile-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Seafile CLI tool

Useage

Run seafile-cli -h to see the commandline options.

Scripting

There is a rudamentary form of scripting available, see the example script for reference.

Any commandline parameter passed after seafile-cli parameters will be available as $1, $2, ... (or in ${1} notation). Environment variables are also available in the same format.