bazel_fetch_dependencies
Fetch external dependencies for specific Bazel targets, enabling AI agents to manage Bazel projects using additional command-line arguments without direct access to Bazel.
Instructions
Fetch Bazel external dependencies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalArgs | No | Additional Bazel command line arguments (e.g. ['--experimental_repository_cache_hardlinks', '--repository_cache=path/to/cache']) | |
targets | No | List of specific targets to fetch dependencies for |