e3_build_tools.cli.e3_builder

Entry-point to build an e3 environment from a specification.

Attributes

Functions

build_e3(→ None)

Build an e3-tree from a specification.

main()

Run the main function.

Module Contents

e3_build_tools.cli.e3_builder.logger[source]
e3_build_tools.cli.e3_builder.build_e3(specification: pathlib.Path, build_dir: pathlib.Path, install_path: pathlib.Path, use_ssh: bool, assume_yes: bool, token: str, verbose: bool, log_file: pathlib.Path, jobs: int) None[source]

Build an e3-tree from a specification.

e3_build_tools.cli.e3_builder.main()[source]

Run the main function.