Feature
#233 #372 search multiple configuration files
This update is useful for Monorepo.
aqua supports the configuration file for both the sub directory and repository root directory.
e.g.
repository root/
aqua.yaml
service-foo/
aqua.yaml
production/
aqua.yaml
If aqua
is executed in service-foo/production
, aqua
reads the configuration file as the following order.
- service-foo/production/aqua.yaml
- service-foo/aqua.yaml
- aqua.yaml