summaryrefslogtreecommitdiff
path: root/man/bst-push.1
blob: 9721a87815ff980df26e882e4da9b518e5ac2f3f (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
.TH "BST PUSH" "1" "06-Aug-2018" "" "bst push Manual"
.SH NAME
bst\-push \- Push a built artifact
.SH SYNOPSIS
.B bst push
[OPTIONS] [ELEMENTS]...
.SH DESCRIPTION
Push a built artifact to a remote artifact cache.

The default destination is the highest priority configured cache. You can
override this by passing a different cache URL with the `--remote` flag.

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


    none:  No dependencies, just the element itself
    all:   All dependencies
.SH OPTIONS
.TP
\fB\-d,\fP \-\-deps [none|all]
The dependencies to push (default: none)
.TP
\fB\-r,\fP \-\-remote TEXT
The URL of the remote cache (defaults to the first configured cache)