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 11 months ago

edersong commented 11 months 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 11 months 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.