Skip to content

Installers#

Awscliv2 Index / Awscliv2 / Installers

Auto-generated documentation for awscliv2.installers module.

download_file#

Show source in installers.py:20

Download file from url to target path.

Signature#

def download_file(url: str, target: Path) -> None: ...

install_linux#

Show source in installers.py:73

Install AWS CLI v2 for Linux from url.

Signature#

def install_linux(url: str) -> None: ...

install_linux_arm#

Show source in installers.py:66

Install AWS CLI v2 for Linux ARM.

Signature#

def install_linux_arm() -> None: ...

install_linux_x86_64#

Show source in installers.py:59

Install AWS CLI v2 for Linux x86_64.

Signature#

def install_linux_x86_64() -> None: ...

install_macos#

Show source in installers.py:29

Install AWS CLI v2 for MacOS.

Signature#

def install_macos() -> None: ...

install_multiplatform#

Show source in installers.py:115

Install AWS CLI v2 for Linux ar MacOS.

Signature#

def install_multiplatform() -> None: ...