infrahouse_toolkit.cli.ih_github.cmd_runner.cmd_download package

Module contents

infrahouse_toolkit.cli.ih_github.cmd_runner.cmd_download.download_file(url: str, dst: str)[source]

Download a file from a URL to a local destination file.

Parameters:
  • url – URL of the file to download

  • dst – Local path to save the downloaded file