Cost · Asagiri CLI
Coûts et modèles
CLI path: asa cost
When to use
Use cost when reconciling SQLite-backed telemetry with pricing tables declared in .asagiri/config.yaml or when slicing spend over a bounded recency window.
Original CLI synopsis: Coûts et modèles
Usage
asa cost [flags]Options
| Flag | Scope | Default | Description |
|---|---|---|---|
--dry-run | Inherited | false | Simuler les exécutions sans lancer d'agent ni commandes externes |
Examples
asa costWire richer samples through cobra.Command.Example when the happy path warrants copy/paste-friendly automation beyond this scaffold.
What happens internally
- Focuses on interpreting persisted telemetry and declared pricing artefacts for finance debugging.
Failure modes
- Cobra rejects unknown flags or arity mismatches before any repository side effects occur.
- Asagiri cannot resolve scaffolding when the command is invoked outside an initialised checkout.
- SQLite contention or corrupted telemetry prevent summarisation queries from completing.
- Malformed --since payloads fail fast before aggregates are queried.