annotate tempgk.out @ 1137:5fddf66c3e64

<GreyKnight> mv manifest /hackenv/etc/luarocks
author HackBot
date Fri, 14 Dec 2012 22:33:11 +0000
parents 7d09ae86104c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1135
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
1
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
2 LuaRocks 2.0.12, a module deployment system for Lua
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
3
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
4 NAME
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
5 luarocks - LuaRocks main command-line interface
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
6
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
7 SYNOPSIS
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
8 luarocks [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>]
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
9
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
10 GENERAL OPTIONS
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
11 These apply to all commands, as appropriate:
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
12
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
13 --server=<server> Fetch rocks/rockspecs from this server
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
14 (takes priority over config file)
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
15 --only-server=<server> Fetch rocks/rockspecs from this server only
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
16 (overrides any entries in the config file)
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
17 --only-sources=<url> Restrict downloads to paths matching the
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
18 given URL.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
19 --tree=<tree> Which tree to operate on.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
20 --local Use the tree in the user's home directory.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
21
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
22 VARIABLES
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
23 Variables from the "variables" table of the configuration file
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
24 can be overriden with VAR=VALUE assignments.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
25
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
26 COMMANDS
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
27 build
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
28 Build/compile a rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
29 download
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
30 Download a specific rock file from a rocks server.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
31 help
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
32 Help on commands. Type 'luarocks help <command>' for more.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
33 install
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
34 Install a rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
35 lint
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
36 Check syntax of a rockspec.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
37 list
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
38 Lists currently installed rocks.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
39 make
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
40 Compile package in current directory using a rockspec.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
41 new_version
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
42 Auto-write a rockspec for a new version of a rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
43 pack
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
44 Create a rock, packing sources or binaries.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
45 path
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
46 Return the currently configured package path.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
47 purge
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
48 Remove all installed rocks from a tree.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
49 remove
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
50 Uninstall a rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
51 search
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
52 Query the LuaRocks servers.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
53 show
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
54 Shows information about an installed rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
55 unpack
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
56 Unpack the contents of a rock.
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
57
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
58 CONFIGURATION
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
59 System configuration file: /hackenv/etc/luarocks/config.lua (ok)
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
60 User configuration file: /tmp/.luarocks/config.lua (not found)
7d09ae86104c <GreyKnight> luarocks > tempgk.out 2> tempgk.err
HackBot
parents:
diff changeset
61