Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 925 Bytes

elastic-downloader-cli

Download Elastic products from command-line

Install

npm install -g elastic-downloader-cli

Usage

ecdl

Follow the instructions to download the desired product

Todo

  • Add auto-extract archive feature (uncompress the archive after the download)
  • Add auto-delete archive feature (delete the archive after uncompressed)
  • Refactor the code
  • Fix the TODO comment to fetch product version (via search-list) rather than relying on 'input'
  • Implement yargs or minimist or commander to allow product download using command-line arguments
  • Extend supported prodcuts / architectures