add update feature

This commit is contained in:
guol-fnst
2022-06-14 19:01:57 +08:00
parent e437ec5a68
commit 322dbcf372
2 changed files with 389 additions and 1 deletions

View File

@@ -2,9 +2,10 @@ package command
import (
"fmt"
flag "github.com/chrislusf/seaweedfs/weed/util/fla9"
"os"
"strings"
flag "github.com/chrislusf/seaweedfs/weed/util/fla9"
)
var Commands = []*Command{
@@ -37,6 +38,7 @@ var Commands = []*Command{
cmdServer,
cmdShell,
cmdUpload,
cmdUpdate,
cmdVersion,
cmdVolume,
cmdWebDav,