ampm v1.0.0
Initial release of ampm
How to install
The easiest way is by running:
curl -fsSL https://github.com/Wazzaps/ampm/releases/latest/download/get_ampm.sh | sudo sh
But you can also download ampm.tar.gz
and extract it to /opt/ampm/
, and then run install /opt/ampm/ampm.sh /usr/local/bin/ampm
A python installation is not required
Changelog
New features:
- Uploading of artifacts to an NFS server
- Downloading of artifacts from an NFS server
- Listing of artifacts and their attributes from an NFS server
- Displaying attached env vars of artifacts
- A fastpath shell script to avoid launching the python interpreter for locally-available artifacts
Full Changelog: https://github.com/Wazzaps/ampm/commits/v1.0.0