Skip to content

CLI: Add support for `--deps build` and `--deps run` in more commands

Chandan Singh requested to merge chandan/cli-deps-2 into master

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 build where --run doesn't behave as expected at the moment.
  • bst source track where we want to introduce tests for --except before adding these.

Summary of changes:

  • _frontend/cli: Support "build" value for bst build --deps

    This 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

Merge request reports

Loading