mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 07:53:01 +00:00
Update cheatsheets
This commit is contained in:
33
bazel
Normal file
33
bazel
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bazel
|
||||
|
||||
> Open-source build and test tool similar to Make, Maven, and Gradle.
|
||||
> More information: <https://bazel.build/reference/command-line-reference>.
|
||||
|
||||
- Build the specified target in the workspace:
|
||||
|
||||
`bazel build {{target}}`
|
||||
|
||||
- Remove output files and stop the server if running:
|
||||
|
||||
`bazel clean`
|
||||
|
||||
- Stop the bazel server:
|
||||
|
||||
`bazel shutdown`
|
||||
|
||||
- Display runtime info about the bazel server:
|
||||
|
||||
`bazel info`
|
||||
|
||||
- Display help:
|
||||
|
||||
`bazel help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`bazel version`
|
||||
Reference in New Issue
Block a user