Merge pull request #1657 from xiangli-cmu/backup
*: add ctl backup support
This commit is contained in:
@ -40,6 +40,7 @@ func main() {
|
||||
cli.StringFlag{Name: "ca-file", Value: "", Usage: "verify certificates of HTTPS-enabled servers using this CA bundle"},
|
||||
}
|
||||
app.Commands = []cli.Command{
|
||||
command.NewBackupCommand(),
|
||||
command.NewMakeCommand(),
|
||||
command.NewMakeDirCommand(),
|
||||
command.NewRemoveCommand(),
|
||||
|
Reference in New Issue
Block a user