Sling Cli Hot! Access

# crontab -e 0 9 * * * /path/to/sling_report_generator.sh

# Run a sling job with verbose output for reporting sling run -r --src-conn postgres://user:pass@localhost:5432/db \ --tgt-conn file:///path/to/output \ --src-stream public.orders \ --tgt-object orders_export.csv \ --mode full-refresh \ --stdout > sling_job_report.txt sling cli

Here's a structured report you can generate: # crontab -e 0 9 * * * /path/to/sling_report_generator