aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_meta_notify.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-24Shell: Added a helper function `isHelpRequest()` (#7380)Chris Lu1-0/+4
* Added a helper function `isHelpRequest()` * also handles combined short flags like -lh or -hl * Created handleHelpRequest() helper function encapsulates both: Checking for help flags Printing the help message * Limit to reasonable length (2-4 chars total) to avoid matching long options like -verbose
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-05-30typochrislu1-1/+1
2020-04-21refactorChris Lu1-1/+1
2020-03-23shell: fs.meta.save add option to export all fileIds for all filesChris Lu1-1/+1
2020-03-23simplify parsing filer host and portChris Lu1-2/+2
2020-03-23refactoringChris Lu1-2/+1
2020-02-25remove ctx if possibleChris Lu1-4/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+2
2019-12-13filer: streaming file listingChris Lu1-22/+23
2019-12-06filer: speed up filer.meta.save by parallelizingChris Lu1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+4
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu1-0/+78