Add module-root option for changing module location within the repository (#69)

This commit is contained in:
Caleb Zulawski 2025-02-21 10:17:33 -05:00 committed by GitHub
parent 98248079ae
commit e0e802d0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 82 additions and 5809 deletions

View file

@ -173,6 +173,14 @@ Default `""`.
```
</details>
### `module-root`
Bazel module root directory, where `MODULE.bazel` and `WORKSPACE` is found.
Change this value to the module root if it's not the repository root.
Default `"."`.
### `output-base`
Change Bazel output base directory.