Skip to content

v230

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 04:04
32bc781

This release adds the -config-dir flag! Using a config-dir it’s now possible to split huge config.yaml files into fragments that get automatically merged together.

You can have one model per file and combined with -watch-config models can be enabled or disable by moving them in or out of -config-dir.

The -config and -config-dir flags are compatible and can be used at the same time or exclusively.

Changelog

  • 32bc781 internal/config,watcher: add -config-dir (#873)