1BST PUSH(1)                     bst push Manual                    BST PUSH(1)
2
3
4

NAME

6       bst-push - Push a built artifact
7

SYNOPSIS

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

DESCRIPTION

12       Push a built artifact to a remote artifact cache.
13
14       The  default  destination is the highest priority configured cache. You
15       can override this by passing a different cache URL with the  `--remote`
16       flag.
17
18       Specify `--deps` to control which artifacts to push:
19
20
21           none:  No dependencies, just the element itself
22           all:   All dependencies
23

OPTIONS

25       -d, --deps [none|all]
26              The dependencies to push (default: none)
27
28       -r, --remote TEXT
29              The  URL  of  the remote cache (defaults to the first configured
30              cache)
31
32
33
34                                  14-Jul-2019                      BST PUSH(1)
Impressum