b2-tools, b3sum, babeld, bandwhich, basenc, bash-it, bastet, bats, bazel, bcomps: add Korean translation (#13727)
This commit is contained in:
28
pages.ko/common/bazel.md
Normal file
28
pages.ko/common/bazel.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# bazel
|
||||
|
||||
> Make, Maven, Gradle과 유사한 오픈 소스 빌드 및 테스트 도구.
|
||||
> 더 많은 정보: <https://bazel.build/reference/command-line-reference>.
|
||||
|
||||
- 작업공간에서 지정된 대상을 빌드:
|
||||
|
||||
`bazel build {{대상}}`
|
||||
|
||||
- 출력 파일을 제거하고 실행 중인 경우 서버를 중지:
|
||||
|
||||
`bazel clean`
|
||||
|
||||
- bazel 서버 중지:
|
||||
|
||||
`bazel shutdown`
|
||||
|
||||
- Bazel 서버에 대한 런타임 정보를 표시:
|
||||
|
||||
`bazel info`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`bazel help`
|
||||
|
||||
- 버전 확인:
|
||||
|
||||
`bazel version`
|
Reference in New Issue
Block a user