File: bazel.1

package info (click to toggle)
bazel-bootstrap 4.2.3%2Bds-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 85,724 kB
  • sloc: java: 721,717; sh: 55,859; cpp: 35,361; python: 12,139; xml: 295; objc: 269; makefile: 114; ansic: 106; ruby: 3
file content (99 lines) | stat: -rw-r--r-- 1,925 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.TH BAZEL 1 "January 2021"
.SH NAME
bazel, bazel-4 \- tool to automate software builds and tests
.SH SYNOPSIS
.B bazel
\fI\,<command> <options> \/\fR...
.SH DESCRIPTION
.IP
[bazel release 4.1.0]
.SS "Available commands:"
.TP
analyze\-profile
Analyzes build profile data.
.TP
aquery
Analyzes the given targets and queries the action graph.
.TP
build
Builds the specified targets.
.TP
canonicalize\-flags
Canonicalizes a list of bazel options.
.TP
clean
Removes output files and optionally stops the server.
.TP
coverage
Generates code coverage report for specified test targets.
.TP
cquery
Loads, analyzes, and queries the specified targets w/ configurations.
.TP
dump
Dumps the internal state of the bazel server process.
.TP
fetch
Fetches external repositories that are prerequisites to the targets.
.TP
help
Prints help for commands, or the index.
.TP
info
Displays runtime info about the bazel server.
.TP
license
Prints the license of this software.
.TP
mobile\-install
Installs targets to mobile devices.
.TP
print_action
Prints the command line args for compiling a file.
.TP
query
Executes a dependency graph query.
.TP
run
Runs the specified target.
.TP
shutdown
Stops the bazel server.
.TP
sync
Syncs all repositories specified in the workspace file
.TP
test
Builds and runs the specified test targets.
.TP
version
Prints version information for bazel.
.SS "Getting more help:"
.IP
bazel help <command>
.IP
Prints help and options for <command>.
.IP
bazel help startup_options
.IP
Options for the JVM hosting bazel.
.IP
bazel help target\-syntax
.IP
Explains the syntax for specifying targets.
.IP
bazel help info\-keys
.IP
Displays a list of keys used by the info command.
.SH "SEE ALSO"
The full documentation for
.B bazel
is maintained as a Texinfo manual.  If the
.B info
and
.B bazel
programs are properly installed at your site, the command
.IP
.B info bazel
.PP
should give you access to the complete manual.