Implemented fresh configuration loader

* Fresh can now identify and load freshdocker.conf config files
This commit is contained in:
2022-03-21 01:00:00 +01:00
parent 214db1cee3
commit fb0954b4dd
3 changed files with 35 additions and 1 deletions

View File

@ -26,4 +26,4 @@
- Added option `--state` to override the state file name.
- Renamed the lock file from `fresh.lock` to `.fresh.lock`.
- Added option `--lockfile` to override lockfile file name.
- Implemented the fresh configuration loader.