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-push - Push a built artifact

Description

       Push a built artifact to a remote artifact cache.

       The  default  destination  is  the  highest priority configured cache. You can override this by passing a
       different cache URL with the `--remote` flag.

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

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

Name

       bst-push - Push a built artifact

Options

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

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

                                                   14-Jul-2019                                       BSTPUSH(1)

Synopsis

bstpush [OPTIONS] [ELEMENTS]...

See Also