appabuild.cli.lca#
Attributes#
Functions#
|
Build an impact model and save it to the disk. |
Module Contents#
- appabuild.cli.lca.build(appabuild_config_path: Annotated[str | None, typer.Argument(help='AppaBuild environment configuration file, required unless --no-init is specified')], lca_config_path: Annotated[str, typer.Argument(help='LCA configuration file')], init: Annotated[bool, typer.Option(help='initialize AppaBuild environment')] = True)#
Build an impact model and save it to the disk. An AppaBuild environment is initialized (background and foreground databases), unless –no-init is specified.
- appabuild.cli.lca.app#