v1.1.0
New
More Methods for Config
Now, Kermoo provides more options for you to config it. Here are the methods:
- When no config is provided, it autoloads it from
{userHome}/.kermoo/config.[yaml|yml|json] - When it couldn't autoload from file, it tries to load from
KERMOO_CONFIGenvironment variable - When config is given and equals to "-", it tries to read from stdin (Standard Input) pipe
- When the config is a file path, it tries to load it from that file.
- Otherwise, it considers the content of config as the actual config and tries to parse that.