flavours
flavours copied to clipboard
Error when ~/.local/share/flavours does not exist
Hi,
when I do something like this
cat my-scheme.yaml | flavours -c my-config.toml apply --stdin
with only custom templates, flavours raises an error since the directory ~/.local/share/flavours
does not exist. Normally, this directory is created by flavours update all
. But for my use case, I do not need to execute this command. The desired behavior is that flavours creates ~/.local/share/flavours
if it does not exist instead of raising an error.
Thanks, mipi