Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Listing targets in a package:

    bazel query //some/package:*
Listing targets in a package including subpackages:

    bazel query //some/package/...
These and more are covered in the documentation on querying: https://docs.bazel.build/versions/1.0.0/query.html#target-pa...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: