Downloading The Java Agent
Downloading The Latest Version
Agent Files
Sample commands for download
wget -nv https://agents.sealights.co/sealights-java/sealights-java-latest.zip
unzip -oq sealights-java-latest.zip
#curl tool can also be used
#curl -L "https://agents.sealights.co/sealights-java/sealights-java-latest.zip" --output sealights-java-latest.zip[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr https://agents.sealights.co/sealights-java/sealights-java-latest.zip -OutFile sealights-java-latest.zip -ErrorAction Continue
if (Test-Path -Path sealights-java-latest.zip -PathType Leaf) {
Expand-Archive .\sealights-java-latest.zip
}Downloading the Specific Version Defined in Customer Settings
Downloading a single agent from a local repo
Managing the recommended agent version

Last updated
Was this helpful?

