mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Update man page.
This commit is contained in:
+128
-1
@@ -415,7 +415,7 @@ $ aptly mirror rename wheezy\-min wheezy\-main
|
|||||||
\fBaptly\fR \fBmirror\fR \fBedit\fR \fIname\fR
|
\fBaptly\fR \fBmirror\fR \fBedit\fR \fIname\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
Command edit allows to change settings of mirror: filters\.
|
Command edit allows to change settings of mirror: filters, list of architectures\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
Example:
|
Example:
|
||||||
@@ -434,6 +434,32 @@ filter packages in mirror
|
|||||||
\-\fBfilter\-with\-deps\fR=false
|
\-\fBfilter\-with\-deps\fR=false
|
||||||
when filtering, include dependencies of matching packages as well
|
when filtering, include dependencies of matching packages as well
|
||||||
.
|
.
|
||||||
|
.SH "SEARCH MIRROR FOR PACKAGES MATCHING QUERY"
|
||||||
|
\fBaptly\fR \fBmirror\fR \fBsearch\fR \fIname\fR \fIpackage\-query\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Command search displays list of packages in mirror that match package query
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Example:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
$ aptly mirror search wheezy\-main \(cq$Architecture (i386), Name (% *\-dev)\(cq
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Options:
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\-\fBwith\-deps\fR=false
|
||||||
|
include dependencies into search results
|
||||||
|
.
|
||||||
.SH "ADD PACKAGES TO LOCAL REPOSITORY"
|
.SH "ADD PACKAGES TO LOCAL REPOSITORY"
|
||||||
\fBaptly\fR \fBrepo\fR \fBadd\fR \fIname\fR
|
\fBaptly\fR \fBrepo\fR \fBadd\fR \fIname\fR
|
||||||
.
|
.
|
||||||
@@ -661,6 +687,32 @@ Example:
|
|||||||
.P
|
.P
|
||||||
$ aptly repo rename wheezy\-min wheezy\-main
|
$ aptly repo rename wheezy\-min wheezy\-main
|
||||||
.
|
.
|
||||||
|
.SH "SEARCH REPO FOR PACKAGES MATCHING QUERY"
|
||||||
|
\fBaptly\fR \fBrepo\fR \fBsearch\fR \fIname\fR \fIpackage\-query\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Command search displays list of packages in local repository that match package query
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Example:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
$ aptly repo search my\-software \(cq$Architecture (i386), Name (% *\-dev)\(cq
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Options:
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\-\fBwith\-deps\fR=false
|
||||||
|
include dependencies into search results
|
||||||
|
.
|
||||||
.SH "CREATES SNAPSHOT OF MIRROR (LOCAL REPOSITORY) CONTENTS"
|
.SH "CREATES SNAPSHOT OF MIRROR (LOCAL REPOSITORY) CONTENTS"
|
||||||
\fBaptly\fR \fBsnapshot\fR \fBcreate\fR \fIname\fR \fBfrom\fR \fBmirror\fR \fImirror\-name\fR \fB|\fR \fBfrom\fR \fBrepo\fR \fIrepo\-name\fR \fB|\fR \fBempty\fR
|
\fBaptly\fR \fBsnapshot\fR \fBcreate\fR \fIname\fR \fBfrom\fR \fBmirror\fR \fImirror\-name\fR \fB|\fR \fBfrom\fR \fBrepo\fR \fIrepo\-name\fR \fB|\fR \fBempty\fR
|
||||||
.
|
.
|
||||||
@@ -879,6 +931,32 @@ Example:
|
|||||||
.P
|
.P
|
||||||
$ aptly snapshot rename wheezy\-min wheezy\-main
|
$ aptly snapshot rename wheezy\-min wheezy\-main
|
||||||
.
|
.
|
||||||
|
.SH "SEARCH SNAPSHOT FOR PACKAGES MATCHING QUERY"
|
||||||
|
\fBaptly\fR \fBsnapshot\fR \fBsearch\fR \fIname\fR \fIpackage\-query\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Command search displays list of packages in snapshot that match package query
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Example:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
$ aptly snapshot search wheezy\-main \(cq$Architecture (i386), Name (% *\-dev)\(cq
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Options:
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\-\fBwith\-deps\fR=false
|
||||||
|
include dependencies into search results
|
||||||
|
.
|
||||||
.SH "REMOVE PUBLISHED REPOSITORY"
|
.SH "REMOVE PUBLISHED REPOSITORY"
|
||||||
\fBaptly\fR \fBpublish\fR \fBdrop\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR]
|
\fBaptly\fR \fBpublish\fR \fBdrop\fR \fIdistribution\fR [[\fIendpoint\fR:]\fIprefix\fR]
|
||||||
.
|
.
|
||||||
@@ -1173,6 +1251,55 @@ GPG secret keyring to use (instead of default)
|
|||||||
\-\fBskip\-signing\fR=false
|
\-\fBskip\-signing\fR=false
|
||||||
don\(cqt sign Release files with GPG
|
don\(cqt sign Release files with GPG
|
||||||
.
|
.
|
||||||
|
.SH "SEARCH FOR PACKAGES MATCHING QUERY"
|
||||||
|
\fBaptly\fR \fBpackage\fR \fBsearch\fR \fIpackage\-query\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Command search displays list of packages in whole DB that match package query
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Example:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
$ aptly package search \(cq$Architecture (i386), Name (% *\-dev)\(cq
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.SH "SHOW DETAILS ABOUT PACKAGES MATCING QUERY"
|
||||||
|
\fBaptly\fR \fBpackage\fR \fBshow\fR \fIpackage\-query\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Command shows displays detailed meta\-information about packages matching query\. Information from Debian control file is displayed\. Optionally information about package files and inclusion into mirrors/snapshots/local repos is shown\.
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Example:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
$ aptly package show nginx\-light_1\.2\.1\-2\.2+wheezy2_i386\(cq
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Options:
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\-\fBwith\-files\fR=false
|
||||||
|
display information about files from package pool
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\-\fBwith\-references\fR=false
|
||||||
|
display information about mirrors, snapshots and local repos referencing this package
|
||||||
|
.
|
||||||
.SH "CLEANUP DB AND PACKAGE POOL"
|
.SH "CLEANUP DB AND PACKAGE POOL"
|
||||||
\fBaptly\fR \fBdb\fR \fBcleanup\fR
|
\fBaptly\fR \fBdb\fR \fBcleanup\fR
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -219,6 +219,8 @@ When specified on command line, query may have to be quoted according to shell r
|
|||||||
|
|
||||||
{{template "command" findCommand . "publish"}}
|
{{template "command" findCommand . "publish"}}
|
||||||
|
|
||||||
|
{{template "command" findCommand . "package"}}
|
||||||
|
|
||||||
{{template "command" findCommand . "db"}}
|
{{template "command" findCommand . "db"}}
|
||||||
|
|
||||||
{{template "command" findCommand . "serve"}}
|
{{template "command" findCommand . "serve"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user