Bazel Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 18: Line 18:
bazel run --script_path=/Users/ovidiu/bin/something //a/something
bazel run --script_path=/Users/ovidiu/bin/something //a/something
</syntaxhighlight>
</syntaxhighlight>
Runs the specified target.

Revision as of 23:58, 30 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.