Is it possible to configure where infisical cli stores session state?
It currently writes to $HOME/.infisical and $HOME/infisical-keyring
Is there an env var which allows targeting a dir other than $HOME?
It would be very helpful if the cli respected $XDG_DATA_HOME / $XDG_STATE_HOME
My use case is for caching devcontainer state in a docker volume.
Is it possible to configure where infisical cli stores session state?
It currently writes to
$HOME/.infisicaland$HOME/infisical-keyringIs there an env var which allows targeting a dir other than
$HOME?It would be very helpful if the cli respected
$XDG_DATA_HOME/$XDG_STATE_HOMEMy use case is for caching devcontainer state in a docker volume.