Skip to content

Instantly share code, notes, and snippets.

@smling
Created March 1, 2023 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smling/2f65606bb921f0870429f29f50e489aa to your computer and use it in GitHub Desktop.
Save smling/2f65606bb921f0870429f29f50e489aa to your computer and use it in GitHub Desktop.
Get latest elastic APM agent version
curl -s "https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/maven-metadata.xml" | xmllint --xpath "//metadata/versioning/release/text()" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment