luarocks-admin(1)
NAME
luarocks-admin - luarocks
DESCRIPTION
LuaRocks 0.5.2, a module deployment system for Lua
luarocks-admin - LuaRocks repository administration interface usage:
luarocks-admin [--from=<server> | --only-from=<server>] [--to=<tree>]
[VAR=VALUE]... <command> [<argument>]
Variables from the "variables" table of the configuration file can be
overriden with VAR=VALUE assignments.
- --from=<server> Fetch rocks/rockspecs from this server
- (takes priority over config file)
- --only-from=<server> Fetch rocks/rockspecs from this server only
(overrides any entries in the config file)- --to=<tree> Which tree to operate on.
- Supported commands:
- help Help on commands. make_manifest Compile a manifest file for a repository.
- LuaRocks repository administration interface