18216: Move keepstore into arvados-server binary.
[arvados.git] / cmd / arvados-server / cmd.go
index 4b94a7813869915c38c14ec7927a8a2662e30475..c8b945bea49c30d10270822ef18c58b22a92a103 100644 (file)
@@ -17,6 +17,7 @@ import (
        "git.arvados.org/arvados.git/lib/install"
        "git.arvados.org/arvados.git/lib/lsf"
        "git.arvados.org/arvados.git/lib/recovercollection"
+       "git.arvados.org/arvados.git/services/keepstore"
        "git.arvados.org/arvados.git/services/ws"
 )
 
@@ -37,6 +38,7 @@ var (
                "dispatch-lsf":       lsf.DispatchCommand,
                "install":            install.Command,
                "init":               install.InitCommand,
+               "keepstore":          keepstore.Command,
                "recover-collection": recovercollection.Command,
                "ws":                 ws.Command,
        })