logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

bst-fetch - Fetch sources in a pipeline

Description

       Fetch sources required to build the pipeline

       By  default  this  will  only try to fetch sources which are required for the build plan of the specified
       target element, omitting sources for any elements which are already built and available in  the  artifact
       cache.

       Specify `--deps` to control which sources to fetch:

           none:  No dependencies, just the element itself
           plan:  Only dependencies required for the build plan
           all:   All dependencies

Name

       bst-fetch - Fetch sources in a pipeline

Options

--except PATH
              Except certain dependencies from fetching

       -d, --deps [none|plan|all]
              The dependencies to fetch (default: plan)

       --track
              Track new source references before fetching

       -J, --track-cross-junctions
              Allow tracking to cross junction boundaries

                                                   14-Jul-2019                                      BSTFETCH(1)

Synopsis

bstfetch [OPTIONS] [ELEMENTS]...

See Also