Scroll to navigation

BEAN-BAKE(1) User Commands BEAN-BAKE(1)

NAME

bean-bake - bake a static web view of a Beancount ledger

DESCRIPTION

usage: bean-bake [-h] [--version] [--port PORT] [-q] [--debug] [--incognito]

[--no-source] [--no-colons] [--view VIEW] [--public] [--first-month FIRST_MONTH] [--render-all-pages] filename output

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.

optional arguments:

show this help message and exit
show program's version number and exit

Web server arguments:

Beancount input filename to serve.
Which port to listen on.
Don't even print out web server log
Enable debugging features (auto-reloading of css).
Filter the output in order to hide all the numbers. This is great for demos using my real file.
Don't render the source.
Don't render colons in filenames (for Windows).
Render only the specified view (identify by URL)
Bind server to listen to any address, not just localhost.
The first month of the calendar year.

Bake process arguments:

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.
Don't ignore some of the more numerious pages, like monthly reports.
November 2020 bean-bake 2.3.3