blob: 1c8396f50b13ec64424150e52a92c196e67dc75e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
'\" t
.\" Title: pkgctl-search
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 02/14/2024
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "PKGCTL\-SEARCH" "1" "02/14/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pkgctl-search \- Search for an expression across the GitLab packaging group
.SH "SYNOPSIS"
.sp
pkgctl search [OPTIONS] QUERY
.SH "DESCRIPTION"
.sp
Search for an expression across the GitLab packaging group\&.
.sp
To use a filter, include it in your query\&. You may use wildcards (*) to use glob matching\&.
.sp
Available filters for the blobs scope: path, extension
.sp
Every usage of the search command must be authenticated\&. Consult the \*(Aqpkgctl auth\*(Aq command to authenticate with GitLab or view the authentication status\&.
.SH "SEARCH TIPS"
.sp
.if n \{\
.RS 4
.\}
.nf
Syntax Description Example
───────────────────────────────────────
" Exact search "gem sidekiq"
~ Fuzzy search J~ Doe
| Or display | banner
+ And display +banner
\- Exclude display \-banner
* Partial bug error 50*
\e Escape \e*md
# Issue ID #23456
! Merge request !23456
.fi
.if n \{\
.RE
.\}
.SH "OPTIONS"
.PP
\fB\-h, \-\-help\fR
.RS 4
Show a help text
.RE
.SH "FILTER OPTIONS"
.PP
\fB\-\-no\-default\-filter\fR
.RS 4
Do not apply default filter (like \-path:keys/pgp/*\&.asc)
.RE
.SH "OUTPUT OPTIONS"
.PP
\fB\-\-json\fR
.RS 4
Enable printing in JSON; Shorthand for
\*(Aq\-\-format json\*(Aq
.RE
.PP
\fB\-F, \-\-format\fR \fIFORMAT\fR
.RS 4
Controls the formatting of the results;
FORMAT
is
\*(Aqpretty\*(Aq,
\*(Aqplain\*(Aq, or
\*(Aqjson\*(Aq
(default
pretty)
.RE
.PP
\fB\-N, \-\-no\-line\-number\fR
.RS 4
Don\(cqt show line numbers when formatting results
.RE
.SH "SEE ALSO"
.sp
\fBpkgctl-auth\fR(1)
.SH "HOMEPAGE"
.sp
\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR
.sp
Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&.
|