summaryrefslogtreecommitdiff
path: root/man/bst.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst.1')
-rw-r--r--man/bst.162
1 files changed, 28 insertions, 34 deletions
diff --git a/man/bst.1 b/man/bst.1
index 783b74af0..c0d1da1db 100644
--- a/man/bst.1
+++ b/man/bst.1
@@ -1,4 +1,4 @@
-.TH "BST" "1" "10-Sep-2017" "" "bst Manual"
+.TH "BST" "1" "19-Feb-2018" "" "bst Manual"
.SH NAME
bst \- Build and manipulate BuildStream projects...
.SH SYNOPSIS
@@ -56,34 +56,13 @@ A file to store the main log (allows storing the main log while in interactive m
\fB\-\-colors\fP / \-\-no\-colors
Force enable/disable ANSI color codes in output
.TP
-\fB\-a,\fP \-\-arch TEXT
-Machine architecture (default: x86_64)
-.TP
-\fB\-\-host\-arch\fP TEXT
-Machine architecture for the sandbox (defaults to --arch)
-.TP
-\fB\-\-target\-arch\fP TEXT
-Machine architecture for build output (defaults to --arch)
-.TP
\fB\-\-strict\fP / \-\-no\-strict
Elements must be rebuilt when their dependencies have changed
+.TP
+\fB\-o,\fP \-\-option <TEXT TEXT>...
+Specify a project option
.SH COMMANDS
.PP
-\fBbuild\fP
- Build elements in a pipeline
- See \fBbst-build(1)\fP for full documentation on the \fBbuild\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
\fBfetch\fP
Fetch sources in a pipeline
See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command.
@@ -94,14 +73,14 @@ Elements must be rebuilt when their dependencies have changed
See \fBbst-workspace(1)\fP for full documentation on the \fBworkspace\fP command.
.PP
-\fBpull\fP
- Pull a built artifact
- See \fBbst-pull(1)\fP for full documentation on the \fBpull\fP command.
+\fBtrack\fP
+ Track new source references
+ See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
.PP
-\fBshow\fP
- Show elements in the pipeline
- See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command.
+\fBcheckout\fP
+ Checkout a built artifact
+ See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
.PP
\fBsource-bundle\fP
@@ -109,11 +88,26 @@ Elements must be rebuilt when their dependencies have changed
See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command.
.PP
+\fBbuild\fP
+ Build elements in a pipeline
+ See \fBbst-build(1)\fP for full documentation on the \fBbuild\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
\fBpush\fP
Push a built artifact
See \fBbst-push(1)\fP for full documentation on the \fBpush\fP command.
.PP
-\fBtrack\fP
- Track new source references
- See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
+\fBshow\fP
+ Show elements in the pipeline
+ See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command.
+
+.PP
+\fBpull\fP
+ Pull a built artifact
+ See \fBbst-pull(1)\fP for full documentation on the \fBpull\fP command.