psigen / bazel-cli-example

Example of using bazel for CLI tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel CLI Example

This repo demonstrates a few useful concepts for Bazel CLI usage.

  1. Using the tools/bazel script as an injection point for new CLI commands.
  2. Wrapping AWS or GCP login/logout command inside bazel targets.
  3. Including developer binary tooling as bazel-fetched artifacts.

About

Example of using bazel for CLI tooling


Languages

Language:Starlark 57.9%Language:Shell 42.1%