How to set pandoc PDF page border on the command line

Add these command line options:

-V geometry:margin=20mm

-V is short-form for --variable

This will configure the default LaTeX template to use

\usepackage[margin=20mm]{geometry}