Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 535 Bytes

File metadata and controls

32 lines (22 loc) · 535 Bytes

Tooling scripts

Running tooling CLI

bazel run //scripts/tooling -- --help
bazel run //scripts/tooling -- misc --help

Creating HTML report

bazel run //scripts/tooling -- misc html_report

Running tests

bazel test //scripts/tooling_tests

Updating dependencies

Update a list of requirements in requirements.in file and then regenerate lockfile requirements.txt with:

bazel run //scripts/tooling:requirements.update