.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .TH BEAN-BAKE "1" "November 2020" "bean-bake 2.3.3" "User Commands" .SH NAME bean-bake \- bake a static web view of a Beancount ledger .SH DESCRIPTION usage: bean\-bake [\-h] [\-\-version] [\-\-port PORT] [\-q] [\-\-debug] [\-\-incognito] .IP [\-\-no\-source] [\-\-no\-colons] [\-\-view VIEW] [\-\-public] [\-\-first\-month FIRST_MONTH] [\-\-render\-all\-pages] filename output .PP Bake a Beancount input file's web files to a directory hierarchy. You provide a Beancount filename, an output directory, and this script runs a server and a scraper that puts all the files in the directory, and if your output name has an archive suffix, we automatically the fetched directory contents to the archive and delete them. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR, \fB\-V\fR show program's version number and exit .SS "Web server arguments:" .TP filename Beancount input filename to serve. .TP \fB\-\-port\fR PORT Which port to listen on. .TP \fB\-q\fR, \fB\-\-quiet\fR Don't even print out web server log .TP \fB\-\-debug\fR Enable debugging features (auto\-reloading of css). .TP \fB\-\-incognito\fR Filter the output in order to hide all the numbers. This is great for demos using my real file. .TP \fB\-\-no\-source\fR Don't render the source. .TP \fB\-\-no\-colons\fR Don't render colons in filenames (for Windows). .TP \fB\-\-view\fR VIEW Render only the specified view (identify by URL) .TP \fB\-\-public\fR, \fB\-\-inaddr\-any\fR Bind server to listen to any address, not just localhost. .TP \fB\-\-first\-month\fR FIRST_MONTH The first month of the calendar year. .SS "Bake process arguments:" .TP output The output directory or archive name. If you specify a filename with a well\-known extension,we automatically archive the fetched directory contents to this archive name and delete them. .TP \fB\-\-render\-all\-pages\fR, \fB\-\-full\fR Don't ignore some of the more numerious pages, like monthly reports.