dashflow

Easily create database driven email dashboards and configured via simple json file.

View project on GitHub

Home | Config | Cli

CLI parameters


–parameter

Use this flag to pass parramets to your sql modules. Format must be delimited by a colon “key:value”. For multiple parrmeters just repeat qouted key-value pairs;

./df-cli.py --configFile ./sample/sample-config.json --parameter "kind:audio" "test:test"

–configFile

This is the relative path to config file. Application will create an absolute path based on current working directory and the file


–pdfFile

Name for the pdf file to be generated.


–pdfOnly

This will not send an email, but it will save a pdf to the same folder as the config flie.


–sendAsAttachment

Send dashboard as a pdf attachment.