summaryrefslogtreecommitdiff
path: root/man/bst-push.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-19 16:10:39 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-19 16:10:39 +0900
commit2643b095c59db6e8cbc2b8620c2ad820c7a5636d (patch)
tree685fcf1008fb7af631dbcc971968ebbece1f1189 /man/bst-push.1
parent9e3836343cf3a8b9128ca4db922f43a8c39b1950 (diff)
downloadbuildstream-2643b095c59db6e8cbc2b8620c2ad820c7a5636d.tar.gz
Regenerating man pages for 1.1.0 dev release1.1.0
Diffstat (limited to 'man/bst-push.1')
-rw-r--r--man/bst-push.117
1 files changed, 10 insertions, 7 deletions
diff --git a/man/bst-push.1 b/man/bst-push.1
index a68eb5dda..0625e124f 100644
--- a/man/bst-push.1
+++ b/man/bst-push.1
@@ -1,11 +1,14 @@
-.TH "BST PUSH" "1" "10-Sep-2017" "" "bst push Manual"
+.TH "BST PUSH" "1" "19-Feb-2018" "" "bst push Manual"
.SH NAME
bst\-push \- Push a built artifact
.SH SYNOPSIS
.B bst push
-[OPTIONS] TARGET
+[OPTIONS] [ELEMENTS]...
.SH DESCRIPTION
-Push a built artifact to the configured remote artifact cache.
+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:
@@ -14,8 +17,8 @@ Specify `--deps` to control which artifacts to push:
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) \ No newline at end of file
+The dependencies to push (default: none)
+.TP
+\fB\-r,\fP \-\-remote TEXT
+The URL of the remote cache (defaults to the first configured cache) \ No newline at end of file