Environment variables¶
A complete overview of the environment variables accessed by Caliber is shown below. Also see the usage guide.
caliber_capture_traceback(bool)Controls whether to capture an error traceback in
caliber-traceback.txt(true, default), or not (false), e.g.caliber_capture_traceback=true.caliber_minimum_traceback(bool)Controls whether to print only a minimum of the error traceback using the Rich error traceback handler when pretty-printing error tracebacks on screen and in
caliber-traceback.txt(true), or not (false, default), e.g.caliber_minimum_traceback=false.caliber_speckle_host(HttpUrl)The URL of the Speckle server, e.g.
caliber_speckle_host=https://app.speckle.systemscaliber_speckle_project(str)The ID of the Speckle project to access, e.g.
caliber_speckle_project=edcba54321caliber_speckle_model_name(str)The name of the Speckle model to access (default
main), e.g.caliber_speckle_model_name=calibercaliber_speckle_token(str)A Personal access token to the Speckle server, e.g.
caliber_speckle_token=e28f…c521caliber_zip_filename_read(str)The filename used by the ZipTransport for reading, e.g.
caliber_zip_filename_read=data.zipcaliber_zip_filename_write(str)The filename used by the ZipTransport for writing, e.g.
caliber_zip_filename_write=data.zipcaliber_zip_overwrite(bool)Controls whether to overwrite an existing zip-file (
true), or keep it, add new content and update existing content (false, default), e.g.caliber_zip_overwrite=false