init¶
Initialize an AutoShip configuration file for the current project.
Syntax¶
Arguments¶
init does not accept positional arguments.
Options¶
| Short | Long | Default | Description |
|---|---|---|---|
| - | --type TEXT |
- | Override project type detection |
-o |
--output PATH |
.autoship.toml |
Config file output path |
-y |
--yes |
False |
Skip interactive confirmations |
Examples¶
Initialize in the current directory:
Force a specific project type:
Write the config to a custom path:
Skip confirmations in CI:
Output Notes / Common Errors¶
- Detects project type and hardware capabilities, then recommends a suitable model tier.
- If the target file already exists,
--yeswill overwrite it without prompting.