aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-05 00:51:16 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-05 00:51:16 -0700
commitbf270d9e8c01052409464193b693d50fa09a70a9 (patch)
tree75d7faa1a56d984fd78954df8dca8b65d2f60a00 /weed/command/command.go
parent2a2d92d06e440c661bc0b06ff9c5c7034e9fc465 (diff)
downloadseaweedfs-bf270d9e8c01052409464193b693d50fa09a70a9.tar.xz
seaweedfs-bf270d9e8c01052409464193b693d50fa09a70a9.zip
filer: able to tail meta data changes
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 9dc51e922..a82f3cdd0 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -12,21 +12,22 @@ var Commands = []*Command{
cmdBackup,
cmdCompact,
cmdCopy,
- cmdFix,
+ cmdDownload,
+ cmdExport,
+ cmdFiler,
cmdFilerReplicate,
- cmdServer,
+ cmdFix,
cmdMaster,
- cmdFiler,
+ cmdMount,
cmdS3,
- cmdUpload,
- cmdDownload,
cmdMsgBroker,
cmdScaffold,
+ cmdServer,
cmdShell,
+ cmdTail,
+ cmdUpload,
cmdVersion,
cmdVolume,
- cmdExport,
- cmdMount,
cmdWebDav,
}