ampm v1.5.0 #17
Wazzaps
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Big feature release
How to install or upgrade
The easiest way is by running:
curl -fsSL https://github.com/Wazzaps/ampm/releases/latest/download/get_ampm.sh | sudo shBut you can also download
ampm.tar.gz, extract it to/opt/ampm/, then runinstall /opt/ampm/ampm.sh /usr/local/bin/ampm, and then put your repo uri in/opt/ampm/repo_uri.A python installation is not required.
Changelog
New features
--offlineflag, which doesn't update the index before running the operation (speeds upampm list)--format=short, used for e.g. in makefiles above theampm getcall--format=index-file, used for manual access into the repo without ampm--format=index-webpage, used for manual access into the repo without ampm (in interactive webpage form)ampm searchis a shorthand for running the above into a file and opening itampm rm, which removes an artifact from the remote repo@glob:and@regex:attribute filtersampm edit, which can add, change, and remove attributes and env vars after uploadBugfixes
ampm downloaddon't break eachother (when downloading the same artifact)Full Changelog: v1.4.1...v1.5.0
This discussion was created from the release ampm v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions