bloc.cli#

Bloc CLI — wraps Boulder’s CLI with BlocRunner as the default runner.

Usage:

bloc foo.yaml --headless --download out.py
bloc foo.yaml --headless --download out.py --verbose
bloc validate foo.yaml
bloc describe DesignTubeFurnace

Every flag supported by boulder is accepted; the only difference is that Bloc’s converter and normalisation pipeline are used automatically.

Functions#

main([argv])

Entry point for the bloc console script.

Module Contents#

bloc.cli.main(argv=None)#

Entry point for the bloc console script.