# Quickstart

> aspect-cli - Bazel CLI

- Skill: `javimosch/quickstart-2054` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-2054`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-2054/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-2054

---

# 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
```bash
sc aspect build target <target>
```

### Passthrough to aspect CLI
```bash
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

```bash
cargo install aspect-cli
```

Also available via:
- Various package managers

## Usage Examples

### Build target
```bash
aspect build //path/to:target
```

### Test target
```bash
aspect test //path/to:target
```

### Run target
```bash
aspect run //path/to:target
```

### Query dependencies
```bash
aspect query deps //path/to:target
```

## Notes

- Run `aspect --help` to see all available options

