lochmueller / seocli

SEO CLI Tool
8 stars 2 forks source link

[FEATURE] output to file #2

Closed Patta closed 5 years ago

Patta commented 5 years ago

It would be nice if there is an option, that writes the output and errors in a log file. Use case: seocli is running via cron job.

lochmueller commented 5 years ago

Hey @Patta What should apear in this file? The same output of the command itself? Perhaps a simple > do the magic you need? ./bin/seocli -u https://www.website.de -d 1 -f csv > logfile.csv

Please send me some feedback.

Regards, Tim

Patta commented 5 years ago

hi @lochmueller , thanks for your feedback. Your solution works for me. :)

Thanks!

lochmueller commented 5 years ago

Great. I close this issue.