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

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


    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 dependencies to push (default: none)