We developed a simple PDF printing CLI that might be useful for others.
It's a Docker image based on Puppeteer and Chromium that automates the printing process.
Jira example:
docker run --init -v $PWD:/output \
-e ATL_USERNAME=myusername -e ATL_PASSWORD=mypassword \
smithmicro/pdf https://jira.mydomain.com/browse/PROJ-1
docker run --init -v $PWD:/output \
-e ATL_USERNAME=myusername -e ATL_PASSWORD=mypassword \
smithmicro/pdf https://wiki.mydomain.com/display/SPACE/Page+Name
Comments and pull requests welcome.