logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bst-pull - Pull a built artifact

Description

       Pull a built artifact from the configured remote artifact cache.

       By  default  the  artifact  will  be pulled one of the configured caches if possible, following the usual
       priority order. If the `--remote` flag is given, only the specified cache will be queried.

       Specify `--deps` to control which artifacts to pull:

           none:  No dependencies, just the element itself
           all:   All dependencies

Name

       bst-pull - Pull a built artifact

Options

-d, --deps [none|all]
              The dependency artifacts to pull (default: none)

       -r, --remote TEXT
              The URL of the remote cache (defaults to the first configured cache)

                                                   14-Jul-2019                                       BSTPULL(1)

Synopsis

bstpull [OPTIONS] [ELEMENTS]...

See Also