File: luarocks-admin.1.txt

package info (click to toggle)
luarocks 2.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,056 kB
  • ctags: 607
  • sloc: sh: 523; makefile: 181; ansic: 5
file content (33 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
NAME
	luarocks-admin - LuaRocks repository administration interface

SYNOPSIS
	luarocks-admin [options] command

DESCRIPTION
	LuaRocks repository administration interface

	Variables from the "variables" table of the configuration file
	can be overriden with VAR=VALUE assignments.

	Options:
	--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.

	Commands:
	add	Add a rock or rockspec to a rocks server.
	help	Help on commands.
	make_manifest	Compile a manifest file for a repository.
	refresh_cache	Refresh local cache of a remote rocks server.

SEE ALSO
	luarocks(1)

FILES
	/etc/luarocks/config.lua

AUTHOR
	Enrico Tassi <gareuselesinge@debian.org>