Bazel Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:


=Options=
=Options=
==<tt>--script-path</tt>==

Revision as of 00:07, 31 October 2023

External

Internal

Commands

build

clean

fetch

info

bazel info

run

bazel run --script_path=/Users/ovidiu/bin/something //a/something

Runs the specified target.

Options