Installation
Homebrew
brew tap idestis/pipebrew install pipeGitHub Releases
Download the latest binary for your platform from the Releases page, extract it, and move it to a directory in your PATH.
# Example for Linux amd64curl -Lo pipe.tar.gz https://github.com/idestis/pipe/releases/latest/download/pipe_linux_amd64.tar.gztar xzf pipe.tar.gzsudo mv pipe /usr/local/bin/Verify
pipe --versionNext steps
Head to the Quickstart to create and run your first pipeline.