blob: 0a9f7051be1e8f4953da1a0f03f3a43dcb1168d8 (
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
109
110
111
|
'\" t
.\" Title: pkgctl
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.21
.\" Date: 2024-05-01
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "PKGCTL" "1" "2024-05-01" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
. mso www.tmac
. am URL
. ad l
. .
. am MTO
. ad l
. .
. LINKSTYLE blue R < >
.\}
.SH "NAME"
pkgctl \- Unified command\-line frontend for devtools
.SH "SYNOPSIS"
.sp
pkgctl [SUBCOMMAND] [OPTIONS]
.SH "DESCRIPTION"
.sp
TODO
.SH "OPTIONS"
.sp
\fB\-V, \-\-version\fP
.RS 4
Show pkgctl version information
.RE
.sp
\fB\-h, \-\-help\fP
.RS 4
Show a help text
.RE
.SH "SUBCOMMANDS"
.sp
pkgctl aur
.RS 4
Interact with the Arch User Repository
.RE
.sp
pkgctl auth
.RS 4
Authenticate with services like GitLab
.RE
.sp
pkgctl build
.RS 4
Build packages inside a clean chroot
.RE
.sp
pkgctl db
.RS 4
Pacman database modification for package update, move etc
.RE
.sp
pkgctl diff
.RS 4
Compare package files using different modes
.RE
.sp
pkgctl release
.RS 4
Release step to commit, tag and upload build artifacts
.RE
.sp
pkgctl repo
.RS 4
Manage Git packaging repositories and their configuration
.RE
.sp
pkgctl search
.RS 4
Search for an expression across the GitLab packaging group
.RE
.sp
pkgctl version
.RS 4
Check and manage package versions against upstream
.RE
.SH "SEE ALSO"
.sp
pkgctl\-aur(1)
pkgctl\-auth(1)
pkgctl\-build(1)
pkgctl\-db(1)
pkgctl\-diff(1)
pkgctl\-release(1)
pkgctl\-repo(1)
pkgctl\-search(1)
pkgctl\-version(1)
.SH "HOMEPAGE"
.sp
\fI\c
.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP"
.sp
Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
|