====== aspera-cli ======
Command Line Interface for IBM Aspera products.
===== Information =====
* Version: 4.15.0
* Added: December, 2023
* Link: https://github.com/IBM/aspera-cli
===== Usage =====
See which versions are available:
$ module avail aspera-cli
Load one version into your environment and run it:
$ module load aspera-cli/4.15.0
$ ascli -v
4.15.0
===== Installation ======
Notes from the sysadmin during installation:
$ sudo mkdir -p /export/apps/aspera-cli/4.15.0
$ sudo chown aorth /export/apps/aspera-cli/4.15.0
$ export GEM_HOME=/export/apps/aspera-cli/4.15.0
$ gem install aspera-cli -v 4.15.0
$ sudo chown -R root:root /export/apps/aspera-cli/4.15.0