Bazel Operations: Difference between revisions
Jump to navigation
Jump to search
(→run) |
|||
Line 20: | Line 20: | ||
Runs the specified target. | Runs the specified target. | ||
=Options= | |||
==<tt>--script-path</tt>== |
Revision as of 00:06, 31 October 2023
External
- Command Line Reference https://bazel.build/reference/command-line-reference
Internal
Commands
build
clean
fetch
info
bazel info
run
bazel run --script_path=/Users/ovidiu/bin/something //a/something
Runs the specified target.