Skip to content

download-file

Automatically generated README for this automation recipe: download-file

Category: DevOps automation

License: Apache 2.0

  • Notes from the authors, contributors and users: README-extra

  • CM meta description for this script: _cm.json

  • Output cached? False

Reuse this script in your project

Install MLCommons CM automation meta-framework

Pull CM repository with this automation recipe (CM script)

cm pull repo mlcommons@cm4mlops

cmr "download file" --help

Run this script

Run this script via CLI
cm run script --tags=download,file[,variations] [--input_flags]
Run this script via CLI (alternative)
cmr "download file [variations]" [--input_flags]
Run this script from Python
import cmind

r = cmind.access({'action':'run'
              'automation':'script',
              'tags':'download,file'
              'out':'con',
              ...
              (other input keys for this script)
              ...
             })

if r['return']>0:
    print (r['error'])
Run this script via Docker (beta)
cm docker script "download file[variations]" [--input_flags]

Variations

  • No group (any combination of variations can be selected)

    Click here to expand this section.

    • _url.#
      • ENV variables:
        • CM_DOWNLOAD_URL: #
  • Group "download-tool"

    Click here to expand this section.

    • _cmutil (default)
      • ENV variables:
        • CM_DOWNLOAD_TOOL: cmutil
    • _curl
      • ENV variables:
        • CM_DOWNLOAD_TOOL: curl
    • _gdown
      • ENV variables:
        • CM_DOWNLOAD_TOOL: gdown
    • _rclone
      • ENV variables:
        • CM_DOWNLOAD_TOOL: rclone
    • _wget
      • ENV variables:
        • CM_DOWNLOAD_TOOL: wget
Default variations

_cmutil

Script flags mapped to environment

  • --download_path=valueCM_DOWNLOAD_PATH=value
  • --from=valueCM_DOWNLOAD_LOCAL_FILE_PATH=value
  • --local_path=valueCM_DOWNLOAD_LOCAL_FILE_PATH=value
  • --md5sum=valueCM_DOWNLOAD_CHECKSUM=value
  • --output_file=valueCM_DOWNLOAD_FILENAME=value
  • --store=valueCM_DOWNLOAD_PATH=value
  • --url=valueCM_DOWNLOAD_URL=value
  • --verify=valueCM_VERIFY_SSL=value
  • --verify_ssl=valueCM_VERIFY_SSL=value

Default environment

These keys can be updated via --env.KEY=VALUE or env dictionary in @input.json or using script flags.

  • CM_RCLONE_COPY_USING: sync

Native script being run


Script output

cmr "download file [variations]" [--input_flags] -j