Skip to content

Installers#

Awscliv2 Index / Awscliv2 / Installers

Auto-generated documentation for awscliv2.installers module.

download_file#

Show source in installers.py:19

Download file from url to target path.

Signature#

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

install_linux#

Show source in installers.py:72

Install AWS CLI v2 for Linux from url.

Signature#

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

install_linux_arm#

Show source in installers.py:65

Install AWS CLI v2 for Linux ARM.

Signature#

def install_linux_arm() -> None: ...

install_linux_x86_64#

Show source in installers.py:58

Install AWS CLI v2 for Linux x86_64.

Signature#

def install_linux_x86_64() -> None: ...

install_macos#

Show source in installers.py:28

Install AWS CLI v2 for MacOS.

Signature#

def install_macos() -> None: ...

install_multiplatform#

Show source in installers.py:116

Install AWS CLI v2 for Linux ar MacOS.

Signature#

def install_multiplatform() -> None: ...