BookStackApp / system-cli

MIGRATED TO CODEBERG -- A simple CLI to manage BookStack instances
https://codeberg.org/bookstack/system-cli
MIT License
5 stars 0 forks source link

A command option to export books in PDF files. #14

Closed edersong closed 1 year ago

edersong commented 1 year ago

I use Bookstack to document all my procedures, but how to get that documentation when the system is down? I would like to request a way to export books in PDF thru command line in order to export them automatically (cron or scripted basis) to a desired folder for offline emergency access. Of course, it will be useful for many other situations. Thank you for the wonderful work so far.

ssddanbrown commented 1 year ago

Thanks for the request @edersong, but I wouldn't really look to increase the scope of this CLI to support export tasks too. This is something that can be achieved via the REST API if desired, and I have an example script for that here.