summaryrefslogtreecommitdiffstats
path: root/internal/config
Commit message (Collapse)AuthorAgeFilesLines
* Move default host from config file to state.jsonbndw2026-01-231-65/+0
| | | | | | | | | Instead of a separate ~/.config/deploy/config file, the default host is now stored as default_host in state.json. This simplifies the config and keeps all state in one place. The init command now automatically sets the default host if none is configured.
* initbndw2025-12-281-0/+65