ash config
Manage Ash configuration files.
Usage
uv run ash config ACTION [OPTIONS]Actions
show
Print the config file currently in use.
uv run ash config showuv run ash config show --path ~/.ash/config.tomlvalidate
Load and validate config against the current schema.
uv run ash config validateuv run ash config validate --path ~/.ash/config.tomlValidation includes:
- TOML parsing
- Required model alias checks (
[models.default]) - Type/schema validation for sections and fields
- Provider/model summary output
Option
| Option | Description |
|---|---|
--path, -p | Path to config file (default $ASH_HOME/config.toml) |
See Also
ash initto generate a starter configConfiguration Overviewfor config structure