Quickstart

aspect-cli - Bazel CLI

javimosch Updated

File contents

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 --help to see all available options

javimosch/supercli/tree/main/plugins/aspect-cli/skills/quickstart commit f08eb2521b

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-2054