mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Update man pages
This commit is contained in:
67
man/aptly.1
67
man/aptly.1
@@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "APTLY" "1" "September 2019" "" ""
|
||||
.TH "APTLY" "1" "January 2022" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBaptly\fR \- Debian repository management tool
|
||||
@@ -39,6 +39,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"downloadRetries": 0,
|
||||
"downloader": "default",
|
||||
"databaseOpenAttempts": 10,
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": false,
|
||||
@@ -96,6 +97,14 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"tenant": "",
|
||||
"tenantid": ""
|
||||
}
|
||||
},
|
||||
"AzurePublishEndpoints": {
|
||||
"test": {
|
||||
"accountName": "",
|
||||
"accountKey": "",
|
||||
"container": "repo",
|
||||
"prefix": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
.
|
||||
@@ -519,6 +528,10 @@ $ aptly mirror list
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display list in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBraw\fR
|
||||
display list in machine\-readable format
|
||||
.
|
||||
@@ -538,6 +551,10 @@ $ aptly mirror show wheezy\-main
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display record in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBwith\-packages\fR
|
||||
show detailed list of packages and versions stored in the mirror
|
||||
.
|
||||
@@ -580,6 +597,10 @@ Options:
|
||||
limit download speed (kbytes/sec)
|
||||
.
|
||||
.TP
|
||||
\-\fBdownloader\fR=default
|
||||
downloader to use (e\.g\. grab)
|
||||
.
|
||||
.TP
|
||||
\-\fBforce\fR
|
||||
force update mirror even if it is locked by another process
|
||||
.
|
||||
@@ -867,6 +888,10 @@ $ aptly repo list
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display list in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBraw\fR
|
||||
display list in machine\-readable format
|
||||
.
|
||||
@@ -925,6 +950,10 @@ ex: $ aptly repo show testing
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display record in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBwith\-packages\fR
|
||||
show list of packages
|
||||
.
|
||||
@@ -1053,6 +1082,10 @@ $ aptly snapshot list
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display list in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBraw\fR
|
||||
display list in machine\-readable format
|
||||
.
|
||||
@@ -1083,6 +1116,10 @@ $ aptly snapshot show wheezy\-main
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display record in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBwith\-packages\fR
|
||||
show list of packages
|
||||
.
|
||||
@@ -1283,7 +1320,7 @@ Example:
|
||||
.
|
||||
.nf
|
||||
|
||||
$ aptly snapshot filter wheezy\-main wheezy\-required \(cqPriorioty (required)\(cq
|
||||
$ aptly snapshot filter wheezy\-main wheezy\-required \(cqPriority (required)\(cq
|
||||
.
|
||||
.fi
|
||||
.
|
||||
@@ -1349,6 +1386,10 @@ $ aptly publish list
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display list in JSON format
|
||||
.
|
||||
.TP
|
||||
\-\fBraw\fR
|
||||
display list in machine\-readable format
|
||||
.
|
||||
@@ -1727,6 +1768,13 @@ $ aptly publish show wheezy
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
Options:
|
||||
.
|
||||
.TP
|
||||
\-\fBjson\fR
|
||||
display record in JSON format
|
||||
.
|
||||
.SH "SEARCH FOR PACKAGES MATCHING QUERY"
|
||||
\fBaptly\fR \fBpackage\fR \fBsearch\fR [\fIpackage\-query\fR]
|
||||
.
|
||||
@@ -2083,5 +2131,20 @@ Raphael Medaer (https://github\.com/rmedaer)
|
||||
.IP "\[ci]" 4
|
||||
Raul Benencia (https://github\.com/rul)
|
||||
.
|
||||
.IP "\[ci]" 4
|
||||
Don Kuntz (https://github\.com/dkuntz2)
|
||||
.
|
||||
.IP "\[ci]" 4
|
||||
Joshua Colson (https://github\.com/freakinhippie)
|
||||
.
|
||||
.IP "\[ci]" 4
|
||||
Andre Roth (https://github\.com/neolynx)
|
||||
.
|
||||
.IP "\[ci]" 4
|
||||
Lorenzo Bolla (https://github\.com/lbolla)
|
||||
.
|
||||
.IP "\[ci]" 4
|
||||
Benj Fassbind (https://github\.com/randombenj)
|
||||
.
|
||||
.IP "" 0
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ Configuration file is stored in JSON format (default values shown below):
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"downloadRetries": 0,
|
||||
"downloader": "default",
|
||||
"databaseOpenAttempts": 10,
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": false,
|
||||
@@ -445,7 +446,7 @@ to proxy all HTTP requests.
|
||||
|
||||
{{.Long}}
|
||||
|
||||
{{if (allFlags .Flag | len) gt 0}}
|
||||
{{if allFlags .Flag | len}}
|
||||
Options:
|
||||
|
||||
{{template "options" .}}
|
||||
|
||||
Reference in New Issue
Block a user