#install #lint #tags #ars-vivendi #cli-for-installing

build a9-cli

CLI for installing and managing a9 tools from ars-vivendi

4 releases

Uses new Rust 2024

new 0.1.3 Apr 22, 2026
0.1.2 Apr 22, 2026
0.1.1 Apr 22, 2026
0.1.0-rc Apr 22, 2026

#273 in Build Utils

MIT license

13KB
287 lines

a9 CLI

In-house engineering CLI for Ars Vivendi.

Provides commands for managing internal tools and development operations.

Usage

a9 install lint --tag v0.1.19
a9 install lint --force
a9 --json install lint

Development

# Enable git hooks
git config core.hooksPath .githooks

# Run checks
cargo fmt
cargo clippy -- -D warnings
cargo test
cargo a9-lint --check

Dependencies

~4–6MB
~99K SLoC