aspect-cli - Bazel CLI
Overview
aspect-cli is Aspect CLI for Bazel - Correct, Fast, Usable. Bazel CLI with improvements and extensions.
Quick Start
Build Bazel target
sc aspect build target <target>
Passthrough to aspect CLI
sc aspect _ <aspect-args>
Key Features
- Correct: Reliable Bazel builds
- Fast: Optimized build performance
- Usable: Better user experience
- Extensions: Additional features
- Bazel Compatible: Works with Bazel
- Enterprise Ready: For enterprise use
Installation
cargo install aspect-cli
Also available via:
- Various package managers
Usage Examples
Build target
aspect build //path/to:target
Test target
aspect test //path/to:target
Run target
aspect run //path/to:target
Query dependencies
aspect query deps //path/to:target
Notes
- Run
aspect --helpto see all available options