aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
AgeCommit message (Collapse)AuthorFilesLines
2020-03-01go fmtChris Lu1-2/+2
2020-03-01master able to list all master clients by typeChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-6/+6
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-12-13filer: streaming file listingChris Lu1-15/+9
2019-10-25go fmtChris Lu1-2/+2
2019-10-25fix iitial filer urlChris Lu1-2/+2
2019-06-10go fmtChris Lu1-1/+0
2019-06-05periodic scripts exeuction from leader masterChris Lu1-11/+22
2019-04-18go fmtChris Lu1-1/+1
2019-04-04weed shell: fs.cd change current directoryChris Lu1-0/+54
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current ↵Chris Lu1-0/+38
directory
2019-03-19weed shell: adding file system disk usage fs.duChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/889 echo "fs.du http://localhost:8888/some/path" | weed shell
2019-03-16add shell command to list all collectionsChris Lu1-0/+27