Skip to main content

Search

Items tagged with: YAML


Hey y’all! My #Infra team at #Oda is looking for a Platform Engineer! ✨ We’re a bunch of dad-joke loving, #YAML-hating, and kind individuals! #Kubernetes #Oslo linkedin.com/jobs/view/4118507…


“Defaults files” are a convenient tool to store, group, and combine related command line options.
E.g., instead of typing

pandoc --pdf-engine=xelatex -V csquotes

one could create a file `pdf.yaml` with

pdf-engine: xelatex
variables: {csquotes: true}

and use it with

pandoc -d pdf.yaml

pandoc.org/MANUAL#defaults-fil…

#pandoc #cli #yaml