-
Notifications
You must be signed in to change notification settings - Fork 4.4k
cquery should support --query_file #12924
Copy link
Copy link
Closed
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Configurabilityplatforms, toolchains, cquery, select(), config transitionsplatforms, toolchains, cquery, select(), config transitionstype: feature request
Description
Description of the problem / feature request:
bazel cquery should support the --query_file= argument, similar to bazel query,
Feature requests: what underlying problem are you trying to solve with this feature?
this would allow us not to have to care about, for example, the relatively short command line length on macOS when writing queries.
As well as being able to programatically generate big queries and not have to worry about their length at all
What operating system are you running Bazel on?
We run bazel on linux and macOS
What's the output of bazel info release?
release 4.0.0
What's the output of git remote get-url origin ; git rev-parse master ; git rev-parse HEAD ?
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Configurabilityplatforms, toolchains, cquery, select(), config transitionsplatforms, toolchains, cquery, select(), config transitionstype: feature request