aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+1
2019-11-12fix master maintenance logicLei Liu1-23/+1
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-25go fmtChris Lu1-4/+1
2019-10-25fix iitial filer urlChris Lu1-8/+37
2019-10-25 fix : change default filer.port to 8888shibinbin1-1/+1
2019-10-25 fix: weed shell add filer runtime attributesshibinbin1-6/+7
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-04weed shell: fs.cd change current directoryChris Lu1-1/+1
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current ↵Chris Lu1-0/+4
directory
2019-03-16add shell command to list all collectionsChris Lu1-41/+18
2016-06-02directory structure change to work with glideChris Lu1-0/+61
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.