From f0907eb83cddd7c0160583702e0bb633ac551caf Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 15 Sep 2021 22:48:04 -0700 Subject: [PATCH] add command filre.remote.gateway --- weed/command/command.go | 1 + 1 file changed, 1 insertion(+) 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,