1BST FETCH(1)                   bst fetch Manual                   BST FETCH(1)
2
3
4

NAME

6       bst-fetch - Fetch sources in a pipeline
7

SYNOPSIS

9       bst fetch [OPTIONS] [ELEMENTS]...
10

DESCRIPTION

12       Fetch sources required to build the pipeline
13
14       By  default  this will only try to fetch sources which are required for
15       the build plan of the specified target element,  omitting  sources  for
16       any  elements  which  are  already  built and available in the artifact
17       cache.
18
19       Specify `--deps` to control which sources to fetch:
20
21
22           none:  No dependencies, just the element itself
23           plan:  Only dependencies required for the build plan
24           all:   All dependencies
25

OPTIONS

27       --except PATH
28              Except certain dependencies from fetching
29
30       -d, --deps [none|plan|all]
31              The dependencies to fetch (default: plan)
32
33       --track
34              Track new source references before fetching
35
36       -J, --track-cross-junctions
37              Allow tracking to cross junction boundaries
38
39
40
41                                  14-Jul-2019                     BST FETCH(1)
Impressum