Bazel Operations: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[Bazel#Subjects|Bazel]] | * [[Bazel#Subjects|Bazel]] | ||
=Commands= | |||
==<tt>build</tt>== | |||
==<tt>clean</tt>== | |||
==<tt>fetch</tt>== | |||
==<tt>info</tt>== | |||
<syntaxhighlight lang='bash'> | |||
bazel info | |||
</syntaxhighlight> | |||
==<tt>run</tt>== | |||
=Examples= | =Examples= |
Revision as of 23:57, 30 October 2023
External
- Command Line Reference https://bazel.build/reference/command-line-reference
Internal
Commands
build
clean
fetch
info
bazel info
run
Examples
bazel run --script_path=/Users/ovidiu/bin/something //a/something