Expand description
Core library for the Asana CLI application.
Modules§
- api
- Asana API client abstractions. Asana API client module providing authenticated HTTP access, pagination, and rate-limit aware retry logic.
- cli
- Command-line interface components. Command-line interface entry points for the Asana CLI.
- config
- Configuration management utilities. Configuration management utilities for the Asana CLI.
- doctor
- Health check integrations. Health check and diagnostics module.
- error
- Error handling helpers. Typed error surface for the Asana CLI library.
- filters
- Filter parsing and persistence. Parsing helpers for CLI filter expressions.
- models
- Shared data models. Data models shared across CLI commands and API integrations.
- output
- Output rendering helpers. Output helpers for rendering command results.
- rich_
text - Rich text preparation and validation for Asana API. Asana rich text preparation and validation.
- templates
- User configurable templates. Template loading utilities for project creation flows.
Functions§
- init_
tracing - Initialize global tracing with sensible defaults.