Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support dynamic action dependencies in aquery #758

Open
aherrmann opened this issue Aug 29, 2024 · 0 comments
Open

feature request: support dynamic action dependencies in aquery #758

aherrmann opened this issue Aug 29, 2024 · 0 comments

Comments

@aherrmann
Copy link
Contributor

I would like to obtain the action dependency graph of actions emitted by a dynamic output action. E.g. I would like to use something like the following command to draw a dependency graph of these actions

buck2 aquery 'filter(":my-target", kind(run, deps(//my/package:my-target)))' --output-attribute='category|identifier' --dot | xdot -

At the moment aquery does emit the list of actions, but, it does not emit their dependencies. I.e. the produced graph, just shows all nodes on the same level without any edges between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant