ash init
Create a new configuration file with sensible defaults.
Usage
uv run ash init [OPTIONS]Options
| Option | Description |
|---|---|
--path, -p | Custom config file path (default: ~/.ash/config.toml) |
Behavior
- Creates config file at
~/.ash/config.toml(or custom--path) - Fails if the target file already exists
- Creates workspace defaults under
~/.ash/workspace - Prints next step: run
ash upgradeafter adding auth/config
Examples
uv run ash inituv run ash init --path ~/my-ash-config.tomlNext Steps
- Configure model provider entries in config (
openai-oauthrecommended) - Run
uv run ash auth loginfor OAuth provider setup - Run
uv run ash config validate - Run
uv run ash upgrade