blob: ca673e76a4c44133b98f38571390b325747210da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# luarocks-admin
**luarocks-admin** is the repository management tool for LuaRocks, the Lua package manager.
# Usage
```
luarocks-admin <command> [<arguments>]...
```
# Supported commands
* [help](luarocks_admin_help.md) - Help on commands.
* [make-manifest](luarocks_admin_make_manifest.md) - Compile a manifest file for a repository.
* [add](luarocks_admin_add.md) - Add a rock or rockspec to a rocks server.
* [remove](luarocks_admin_remove.md) - Remove a rock or rockspec from a rocks server.
* [refresh-cache](luarocks_admin_refresh_cache.md) - Refresh local cache of a remote rocks server.
|