Just another docker container for resume-cli, but with headless chrome for pdf export.
Save the following with [VERSION]
replaced as executable script to your PATH (e.g. ~/.local/bin/resume-cli
):
#!/bin/sh
docker run --init --rm -p 4000:4000 -u $(id -u):$(id -g) -v "$(pwd):/work" -it rsteube/jsonresume-headless:[VERSION] $@
then use just as if native:
resume-cli export --theme classy resume.pdf