Skip to content

Commit 496702b

Browse files
chore: update documentation from upstream Bazel repo
Generated by GitHub Actions workflow from upstream Bazel repository. This commit includes transformed documentation files ready for Mintlify deployment.
1 parent 49f7f99 commit 496702b

File tree

5 files changed

+122
-71
lines changed

5 files changed

+122
-71
lines changed

query/cquery.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,14 @@ The `config` operator attempts to find the configured target for
164164
the label denoted by the first argument and configuration specified by the
165165
second argument.
166166

167-
Valid values for the second argument are `null` or a
168-
[custom configuration hash](#configurations). Hashes can be retrieved from `$
169-
bazel config` or a previous `cquery`'s output.
167+
Valid values for the second argument are:
168+
169+
* 'target': The 'top-level' configuration for a cquery
170+
* 'anyexec': Identify any 'exec' configuration (always return first exec config,
171+
in alphanumeric sorting of config hash.
172+
* `null` used for source files while have no configuration.
173+
* [custom configuration hash](#configurations). Hashes can be retrieved from
174+
`$ blaze config` or a prevous `cquery`'s output.
170175

171176
Examples:
172177

0 commit comments

Comments
 (0)