summaryrefslogtreecommitdiff
path: root/man/bst-pull.1
blob: fe66a662cac8e1bf6afad70c70270dfc1ddaeea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH "BST PULL" "1" "10-Sep-2017" "" "bst pull Manual"
.SH NAME
bst\-pull \- Pull a built artifact
.SH SYNOPSIS
.B bst pull
[OPTIONS] TARGET
.SH DESCRIPTION
Pull a built artifact from the configured remote artifact cache.

Specify `--deps` to control which artifacts to pull:


    none:  No dependencies, just the element itself
    all:   All dependencies
.SH OPTIONS
.TP
\fB\-\-variant\fP TEXT
A variant of the specified target
.TP
\fB\-d,\fP \-\-deps [none|all]
The dependency artifacts to pull (default: none)