yak generate¶
Generate a minimal yak config template.
Usage¶
Description¶
Creates a minimal config file with required sections only and placeholder empty strings for account IDs and role names.
Write target:
YAK_CONFIG_FILEif set- otherwise:
~/.config/yak/config.tomlfor--format toml(default)~/.config/yak/config.yamlfor--format yaml
The command fails if the target file already exists.
Flags¶
| Flag | Description |
|---|---|
--format <type> |
Output format: toml or yaml |