@aero-js/cli
v0.4.0
Published
Command-line tools for Aero: **`aero check`** (validate config, content collections, and templates without starting a server) and **`aero doctor`** (environment checklist).
Downloads
24
Readme
@aero-js/cli
Command-line tools for Aero: aero check (validate config, content collections, and templates without starting a server) and aero doctor (environment checklist).
Install
pnpm add -D @aero-js/cliUsage
pnpm exec aero check
pnpm exec aero check --types
pnpm exec aero check --root /path/to/project
pnpm exec aero doctor
pnpm exec aero --helpDocumentation
Full behavior, exit codes, limitations, and related package APIs (loadAeroConfig, loadContentConfigFileSync, @aero-js/core/compile-check) are documented in the repo:
