aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-install.1
blob: dfd483c14ced50e1df9ec895f37ec5652933c584 (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
.Dd Feb 25, 2021
.Dt cpt-install 1
.Sh NAME
.Nm cpt-install
.Nd install given packages
.Sh SYNOPSIS
.Nm
.Op Fl fy
.Op Fl -root Ar CPT_ROOT
.Op Ar package...
.Sh DESCRIPTION
.Nm
installs given packages. It will assume that the current directory is a package
if no arguments are given. Before
.Nm
can install a package it must be built by using the
.Xr cpt-build 1
tool.
.Pp
The options are as follows:
.Bl -tag -width 15n
.It Fl f , -force
Force installation
.It Fl y , -no-prompt
Do not prompt for confirmation
.It Fl -color Ar CPT_COLOR
Enable/disable output color
.Bo
.Sy auto ,
always, never, 1, 0
.Bc
.It Fl -root Ar CPT_ROOT
Use an alternate root directory
.It Fl h , -help
Show help message
.It Fl v , -version
Print version information
.It Fl -verbose
Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
.Sh LICENSE
See LICENSE for copyright information.
.Sh SEE ALSO
.Xr cpt 1
.Xr cpt-build 1