Skip to content

v1.1.0

Choose a tag to compare

@AmirrezaNasiri AmirrezaNasiri released this 02 Sep 22:08
· 6 commits to main since this release
2ebfb2f

New

More Methods for Config

Now, Kermoo provides more options for you to config it. Here are the methods:

  1. When no config is provided, it autoloads it from {userHome}/.kermoo/config.[yaml|yml|json]
  2. When it couldn't autoload from file, it tries to load from KERMOO_CONFIG environment variable
  3. When config is given and equals to "-", it tries to read from stdin (Standard Input) pipe
  4. When the config is a file path, it tries to load it from that file.
  5. Otherwise, it considers the content of config as the actual config and tries to parse that.

Changelog

  • 2ebfb2f Merge pull request #25 from evryn/feat/support-more-config-methods
  • 1619ce2 Fix linting
  • bc7bd9f Organize docs and add inline examples
  • 7fd2af8 Read config from content, default paths or env variable
  • e5a81c9 Consider latest tag as auto
  • 45d454a Fix badges