aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-06 04:21:34 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-06 04:22:00 -0800
commit2b7685464139e8fbfedbb357f72c4ff70bd869e1 (patch)
tree74ee5a6e9f15003bc659da47a8a806bcfdb6a416 /weed/command/command.go
parent95ecf0c72f57f7b8cc96cb9099b79bc8ead9b80d (diff)
downloadseaweedfs-2b7685464139e8fbfedbb357f72c4ff70bd869e1.tar.xz
seaweedfs-2b7685464139e8fbfedbb357f72c4ff70bd869e1.zip
add "weed filer.cat" to read files directly from volume servers
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 0df22b575..8f9cec087 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -15,6 +15,7 @@ var Commands = []*Command{
cmdDownload,
cmdExport,
cmdFiler,
+ cmdFilerCat,
cmdFilerReplicate,
cmdFilerSynchronize,
cmdFix,