#Show help

ariel --help

#Check version

ariel version

#JSON output

Every command supports --json for scripting:

ariel --json <subcommand> | jq '.'

#Dry run

Preview changes before applying them:

ariel --dry-run <subcommand>

#Render a video

ariel animate examples/flowchart.mmd -o /tmp/flow.mp4

#Render a PNG

ariel render examples/flowchart.mmd -o /tmp/flow.png