1BST SHELL(1) bst shell Manual BST SHELL(1)
2
3
4
6 bst-shell - Shell into an element's sandbox environment
7
9 bst shell [OPTIONS] ELEMENT [COMMAND]...
10
12 Run a command in the target element's sandbox environment
13
14 This will stage a temporary sysroot for running the target element,
15 assuming it has already been built and all required artifacts are in
16 the local cache.
17
18 Use the --build option to create a temporary sysroot for building the
19 element instead.
20
21 Use the --sysroot option with an existing failed build directory or
22 with a checkout of the given target, in order to use a specific sys‐
23 root.
24
25 If no COMMAND is specified, the default is to attempt to run an inter‐
26 active shell.
27
29 -b, --build
30 Stage dependencies and sources to build
31
32 -s, --sysroot DIRECTORY
33 An existing sysroot
34
35 --mount HOSTPATH PATH
36 Mount a file or directory into the sandbox
37
38 --isolate
39 Create an isolated build sandbox
40
41
42
43 14-Jul-2019 BST SHELL(1)