diff options
Diffstat (limited to 'man/bst.1')
-rw-r--r-- | man/bst.1 | 54 |
1 files changed, 27 insertions, 27 deletions
@@ -1,6 +1,6 @@ -.TH "BST" "1" "29-Nov-2018" "" "bst Manual" +.TH "BST" "1" "22-Jan-2019" "" "bst Manual" .SH NAME -bst \- Build and manipulate BuildStream projects... +bst \- None .SH SYNOPSIS .B bst [OPTIONS] COMMAND [ARGS]... @@ -81,6 +81,26 @@ Include an element's build tree when pulling remote element artifacts Build elements in a pipeline See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command. .PP +\fBshow\fP + Show elements in the pipeline + See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. +.PP +\fBshell\fP + Shell into an element's sandbox environment + See \fBbst-shell(1)\fP for full documentation on the \fBshell\fP command. +.PP +\fBsource\fP + Manipulate sources for an element + See \fBbst-source(1)\fP for full documentation on the \fBsource\fP command. +.PP +\fBworkspace\fP + Manipulate developer workspaces + See \fBbst-workspace(1)\fP for full documentation on the \fBworkspace\fP command. +.PP +\fBartifact\fP + Manipulate cached artifacts + See \fBbst-artifact(1)\fP for full documentation on the \fBartifact\fP command. +.PP \fBfetch\fP Fetch sources in a pipeline See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command. @@ -89,34 +109,14 @@ Include an element's build tree when pulling remote element artifacts Track new source references See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command. .PP +\fBcheckout\fP + Checkout a built artifact + See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command. +.PP \fBpull\fP Pull a built artifact See \fBbst-pull(1)\fP for full documentation on the \fBpull\fP command. .PP \fBpush\fP Push a built artifact - See \fBbst-push(1)\fP for full documentation on the \fBpush\fP command. -.PP -\fBshow\fP - Show elements in the pipeline - See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command. -.PP -\fBshell\fP - Shell into an element's sandbox environment - See \fBbst-shell(1)\fP for full documentation on the \fBshell\fP command. -.PP -\fBcheckout\fP - Checkout a built artifact - See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command. -.PP -\fBsource-checkout\fP - Checkout sources for an element - See \fBbst-source-checkout(1)\fP for full documentation on the \fBsource-checkout\fP command. -.PP -\fBworkspace\fP - Manipulate developer workspaces - See \fBbst-workspace(1)\fP for full documentation on the \fBworkspace\fP command. -.PP -\fBsource-bundle\fP - Produce a build bundle to be manually executed - See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command.
\ No newline at end of file + See \fBbst-push(1)\fP for full documentation on the \fBpush\fP command.
\ No newline at end of file |