summaryrefslogtreecommitdiff
path: root/man/bst-pull.1
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-10 23:59:32 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-10 23:59:32 -0400
commit7bc2e070182fc45b9e6d630e95d5e90d97fc910e (patch)
tree234d1e22cfc816b4f8461010afd03d7dacffd258 /man/bst-pull.1
parentbe295512bb405b12a0008852ff74e36135700186 (diff)
downloadbuildstream-7bc2e070182fc45b9e6d630e95d5e90d97fc910e.tar.gz
Generating man pages
Including changes for newly added bst push & pull commands and also some changes to the shell command.
Diffstat (limited to 'man/bst-pull.1')
-rw-r--r--man/bst-pull.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/bst-pull.1 b/man/bst-pull.1
new file mode 100644
index 000000000..fe66a662c
--- /dev/null
+++ b/man/bst-pull.1
@@ -0,0 +1,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) \ No newline at end of file