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