Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.3 KB

install.md

File metadata and controls

39 lines (25 loc) · 1.3 KB

Installation

Install from release binary

Download the latest release from the Releases page.

On macOS, use xattr -r -d com.apple.quarantine elastic-agent-changelog-tool after downloading to allow the binary to run.

Install with go install

If you have a go development environment setup, you can use go install:

$ go install github.com/elastic/elastic-agent-changelog-tool@latest

Please make sure that you've correctly setup environment variables - $GOPATH and $PATH, and elastic-agent-changelog-tool should be accessible from your $PATH.

Use Docker image

Docker images for these project are available at docker.elastic.co/observability-ci/elastic-agent-changelog-tool. You can pull the latest released tag with:

$ docker pull docker.elastic.co/observability-ci/elastic-agent-changelog-tool:<tag>

Install from source code

If you have a go development environment, you can clone this repo and build the source files with:

$ git clone https://github.com/elastic/elastic-agent-changelog-tool.git
$ cd elastic-agent-changelog-tool
$ make build

elastic-agent-changelog-tool binary will be created in the root folder. Add it to your path.