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

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.

fetch
Fetch sources in a pipeline
See bst-fetch(1) for full documentation on the fetch command.

track
Track new source references
See bst-track(1) for full documentation on the track command.

pull
Pull a built artifact
See bst-pull(1) for full documentation on the pull command.

push
Push a built artifact
See bst-push(1) for full documentation on the push 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.

checkout
Checkout a built artifact
See bst-checkout(1) for full documentation on the checkout command.

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

source-bundle
Produce a build bundle to be manually executed
See bst-source-bundle(1) for full documentation on the source-bundle command.

14-Jul-2019