Update man pages

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