Custom kamal build with bitwarden-cli support.
Build the image with:
$ docker build . -t kamalUse it as explained here. The only difference is you need to add a volume to share your bitwarden cli config. For example, on macOS:
alias kamal='docker run -it --rm -v "${PWD}:/workdir" -v "/run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock" -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" -v /var/run/docker.sock:/var/run/docker.sock -v "${HOME}/Library/Application Support/Bitwarden CLI:/root/.config/Bitwarden CLI" kamal'