diff --git a/extra/dist/tarantoolctl.in b/extra/dist/tarantoolctl.in
index 2dd5d74ef68a748d89037ad8c3b06ad0c6fdba30..f0529734f656824eec654dbd8e5494f9551491ea 100755
--- a/extra/dist/tarantoolctl.in
+++ b/extra/dist/tarantoolctl.in
@@ -910,6 +910,8 @@ local function rocks()
        remove = "luarocks.remove",
        show = "luarocks.show",
        make = "luarocks.make",
+       pack = "luarocks.pack",
+       unpack = "luarocks.unpack",
     }
     rawset(_G, 'commands', commands)