Scroll to navigation

BST(1) bst Manual BST(1)

NAME

bst - Build and manipulate BuildStream projects...

SYNOPSIS

bst [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

Build and manipulate BuildStream projects

Most of the main options override options in the user preferences configuration file.

OPTIONS

Configuration file to use
Project directory (default: current directory)
What to do when an error is encountered
Maximum simultaneous download tasks
Maximum simultaneous build tasks
Maximum simultaneous upload tasks
Number of parallel jobs allowed for a given build task
Maximum retries for network tasks
Force non interactive mode, otherwise this is automatically decided
Be extra verbose
Print debugging output
Maximum number of lines to show from a task log
Maximum number of lines to show in a detailed message
A file to store the main log (allows storing the main log while in interactive mode)
Force enable/disable ANSI color codes in output
Elements must be rebuilt when their dependencies have changed
Specify a project option
The mirror to fetch from first, before attempting other mirrors
Include an element's build tree when pulling remote element artifacts
Cache artifact build tree content on creation

COMMANDS

help
Print usage information
See bst-help(1) for full documentation on the help command.

init
Initialize a new BuildStream project
See bst-init(1) for full documentation on the init command.

build
Build elements in a pipeline
See bst-build(1) for full documentation on the build command.

show
Show elements in the pipeline
See bst-show(1) for full documentation on the show command.

shell
Shell into an element's sandbox environment
See bst-shell(1) for full documentation on the shell command.

source
Manipulate sources for an element
See bst-source(1) for full documentation on the source command.

workspace
Manipulate developer workspaces
See bst-workspace(1) for full documentation on the workspace command.

artifact
Manipulate cached artifacts.
See bst-artifact(1) for full documentation on the artifact command.

2023-07-11