aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09filer: cross cluster synchronizationChris Lu1-0/+1
2020-04-05change from 'weed tail' to 'weed watch'Chris Lu1-1/+1
2020-04-05filer: able to tail meta data changesChris Lu1-7/+8
2020-03-04refactoringChris Lu1-1/+1
2020-02-27weed queue startsChris Lu1-0/+1
2019-05-02scaffolding, but seems hard to satisfy mac, windows, and different os versionsChris Lu1-0/+1
https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu1-1/+0
2018-09-17add WIP filer.replicateChris Lu1-0/+1
2018-08-22adding filer.export prototypeChris Lu1-0/+1
2018-08-19add "weed scaffold" commandChris Lu1-0/+1
2018-07-18add list all my bucketsChris Lu1-0/+1
2016-07-20add "weed copy" command to copy files to filerChris Lu1-0/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+71
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.