diff options
Diffstat (limited to 'man/bst-push.1')
-rw-r--r-- | man/bst-push.1 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/bst-push.1 b/man/bst-push.1 new file mode 100644 index 000000000..a68eb5dda --- /dev/null +++ b/man/bst-push.1 @@ -0,0 +1,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)
\ No newline at end of file |