Re-generate man page. #123 #96

This commit is contained in:
Andrey Smirnov
2014-10-14 18:26:27 +04:00
parent 88351503b0
commit 017dca57ed
2 changed files with 47 additions and 0 deletions

View File

@@ -1464,6 +1464,49 @@ Example:
.P
$ aptly graph
.
.SH "SHOW CURRENT APTLY\(cqS CONFIG"
\fBaptly\fR \fBconfig\fR \fBshow\fR
.
.P
Command show displays the current aptly configuration\.
.
.P
Example:
.
.P
$ aptly config show
.
.SH "RUN APTLY TASKS"
\fBaptly\fR \fBtask\fR \fBrun\fR \-filename=\fIfilename\fR \fB|\fR \fIcommand1\fR, \fIcommand2\fR, \fB\|\.\|\.\|\.\fR
.
.P
Command helps organise multiple aptly commands in one single aptly task, running as single thread\.
.
.P
Example:
.
.IP "" 4
.
.nf
$ aptly task run
> repo create local
> repo add local pkg1
> publish repo local
> serve
>
.
.fi
.
.IP "" 0
.
.P
Options:
.
.TP
\-\fBfilename\fR=
specifies the filename that contains the commands to run
.
.SH "ENVIRONMENT"
If environment variable \fBHTTP_PROXY\fR is set \fBaptly\fR would use its value to proxy all HTTP requests\.
.

View File

@@ -245,6 +245,10 @@ When specified on command line, query may have to be quoted according to shell r
{{template "command" findCommand . "graph"}}
{{template "command" findCommand . "config"}}
{{template "command" findCommand . "task"}}
## ENVIRONMENT
If environment variable `HTTP_PROXY` is set `aptly` would use its value