We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vocabulary @prefix bazel https://enola.dev/bazel/:
@prefix bazel https://enola.dev/bazel/
bazelisk mod graph --output json
cquery
query
aquery
It would (eventually) look a bit like:
--output graph
The text was updated successfully, but these errors were encountered:
Using package-url/purl-spec#317 as a convention.
Sorry, something went wrong.
Like e.g. bazel query --output graph --nograph:factored 'kind(proto_library, //...)' | dot -Tpng > graph.png.
bazel query --output graph --nograph:factored 'kind(proto_library, //...)' | dot -Tpng > graph.png
Write ✍️ a Bazel Vocabulary; e.g. with LinkML. Based on some existing Bazel Proto? Or Glossary?
No branches or pull requests
Vocabulary
@prefix bazel https://enola.dev/bazel/
:bazelisk mod graph --output json
cquery
, notquery
aquery
It would (eventually) look a bit like:
--output graph
: Try Emola itself, and publish on docs, as "target" for thisThe text was updated successfully, but these errors were encountered: