kill
This document provides an overview of the commands and options available under buck2 kill
.
buck2 kill
Kill the buck daemon.
Note there's also buck2 killall
and buck2 clean
.
buck2 killall
kills all the buck2 processes on the machine.
buck2 clean
kills the buck2 daemon and also deletes the buck2 state files.
Usage: buck2 kill [OPTIONS]
Options:
-
--event-log <PATH>
Write events to this log file -
--write-build-id <PATH>
Write command invocation id into this file -
--unstable-write-invocation-record <PATH>
Write the invocation record (as JSON) to this path. No guarantees whatsoever are made regarding the stability of the format -
--command-report-path <PATH>
Write the command report to this path. A command report is always written tobuck-out/v2/<uuid>/command_report
even without this flag