diff --git a/server/Main.hs b/server/Main.hs
index 0f142dec59797934967df79e54189cdca14d25f9..ef47bbde6735bc47d39d48f489dac6d145d1786e 100644
--- a/server/Main.hs
+++ b/server/Main.hs
@@ -80,7 +80,7 @@ app config =
   where api = Proxy @Routes
         conv :: App a -> Handler a
         conv m = do
-          config <- liftIO $ mkDefaultCliConfig []
+          config <- liftIO $ mkDefaultCliConfig ["-v"]
           res <- runCli config m
           case res of
             Right a  -> pure a