Releases: jonasbn/perl-app-yak
Releases · jonasbn/perl-app-yak
0.2.0
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 whichyak
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
0.1.0 2020-11-14 Milestone release, implementing initial features
- Can be configured using file and configuration supports:
verbosity
tellsyak
to emit more verbose outputdebug
tellsyak
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 tellsyak
to emit more verbose output--debug
overwrites config and tellsyak
to emit debug output--silent
silencesyak
and you have to rely on the return value--nodebug
tellsyak
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
- data has to be written to a JSON file placed in: