CLI: Add support for `--deps build` and `--deps run` in more commands
This is a part of the changes were proposed in !1893 (closed). This MR is narrower in scope and only focues on build and run values for the --deps option.
There are two exceptions where both these options haven't been added:
-
bst buildwhere--rundoesn't behave as expected at the moment. -
bst source trackwhere we want to introduce tests for--exceptbefore adding these.
Summary of changes:
-
_frontend/cli: Support "build" value for
bst build --depsThis can be quite handy when one is preparing to open a build shell. This originally came up in #685 (comment 105460896).
-
_frontend/cli: Support "build" and "run" values for
source fetch --deps -
_frontend/cli: Support "build" and "run" values for
artifact pull --deps -
_frontend/cli: Support "build" and "run" values for
artifact push --deps -
Regenerate man pages