16298: "arvados-server killcollection" command.
[arvados.git] / cmd / arvados-server / cmd.go
index fcea2223da70d5a174ee74b8281ebd3d20e0b503..2c2b6c01ff73ea9a3b88e60adfc8b9595f341bd1 100644 (file)
@@ -15,6 +15,7 @@ import (
        "git.arvados.org/arvados.git/lib/crunchrun"
        "git.arvados.org/arvados.git/lib/dispatchcloud"
        "git.arvados.org/arvados.git/lib/install"
+       "git.arvados.org/arvados.git/lib/killcollection"
        "git.arvados.org/arvados.git/services/ws"
 )
 
@@ -33,6 +34,7 @@ var (
                "crunch-run":      crunchrun.Command,
                "dispatch-cloud":  dispatchcloud.Command,
                "install":         install.Command,
+               "killcollection":  killcollection.Command,
                "ws":              ws.Command,
        })
 )