You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support configuration via a YAML config file passed explicitly on the CLI via the --config-file option. That is not ergonomic enough and we could benefit somewhat from supporting some default locations for the file:
$XDG_CONFIG_HOME/cachi2/config.yaml (alternatively omit the cachi2 subdirectory)
$HOME/.config/cachi2/config.yaml (alternatively omit the cachi2 subdirectory)
Currently we only support configuration via a YAML config file passed explicitly on the CLI via the
--config-file
option. That is not ergonomic enough and we could benefit somewhat from supporting some default locations for the file:$XDG_CONFIG_HOME/cachi2/config.yaml
(alternatively omit the cachi2 subdirectory)$HOME/.config/cachi2/config.yaml
(alternatively omit the cachi2 subdirectory)$PWD
Suggested by: @brunoapimentel
The text was updated successfully, but these errors were encountered: