aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-15 22:48:04 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-15 22:48:04 -0700
commitf0907eb83cddd7c0160583702e0bb633ac551caf (patch)
tree409c9ea799e62f205df177d33e8ccb8e66881518
parent63da4bbb5463b56c4beafc499d26a2d8f26a08fd (diff)
downloadseaweedfs-f0907eb83cddd7c0160583702e0bb633ac551caf.tar.xz
seaweedfs-f0907eb83cddd7c0160583702e0bb633ac551caf.zip
add command filre.remote.gateway
-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 8d6525652..dbc18a053 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -21,6 +21,7 @@ var Commands = []*Command{
cmdFilerCopy,
cmdFilerMetaBackup,
cmdFilerMetaTail,
+ cmdFilerRemoteGateway,
cmdFilerRemoteSynchronize,
cmdFilerReplicate,
cmdFilerSynchronize,