Skip to content

ash config

Manage Ash configuration files.

Usage

Terminal window
uv run ash config ACTION [OPTIONS]

Actions

show

Print the config file currently in use.

Terminal window
uv run ash config show
uv run ash config show --path ~/.ash/config.toml

validate

Load and validate config against the current schema.

Terminal window
uv run ash config validate
uv run ash config validate --path ~/.ash/config.toml

Validation includes:

  • TOML parsing
  • Required model alias checks ([models.default])
  • Type/schema validation for sections and fields
  • Provider/model summary output

Option

OptionDescription
--path, -pPath to config file (default $ASH_HOME/config.toml)

See Also