-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshoppe-utils.8
70 lines (70 loc) · 1.92 KB
/
shoppe-utils.8
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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH SHOPPE-UTILS "1" "September 2019" "shoppe-utils 1.2.2" "User Commands"
.SH NAME
shoppe-utils \- manual page for shoppe-utils 1.2.2
.SH SYNOPSIS
.B shoppe-utils
\fI\,subset command \/\fR[\fI\,options\/\fR]
.SH DESCRIPTION
shoppe\-utils offers additional utilities which are useful for package
creation, repository creation and miscelaneous tasks.
.PP
These utilities are divided into subsets: pkg, repo and tools.
.PP
More documentation is available at \fI\,/usr/share/doc/shoppe\/\fP.
.PP
Commands:
.IP
pkg:
.TP
pkg create [target file]
Asks you a few questions and creates a basic shoppepkg file,
which can then be built using 'shoppe install <pkgname> +pm'.
If no target file is provided, the package will be saved
in the current directory as shoppepkg. You can also provide
multiple target files to create multiple packages.
.TP
pkg validate <file>
Takes a shoppepkg file or full package (built with 'shoppe
install <pkgname> +pm'). Reports any errors found in the
shoppepkg file.
.IP
repo:
.TP
repo restock <repository directory>
Updates the package list in a repository.
.TP
repo addpkg <package> <repository directory>
Adds a full prebuilt package to a repository. Only takes one
package. If no repository directory is provided, the package
will be extracted in the current directory.
.IP
tools:
.TP
tools clearconfig
Removes all shoppe configuration files.
.SH OPTIONS
.HP
+nc, +noconfirm, \fB\-\-noconfirm\fR, \fB\-y\fR
.IP
Automatically answers all prompts.
.HP
+force, +f, \fB\-\-force\fR, \fB\-f\fR
.IP
Forces certain commands.
.HP
+h, +help, \fB\-h\fR, \fB\-\-help\fR
.IP
Displays a short summary of available commands.
.SH "SEE ALSO"
The full documentation for
.B shoppe-utils
is maintained as a Texinfo manual. If the
.B info
and
.B shoppe-utils
programs are properly installed at your site, the command
.IP
.B info shoppe-utils
.PP
should give you access to the complete manual.