1BST(1) bst Manual BST(1)
2
3
4
6 bst - Build and manipulate BuildStream projects...
7
9 bst [OPTIONS] COMMAND [ARGS]...
10
12 Build and manipulate BuildStream projects
13
14 Most of the main options override options in the user preferences con‐
15 figuration file.
16
18 --version
19
20
21 -c, --config PATH
22 Configuration file to use
23
24 -C, --directory DIRECTORY
25 Project directory (default: current directory)
26
27 --on-error [continue|quit|terminate]
28 What to do when an error is encountered
29
30 --fetchers INTEGER
31 Maximum simultaneous download tasks
32
33 --builders INTEGER
34 Maximum simultaneous build tasks
35
36 --pushers INTEGER
37 Maximum simultaneous upload tasks
38
39 --network-retries INTEGER
40 Maximum retries for network tasks
41
42 --no-interactive
43 Force non interactive mode, otherwise this is automatically
44 decided
45
46 --verbose / --no-verbose
47 Be extra verbose
48
49 --debug / --no-debug
50 Print debugging output
51
52 --error-lines INTEGER
53 Maximum number of lines to show from a task log
54
55 --message-lines INTEGER
56 Maximum number of lines to show in a detailed message
57
58 --log-file FILENAME
59 A file to store the main log (allows storing the main log while
60 in interactive mode)
61
62 --colors / --no-colors
63 Force enable/disable ANSI color codes in output
64
65 --strict / --no-strict
66 Elements must be rebuilt when their dependencies have changed
67
68 -o, --option OPTION VALUE
69 Specify a project option
70
71 --default-mirror TEXT
72 The mirror to fetch from first, before attempting other mirrors
73
75 show
76 Show elements in the pipeline
77 See bst-show(1) for full documentation on the show command.
78
79
80 push
81 Push a built artifact
82 See bst-push(1) for full documentation on the push command.
83
84
85 checkout
86 Checkout a built artifact
87 See bst-checkout(1) for full documentation on the checkout command.
88
89
90 fetch
91 Fetch sources in a pipeline
92 See bst-fetch(1) for full documentation on the fetch command.
93
94
95 workspace
96 Manipulate developer workspaces
97 See bst-workspace(1) for full documentation on the workspace command.
98
99
100 build
101 Build elements in a pipeline
102 See bst-build(1) for full documentation on the build command.
103
104
105 track
106 Track new source references
107 See bst-track(1) for full documentation on the track command.
108
109
110 source-bundle
111 Produce a build bundle to be manually executed
112 See bst-source-bundle(1) for full documentation on the source-bundle
113 command.
114
115
116 init
117 Initialize a new BuildStream project
118 See bst-init(1) for full documentation on the init command.
119
120
121 shell
122 Shell into an element's sandbox environment
123 See bst-shell(1) for full documentation on the shell command.
124
125
126 pull
127 Pull a built artifact
128 See bst-pull(1) for full documentation on the pull command.
129
130
131 help
132 Print usage information
133 See bst-help(1) for full documentation on the help command.
134
135
136
137 06-Aug-2018 BST(1)