aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-05-01filer: add filer groupchrislu1-0/+1
2021-11-02better printoutChris Lu1-2/+0
2021-11-02shell: optionally read filer address from masterChris Lu1-4/+5
2021-09-12change server address from string to a typeChris Lu1-7/+2
2021-08-04refactoringChris Lu1-0/+1
2020-12-28shell: add shell.toml supportChris Lu1-2/+23
fix https://github.com/chrislusf/seaweedfs/issues/1664
2020-04-08weed shell: simplify CLI option for filerChris Lu1-7/+8
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.