github aquaproj/aqua v0.7.10

latest releases: v2.33.0, v2.32.0, v2.31.0...
2 years ago

Milestone
v0.7.9...v0.7.10

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.

  1. service-foo/production/aqua.yaml
  2. service-foo/aqua.yaml
  3. aqua.yaml

Don't miss a new aqua release

NewReleases is sending notifications on new releases.