containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
7 stars 25 forks source link

[config] Add support for default config file locations #574

Open eskultety opened 1 month ago

eskultety commented 1 month ago

Currently we only support configuration via a YAML config file passed explicitly on the CLI via the --config-file option. That is not ergonomic enough and we could benefit somewhat from supporting some default locations for the file:

Suggested by: @brunoapimentel