Skip to content

Releases: jonasbn/perl-app-yak

0.2.0

16 Nov 20:54
cca35b0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

0.2.0 2020-11-16 Milestone release, implementing initial Docker support

  • yak can now be build as a Docker container
  • Added command line arguments are:
    • --noconfig disables reading of $HOME/.config/yak/config.yml so invocation relies solely on command line arguments
    • --nochecksums disables reading of $HOME/.config/yak/checksums.yml so checksum data has to be read from the directory in which yak is executed and it has to be names .yaksums.json,
  • The command line arguments: --noconfig and --nochecksums are mandatory for the Docker entrypoint

0.1.0

14 Nov 19:17
446ddf0
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

0.1.0 2020-11-14 Milestone release, implementing initial features

  • Can be configured using file and configuration supports:
    • verbosity tells yak to emit more verbose output
    • debug tells yak to emit debug output
    • the configuration file is in YAML and has to be placed in: $HOME/.config/yak/config.yml
  • Can take command line arguments, currently supported is
    • --verbose overwrites config and tells yak to emit more verbose output
    • --debug overwrites config and tells yak to emit debug output
    • --silent silences yak and you have to rely on the return value
    • --nodebug tells yak not to output debug no matter configuration or commandline flag --debug (see above)
  • Persistent data for yak is supported
    • data has to be written to a JSON file placed in: $HOME/.config/yak/checksums.json