waft.cli.install module¶
- waft.cli.install.package(name: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f50dac4f250>], version: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f50dac4f2d0>] = None)¶
Install Python package on test system(s).
- waft.cli.install.python(version: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f50dac4d010>] = '3.11.9')¶
Install Python on test system(s).
- waft.cli.install.waft(version: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f50dac4f5d0>] = None)¶
Install WAFT on test system(s).
- waft.cli.install.waft_install_progress(install_type: str)¶
Track progress of WAFT component installs on test system(s).
- waft.cli.install.warp(version: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7f50dac4ced0>] = None)¶
Install WARP client on test system(s).