ash config
Manage Ash configuration.
Usage
uv run ash config ACTION [OPTIONS]Actions
show
Display current configuration:
uv run ash config showOptions:
| Option | Description |
|---|---|
--path, -p | Path to config file |
validate
Validate configuration file:
uv run ash config validateChecks:
- TOML syntax
- Required fields
- Type correctness
- API key availability
Examples
Check configuration:
uv run ash config validateView current settings (redacts secrets):
uv run ash config showSee Also
ash init- Create new configuration file